Skip to content

Commit

Permalink
added images
Browse files Browse the repository at this point in the history
  • Loading branch information
PrranitArora authored and Frankanator8 committed Dec 3, 2024
1 parent 3d84d26 commit 56e5a96
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
45 changes: 29 additions & 16 deletions hackstoga/sponsor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,60 +453,73 @@ <h1 class="flex flex-center">Meet The Team</h1>
<!-- formatting: divider space (reverted to 1/12 after last organizer image)-->
</div>

<div class="pure-u-md-1-6">
<div class="pure-u-md-1-6" id="leadership-card">
<div class="leadership-card rounded">
<img class="pure-img rounded" src="/media/admins/24ZhangR.png" />
<h3 style="color: var(--gold)">Co-President</h3>
<h2>Hanyang Liu</h2>
<a href="mailto:24ZhangR@tesdk12.net"
><p style="font-size: smaller">25liuh@tesdk12.net</p></a
<img class="pure-img rounded" src="\media\admins\25VasireddyM.png" />
<h3 style="color: var(--almond)">Co-president</h3>
<h2>Meghanadh Vasireddy</h2>
<a href="mailto:25vasireddym@tesdk12.net"
><p style="font-size: smaller">25vasireddym@tesdk12.net</p></a
>
</div>
</div>

<div class="pure-u-md-1-6">
<div class="leadership-card rounded">
<img class="pure-img rounded" src="/media/admins/24ZhangW.png" />
<img class="pure-img rounded" src="\media\admins\25FrischmannJ.png" />
<h3 style="color: var(--gold)">Co-President</h3>
<h2>Jake Frischmann</h2>
<a href="mailto:24ZhangW@tesdk12.net"
<a href="mailto:25frischmannj@tesdk12.net"
><p style="font-size: smaller">[email protected]</p></a
>
</div>
</div>

<div class="pure-u-md-1-6">
<div class="leadership-card rounded">
<img class="pure-img rounded" src="/media/admins/24MalikR.png" />
<img class="pure-img rounded" src="\media\admins\25LiuH.png" />
<h3 style="color: var(--gold)">Vice President</h3>
<h2>Hanyang Liu</h2>
<a href="mailto:[email protected]"
><p style="font-size: smaller">[email protected]</p></a
>
</div>
</div>

<div class="pure-u-md-1-6">
<div class="leadership-card rounded">
<img class="pure-img rounded" src="\media\admins\unknown.png" />
<h3 style="color: var(--platinum-sponsor)">President (Girls in STEM)</h3>
<h2>Miya Cao</h2>
<a href="mailto:24MalikR@tesdk12.net"
<a href="mailto:26caom@tesdk12.net"
><p style="font-size: smaller">[email protected]</p></a
>
</div>
</div>

<div class="pure-u-md-1-6" id="leadership-card">
<div class="leadership-card rounded">
<img class="pure-img rounded" src="/media/admins/24DavisD.png" />
<img class="pure-img rounded" src="\media\admins\25AgarwalaM.png" />
<h3 style="color: var(--almond)">Head Officer</h3>
<h2>Milan Agarwala</h2>
<a href="mailto:24DavisD@tesdk12.net"
<a href="mailto:25agarwalam@tesdk12.net"
><p style="font-size: smaller">[email protected]</p></a
>
</div>
</div>

<!--
<div class="pure-u-md-1-6" id="leadership-card">
<div class="leadership-card rounded">
<img class="pure-img rounded" src="/media/admins/24MohileA.png" />
<img class="pure-img rounded" src="\media\admins\26AroraP.png" />
<h3 style="color: var(--almond)">Treasurer</h3>
<h2>Prranit Arora</h2>
<a href="mailto:24MohileA@tesdk12.net"
<a href="mailto:26Arorap@tesdk12.net"
><p style="font-size: smaller">[email protected]</p></a
>
</div>
</div>
</div> -->



<div class="pure-u-md-1-12">
<!-- formatting: divider space -->
Expand Down
4 changes: 3 additions & 1 deletion style/hackstoga/hackstoga_sponsor.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,17 @@ a:active {
min-width: 100%;
}


.leadership-card > h3,
h2,
p {
overflow-wrap: break-word;
}


.sponsor-content > p,
ul {
padding-bottom: 0.5em;
padding-bottom: 1.5em;
}

.sponsor-content > ul {
Expand Down

0 comments on commit 56e5a96

Please sign in to comment.