diff --git a/src/App.jsx b/src/App.jsx index 9800f9e..8393ebf 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,7 +5,7 @@ import About from './pages/about/About' import Robots from './pages/robots/robots' import Resources from './pages/resources/Resources' import Sponsors from './pages/sponsors/Sponsors' -import Members from './pages/members/Members' +import Event from './pages/event/Event' import Media from './pages/media/Media' import Blogs from './pages/Blogs/Blogs' import Blog from './pages/Blog' @@ -24,7 +24,7 @@ const App = () => { }/> }/> }/> - }/> + }/> }/> }/> diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 5448ad8..751dc9d 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -26,9 +26,11 @@ const Footer = () => {

Permalinks

About + Media Robots Resources Sponsors + Event

Resources

diff --git a/src/components/PagesDirectEvent.jsx b/src/components/PagesDirectEvent.jsx new file mode 100644 index 0000000..dabbad3 --- /dev/null +++ b/src/components/PagesDirectEvent.jsx @@ -0,0 +1,50 @@ +import {FaRobot} from 'react-icons/fa' +import SectionHead from './SectionHead' +import {pagesdirectevent} from '../data.js' +import Card from '../UI/Card' +import {AiFillCaretRight} from 'react-icons/ai' + + +const PagesDirectEvent = () => { + return ( +
+
+ } title="EVENT INFORMATION"/> +
+ + +

Schedule

+ Check out the schedule for all competition days + View +
+ + +

Volunteer

+ Sign up to volunteer for our District Event + View +
+ + +

Information Packet

+ Please read our regulations below + View +
+ {/* { + pagesdirectevent.map(({id, icon, title, info, url}) => { + return ( + + {icon} +

{title}

+ {info} + View +
+ ) + }) + } */} +
+
+
+ ) +} + +export default PagesDirectEvent \ No newline at end of file diff --git a/src/data.js b/src/data.js index 247d919..dd7ab41 100644 --- a/src/data.js +++ b/src/data.js @@ -31,6 +31,11 @@ export const links = [ name: "Sponsors", path: "/sponsors" }, + + { + name: "Event", + path: "/event" + }, ] @@ -50,179 +55,75 @@ export const pagesdirect = [ info: "Check out the different robots we've made", path: "/robots" }, + // { + // id: 2, + // icon: , + // title: "Blogs", + // info: "Keep up with our team news throughout the season", + // path: "*" + // }, { id: 2, icon: , - title: "Blogs", - info: "Keep up with our team news throughout the season", - path: "*" + title: "Event", + info: "Check out details about the Week 2 event hosted by Team 1807", + path: "/event" }, + { id: 3, icon: , - title: "Members", - info: "Check out our team and mentors of 1807 and 1812.", + title: "Resources", + info: "Check out our resources page for information", path: "/bios" }, ] -export const faqs = [ +export const pagesdirectevent = [ { id: 1, - question: "How long is the season?", - answer: "Our season is broken up into different parts. But, the team is a year-long commitment." + icon: , + title: "Schedule", + info: "Check out the schedule for all competition days", + url: "/schedule.pdf" }, { id: 2, - question: "What grades are the team open to?", - answer: "FRC#1807 is open to anybody that currently attends Allentown High School. Grades 9-12 can come to the information meeting to learn about the team. Dates and information is announced in the beginning of each school year" + icon: , + title: "Volunteer", + info: "Sign up to volunteer for our District Event", + url: "*" }, { id: 3, - question: "How many competitions are in a year?", - answer: "FRC#1807 normally attends 3 competitions and if they score highly, they are able to advance to a 4th competition and if they advance from there, they are able to participate in a 5th for worlds. " - }, - { - id: 4, - question: "How long is the prep time between each competition", - answer: "Between 1-2 weeks" + icon: , + title: "Information Packet", + info: "Please read our regulations below", + url: "/resources" }, ] -export const quotes = [ +export const faqs = [ { id: 1, - name: "Robert Tackett", - quote: "Robotics is the best activity for kids that want to go pro because every kid has a chance to do it.", - job: "Teacher Advisor", - avatar: require("./images/logo.png") + question: "How long is the season?", + answer: "Our season is broken up into different parts. But, the team is a year-long commitment." }, { id: 2, - name: "Matthew Jasaitis", - quote: "Work smarter, work harder.", - job: "Teacher Advisor", - avatar: require("./images/logo.png") + question: "What grades are the team open to?", + answer: "FRC#1807 is open to anybody that currently attends Allentown High School. Grades 9-12 can come to the information meeting to learn about the team. Dates and information is announced in the beginning of each school year" }, { id: 3, - name: "Gabriella Biello", - quote: "1807 is an environment that fosters education and inspiration. We work hard to create incredible robots but also an incredible family that I am so proud to be a part of.", - job: "Business Captain", - avatar: require("./images/logo.png") + question: "How many competitions are in a year?", + answer: "FRC#1807 normally attends 3 competitions and if they score highly, they are able to advance to a 4th competition and if they advance from there, they are able to participate in a 5th for worlds. " }, { id: 4, - name: "Sydney Miller", - quote: "Although robotics is a lot of work and many hours, it's worth every second.", - job: "Build Captain", - avatar: require("./images/logo.png") - }, - { - id: 5, - name: "Arya Chaudry", - quote: "Can you come up with something inspirational and say it's me?", - job: "Programming Captain", - avatar: require("./images/logo.png") - }, - { - id: 6, - name: "Evan Kaba", - quote: "", - job: "Design Captain", - avatar: require("./images/logo.png") - }, - { - id: 7, - name: "Michael Sacca", - quote: "Keep moving forward!", - job: "Electrical Captain", - avatar: require("./images/logo.png"), - }, - { - id: 8, - name: "Vanisha Nagali", - quote: "Machine does the work, I just stand there.", - job: "Machining Captain", - avatar: require("./images/logo.png") - }, - { - id: 9, - name: "Nicholas Marques", - quote: "Its a great learning enviroment to work in, you learn new stuff everyday and everyone is so supportive to each other.", - job: "Build Lead", - avatar: require("./images/logo.png") - }, - { - id: 10, - name: "Julia Valentino", - quote: "Learning and growing with people that have essentially become my second family and exploring the world of mechanical engineering with 1807 has been amazing", - job: "Build Lead", - avatar: require("./images/logo.png") + question: "How long is the prep time between each competition", + answer: "Between 1-2 weeks" }, - { - id: 11, - name: "Olivia Pusczko", - quote: "NIGHTMARE NIGHTMARE NIGHTMARE", - job: "Build Lead", - avatar: require("./images/logo.png") - }, - { - id: 12, - name: "Abhinav Murthy", - quote: ".", - job: "Build Lead", - avatar: require("./images/logo.png") - }, - { - id: 13, - name: "Andrew Sain", - quote: "It's a lot of work but its a lot of fun.", - job: "Design Lead A", - avatar: require("./images/logo.png") - }, - { - id: 14, - name: "Gavin Elwell", - quote: "Postponed.", - job: "Design Lead A", - avatar: require("./images/logo.png") - }, - { - id: 15, - name: "Radhika Manvar", - quote: "Idk", - job: "Design Lead A", - avatar: require("./images/logo.png") - }, - { - id: 16, - name: "Tia Bajaj", - quote: "Idk", - job: "Design Lead B", - avatar: require("./images/logo.png") - }, - { - id: 17, - name: "Ryan Horn", - quote: "Idk", - job: "Design Lead B", - avatar: require("./images/logo.png") - }, - { - id: 18, - name: "Jacob Roohr", - quote: "Everything works in the CAD.", - job: "Design Lead B", - avatar: require("./images/logo.png") - }, - { - id: 19, - name: "Drew Springer Heller", - quote: "I'll get back to you with that", - job: "Programming Lead", - avatar: require("./images/logo.png") - } ] const cover1 = require('./images/main__header.jpeg') @@ -317,88 +218,6 @@ export const blogList = [ cover: cover1, }, ]; - - -export const sponsors = [ - { - id: 1, - name: 'Aluminum Sponsor', - desc: 'This package is perfect for beginners who need constant help', - price: 100, - features: [ - {feature: 'Invitation to our Sponsor Night', available: true}, - {feature: 'Thank-you letter and team picture', available: true} - ] - }, - { - id: 2, - name: 'Bronze Sponsor', - desc: 'This is the perfect package for beginners who know what their doing', - price: 500, - features: [ - {feature: 'Your logo displayed on the homepage of the website (with link) and our Sponsors page', available: true}, - {feature: 'Invitation to our Sponsor Night', available: true}, - {feature: 'Thank-you letter and team picture', available: true}, - {feature: '2023 Sponsor Plaque', available: true} - ] - }, - { - id: 3, - name: 'Silver Sponsor', - desc: 'This package is perfect for busy people who need home service', - price: 1000, - features: [ - {feature: 'Your name displayed on the sponsor page of the website (with link) and our Sponsors page', available: true}, - {feature: 'Invitation to our Sponsor Night', available: true}, - {feature: 'Thank-you letter and team picture', available: true}, - {feature: '2023 Sponsor Plaque', available: true} - ] - }, - { - id: 4, - name: 'Gold Sponsor', - desc: 'This package is perfect for busy people who need home service', - price: 2000, - features: [ - {feature: 'Your logo displayed on the sponsor page of the website (with link) and our Sponsors page', available: true}, - {feature: 'Your logo on team shirts worn at competitions', available: true}, - {feature: 'Your logo on the team banner displayed at competitions', available: true}, - {feature: 'Invitation to our Sponsor Night', available: true}, - {feature: 'Thank-you letter and team picture', available: true}, - {feature: '2023 Sponsor Plaque', available: true} - ] - }, - { - id: 5, - name: 'Diamond Sponsor', - desc: 'This package is perfect for busy people who need home service', - price: 5000, - features: [ - {feature: 'Your logo displayed on the homepage of the website (with link) and our Sponsors page', available: true}, - {feature: 'A medium-sized print of your logo on team shirts worn at competitions', available: true}, - {feature: 'Your logo on the banner and displayed in our pits (stations at competitions)', available: true}, - {feature: 'VIP invitation to our Sponsor Night', available: true}, - {feature: 'Thank-you letter and team picture', available: true}, - {feature: '2023 Sponsor Plaque', available: true} - ] - }, - { - id: 6, - name: 'Platinum Sponsor', - desc: 'This package is perfect for busy people who need home service', - price: 10000, - features: [ - {feature: 'Your logo displayed on the homepage of the website (with link) and our Sponsors page', available: true}, - {feature: 'A large print of your logo on team shirts worn at competitions', available: true}, - {feature: 'Your logo on the banner, robot and displayed in our pits (stations at competitions)', available: true}, - {feature: 'Presentation and demonstration of robot at your company or at choice event', available: true}, - {feature: 'VIP invitation to our Sponsor Night', available: true}, - {feature: 'Your information on all of our social media outlets and presentations', available: true}, - {feature: 'Thank-you letter and team picture', available: true}, - {feature: '2023 Sponsor Plaque', available: true} - ] - } -] const Robot2011 = require('./images/robots/robot11.JPG') const Robot2012 = require('./images/robots/robot12.JPG') @@ -411,23 +230,23 @@ const Robot2021 = require('./images/robots/robot21.jpg') export const robots = [ { id: 1, - image: Robot2011, - game: 'Logomotion', - year: '2010-11', - docs: ['https://github.com/AllentownRobotics'] + image: Robot2021, + game: 'Rapid React', + year: '2021-22', + docs: ['https://github.com/AllentownRobotics/2022-1807-RobotCode'] }, { id: 2, - image: Robot2012, - game: 'Rebound Rumble', - year: '2011-12', + image: Robot2020, + game: 'Infinite Recharge', + year: '2020-21', docs: ['https://github.com/AllentownRobotics'] }, { id: 3, - image: Robot2013, - game: 'Ultimate Ascent', - year: '2012-13', + image: Robot2019, + game: 'Destination: Deep Space', + year: '2018-19', docs: ['https://github.com/AllentownRobotics'] }, { @@ -439,24 +258,24 @@ export const robots = [ }, { id: 5, - image: Robot2019, - game: 'Destination: Deep Space', - year: '2018-19', + image: Robot2013, + game: 'Ultimate Ascent', + year: '2012-13', docs: ['https://github.com/AllentownRobotics'] }, { id: 6, - image: Robot2020, - game: 'Infinite Recharge', - year: '2020-21', + image: Robot2012, + game: 'Rebound Rumble', + year: '2011-12', docs: ['https://github.com/AllentownRobotics'] }, { id: 7, - image: Robot2021, - game: 'Rapid React', - year: '2021-22', - docs: ['https://github.com/AllentownRobotics/2022-1807-RobotCode'] + image: Robot2011, + game: 'Logomotion', + year: '2010-11', + docs: ['https://github.com/AllentownRobotics'] }, ] diff --git a/src/pages/about/About.jsx b/src/pages/about/About.jsx index 3d73d0f..6f65317 100644 --- a/src/pages/about/About.jsx +++ b/src/pages/about/About.jsx @@ -12,13 +12,12 @@ const About = () => {
Scroll down to read about our history and how we built our team from the start.
-
-
+
+

