-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
36 lines (28 loc) · 1.21 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
---
layout: default
title: hartfordjs
---
<!-- Jumbotron -->
<div class="jumbotron">
<h1>HartfordJS</h1>
<p class="social-media-links">
<a href="http://hartfordjs.eventbrite.com" target="_blank"><img src="img/eventbrite.png"></a>
<a href="http://github.com/hartfordjs" target="_blank"><i class="icon-github"></i></a>
<a href="http://twitter.com/hartfordjs" target="_blank"><i class="icon-twitter"></i></a>
<a href="https://plus.google.com/communities/100536411944298096268" target="_blank"><i class="icon-google-plus"></i></a>
</p>
<p>Join our <a href="https://groups.google.com/group/hartfordjs" target="_blank">mailing list</a>, or email<br>
<span id="email"></span> with any questions.</p>
<hr>
{% for post in site.posts %}
<p class="lead">
{{ post.title }}
</p>
<p>{{ post.time }} on {{ post.date | date: "%B %d %Y" }}<br>
at <a target="_blank" href="{{ post.venue_url }}">{{ post.venue }}</a> in {{ post.city }}
</p>
{{ post.content }}
<hr>
{% endfor %}
<p>© 2013 HartfordJS — powered by <a href="http://jekyllrb.com/">Jekyll</a></p>
</div>