This repository has been archived by the owner on May 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
sponsors.html
96 lines (89 loc) · 3.06 KB
/
sponsors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: subpage
page_id: sponsors
title: "Sponsors"
subtitle:
permalink: /sponsors/
---
<p>
We are currently offering sponsorship packages and media partnerships for CSSconf EU 2017. Learn more
<a href="http://sponsoring.cssconf.eu/">here</a>. Thanks to these great companies who are supporting us:
</p>
<section>
<div class="container">
<div class="pb1">
<h2 class="tac">Main Sponsors</h2>
<div class="row row--bottom-margin center-xs">
{% for sponsor in site.data.sponsors2017.main %}
<div class="col-xs-12 col-sm-8 col-md-6">
<div class="bg--off-white box--padded box--sponsor">
<a href="{{ sponsor.url }}" rel="nofollow">
{% include helpers/svg id=sponsor.logoId viewBox="0 0 16 10" %}
</a>
</div>
</div>
{% endfor %}
</div>
</div>
<div class="pb1">
<h2 class="tac">Supporting Sponsors</h2>
<div class="row row--bottom-margin center-xs">
{% for sponsor in site.data.sponsors2017.supporting %}
<div class="col-xs-6 col-md-4">
<div class="bg--off-white box--padded box--sponsor">
<a href="{{ sponsor.url }}" rel="nofollow">
{% include helpers/svg id=sponsor.logoId viewBox="0 0 16 10" %}
</a>
</div>
</div>
{% endfor %}
</div>
</div>
<div class="pb1">
<h2 class="tac">Community Sponsors</h2>
<div class="row row--bottom-margin center-xs">
{% for sponsor in site.data.sponsors2017.community %}
<div class="col-xs-6 col-md-4">
<div class="bg--off-white box--padded box--sponsor">
<a href="{{ sponsor.url }}" rel="nofollow">
{% include helpers/svg id=sponsor.logoId viewBox="0 0 16 10" %}
</a>
</div>
</div>
{% endfor %}
</div>
</div>
<h2 class="tac">Thanks for supporting speaker travel:</h2>
<div class="row row--bottom-margin center-xs">
{% for sponsor in site.data.sponsors2017.travel %}
<div class="col-xs-6 col-md-4">
<div class="bg--off-white box--padded box--sponsor">
<a href="{{ sponsor.url }}" rel="nofollow">
{% include helpers/svg id=sponsor.logoId viewBox="0 0 16 10" %}
</a>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
{% include diversity-tickets-hall-of-fame.html %}
<section>
<div class="container">
<h2 class="tac">Media Partners</h2>
<p>
We are currently looking for media partners. Run a magazine, blog, podcast, newsletter? Contact us at <a href="mailto:[email protected]">[email protected]</a> for options.
</p>
<div class="row row--bottom-margin center-xs">
{% for partner in site.data.media_partners2017 %}
<div class="col-xs-6 col-md-4">
<div class="bg--off-white box--padded box--sponsor">
<a href="{{ partner.url }}">
{% include helpers/svg id=partner.logoId viewBox="0 0 16 10" %}
</a>
</div>
</div>
{% endfor %}
</div>
</div>
</section>