-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (58 loc) · 1.38 KB
/
index.html
File metadata and controls
65 lines (58 loc) · 1.38 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
---
layout: default
title: mojoconf 2014
---
<div class="jumbotron">
<h1>{{ page.title }}</h1>
<p>
Mojolicious training, conference and hackaton.
</p>
<p>
See also
<a href="https://twitter.com/search?q=%23mojoconf2014&f=realtime">Twitter</a>
(TODO: Fix hashtag),
<a href="http://www.meetup.com/">Meetup</a>
(TODO: Add meetup link)
</p>
</div>
<div class="row">
<div class="col-md-3">
<h2>When?</h2>
<p>Saturday, May the 24th</p>
<p>
<a class="btn btn-default" href="when.html" role="button">View details</a>
</p>
</div>
<div class="col-md-3">
<h2>Where?</h2>
<p>
Y3o, Oslo, Norway
</p>
<p>
<a class="btn btn-default" href="where.html" role="button">View details</a>
</p>
</div>
<div class="col-md-3">
<h2>How?</h2>
<p>
…to join?
</p>
<p>
Sign up for the exciting training, the glamourous conference, or
sneak into the the restricted-access hackaton <small>(reserved
for core contributors)</small>
</p>
<p>
<a class="btn btn-default" href="how.html" role="button">View details</a>
</p>
</div>
</div>
<div class="row">
{% for post in site.posts limit:6 %}
<div class="col-md-3">
<h2><a href="{{ post.url}}">{{ post.title }}</a></h2>
<p>({{ post.date | date_to_string }})</p>
<p>{{ post.excerpt }}</p>
</div>
{% endfor %}
</div>