Team Summary

Located at Allentown High School in Allentown, New Jersey, Redbird Robotics was formed by an enthusiastic father in 2006. The team started with 16 students and 4 mentors. We have now tripled in size, consisting of 47 dedicated students and 14 mentors. During our rookie year, we received sponsorships from 3 companies and organizations. For the 2022 season, we have 11 corporate sponsorships and organizations. The majority of our 2021 sponsors have carried into the 2022 season, along with 2 new corporate sponsorships.

-

Along with the increase of sponsors, our team has also greatly increased outreach efforts. Some of our outreach projects include leading multiple FIRST LEGO League teams, helping Girl Scout Troops earn their Programming Badge, annual robot demonstrations at our local elementary school’s STEM nights and local middle schools, installing a new LEGO Wall at our local elementary school. Our team is currently working on organizing more outreach programs in order to expose more young students to STEM. Our goal is to inform more people about the importance of STEM in education and the impact that FIRST has had on students all over the world. -

+

Along with the increase of sponsors, our team has also greatly increased outreach efforts. Some of our outreach projects include leading multiple FIRST LEGO League teams, helping Girl Scout Troops earn their Programming Badge, annual robot demonstrations at our local elementary school’s STEM nights and local middle schools, installing a new LEGO Wall at our local elementary school. Our team is currently working on organizing more outreach programs in order to expose more young students to STEM. Our goal is to inform more people about the importance of STEM in education and the impact that FIRST has had on students all over the world.

