Skip to content

Commit 2228328

Browse files
committed
add sponsors to homepage
1 parent b1a45a8 commit 2228328

File tree

13 files changed

+164
-6
lines changed

13 files changed

+164
-6
lines changed

themes/gophercon/layouts/index.html

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,126 @@ <h3 class="hotel-name">Hilton Garden Inn<span class="hotel-phone">855.215.1283</
262262
</div>
263263
</div>
264264
</section>
265+
266+
<section class="sponsors">
267+
<div class="container">
268+
<div class="row">
269+
<div class="col-sm-12 text-center">
270+
<h1>Proudly sponsored by</h1>
271+
</div>
272+
</div>
273+
274+
<div class="row">
275+
<div class="col-sm-12 platinum-sponsors">
276+
<div class="col-md-2 col-md-offset-3 col-sm-2 col-sm-offset-3 text-center">
277+
<div class="sponsor">
278+
<a href="http://www.twitch.tv/">
279+
<img alt="Twitch" src="2016/img/sponsors/platinum/twitch.png">
280+
</a>
281+
</div>
282+
</div>
283+
284+
<div class="col-md-2 col-sm-2 text-center">
285+
<div class="sponsor">
286+
<a href="https://www.compose.io/">
287+
<img alt="Compose" src="2016/img/sponsors/platinum/compose.png" style="margin-left: 35px;">
288+
</a>
289+
</div>
290+
</div>
291+
292+
<div class="col-md-2 col-sm-2 text-center">
293+
<div class="sponsor">
294+
<a href="https://www.ardanlabs.com/">
295+
<img alt="Ardan labs" src="2016/img/sponsors/platinum/ardan.png">
296+
</a>
297+
</div>
298+
</div>
299+
</div>
300+
</div>
301+
302+
<div class="row">
303+
<div class="col-sm-12 gold-sponsors">
304+
<div class="col-md-2 col-md-offset-4 col-sm-2 col-sm-offset-4 text-center">
305+
<div class="sponsor">
306+
<a href="https://www.minio.io/">
307+
<img alt="Minio" src="2016/img/sponsors/gold/minio.png">
308+
</a>
309+
</div>
310+
</div>
311+
312+
<div class="col-md-2 col-sm-2 text-center">
313+
<div class="sponsor">
314+
<a href="https://www.datadoghq.com/">
315+
<img alt="Datadog" src="2016/img/sponsors/gold/datadog.png">
316+
</a>
317+
</div>
318+
</div>
319+
</div>
320+
</div>
321+
322+
<div class="row">
323+
<div class="col-sm-12 silver-sponsors">
324+
<div class="col-md-2 col-md-offset-2 col-sm-2 col-sm-offset-2 text-center">
325+
<div class="sponsor">
326+
<a href="https://www.hashicorp.com/">
327+
<img alt="HashiCorp" src="2016/img/sponsors/silver/hashicorp.png">
328+
</a>
329+
</div>
330+
</div>
331+
332+
<div class="col-md-2 col-sm-2 text-center">
333+
<div class="sponsor">
334+
<a href="https://www.heroku.com/">
335+
<img alt="Heroku" src="2016/img/sponsors/silver/heroku.png">
336+
</a>
337+
</div>
338+
</div>
339+
340+
<div class="col-md-2 col-sm-2 text-center">
341+
<div class="sponsor">
342+
<a href="https://influxdata.com/">
343+
<img alt="InfluxDB" src="2016/img/sponsors/silver/influx.png">
344+
</a>
345+
</div>
346+
</div>
347+
348+
<div class="col-md-2 col-sm-2 text-center">
349+
<div class="sponsor">
350+
<a href="http://www.iron.io/">
351+
<img alt="IronIO" src="2016/img/sponsors/silver/ironio.png" style="margin-top: -10px; max-width: 85px;">
352+
</a>
353+
</div>
354+
</div>
355+
</div>
356+
</div>
357+
358+
<div class="row">
359+
<div class="col-sm-12 bronze-sponsors">
360+
<div class="col-md-1 col-md-offset-5 col-sm-1 col-sm-offset-5 text-center">
361+
<div class="sponsor">
362+
<a href="https://www.docker.com/">
363+
<img alt="Docker" src="2016/img/sponsors/bronze/docker.png">
364+
</a>
365+
</div>
366+
</div>
367+
368+
<div class="col-md-1 col-sm-1 text-center">
369+
<div class="sponsor">
370+
<a href="http://www.crowdstrike.com/">
371+
<img alt="CrowdStrike" src="2016/img/sponsors/bronze/crowdstrike.png">
372+
</a>
373+
</div>
374+
</div>
375+
</div>
376+
</div>
377+
378+
<div class="row">
379+
<div class="col-sm-12 text-center">
380+
<span>Interested in becoming a sponsor? <a href="/Gophercon2016Prospectus.pdf">Get in touch</a></span>
381+
</div>
382+
</div>
383+
</div>
384+
</section>
265385
</div>
266386
<div class="footer-container">
267387
<footer class="short footer">

themes/gophercon/static/2016/css/theme-gophercon.css

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,16 +1985,13 @@ p.question {
19851985
background: #f5f5f5;
19861986
}
19871987
.sponsor {
1988-
margin-bottom: 36px;
1989-
height: 80px;
1990-
line-height: 80px;
1988+
margin-bottom: 28px;
19911989
}
19921990
.sponsor img {
1993-
max-width: 150px;
19941991
transition: all 0.3s ease-out;
19951992
-webkit-transition: all 0.3s ease-out;
19961993
-moz-transition: all 0.3s ease-out;
1997-
max-height: 80px;
1994+
vertical-align: middle;
19981995
}
19991996
.sponsors span {
20001997
display: inline-block;
@@ -2004,6 +2001,47 @@ p.question {
20042001
color: #004470;
20052002
border-color: #004470;
20062003
}
2004+
2005+
.platinum-sponsors .sponsor {
2006+
height: 80px;
2007+
line-height: 80px;
2008+
}
2009+
2010+
.platinum-sponsors .sponsor img {
2011+
max-width: 170px;
2012+
max-height: 80px;
2013+
}
2014+
2015+
.gold-sponsors .sponsor {
2016+
height: 70px;
2017+
line-height: 70px;
2018+
}
2019+
2020+
.gold-sponsors .sponsor img {
2021+
max-width: 150px;
2022+
max-height: 70px;
2023+
}
2024+
2025+
.silver-sponsors .sponsor {
2026+
height: 60px;
2027+
line-height: 60px;
2028+
}
2029+
2030+
.silver-sponsors .sponsor img {
2031+
max-width: 100px;
2032+
max-height: 60px;
2033+
}
2034+
2035+
.bronze-sponsors .sponsor {
2036+
height: 50px;
2037+
line-height: 50px;
2038+
}
2039+
2040+
.bronze-sponsors .sponsor img {
2041+
max-width: 80px;
2042+
max-height: 50px;
2043+
}
2044+
20072045
@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
20082046
.sponsors .col-sm-6 {
20092047
width: 50%;
@@ -2263,7 +2301,7 @@ footer.short {
22632301
}
22642302
footer.short .character-copyright {
22652303
font-size: 12px;
2266-
line-height: 12px;
2304+
line-height: 1.3;
22672305
margin: 0px;
22682306
padding: 0px;
22692307
}
10.3 KB
Loading
9.5 KB
Loading
102 KB
Loading
10.2 KB
Loading
12.4 KB
Loading
9.87 KB
Loading
2.99 KB
Loading
15.5 KB
Loading

0 commit comments

Comments
 (0)