diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4f1555c..6734bda 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,3 +1,4 @@ Niraj Modi Jayanta Pandit Rajdip Sinha +Shivam kumar Shaw \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx index 0e573ad..3b7175c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,8 +1,10 @@ +import Navbar from "./components/NavBar/NavBar"; import Footer from "./components/footer/Footer"; function App() { return (
+
); diff --git a/src/Assests/gdsc-logo.png b/src/Assests/gdsc-logo.png new file mode 100644 index 0000000..490c0d4 Binary files /dev/null and b/src/Assests/gdsc-logo.png differ diff --git a/src/components/NavBar/NavBar.jsx b/src/components/NavBar/NavBar.jsx new file mode 100644 index 0000000..a9da52e --- /dev/null +++ b/src/components/NavBar/NavBar.jsx @@ -0,0 +1,22 @@ +import React from 'react' +import Logo from '../../Assests/gdsc-logo.png' +const Navbar = () => { + return ( +
+
+ image +

GDSC AEC

+
+
+
    +
  • About us
  • +
  • Event
  • +
  • Our Team
  • +
  • Contact
  • +
+
+
+ ) +} + +export default Navbar diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx deleted file mode 100644 index e294836..0000000 --- a/src/components/Navbar.jsx +++ /dev/null @@ -1,5 +0,0 @@ -// const Navbar = () => { -// return ; -// }; - -// export default Navbar;