Skip to content

Commit 908a038

Browse files
committed
added hrt and shippy
1 parent 119b689 commit 908a038

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

src/components/Sponsors.js

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import janeStreet from '../../static/sponsors/2022-jane-street.png'
1010
import elastic from '../../static/sponsors/2022-elastic.png'
1111
import locket from '../../static/sponsors/2022-locket.png'
1212
import scm from '../../static/sponsors/2022-scm.jpg'
13+
import hrt from '../../static/sponsors/2022-hrt.png'
14+
import shippy from '../../static/sponsors/2022-shippy.png'
1315

1416
function Sponsors() {
1517
return (
@@ -67,6 +69,16 @@ function Sponsors() {
6769
<img src={scm} alt="Stevens Capital Management"/>
6870
</a>
6971
</div>
72+
<div id="hrt">
73+
<a href="https://www.hudsonrivertrading.com/campus-recruiting/">
74+
<img src={hrt} alt="Hudson River Trading"/>
75+
</a>
76+
</div>
77+
<div id="shippy">
78+
<a href="https://getshippy.com/">
79+
<img src={shippy} alt="Shippy"/>
80+
</a>
81+
</div>
7082
</div>
7183
</div>
7284
)

src/styles/global.css

+13-5
Original file line numberDiff line numberDiff line change
@@ -343,21 +343,29 @@
343343
}
344344

345345
#jane-street {
346-
width: 25%;
346+
width: 30%;
347347
padding-top: 1.5%
348348
}
349349

350350
#elastic {
351-
width: 25%
351+
width: 30%
352352
}
353353

354354
#locket {
355-
width: 25%;
356-
padding-top: 1%
355+
width: 30%;
356+
padding-top: 1.2%
357357
}
358358

359359
#scm {
360-
width: 10%
360+
width: 12%
361+
}
362+
363+
#hrt {
364+
width: 14%
365+
}
366+
367+
#shippy {
368+
width: 14%
361369
}
362370

363371
.footer {

static/sponsors/2022-hrt.png

59 KB
Loading

static/sponsors/2022-shippy.png

11.7 KB
Loading

0 commit comments

Comments
 (0)