Skip to content

Commit c960dce

Browse files
committed
Update home page
1 parent 5c916bc commit c960dce

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

pages/index.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ const images = [
1313
];
1414

1515
const Awards = [
16+
{
17+
title: "Judges Award",
18+
year: "2025",
19+
comp: "NYC Regional"
20+
},
1621
{
1722
title: "Finalist",
1823
year: "2023",
@@ -301,11 +306,7 @@ export default function Home() {
301306
</div>
302307

303308
<p className="secondary text-base md:text-lg leading-relaxed text-center md:text-left">
304-
Brooklyn Technical High School's Robotics Team, TechKnights (FRC Team 334) is a robotics team
305-
that has been inspiring and educating students since 1999. Our team brings together passionate
306-
students who work collaboratively to design, build, and program robots for the FIRST Robotics
307-
Competition. Through hands-on experience, we develop crucial skills in engineering,
308-
programming, and project management.
309+
Dedicated to building since 1998, we are the TechKnights, Brooklyn Technical High School’s FIRST Robotics Competition (FRC) team. Meeting daily, we come together to tackle the new challenge posed by the international FIRST organization in a 6-week competition season devoted to learning and innovating. Including members from all backgrounds is a pivotal aspect of our team, bringing a diverse range of new members to our lab’s doors every year, and pushing the bounds of growth for the team. Composed of 50 engineers, the TechKnights develop designs through CAD that we go on to manufacture in-house, then create proprietary code for, synthesizing the work of every student across five distinct divisions into one, competition-ready robot.
309310
</p>
310311
<div className="mt-4 text-center md:text-left">
311312
<h3 className="text-xl font-bold main mb-3">Open Alliance 2024 &#8208; 2025</h3>
@@ -340,14 +341,14 @@ export default function Home() {
340341
</h2>
341342
<p className="text-lg md:text-xl text-center text-neutral-200 mb-8 md:mb-12">
342343
You can reach out to us by email
344+
<h3 className="font-bold secondary text-lg mb-3">techrobotics334@gmail.com</h3>
345+
343346
</p>
344347
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 md:gap-8">
345-
<div>
348+
<div>
346349
<h3 className="font-lg main text-xl mb-3">STUDENTS</h3>
347350
<ul className="mt-2 space-y-3">
348351
<li className="secondary text-sm md:text-base"><b>Samantha Tan</b> - samanthat155@nycstudents.net</li>
349-
<li className="secondary text-sm md:text-base"><b>Valentina Wolfe</b> - ValentinaW2@nycstudents.net</li>
350-
<li className="secondary text-sm md:text-base"><b>Gadin Aggarwal</b> - gadina@nycstudents.net</li>
351352
</ul>
352353
</div>
353354
<div>

0 commit comments

Comments
 (0)