Skip to content

Commit

Permalink
fixed logo appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
sri240 committed Jan 1, 2024
1 parent 9c8cb19 commit 2ba75ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ img {
}

.platinum img {
margin: 20px;
margin: 30px;
max-height: 25vh;
max-width: 50%;
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@ <h2>How much time will it take to make a pokerbot?</h2>
<div class="gold">
<a href="https://www.citadel.com"><img src="img/logos/2024_Gold_Citadel.png"></a>
<a href="https://www.drw.com"><img src="img/logos/2022_Gold_DRW.png"></a>
<a href="https://www.janestreet.com"><img src="img/logos/2022_Gold_JaneStreet.jpg"></a>
<a href="https://www.janestreet.com"><img src="img/logos/2024_Gold_JaneStreet.png"></a>
<a href="https://www.jumptrading.com/"><img src="img/logos/2022_Gold_JumpTrading.png"></a>
<!-- <a href="https://www.schonfeld.com/"><img src="img/logos/2022_Gold_Schonfeld.png"></a> -->
<a href="https://www.seveneightcapital.com/"><img src="img/logos/Gold_SevenEight.jpg"></a>
<a href="https://www.sig.com"><img src="img/logos/2022_Gold_SIG.jpg"></a>
</div>
<div class="silver">
<a href="https://www.chicagotrading.com"><img src="img/logos/2024_Silver_CTC.png"></a>
<a href="https://www.chicagotrading.com"><img src="img/logos/2024_Silver_CTC.jpg"></a>
<!-- <a href="https://www.imc.com"><img src="img/logos/Gold_IMC.png"></a> -->
<a href="https://www.twosigma.com"><img src="img/logos/2024_Silver_TwoSigma.png"></a>
<a href="https://www.twosigma.com"><img src="img/logos/2024_Silver_TwoSigma.jpg"></a>
</div>
</div>
</section>
Expand Down

0 comments on commit 2ba75ac

Please sign in to comment.