Skip to content

Commit

Permalink
add alumni
Browse files Browse the repository at this point in the history
  • Loading branch information
sri240 committed Nov 2, 2024
1 parent 970e8be commit a8f3d08
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,34 @@ <h2>How much time will it take to make a pokerbot?</h2>
<div class="banner">Alumni</div>
<div class="team grid">
<!-- Alumni members here -->

<div class="team single">
<img src="img/headshots/dylan.jpg">
<div class="about">
<div class="name"><strong>Dylan Dong '24</strong></div>
<div class="position">Vice President</div>
</div>
</div>
<div class="team single alumni">
<img src="img/headshots/matt.jpg">
<div class="about">
<div class="name"><strong>Matt McManus '23</strong></div>
<div class="position">Advisor</div>
</div>
</div>
<div class="team single alumni">
<img src="img/headshots/Sophie.png">
<div class="about">
<div class="name"><strong>Sophie Yang '24</strong></div>
<div class="position">Advisor</div>
</div>
</div>
<div class="team single alumni">
<img src="img/headshots/arruda.jpg">
<div class="about">
<div class="name"><strong>Gabriel Arruda '24</strong></div>
<div class="position">Advisor</div>
</div>
</div>
<div class="team single alumni">
<img src="img/headshots/alumni/haijia.jpg">
<div class="about">
Expand Down

0 comments on commit a8f3d08

Please sign in to comment.