-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
71 lines (54 loc) · 1.63 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
---
layout: start
title: JSConf EU 2017
background: background17
tags: homepage
description: "JSConf EU, the labour-of-love conference for the JS community in Europe."
---
<section class="bg-pink-white-off">
{% for post in site.tags.news limit: 1 %}
<article class="wrapper wrapper-post">
<div class="item-50 item_deco">
<figure>
<img src="{{ site.baseurl }}{{ post.figure }}" width="400" height="400">
</figure>
</div>
<div class="item-50 item-content">
{{ post.content }}
</div>
</article>
{% endfor %}
</section>
<section class="bg-blue-pat links-light">
<div class="wrapper">
<div class="item-50 item-content">
<h1>The labour-of-love conference for the JS community in Europe</h1>
<p>
JSConf EU is a non-profit conference from the community for the community. Read up on the <a href="{{ site.baseurl }}/why/">JSConf EU experience and what a ticket buys you</a>.
</p>
<p>
{% include cta.html %}
</p>
</div>
<div class="item-50 item_deco">
<figure>
<img src="img/jsconf-jenn-jed.jpg" alt="Jsconf Jenn Jed">
</figure>
</div>
</div>
</section>
<section class="bg-pink-white-off">
<div class="wrapper">
<div class="item-50 item_deco">
<figure>
<img src="img/angelina-fabbro.jpg" alt="Jsconf Jenn Jed">
</figure>
</div>
<div class="item-50 item-content">
<h1>Speaking at JSConf EU</h1>
<p>
Thank you for your submissions! See our <a href="/speakers">speakers</a> page for the lineup of 2017…
</p>
</div>
</div>
</section>