Skip to content

Commit

Permalink
Update team.html
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 authored Nov 12, 2024
1 parent 9c03f26 commit 642f631
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -607,63 +607,63 @@
<div class="column is-3-desktop is-3-tablet">

<figure class="image is-rounded">
<a href="https://www.harvard.edu/"><img src="/img/harvard.png"></a>
<a href="https://www.harvard.edu/"><img src="/static/images/harvard.png"></a>
</figure>

</div>

<div class="column is-3-desktop is-3-tablet">

<figure class="image is-rounded">
<a href="https://hms.harvard.edu/"><img src="/img/hms.png"></a>
<a href="https://hms.harvard.edu/"><img src="/static/images/hms.png"></a>
</figure>

</div>

<div class="column is-3-desktop is-3-tablet">

<figure class="image is-rounded">
<a href="https://web.mit.edu/"><img src="/img/mit.png"></a>
<a href="https://web.mit.edu/"><img src="/static/images/mit.png"></a>
</figure>

</div>

<div class="column is-3-desktop is-3-tablet">

<figure class="image is-rounded">
<a href="https://www.stanford.edu/"><img src="/img/stanford.png"></a>
<a href="https://www.stanford.edu/"><img src="/static/images/stanford.png"></a>
</figure>

</div>

<div class="column is-3-desktop is-3-tablet">

<figure class="image is-rounded">
<a href="https://www.cmu.edu/"><img src="/img/cmu.png"></a>
<a href="https://www.cmu.edu/"><img src="/static/images/cmu.png"></a>
</figure>

</div>

<div class="column is-3-desktop is-3-tablet">

<figure class="image is-rounded">
<a href="https://www.gatech.edu/"><img src="/img/georgia-tech.png"></a>
<a href="https://www.gatech.edu/"><img src="/static/images/georgia-tech.png"></a>
</figure>

</div>

<div class="column is-3-desktop is-3-tablet">

<figure class="image is-rounded">
<a href="https://illinois.edu/"><img src="/img/uiuc.png"></a>
<a href="https://illinois.edu/"><img src="/static/images/uiuc.png"></a>
</figure>

</div>

<div class="column is-3-desktop is-3-tablet">

<figure class="image is-rounded">
<a href="https://www.cornell.edu/"><img src="/img/cornell.png"></a>
<a href="https://www.cornell.edu/"><img src="/static/images/cornell.png"></a>
</figure>

</div>
Expand Down

0 comments on commit 642f631

Please sign in to comment.