Skip to content

Commit

Permalink
Add pages for routing
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperBlue committed Sep 15, 2023
1 parent a5b5a00 commit d4e6138
Show file tree
Hide file tree
Showing 18 changed files with 324 additions and 0 deletions.
31 changes: 31 additions & 0 deletions app/AboutUs/page.js
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<Navbar/>
<Header height={700} imageClass={styles.headerOne} gradient={true}>
<div style={{color : '#fff', maxWidth : 800, textAlign: 'center', marginBottom : 60}}>
<p style={{fontWeight : 900, fontSize: 64}}>
WE ARE THE SENTINELS
</p>
<p style={{fontWeight : 500, fontSize : 24, letterSpacing: '0.03rem'}}>
FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York
</p>
</div>
</Header>
<SubheaderShape>
<div className='container'>
<p style={{color : '#fff', textAlign : 'justify', fontSize : 24, fontWeight : 350, letterSpacing: '0.03rem'}}>
{ /* 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.
</p>
</div>
</SubheaderShape>
</div>
)
}
5 changes: 5 additions & 0 deletions app/AboutUs/page.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.headerOne {
background-image : url('/images/headers/header.jpg');
background-position: 50% 80%;
filter: brightness(75%) contrast(115%);
}
31 changes: 31 additions & 0 deletions app/ContactUs/page.js
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<Navbar/>
<Header height={700} imageClass={styles.headerOne} gradient={true}>
<div style={{color : '#fff', maxWidth : 800, textAlign: 'center', marginBottom : 60}}>
<p style={{fontWeight : 900, fontSize: 64}}>
WE ARE THE SENTINELS
</p>
<p style={{fontWeight : 500, fontSize : 24, letterSpacing: '0.03rem'}}>
FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York
</p>
</div>
</Header>
<SubheaderShape>
<div className='container'>
<p style={{color : '#fff', textAlign : 'justify', fontSize : 24, fontWeight : 350, letterSpacing: '0.03rem'}}>
{ /* 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.
</p>
</div>
</SubheaderShape>
</div>
)
}
5 changes: 5 additions & 0 deletions app/ContactUs/page.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.headerOne {
background-image : url('/images/headers/header.jpg');
background-position: 50% 80%;
filter: brightness(75%) contrast(115%);
}
31 changes: 31 additions & 0 deletions app/Events/page.js
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<Navbar/>
<Header height={700} imageClass={styles.headerOne} gradient={true}>
<div style={{color : '#fff', maxWidth : 800, textAlign: 'center', marginBottom : 60}}>
<p style={{fontWeight : 900, fontSize: 64}}>
WE ARE THE SENTINELS
</p>
<p style={{fontWeight : 500, fontSize : 24, letterSpacing: '0.03rem'}}>
FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York
</p>
</div>
</Header>
<SubheaderShape>
<div className='container'>
<p style={{color : '#fff', textAlign : 'justify', fontSize : 24, fontWeight : 350, letterSpacing: '0.03rem'}}>
{ /* 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.
</p>
</div>
</SubheaderShape>
</div>
)
}
5 changes: 5 additions & 0 deletions app/Events/page.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.headerOne {
background-image : url('/images/headers/header.jpg');
background-position: 50% 80%;
filter: brightness(75%) contrast(115%);
}
31 changes: 31 additions & 0 deletions app/History/page.js
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<Navbar/>
<Header height={700} imageClass={styles.headerOne} gradient={true}>
<div style={{color : '#fff', maxWidth : 800, textAlign: 'center', marginBottom : 60}}>
<p style={{fontWeight : 900, fontSize: 64}}>
WE ARE THE SENTINELS
</p>
<p style={{fontWeight : 500, fontSize : 24, letterSpacing: '0.03rem'}}>
FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York
</p>
</div>
</Header>
<SubheaderShape>
<div className='container'>
<p style={{color : '#fff', textAlign : 'justify', fontSize : 24, fontWeight : 350, letterSpacing: '0.03rem'}}>
{ /* 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.
</p>
</div>
</SubheaderShape>
</div>
)
}
5 changes: 5 additions & 0 deletions app/History/page.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.headerOne {
background-image : url('/images/headers/header.jpg');
background-position: 50% 80%;
filter: brightness(75%) contrast(115%);
}
31 changes: 31 additions & 0 deletions app/Members/Dashboard/page.js
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<Navbar/>
<Header height={700} imageClass={styles.headerOne} gradient={true}>
<div style={{color : '#fff', maxWidth : 800, textAlign: 'center', marginBottom : 60}}>
<p style={{fontWeight : 900, fontSize: 64}}>
WE ARE THE SENTINELS
</p>
<p style={{fontWeight : 500, fontSize : 24, letterSpacing: '0.03rem'}}>
FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York
</p>
</div>
</Header>
<SubheaderShape>
<div className='container'>
<p style={{color : '#fff', textAlign : 'justify', fontSize : 24, fontWeight : 350, letterSpacing: '0.03rem'}}>
{ /* 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.
</p>
</div>
</SubheaderShape>
</div>
)
}
5 changes: 5 additions & 0 deletions app/Members/Dashboard/page.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.headerOne {
background-image : url('/images/headers/header.jpg');
background-position: 50% 80%;
filter: brightness(75%) contrast(115%);
}
31 changes: 31 additions & 0 deletions app/Members/SignIn/page.js
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<Navbar/>
<Header height={700} imageClass={styles.headerOne} gradient={true}>
<div style={{color : '#fff', maxWidth : 800, textAlign: 'center', marginBottom : 60}}>
<p style={{fontWeight : 900, fontSize: 64}}>
WE ARE THE SENTINELS
</p>
<p style={{fontWeight : 500, fontSize : 24, letterSpacing: '0.03rem'}}>
FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York
</p>
</div>
</Header>
<SubheaderShape>
<div className='container'>
<p style={{color : '#fff', textAlign : 'justify', fontSize : 24, fontWeight : 350, letterSpacing: '0.03rem'}}>
{ /* 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.
</p>
</div>
</SubheaderShape>
</div>
)
}
5 changes: 5 additions & 0 deletions app/Members/SignIn/page.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.headerOne {
background-image : url('/images/headers/header.jpg');
background-position: 50% 80%;
filter: brightness(75%) contrast(115%);
}
31 changes: 31 additions & 0 deletions app/Members/SignUp/page.js
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<Navbar/>
<Header height={700} imageClass={styles.headerOne} gradient={true}>
<div style={{color : '#fff', maxWidth : 800, textAlign: 'center', marginBottom : 60}}>
<p style={{fontWeight : 900, fontSize: 64}}>
WE ARE THE SENTINELS
</p>
<p style={{fontWeight : 500, fontSize : 24, letterSpacing: '0.03rem'}}>
FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York
</p>
</div>
</Header>
<SubheaderShape>
<div className='container'>
<p style={{color : '#fff', textAlign : 'justify', fontSize : 24, fontWeight : 350, letterSpacing: '0.03rem'}}>
{ /* 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.
</p>
</div>
</SubheaderShape>
</div>
)
}
5 changes: 5 additions & 0 deletions app/Members/SignUp/page.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.headerOne {
background-image : url('/images/headers/header.jpg');
background-position: 50% 80%;
filter: brightness(75%) contrast(115%);
}
31 changes: 31 additions & 0 deletions app/Robots/page.js
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<Navbar/>
<Header height={700} imageClass={styles.headerOne} gradient={true}>
<div style={{color : '#fff', maxWidth : 800, textAlign: 'center', marginBottom : 60}}>
<p style={{fontWeight : 900, fontSize: 64}}>
WE ARE THE SENTINELS
</p>
<p style={{fontWeight : 500, fontSize : 24, letterSpacing: '0.03rem'}}>
FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York
</p>
</div>
</Header>
<SubheaderShape>
<div className='container'>
<p style={{color : '#fff', textAlign : 'justify', fontSize : 24, fontWeight : 350, letterSpacing: '0.03rem'}}>
{ /* 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.
</p>
</div>
</SubheaderShape>
</div>
)
}
5 changes: 5 additions & 0 deletions app/Robots/page.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.headerOne {
background-image : url('/images/headers/header.jpg');
background-position: 50% 80%;
filter: brightness(75%) contrast(115%);
}
31 changes: 31 additions & 0 deletions app/Team/page.js
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<Navbar/>
<Header height={700} imageClass={styles.headerOne} gradient={true}>
<div style={{color : '#fff', maxWidth : 800, textAlign: 'center', marginBottom : 60}}>
<p style={{fontWeight : 900, fontSize: 64}}>
WE ARE THE SENTINELS
</p>
<p style={{fontWeight : 500, fontSize : 24, letterSpacing: '0.03rem'}}>
FIRST (C) Robotics Competition Team 5599, from Benjamin N. Cardozo High School in Bayside, New York
</p>
</div>
</Header>
<SubheaderShape>
<div className='container'>
<p style={{color : '#fff', textAlign : 'justify', fontSize : 24, fontWeight : 350, letterSpacing: '0.03rem'}}>
{ /* 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.
</p>
</div>
</SubheaderShape>
</div>
)
}
5 changes: 5 additions & 0 deletions app/Team/page.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.headerOne {
background-image : url('/images/headers/header.jpg');
background-position: 50% 80%;
filter: brightness(75%) contrast(115%);
}

0 comments on commit d4e6138

Please sign in to comment.