Summary diff --git a/src/pages/about/about.css b/src/pages/about/about.css index 826d749..5cdbb8d 100644 --- a/src/pages/about/about.css +++ b/src/pages/about/about.css @@ -29,7 +29,7 @@ color: var(--color-grey); } -.about__story-container, .about__summary-container { +.about__story-container, .about__team-container { display: grid; grid-template-columns: 40% 50%; gap: 10%; @@ -46,18 +46,19 @@ @media screen and (max-width: 1024px) { .about__section-image { width: 60%; + display: none; } .about__section-content h1 { margin-bottom: 1.2rem; } - .about__story-container, .about__vision-container { + .about__team-container, .about__story-container, .about__vision-container { grid-template-columns: 1fr; gap: 3rem; } - .about__vision .about__Section-image { + .about__vision .about__section-image { grid-row: 1; } } @@ -69,9 +70,10 @@ .about__section-image { width: 80%; margin-inline: auto; + display: none; } - .about__story-container, .about__vision-container { + .about__team-container, .about__story-container, .about__vision-container { gap: 2rem; } } \ No newline at end of file diff --git a/src/pages/event/Event.jsx b/src/pages/event/Event.jsx new file mode 100644 index 0000000..7c7b45f --- /dev/null +++ b/src/pages/event/Event.jsx @@ -0,0 +1,96 @@ +import Header from '../../components/Header' +import HeaderImage from '../../images/teampicture.jpg' +import {FaRobot} from 'react-icons/fa' +import SectionHead from '../../components/SectionHead' +import VisionImage from '../../images/teampicture.jpg' +import Footer from '../../components/Footer' +import Card from '../../UI/Card' +import {AiFillCaretRight} from 'react-icons/ai' + +import './event.css' + +const Event = () => { + return ( + <> +
+ Scroll down to read about our history and how we built our team from the start. +
+
+
+
+

Event Details

+

This is team 1807's first time hosting an event and we couldn't be more excited! Our team has worked hard to make this a fun and exciting experience, and we hope to have created a welcoming enviornment for all. The event will be taking place at Allentown High School at 27 High Street Allentown NJ, on March 8-10. We look forwards to seeing you there! +

+
+
+ Summary +
+
+
+ +
+
+
+

Teams Attending

+

25 Raider Robotix

+

103 Cybersonics

+

293 SPIKE

+

555 Montclair Robotics

+

834 SparTechs

+

1626 Falcon Robotics

+

1807 Redbird Robotics

+

1923 The MidKnight Inventors

+

2016 Mighty Monkey Wrenches

+

2180 Zero Gravity

+

2191 Flux Core

+

2495 Hive Mind

+

2554 The WarHawks

+

2577 Pingry Robotics

+

3340 Union City MagneGeeks

+

3515 Pneubotic Mustangs

+

4573 Rambotics

+

4652 Ironmen 2

+

4653 Ironmen Robotics

+

5624 TIGER TECH Robotics

+

5666 Purple Lightning

+

6897 Astraea Robotics

+

8588 Tech Devils

+

8628 Newark School of Global Studies

+

8707 The Newark Circuit Breakers

+

9015 Questionable Engineering

+

9100 Robo Roses

+
+
+
+ +
+
+ } title="EVENT INFORMATION"/> +
+ + +

Schedule

+ Check out the schedule for all competition days + View +
+ + +

Volunteer

+ Sign up to volunteer for our District Event + View +
+ + +

Information Packet

+ Please read our regulations below + View +
+
+
+
+