Skip to content

Commit be5989f

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents b4ae2e0 + d7dac31 commit be5989f

6 files changed

Lines changed: 229 additions & 7 deletions

File tree

index.html

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,14 @@ <h4 align="center">Interested in sponsorsing Hack In The North?<br><br> Please s
247247

248248
</div>
249249
<div class="row">
250-
<div class="col-md-3 col-sm-offset-2">
251-
<a href="https://balsamiq.com/"><img class="last-year-spsr" src="static/sponsors/balsamiq.png" style="margin-top: 4%;margin-left: 2%;"></a>
250+
<div class="col-md-3 custom-offset1">
251+
<a href="https://balsamiq.com/"><img class="last-year-spsr" src="static/sponsors/balsamiq.png" style="margin-top: 20%;"></a>
252252
</div>
253-
<div class="row">
254-
<div class="col-md-3 col-sm-offset-2">
255-
<a href="https://www.python.org/psf/"><img class="last-year-spsr" src="static/sponsors/PSF.png"></a>
256-
</div>
253+
<div class="col-md-3">
254+
<a href="https://www.python.org/psf/"><img class="last-year-spsr" src="static/sponsors/PSF.png" style="margin-top: 15%;"></a>
255+
</div>
256+
<div class="col-md-3">
257+
<a href="https://www.python.org/psf/"><img class="last-year-spsr" src="static/sponsors/Arkham.png"></a>
257258
</div>
258259
</div>
259260
<div class="row">
@@ -294,6 +295,14 @@ <h4 align="center">Interested in sponsorsing Hack In The North?<br><br> Please s
294295
<div class="custom-small">
295296
<a href="https://www.sketchapp.com/"><img class="last-year-spsr" src="static/sponsors/sketch.svg" style="margin-top: 30%;"></a>
296297
</div>
298+
<div class="custom-small">
299+
<a href="https://www.sketchapp.com/"><img class="last-year-spsr" src="static/sponsors/restdblogo.png" style="margin-top: 28%;"></a>
300+
</div>
301+
</div>
302+
<div class="row">
303+
<div class="custom-small col-md-offset-1" style="padding-left: 50px;padding-right: 50px;">
304+
<a href="https://www.sketchapp.com/"><img class="last-year-spsr" src="static/sponsors/npm.svg" style="margin-top: 40%;"></a>
305+
</div>
297306
</div>
298307
</div>
299308
</section><br><br><br><br>
@@ -329,6 +338,9 @@ <h4 align="center">Interested in sponsorsing Hack In The North?<br><br> Please s
329338
<div class="custom-small">
330339
<a href="https://www.python.org/psf/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 15%;" src="static/sponsors/PSF.png"></a>
331340
</div>
341+
<div class="custom-small">
342+
<a href="https://www.python.org/psf/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 31%;" src="static/sponsors/Arkham.png"></a>
343+
</div>
332344
</div>
333345
<div class="custom-small">
334346
<a href="http://get.tech/"><img class="last-year-spsr" src="static/sponsors/tech.png" style="max-height: 100px; padding-left: 15%;"></a>
@@ -363,6 +375,12 @@ <h4 align="center">Interested in sponsorsing Hack In The North?<br><br> Please s
363375
<div class="custom-small">
364376
<a href="https://www.sketchapp.com/"><img class="last-year-spsr" src="static/sponsors/sketch.svg" style="max-height: 100px; padding-left: 15%;"></a>
365377
</div>
378+
<div class="custom-small">
379+
<a href="https://www.sketchapp.com/"><img class="last-year-spsr" src="static/sponsors/restdblogo.png" style="max-height: 100px; padding-left: 15%;"></a>
380+
</div>
381+
<div class="custom-small" style="padding-left: 90px;padding-right: 90px;margin-top: 10%;">
382+
<a href="https://www.sketchapp.com/"><img class="last-year-spsr" src="static/sponsors/npm.svg" style="max-height: 100px;"></a>
383+
</div>
366384
</div>
367385
</div>
368386
</section><br><br><br><br>

static/css/cards.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
margin-left: 29%;
44
}
55
}
6-
6+
@media (min-width: 992px) {
7+
.custom-offset1 {
8+
margin-left: 13%;
9+
}
10+
}
711
@font-face {
812
font-family: 'Metropolis';
913
src: url('../fonts/Metropolis-Medium.eot'); /* IE9 Compat Modes */

static/sponsors/Arkham.png

11 KB
Loading

static/sponsors/npm.svg

Lines changed: 4 additions & 0 deletions
Loading

static/sponsors/restdblogo.eps

Lines changed: 196 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/sponsors/restdblogo.png

2.7 KB
Loading

0 commit comments

Comments
 (0)