Skip to content

Commit

Permalink
Merge pull request #302 from dev129/feat-NavbarRedesign
Browse files Browse the repository at this point in the history
Feat navbar redesign
  • Loading branch information
rishicds authored Oct 29, 2024
2 parents d2361df + 38c49c4 commit 961657b
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 2 deletions.
131 changes: 131 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/(pages)/About/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function About() {
>
<div className="mx-auto max-w-xl text-center">
<h2 className="text-2xl font-bold text-white md:text-3xl">
About GSG at RCIIT
About GDSC at RCIIT
</h2>
<p className="hidden text-white/90 sm:mt-4 sm:block">
GDG on Campus RCCIIT stands for Google Developer Group on
Expand Down
Binary file added src/app/images/gdsc-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import localFont from "next/font/local";
import "./globals.css";
import { NavigationMenu } from "@/components/Global/Header";
import NavigationMenu from "@/components/Global/Navbar";
import Footer from "@/components/Global/Footer";
import ScrollToTop from "@/components/ui/back2top";
import ScrollProgressBar from "@/components/ui/progress-bar"
Expand Down
Loading

0 comments on commit 961657b

Please sign in to comment.