From d4e61384ca4f0f260ea7f2939dfe1ab0f3febb5b Mon Sep 17 00:00:00 2001 From: Michael Rooplall Date: Fri, 15 Sep 2023 10:46:01 -0400 Subject: [PATCH] Add pages for routing --- app/AboutUs/page.js | 31 +++++++++++++++++++++++++++ app/AboutUs/page.module.css | 5 +++++ app/ContactUs/page.js | 31 +++++++++++++++++++++++++++ app/ContactUs/page.module.css | 5 +++++ app/Events/page.js | 31 +++++++++++++++++++++++++++ app/Events/page.module.css | 5 +++++ app/History/page.js | 31 +++++++++++++++++++++++++++ app/History/page.module.css | 5 +++++ app/Members/Dashboard/page.js | 31 +++++++++++++++++++++++++++ app/Members/Dashboard/page.module.css | 5 +++++ app/Members/SignIn/page.js | 31 +++++++++++++++++++++++++++ app/Members/SignIn/page.module.css | 5 +++++ app/Members/SignUp/page.js | 31 +++++++++++++++++++++++++++ app/Members/SignUp/page.module.css | 5 +++++ app/Robots/page.js | 31 +++++++++++++++++++++++++++ app/Robots/page.module.css | 5 +++++ app/Team/page.js | 31 +++++++++++++++++++++++++++ app/Team/page.module.css | 5 +++++ 18 files changed, 324 insertions(+) create mode 100644 app/AboutUs/page.js create mode 100644 app/AboutUs/page.module.css create mode 100644 app/ContactUs/page.js create mode 100644 app/ContactUs/page.module.css create mode 100644 app/Events/page.js create mode 100644 app/Events/page.module.css create mode 100644 app/History/page.js create mode 100644 app/History/page.module.css create mode 100644 app/Members/Dashboard/page.js create mode 100644 app/Members/Dashboard/page.module.css create mode 100644 app/Members/SignIn/page.js create mode 100644 app/Members/SignIn/page.module.css create mode 100644 app/Members/SignUp/page.js create mode 100644 app/Members/SignUp/page.module.css create mode 100644 app/Robots/page.js create mode 100644 app/Robots/page.module.css create mode 100644 app/Team/page.js create mode 100644 app/Team/page.module.css diff --git a/app/AboutUs/page.js b/app/AboutUs/page.js new file mode 100644 index 0000000..3edc650 --- /dev/null +++ b/app/AboutUs/page.js @@ -0,0 +1,31 @@ +import styles from './page.module.css' + +import Navbar from '@components/Navbar/Navbar' +import Header from '@components/Header/Header' +import SubheaderShape from '@components/SubheaderShape/SubheaderShape' + +export default function AboutUs() { + return ( +
+ +
+
+

+ WE ARE THE SENTINELS +

+

+ FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York +

+
+
+ +
+

+ { /* eslint-disable-next-line react/no-unescaped-entities */ } + The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We compete in various annual robotics competitions against high schools across the globe, raising awareness for Science, Technology, Engineering, and Mathematics (STEM), along with teaching students aspects behind business and marketing, logistics, and media. We also participate in various community and school events. +

+
+
+
+ ) +} diff --git a/app/AboutUs/page.module.css b/app/AboutUs/page.module.css new file mode 100644 index 0000000..e584e3f --- /dev/null +++ b/app/AboutUs/page.module.css @@ -0,0 +1,5 @@ +.headerOne { + background-image : url('/images/headers/header.jpg'); + background-position: 50% 80%; + filter: brightness(75%) contrast(115%); +} \ No newline at end of file diff --git a/app/ContactUs/page.js b/app/ContactUs/page.js new file mode 100644 index 0000000..9ff208f --- /dev/null +++ b/app/ContactUs/page.js @@ -0,0 +1,31 @@ +import styles from './page.module.css' + +import Navbar from '@components/Navbar/Navbar' +import Header from '@components/Header/Header' +import SubheaderShape from '@components/SubheaderShape/SubheaderShape' + +export default function ContactUs() { + return ( +
+ +
+
+

+ WE ARE THE SENTINELS +

+

+ FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York +

+
+
+ +
+

+ { /* eslint-disable-next-line react/no-unescaped-entities */ } + The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We compete in various annual robotics competitions against high schools across the globe, raising awareness for Science, Technology, Engineering, and Mathematics (STEM), along with teaching students aspects behind business and marketing, logistics, and media. We also participate in various community and school events. +

+
+
+
+ ) +} diff --git a/app/ContactUs/page.module.css b/app/ContactUs/page.module.css new file mode 100644 index 0000000..e584e3f --- /dev/null +++ b/app/ContactUs/page.module.css @@ -0,0 +1,5 @@ +.headerOne { + background-image : url('/images/headers/header.jpg'); + background-position: 50% 80%; + filter: brightness(75%) contrast(115%); +} \ No newline at end of file diff --git a/app/Events/page.js b/app/Events/page.js new file mode 100644 index 0000000..9bd1aa3 --- /dev/null +++ b/app/Events/page.js @@ -0,0 +1,31 @@ +import styles from './page.module.css' + +import Navbar from '@components/Navbar/Navbar' +import Header from '@components/Header/Header' +import SubheaderShape from '@components/SubheaderShape/SubheaderShape' + +export default function Events() { + return ( +
+ +
+
+

+ WE ARE THE SENTINELS +

+

+ FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York +

+
+
+ +
+

+ { /* eslint-disable-next-line react/no-unescaped-entities */ } + The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We compete in various annual robotics competitions against high schools across the globe, raising awareness for Science, Technology, Engineering, and Mathematics (STEM), along with teaching students aspects behind business and marketing, logistics, and media. We also participate in various community and school events. +

+
+
+
+ ) +} diff --git a/app/Events/page.module.css b/app/Events/page.module.css new file mode 100644 index 0000000..e584e3f --- /dev/null +++ b/app/Events/page.module.css @@ -0,0 +1,5 @@ +.headerOne { + background-image : url('/images/headers/header.jpg'); + background-position: 50% 80%; + filter: brightness(75%) contrast(115%); +} \ No newline at end of file diff --git a/app/History/page.js b/app/History/page.js new file mode 100644 index 0000000..6399bba --- /dev/null +++ b/app/History/page.js @@ -0,0 +1,31 @@ +import styles from './page.module.css' + +import Navbar from '@components/Navbar/Navbar' +import Header from '@components/Header/Header' +import SubheaderShape from '@components/SubheaderShape/SubheaderShape' + +export default function History() { + return ( +
+ +
+
+

+ WE ARE THE SENTINELS +

+

+ FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York +

+
+
+ +
+

+ { /* eslint-disable-next-line react/no-unescaped-entities */ } + The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We compete in various annual robotics competitions against high schools across the globe, raising awareness for Science, Technology, Engineering, and Mathematics (STEM), along with teaching students aspects behind business and marketing, logistics, and media. We also participate in various community and school events. +

+
+
+
+ ) +} diff --git a/app/History/page.module.css b/app/History/page.module.css new file mode 100644 index 0000000..e584e3f --- /dev/null +++ b/app/History/page.module.css @@ -0,0 +1,5 @@ +.headerOne { + background-image : url('/images/headers/header.jpg'); + background-position: 50% 80%; + filter: brightness(75%) contrast(115%); +} \ No newline at end of file diff --git a/app/Members/Dashboard/page.js b/app/Members/Dashboard/page.js new file mode 100644 index 0000000..132b813 --- /dev/null +++ b/app/Members/Dashboard/page.js @@ -0,0 +1,31 @@ +import styles from './page.module.css' + +import Navbar from '@components/Navbar/Navbar' +import Header from '@components/Header/Header' +import SubheaderShape from '@components/SubheaderShape/SubheaderShape' + +export default function Dashboard() { + return ( +
+ +
+
+

+ WE ARE THE SENTINELS +

+

+ FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York +

+
+
+ +
+

+ { /* eslint-disable-next-line react/no-unescaped-entities */ } + The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We compete in various annual robotics competitions against high schools across the globe, raising awareness for Science, Technology, Engineering, and Mathematics (STEM), along with teaching students aspects behind business and marketing, logistics, and media. We also participate in various community and school events. +

+
+
+
+ ) +} diff --git a/app/Members/Dashboard/page.module.css b/app/Members/Dashboard/page.module.css new file mode 100644 index 0000000..e584e3f --- /dev/null +++ b/app/Members/Dashboard/page.module.css @@ -0,0 +1,5 @@ +.headerOne { + background-image : url('/images/headers/header.jpg'); + background-position: 50% 80%; + filter: brightness(75%) contrast(115%); +} \ No newline at end of file diff --git a/app/Members/SignIn/page.js b/app/Members/SignIn/page.js new file mode 100644 index 0000000..64ae1c1 --- /dev/null +++ b/app/Members/SignIn/page.js @@ -0,0 +1,31 @@ +import styles from './page.module.css' + +import Navbar from '@components/Navbar/Navbar' +import Header from '@components/Header/Header' +import SubheaderShape from '@components/SubheaderShape/SubheaderShape' + +export default function SignIn() { + return ( +
+ +
+
+

+ WE ARE THE SENTINELS +

+

+ FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York +

+
+
+ +
+

+ { /* eslint-disable-next-line react/no-unescaped-entities */ } + The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We compete in various annual robotics competitions against high schools across the globe, raising awareness for Science, Technology, Engineering, and Mathematics (STEM), along with teaching students aspects behind business and marketing, logistics, and media. We also participate in various community and school events. +

+
+
+
+ ) +} diff --git a/app/Members/SignIn/page.module.css b/app/Members/SignIn/page.module.css new file mode 100644 index 0000000..e584e3f --- /dev/null +++ b/app/Members/SignIn/page.module.css @@ -0,0 +1,5 @@ +.headerOne { + background-image : url('/images/headers/header.jpg'); + background-position: 50% 80%; + filter: brightness(75%) contrast(115%); +} \ No newline at end of file diff --git a/app/Members/SignUp/page.js b/app/Members/SignUp/page.js new file mode 100644 index 0000000..886bd51 --- /dev/null +++ b/app/Members/SignUp/page.js @@ -0,0 +1,31 @@ +import styles from './page.module.css' + +import Navbar from '@components/Navbar/Navbar' +import Header from '@components/Header/Header' +import SubheaderShape from '@components/SubheaderShape/SubheaderShape' + +export default function SignUp() { + return ( +
+ +
+
+

+ WE ARE THE SENTINELS +

+

+ FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York +

+
+
+ +
+

+ { /* eslint-disable-next-line react/no-unescaped-entities */ } + The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We compete in various annual robotics competitions against high schools across the globe, raising awareness for Science, Technology, Engineering, and Mathematics (STEM), along with teaching students aspects behind business and marketing, logistics, and media. We also participate in various community and school events. +

+
+
+
+ ) +} diff --git a/app/Members/SignUp/page.module.css b/app/Members/SignUp/page.module.css new file mode 100644 index 0000000..e584e3f --- /dev/null +++ b/app/Members/SignUp/page.module.css @@ -0,0 +1,5 @@ +.headerOne { + background-image : url('/images/headers/header.jpg'); + background-position: 50% 80%; + filter: brightness(75%) contrast(115%); +} \ No newline at end of file diff --git a/app/Robots/page.js b/app/Robots/page.js new file mode 100644 index 0000000..6057806 --- /dev/null +++ b/app/Robots/page.js @@ -0,0 +1,31 @@ +import styles from './page.module.css' + +import Navbar from '@components/Navbar/Navbar' +import Header from '@components/Header/Header' +import SubheaderShape from '@components/SubheaderShape/SubheaderShape' + +export default function Robots() { + return ( +
+ +
+
+

+ WE ARE THE SENTINELS +

+

+ FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York +

+
+
+ +
+

+ { /* eslint-disable-next-line react/no-unescaped-entities */ } + The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We compete in various annual robotics competitions against high schools across the globe, raising awareness for Science, Technology, Engineering, and Mathematics (STEM), along with teaching students aspects behind business and marketing, logistics, and media. We also participate in various community and school events. +

+
+
+
+ ) +} diff --git a/app/Robots/page.module.css b/app/Robots/page.module.css new file mode 100644 index 0000000..e584e3f --- /dev/null +++ b/app/Robots/page.module.css @@ -0,0 +1,5 @@ +.headerOne { + background-image : url('/images/headers/header.jpg'); + background-position: 50% 80%; + filter: brightness(75%) contrast(115%); +} \ No newline at end of file diff --git a/app/Team/page.js b/app/Team/page.js new file mode 100644 index 0000000..b5f2078 --- /dev/null +++ b/app/Team/page.js @@ -0,0 +1,31 @@ +import styles from './page.module.css' + +import Navbar from '@components/Navbar/Navbar' +import Header from '@components/Header/Header' +import SubheaderShape from '@components/SubheaderShape/SubheaderShape' + +export default function Team() { + return ( +
+ +
+
+

+ WE ARE THE SENTINELS +

+

+ FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York +

+
+
+ +
+

+ { /* eslint-disable-next-line react/no-unescaped-entities */ } + The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We compete in various annual robotics competitions against high schools across the globe, raising awareness for Science, Technology, Engineering, and Mathematics (STEM), along with teaching students aspects behind business and marketing, logistics, and media. We also participate in various community and school events. +

+
+
+
+ ) +} diff --git a/app/Team/page.module.css b/app/Team/page.module.css new file mode 100644 index 0000000..e584e3f --- /dev/null +++ b/app/Team/page.module.css @@ -0,0 +1,5 @@ +.headerOne { + background-image : url('/images/headers/header.jpg'); + background-position: 50% 80%; + filter: brightness(75%) contrast(115%); +} \ No newline at end of file