Skip to content

Commit

Permalink
changed robot (no pic yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
veronikagulko authored May 24, 2024
1 parent fe590e3 commit 45aebf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/about/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import ImageContainer from "@components/ImageContainer.astro";
<iframe
class="youtube-video"
style="box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);"
src="https://youtu.be/WiNKmPqEj0c?si=3ELJcauVCpZahoyJ"
src="https://www.youtube.com/embed/WiNKmPqEj0c?si=XbtFmOqnF-isRfyy"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
Expand Down
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,17 @@ const frontPosts = sortedNews.slice(0, POSTS_ON_FRONT_PAGE);
>
<ImageContainer
img="https://stuypulse.nyc3.digitaloceanspaces.com/site/img/2023-Jim.jpg"
alt="Jim, our 2023 robot"
alt="Izzi, our 2024 Robot"
/>
</div>
</div>
<div class="col order-0 order-lg-1">
<div class="large-name">Jim</div>
<div class="large-name">Izzi</div>
<div class="intro-text mb-2" style="border-bottom: 3px solid #e00">
Our 2023 Robot for Charged Up&nbsp;
Our 2024 Robot for Crescendo&nbsp;
</div>
<br />
<p> Jim is our current bot for the 2023 FRC season, Charged Up. Notable for its simplistic yet highly effective design, Jim has powered us to wins at NYC and Long Island #2 regionals, as well as Milstein division quarterfinalists at the World Championship in Houston.</p>
<p> Izzi is our current bot for the 2024 FRC season, Crescendo.</p>
<a href="/about/history"
><button type="button"> Past Competition Robots &gt;&gt;</button></a
>
Expand Down

0 comments on commit 45aebf3

Please sign in to comment.