From 78246e141ddc76107f677c126b55361639dbf5bb Mon Sep 17 00:00:00 2001 From: Cooper Werner Date: Mon, 3 Jun 2024 22:17:27 -0400 Subject: [PATCH 1/2] Update Main Page Text and Fix Bugs --- app/page.tsx | 2 +- components/about-us.tsx | 40 +++++++++-------- components/faq/faq.tsx | 45 ++++++++++++++------ components/mlh-banner/mlh-banner.tsx | 2 +- components/nav-bar/mobile/nav-bar-mobile.tsx | 2 +- components/team/team.tsx | 8 ++-- 6 files changed, 61 insertions(+), 38 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 60e147e..0c28d00 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -38,7 +38,7 @@ export default function Home() { return ( <> -
+
diff --git a/components/about-us.tsx b/components/about-us.tsx index 74042e2..ce8ddad 100644 --- a/components/about-us.tsx +++ b/components/about-us.tsx @@ -52,19 +52,25 @@ export default function AboutUs() {

About HackRPI

-

- HackRPI 11 is the 11th annual intercollegiate hackathon hosted by RPI for students not only from RPI but - also from all around the world. Get swag and free food as you compete for exciting prizes! With a broad - range of workshops and mentors on-site, there's no experience necessary to attend. Hackers will also - have the opportunity to network with our fantastic sponsors from the companies that make our event possible. - This year's theme, Urban Upgrades{" "} - is an ode to a decade inspiring students and HackRPI! +

+ HackRPI 2024 is Rensselaer Polytechnic Institute's 11th annual intercollegiate hackathon hosted by students + for students. Starting at noon on Saturday, November 9th, teams of 1-4 people have 24 hours to build and + submit projects relating to our theme,{" "} + Urban Upgrades. After submitting their + projects, participants demonstrate their projects in front of a panel of professors, industry professionals, + and fellow students.

-

- Our goal is to inspire and challenge innovators, creators, developers, and entrepreneurs in New York's - Tech Valley and beyond. We help attendees develop their skills, explore new technologies, and turn their - interests and visions into opportunities. Staying true to our slogan "Why Not Code the World?" - Come join us this November 9-10, 2024 to hack, learn, and meet other people! +

+ Urban Upgrades is all about enhancing + the infrastructure, services, and quality of life in our cities. From smart transportation systems and + sustainable energy solutions to improved public safety and inclusive community spaces, this theme challenges + you to develop ideas and technologies that make cities more livable, efficient, and enjoyable for everyone. +

+

+ Our goal is to inspire and challenge innovators, creators, developers, and entrepreneurs in New York's Tech + Valley and beyond. All students from all schools are welcome to participate, regardless of their major or + experience level. Whether you're a seasoned hacker or a first-time participant, HackRPI is the perfect + opportunity to learn new skills, meet new people, and have fun!

@@ -75,7 +81,7 @@ export default function AboutUs() {
-

+

When & Where{" "}

-
-

November 9-10, 2024

-

Rensselaer Polytechnic Institute

-

Darrin Communications Center

+
+

November 9-10, 2024

+

Rensselaer Polytechnic Institute

+

Darrin Communications Center

diff --git a/components/faq/faq.tsx b/components/faq/faq.tsx index bcd4bd7..6021fd3 100644 --- a/components/faq/faq.tsx +++ b/components/faq/faq.tsx @@ -11,28 +11,27 @@ const faqs: FAQ[] = [ { title: "What is HackRPI?", content: - "HackRPI is a 24 hour coding event where hackers will work in teams of 1 to 4 people to create projects based around the theme to win epic prizes thanks to our sponsors!", + "Teams of 1-4 have 24 hours to build a project relating to our theme Urban Upgrades. Teams will then present their projects, and the best projects win prizes!", }, { title: "When is HackRPI?", content: - "November 9th-10th 2024, is the date for our 11th annual HackRPI. Arrival and check-in will take place from 10-11am with the opening ceremony beginning at 11am. The event will end at 4pm on Sunday, November 10th. We're really excited to celebrate the 11th year of our incredible event with YOU! Save the date!", + "HackRPI takes place on November 9th and 10th, 2024. Arrival and check-in takes place from 10-11 AM. Our opening ceremony starts at 11 AM, and hacking begins at noon. Your projects must be on Devpost by 11 AM Sunday, and all coding must stop at noon Sunday. Teams will present, and the event will end around 4PM on Sunday. We are excited to see you there!", }, { title: "Where is HackRPI?", content: - "HackRPI is held at the RPI campus in Troy, New York. The event will take place in the Darrin Communications Center (DCC).", + "HackRPI takes place at Rensselaer Polytechnic Institute, in the Darrin Communication Center. Darrin Communications Center, 51 College Ave, Troy, NY 12180. See our event information page for more details. ", }, { - title: "Is it free to attend?", - content: - "Yes! Thanks to our many wonderful sponsors, HackRPI is free, as is all the swag, food, and snacks you can get!", + title: "Is HackRPI free to attend?", + content: "Yes! Thanks to our many wonderful sponsors, all food and swag are completely free for participants!", }, { title: "How do I register?", content: ( -
-

Click here to register:

+
+

You can click here to register with Major League Hacking (MLH).

{/* This is a custom button component will update later */}
), @@ -40,22 +39,40 @@ const faqs: FAQ[] = [ { title: "Who can participate?", content: - "Anyone with any skill level! Whether you're an experienced hackathon veteran, or if you've never coded before, our hackathon is for you! With our team of mentors ready to assist you with whatever direction you're taking your project, HackRPI is the place you should go to grow and test your technical skills!", + "Everyone is welcome to participate, whether you are a hackathon veteran or this is your first hackathon, this is a great opportunity to learn, experiment with new technologies, and grow your skills. Our team of experienced mentors is here to help you in every step of the way.", }, { title: "Do I have to be an RPI student?", content: - "No! You don't have to be an RPI student to participate! Students from other colleges are welcome and any recent college graduates!", + "No! HackRPI is open to everyone, students of all experience levels from all colleges and universities are welcome to attend. Did you know that students from over 45 other colleges attended HackRPI!", }, { - title: "Who else will be there?", + title: "Does HackRPI provide travel reimbursement?", + content: ( +

+ Unfortunately, we are unable to provide travel reimbursement at this time, however, we have sleep rooms on + campus for students 18 and older, and we are more than happy to recommend local accommodations if you email us + at{" "} + + hackrpi@rpi.edu + + . +

+ ), + }, + { + title: "What should I bring?", + content: "Bring your team, your laptop, chargers, any hardware you need, and a good night's sleep!", + }, + { + title: "What is the theme?", content: - "Not only can you meet other RPI students and people from other colleges, but we've got wonderful sponsors who make this event possible! You'll have the opportunity to talk to representatives from a variety of tech companies at career-fair style tables.", + "The theme for HackRPI 2024 is Urban Upgrades. This theme is all about enhancing the infrastructure, services, and quality of life in our cities. From smart transportation systems and sustainable energy solutions to improved public safety and inclusive community spaces, this theme challenges you to develop ideas and technologies that make cities more livable, efficient, and enjoyable for everyone.", }, { - title: "Does HackRPI provide travel reimbursement?", + title: "Is it okay if I am late to the event?", content: - "We are unable to provide travel reimbursement at this time, but are happy to offer advice for nearby and affordable transportation options.", + "Yes! You can arrive at any time during the event, but we recommend arriving before 11 AM on Saturday. Remember, the longer you are late, the less time you have to work on your project!", }, ]; diff --git a/components/mlh-banner/mlh-banner.tsx b/components/mlh-banner/mlh-banner.tsx index c540303..d3edd56 100644 --- a/components/mlh-banner/mlh-banner.tsx +++ b/components/mlh-banner/mlh-banner.tsx @@ -6,7 +6,7 @@ export default function MlhBanner() { id="mlh-trust-badge" href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2025-season&utm_content=white" target="_blank" - className="block max-w-[80] desktop:max-w-[100px] min-w-[60px] w-[8%] h-auto fixed right-[5px] lg:right-[25px] top-0 z-[10000] " + className="block max-w-[80] desktop:max-w-[100px] min-w-[60px] w-[8%] h-auto fixed right-[40px] lg:right-[25px] top-0 z-[10000] " > -
+