-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
105 lines (93 loc) · 2.83 KB
/
index.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
97
98
99
100
101
102
103
104
105
---
layout: default
bodytags: with-hero
---
<div class="hero">
<section>
<h1>RustFest 2017</h1>
<p>Let's meet again at a conference dedicated to the Rust programming language</p>
<div class="itemgroup">
<div>
<p class="desc">Workshops</p>
<p>
Saturday,<br/>
April 29th, 2017
</p>
</div>
<div>
<p class="desc">Talks</p>
<p>
Sunday,<br/>
April 30th, 2017
</p>
</div>
<div class="location">
<p class="desc">Location</p>
<p>
<address title="6 V. Hetmana Street, 03057, Kyiv">
<a href="/travel/#accommodation">Cosmopolite</a><br />
<a href="/location/">Kyiv</a>, Ukraine<br/>
</address>
</p>
</div>
</div>
</section>
</div>
<div class='popout videoplaylist'>
<section>
<h1>RustFest 2017 - Videos</h1>
<p>Want to know what RustFest looks like? Check out the recordings</p>
<div class="embed ratio-16-9">
<iframe src="https://www.youtube.com/embed/videoseries?list=PL85XCvVPmGQhvs1Rnet_24B-AI3YSM2YG" frameborder="0" allowfullscreen></iframe>
</div>
</section>
</div>
<div class='popout sponsors'>
<section>
<h2>Main Sponsors</h2>
<ul>
{% for sponsor in site.data.sponsors %}
{% if sponsor.featured %}
<li><a href="{{sponsor.link}}" title="{{sponsor.name}}"><img src="/assets/sponsors/{{sponsor.logoName}}" /></a></li>
{% endif %}
{% endfor %}
</ul>
<div style="text-align: right">
<a class="button primary" href="/sponsoring/">
See all sponsors
</a>
</div>
</section>
</div>
<div id="news">
<section>
<h2 class="headline">Latest news <a href="{{ "/feed.xml" | prepend: site.baseurl }}" target="_blank">{% include icons/rss-square.svg %}</a></h2>
<div class="post">
</div>
<div style="text-align: right">
<a href="http://blog.rustfest.eu/">» more news</a>
</div>
</section>
</div>
<div id="newsletter">
<section>
<h2>Stay up to date</h2>
<form id="mailchimpForm" class="formInput" action="https://{{site.mailchimp.server}}/subscribe/post" method="POST">
<p>
Join our mailing list to always receive the latest infos:
</p>
<input type="hidden" value="{{site.mailchimp.user}}" name="u" />
<input type="hidden" value="{{site.mailchimp.id}}" name="id" />
<div class="group">
<input type="email" id="js-email" name="EMAIL" required placeholder="your.email@example.org" />
<button type="submit">#</button>
</div>
</form>
</section>
<section class="twitter">
<h2>Follow us on twitter</h2>
<a class="inline" href="https://www.twitter.com/{{site.twitter_username}}" >
{% include icons/twitter.svg %} @{{site.twitter_username}}
</a>
</section>
</div>