File tree 4 files changed +25
-5
lines changed
4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ import janeStreet from '../../static/sponsors/2022-jane-street.png'
10
10
import elastic from '../../static/sponsors/2022-elastic.png'
11
11
import locket from '../../static/sponsors/2022-locket.png'
12
12
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'
13
15
14
16
function Sponsors ( ) {
15
17
return (
@@ -67,6 +69,16 @@ function Sponsors() {
67
69
< img src = { scm } alt = "Stevens Capital Management" />
68
70
</ a >
69
71
</ 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 >
70
82
</ div >
71
83
</ div >
72
84
)
Original file line number Diff line number Diff line change 343
343
}
344
344
345
345
# jane-street {
346
- width : 25 % ;
346
+ width : 30 % ;
347
347
padding-top : 1.5%
348
348
}
349
349
350
350
# elastic {
351
- width : 25 %
351
+ width : 30 %
352
352
}
353
353
354
354
# locket {
355
- width : 25 % ;
356
- padding-top : 1%
355
+ width : 30 % ;
356
+ padding-top : 1.2 %
357
357
}
358
358
359
359
# scm {
360
- width : 10%
360
+ width : 12%
361
+ }
362
+
363
+ # hrt {
364
+ width : 14%
365
+ }
366
+
367
+ # shippy {
368
+ width : 14%
361
369
}
362
370
363
371
.footer {
You can’t perform that action at this time.
0 commit comments