Skip to content

Commit 2198eb1

Browse files
committed
Adding BtB and synchrony
1 parent 70a2cdc commit 2198eb1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

images/sponsors/BtB_Horizontal.png

2.85 KB
Loading

images/sponsors/synchrony.png

7.65 KB
Loading

sponsors.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,15 @@ <h3 class="header-text">Thank you to our sponsors!</h3>
5959
<!--Silver-->
6060
<div class="row sponsor-row">
6161
<a href="http://www.morningstar.com/"><img class="sponsor-image silver" src="images/sponsors/morningstar.jpg"></a>
62+
<a href="https://www.synchronyfinancial.com/"><img class="sponsor-image silver" src="images/sponsors/synchrony.png"></a>
6263
</div>
6364

6465
<!--Bronze-->
6566
<div class="row sponsor-row">
6667
<a href="https://www.microsoft.com/en-us/"><img class="sponsor-image bronze" src="images/sponsors/microsoft.png"></a>
6768
<a href=""><img class="sponsor-image bronze" src="images/sponsors/google_cloud_platform.png"></a>
6869
<a href="http://hackp.ac/mlh-stickermule-hackathons"><img class="sponsor-image bronze" src="images/sponsors/sticker-mule-logo-light.png"></a>
69-
70+
<a href="https://www.bittobyte.org/"><img class="sponsor-image bronze" src="images/sponsors/BtB_Horizontal.png"></a>
7071
</div>
7172

7273
<!--Sponsorship-->

style.css

+6-7
Original file line numberDiff line numberDiff line change
@@ -196,26 +196,25 @@ h2.team {
196196

197197
/* Sponsors Page */
198198
.sponsor-row {
199-
padding: 0% 10% 5% 10%;
199+
padding: 0% 10% 0% 10%;
200200
text-align: center;
201201
max-width: 100%;
202202
}
203203
.sponsor-image {
204204
margin: 0 auto;
205-
padding: 10px;
205+
padding: 20px 10px 20px 10px;
206206
}
207207
img.platinum {
208208
max-width: 100%;
209-
width: 600px;
209+
width: 700px;
210210
}
211211
img.gold {
212-
width: 500px;
212+
width: 450px;
213213
}
214214
img.silver {
215-
width: 360px;
215+
width: 320px;
216216
}
217217
img.bronze {
218-
width: 300px;
219-
218+
width: 280px;
220219
}
221220

0 commit comments

Comments
 (0)