diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index c35e9da..dc45355 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -22,6 +22,11 @@ │ ├── Newsletter.png │ ├── avatar.png │ ├── avatar1.png +│ ├── certi 1.svg +│ ├── certi 2.svg +│ ├── certi 3.svg +│ ├── certi 4.png +│ ├── certi 5.png │ ├── dev1.jpeg │ ├── dev2.jpeg │ ├── dev3.jpeg @@ -66,6 +71,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── AddHackathon/ │ │ │ │ └── page.jsx +│ │ │ ├── Certifications/ +│ │ │ │ └── page.jsx │ │ │ ├── Chapters/ │ │ │ │ └── page.jsx │ │ │ ├── Events/ @@ -133,8 +140,6 @@ │ │ │ │ │ └── page.jsx │ │ │ │ ├── opportunities.js │ │ │ │ └── page.jsx -│ │ │ ├── certifications/ -│ │ │ │ └── page.jsx │ │ │ ├── devStudent/ │ │ │ │ └── page.jsx │ │ │ ├── devprod/ diff --git a/repo_structure.txt b/repo_structure.txt index f1c42a9..0f67f3d 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -18,6 +18,11 @@ │ ├── Newsletter.png │ ├── avatar.png │ ├── avatar1.png +│ ├── certi 1.svg +│ ├── certi 2.svg +│ ├── certi 3.svg +│ ├── certi 4.png +│ ├── certi 5.png │ ├── dev1.jpeg │ ├── dev2.jpeg │ ├── dev3.jpeg @@ -62,6 +67,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── AddHackathon/ │ │ │ │ └── page.jsx +│ │ │ ├── Certifications/ +│ │ │ │ └── page.jsx │ │ │ ├── Chapters/ │ │ │ │ └── page.jsx │ │ │ ├── Events/ @@ -129,8 +136,6 @@ │ │ │ │ │ └── page.jsx │ │ │ │ ├── opportunities.js │ │ │ │ └── page.jsx -│ │ │ ├── certifications/ -│ │ │ │ └── page.jsx │ │ │ ├── devStudent/ │ │ │ │ └── page.jsx │ │ │ ├── devprod/ diff --git a/src/components/Global/Header.jsx b/src/components/Global/Header.jsx index dd07eb6..d8edbb1 100644 --- a/src/components/Global/Header.jsx +++ b/src/components/Global/Header.jsx @@ -4,6 +4,8 @@ import * as React from "react"; import Link from "next/link"; import { useState } from "react"; import { cn } from "@/lib/utils"; +// import { Icons } from "@/components/icons"; + import { NavigationMenu as UiNavigationMenu, NavigationMenuItem, @@ -56,8 +58,10 @@ export function NavigationMenu() { return ( <> -
- {/* Left Corner - GDSC-RCIIT with image */} +