Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/StuyPulse/stuypulse.com int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
achen318 committed Oct 20, 2023
2 parents c597a43 + 770eb6f commit 1c44680
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 53 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
74 changes: 21 additions & 53 deletions src/pages/about/ftc.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,12 @@ const achievements = (await import('@data/ftcawards.yml')).default;
<div class="row">
<div class="col-12 col-sm-12 col-md-12 col-lg-9">
<p>
As a part of Stuyvesant Robotics, we share our robotics lab with two
other teams: <a href="http://fission310.com" target="_blank">FTC 310</a>
As part of Stuyvesant Robotics, we share our robotics lab with our two sister FTC teams: <a href="http://fission310.com" target="_blank">FTC 310</a>
and <a href="http://fusion479.com" target="_blank">FTC 479</a>.
</p>
<h2 class="mt-4">FIRST Tech Challenge</h2>
<p>
First Tech Challenge (FTC) differs from First Robotics Challenge (FRC)
in that robots are at most 18x18x18 inches. The FTC build season also
takes place over a longer period of time, six months in comparison to
six weeks. But both FRC and FTC teams design, code, and build their own
robot while helping out in the community!
While all three teams focus on robotics, our neighboring FTC teams create smaller robots in a span of 6 months, while we follow FRC guidelines for a season of 6 weeks. Despite these differences, we all prioritize community outreach.
</p>
<p>
You can learn more about FTC on FIRST's official site <a
Expand Down Expand Up @@ -97,47 +92,19 @@ const achievements = (await import('@data/ftcawards.yml')).default;
</div>

<h2 class="mt-4">Outreach</h2>
<p>Together, the FTC teams collaborate with Stuyvesant Women Engineers to teach electrical engineering to aspiring girls and with CS Dojo, which is a Stuyvesant student-led organization linked with tutoring students in various languages. Moreover, both teams are avid participants in forums and servers for FTC discussion and often share their resources and developments to help out new teams. </p>
<div class="row">
<div
class="order-sm-2 order-md-2 order-lg-1 col-12 col-sm-12 col-md-12 col-lg-6 col-xl-7 col-xxl-8"
>
<p class="mb-1">
Both 310 and 479 have contributed to their communities through:
<br>
<h3>Fission 310:</h3>
<p>Fission 310 works with both local and global FLL teams and mentors elementary and middle schoolers at CoderSchool to inspire more young children to join the fascinating world of robotics.
</p>
<br>
<h3>Fusion 479:</h3>
<p>Similarly, Fusion 479 works with elementary schools, such as P.S. 41Q and FLCDC Summer Camp to demo robots to interested future engineers.
</p>
<ul>
<li>
Teaming up with Stuyvesant Women Engineers and teaching a lesson about
electrical engineering and circuits
</li>
<li>Helping out at Stuyvesant's CS Dojo</li>
<li>
Providing online FTC resources through online forums and social media
such as the FTC discord server
</li>
<li>
Helping other teams through online forums and social media like the
FTC Discord
</li>
</ul>
<h3>310:</h3>
<ul>
<li>
mentored 8 - 11 year olds at theCoderSchool using LEGO Mindstorms kits
</li>
<li>mentored Puerto Rico and NYC FLL teams</li>
</ul>
<h3>479:</h3>
<ul>
<li>
did a robot presentation and demo at PS41Q to inspire a group of one
hundred 4th graders to pursue robotics in the future
</li>
<li>gave a robot demo at the LFCDC Summer Camp</li>
<li>
assisted 694 with mentoring Alpha &amp; Omega by providing translated
documents
</li>
</ul>
</div>
<div
class="order-lg-2 col-12 col-sm-12 col-md-12 col-lg-6 col-xl-5 col-xxl-4 my-3"
Expand All @@ -147,7 +114,7 @@ const achievements = (await import('@data/ftcawards.yml')).default;
img={'/ftc/outreach.jpg'}
alt={'outreach'}
height={'auto'}
width={'400px'}
width={'full'}
tSize={'40px'}
/>
</div>
Expand Down Expand Up @@ -181,29 +148,30 @@ const achievements = (await import('@data/ftcawards.yml')).default;
</div>
<div class="row mt-4">
<div class="col-12 col-sm-12 col-md-12 col-lg-6 my-2">
<h3>FTC 310 Team Photo:</h3>
<h3>FTC 479 Team Photo:</h3>
<div class="img-container float-start align-middle">
<ImageContainer
img={'/ftc/310_team.jpg'}
alt={'310 team image'}
img={'/ftc/479_team.jpg'}
alt={'479 team image'}
height={'auto'}
width={'400px'}
width={'full'}
tSize={'40px'}
/>
</div>

</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-6 my-2">
<h3>FTC 479 Team Photo:</h3>
<h3>FTC 310 Team Photo:</h3>
<div class="img-container float-start align-middle">
<ImageContainer
img={'/ftc/479_team.jpg'}
alt={'479 team image'}
img={'/ftc/310_team.jpg'}
alt={'310 team image'}
height={'auto'}
width={'400px'}
width={'full'}
tSize={'40px'}
/>
</div>

</div>

</div>
</PageSite>

0 comments on commit 1c44680

Please sign in to comment.