-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (47 loc) · 1.51 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
---
layout: bricks
---
</div>
<div>
<h1>Git</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 fra kurset <span style=float:right>››</span>
</a>
</p>
<div class=jumbotron>
<div class="row">
<h2>Oppgaver</h2>
{% for oppgave in site.data.oppgaver %}
<div class="col-sm-6" style=overflow:hidden>
<h3>{{ oppgave.title }}</h3>
<p>{{ oppgave.description }}</p>
<p><a href="oppgaver/{{ oppgave.slug }}">Les mer ›</a></p>
</div>
{% endfor %}
</div>
</div>
<div class=jumbotron>
<div class="row">
{% for guide in site.data.guides %}
<div class="col-sm-12 guide" style=overflow:hidden>
<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 }}">Les mer ›</a></p>
</div>
{% endfor %}
</div>
</div>
<div class="jumbotron">
Kontakt oss på twitter: <a href="http://twitter.com/poetene/">@poetene</a>.
</div>
<div class=jumbotron>
<div class="row">
<div class="col-sm-12">
<iframe class=spotify src="https://embed.spotify.com/?uri=spotify:user:1114991801:playlist:36f57UI8NyGTnRm1Ig9ryN&theme=white" height="380" frameborder="0" allowtransparency="true"></iframe>
</div>
</div>