This repository was 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
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (66 loc) · 2.55 KB
/
index.html
File metadata and controls
71 lines (66 loc) · 2.55 KB
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
---
layout: default
---
<header class="header visuals visuals--02 bg--off-white">
<div class="container">
<div class="visuals__canvas">
{% include helpers/svg id="start-blue-finger" viewBox="0 0 188 199" %}
{% include helpers/svg id="start-red-thumb" viewBox="0 0 76 74" %}
{% include helpers/svg id="start-arc-2" viewBox="0 0 374 362" %}
{% include helpers/svg id="start-circle" viewBox="0 0 47 47" %}
{% include helpers/svg id="start-blue-arc" viewBox="0 0 132 132" %}
{% include helpers/svg id="start-green-gradient" viewBox="0 0 62 151" %}
{% include helpers/svg id="start-tiny-triangle" viewBox="0 0 45 47" %}
{% include helpers/svg id="start-arc-1" viewBox="0 0 181 181" %}
{% include helpers/svg id="start-donut" viewbox="0 0 101 101" %}
{% include helpers/svg id="start-triangle-group" viewBox="0 0 182 89" %}
</div>
<div class="visuals__overlay tc py4 px3">
<div class="pt3">
{% include helpers/svg id="cssconfeu-logo-2017" title="CSSconf EU" viewBox="0 0 480 240" %}
</div>
<p class="intro tc mb0 pt1">
Friday, May 5 2017
<br>
Berlin, Germany
</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3">
<p class="tc mt3 mb2">
Dedicated to everyone who loves and writes CSS: CSSconf EU is a one-day, one-track community conference that unites world-class speakers, top-notch engineers & web designers, and many more with an affinity for CSS in Berlin, Germany. <a href="/info">Read more</a>
</p>
<p class="tc">
<a class="link--button link--animated link--top-bar"
href="{{ '/schedule-compact' | prepend: site.baseurl }}">
Go to schedule
<span class="link__icon link__icon--party-thing">🎉</span>
</a>
</p>
</div>
</div>
</div>
</header>
<main>
<section class="pb0">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-8 col-sm-offset-1">
<h1 class="color--blue">Speakers</h1>
</div>
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
<div class="intro">
<p>
CSSconf EU is a not-for-profit conference dedicated to the
creatives and engineers who build the most performant, accessible and
beautiful apps and web experiences.
</p>
</div>
</div>
</div>
</div>
</section>
{% include speakers-list.html %}
</main>