-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (53 loc) · 1.99 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
---
layout: saga
---
</div>
<div>
<h1>{{ site.name }}</h1>
</div>
<div class=container>
<p style=text-align:center;margin-bottom:60px>
<a style=width:100%;background-color:#222;border-color:#111;color:#ccc class="btn btn-lg btn-default" href="slides/" role="button">
Slides <span style=float:right>››</span>
</a>
</p>
<div class=jumbotron>
<div class="row">
<h2>Exercises</h2>
{% for exercise in site.data.exercises %}
<div class="col-sm-6" style=overflow:hidden>
<h3>{{ exercise.title }}</h3>
<p>{{ exercice.description }}</p>
<p><a href="exercises/{{ exercise.slug }}">Read more ›</a></p>
</div>
{% endfor %}
</div>
</div>
<p style=text-align:center;margin-bottom:60px>
<a style=width:100%;background-color:#222;border-color:#111;color:#ccc class="btn btn-lg btn-default" href="https://docs.google.com/forms/d/1Ji7RRTxRyeJ8v_YdgdeViybuWxAuY2qgJ6nR7kZ-PrE/viewform?usp=send_form" role="button">
Register iPhone <span style=float:right>››</span>
</a>
</p>
<div class=jumbotron>
<div class="row guide-list">
{% for guide in site.data.guides %}
<div class="col-sm-12">
<a href="{{ guide.slug }}" style=background-image:url({{ guide.image }}) class=guide-image>
</a>
<h3>{{ guide.title }}</h3>
<p>{{ guide.description }}</p>
<p><a href="{{ guide.slug }}">Read more ›</a></p>
</div>
{% endfor %}
</div>
</div>
<div class="jumbotron spotify-block">
<div class="row">
<iframe style="margin:0 auto;display:block" src="https://embed.spotify.com/?uri=spotify:user:1114991801:playlist:1BoRUELMITwVCFLA9p9ITt" width="500" height="380" frameborder="0" allowtransparency="true"></iframe>
</div>
</div>
<p style=text-align:center;margin-bottom:60px>
<a style=width:100%;background-color:#222;border-color:#111;color:#ccc class="btn btn-lg btn-default" href="http://goo.gl/forms/7coIDTJdHq" role="button">
Feedback form <span style=float:right>››</span>
</a>
</p>