diff --git a/public/sitemap.xml b/public/sitemap.xml index 3e83e112..90837c74 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -11,7 +11,7 @@ 0.80 -https://cougarcs.com/calendar +https://cougarcs.com/events 2021-06-14T04:45:45+00:00 0.80 diff --git a/src/App.js b/src/App.js index ea22bc16..cd964023 100644 --- a/src/App.js +++ b/src/App.js @@ -10,6 +10,7 @@ const Footer = lazy(() => import('./components/Footer/Footer')); const ScrollTop = lazy(() => import('./components/ScrollTop/ScrollTop')); const About = lazy(() => import('./pages/About/About')); const Tutoring = lazy(() => import('./pages/Tutoring/Tutoring')); +const WebDev = lazy(() => import('./pages/WebDev/WebDev')); const ContactUs = lazy(() => import('./pages/ContactUs/ContactUs')); const Events = lazy(() => import('./pages/Events/Events')); const Home = lazy(() => import('./pages/Home/Home')); @@ -19,6 +20,7 @@ const Hackathon = lazy(() => import('./pages/Hackathon/Hackathon')); const Privacy = lazy(() => import('./pages/Policy/Privacy')); const Gallery = lazy(() => import('./pages/Gallery/Gallery')); const GalleryEvent = lazy(() => import('./pages/Gallery/GalleryEvent')); +const InfoSec = lazy(() => import('./pages/InfoSec/InfoSec')); const queryClient = new QueryClient(); @@ -34,12 +36,14 @@ const App = () => { } /> } /> } /> - } /> + } /> } /> } /> } /> } /> } /> + } /> + } /> } /> } /> } /> diff --git a/src/assets/gallery/aboutuspic.svg b/src/assets/gallery/aboutuspic.svg new file mode 100644 index 00000000..a524b57f --- /dev/null +++ b/src/assets/gallery/aboutuspic.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/webdev.svg b/src/assets/webdev.svg new file mode 100644 index 00000000..7c4e9e88 --- /dev/null +++ b/src/assets/webdev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Navbar/Navbar.js b/src/components/Navbar/Navbar.js index 5ea38d4f..04afb27e 100644 --- a/src/components/Navbar/Navbar.js +++ b/src/components/Navbar/Navbar.js @@ -31,12 +31,15 @@ const NavBar = () => { >