Skip to content

Commit

Permalink
changed video to 2023 one and changed footer(lowk)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgulkorobo committed Sep 16, 2023
1 parent b90d05c commit 53eb273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions src/components/footer/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ const socials = (await import("@data/socials.yml")).default;
</table>
</div>
<div>
<table class="w-75 table table-borderless mx-auto">
<tr>
<td><a target="_blank" href="mailto: [email protected]"">[email protected]</a></td>
<td>&copy; {new Date().getFullYear()} StuyPulse</td>
<td><a target="_blank" href="https://www.google.com/maps/place/Stuyvesant+High+School/@40.7178149,-74.0164171,17z/data=!4m6!3m5!1s0x89c25a1db5f8b8c9:0xb5084500683f46f9!8m2!3d40.7178149!4d-74.0138422!16zL20vMDI2MDM2?entry=ttu">345 Chambers St, New York, NY</a></td>
</tr>
</table>
<div class="row">
<div class="col"><a target="_blank" href="mailto: [email protected]"> [email protected]</a></div>
<div class="col">&copy; {new Date().getFullYear()} StuyPulse</div>
<div class="col"><a target="_bnplank" href="https://www.google.com/maps/place/Stuyvesant+High+School/@40.7178149,-74.0164171,17z/data=!4m6!3m5!1s0x89c25a1db5f8b8c9:0xb5084500683f46f9!8m2!3d40.7178149!4d-74.0138422!16zL20vMDI2MDM2?entry=ttu"> 345 Chambers St, New York, NY</a></div>
</div>
</div>


Expand Down
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://www.youtube.com/embed/I2Jz-1qz4eU"
src="https://www.youtube.com/embed/ZIxO3nvgVno?si=2aMG7gUjEmnnr3GK"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
Expand Down

0 comments on commit 53eb273

Please sign in to comment.