-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
31 lines (30 loc) · 1.72 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
---
layout: default
title: GopherCon 2014
---
<div class="row">
<div class="large-8 columns">
<h3>The First Ever Go Conference</h3>
<p>We've created a single-track event that you won't want to miss. Opening and closing keynotes from Go luminaries will highlight the event, with twelve detailed presentations in between. Thursday and Friday will offer full days of conference sessions. Optional hack-day on Saturday allows you a day to hack with your Go friends — right at the conference.</p>
<h3>Single Track</h3>
<i class="icon-code-fork icon-large left"></i>
<p>We love going to conferences that don't make you choose between two great presentations. So we created GopherCon as a single track event, where everyone gets the opportunity to see the same talks. We think you'll enjoy the speakers we're lining up so much you won't want to miss one of them.</p>
<h3>Downtown Denver</h3>
<i class="icon-building icon-large right"></i>
<p>Located at the foot of Colorado's beautiful front range, Denver is the ideal location for our first conference. With over three hundred days of sunshine per year, Colorado boasts some of the most breath-taking scenery you'll find in America. Denver adds world-class restaurants and great nightlife to round out your conference downtime.</p>
</div>
<div class="large-4 columns">
<div class="panel">
<h4>Announcements</h4>
<ul class="announcements">
{% for post in paginator.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<p class="date"><i class="icon-calendar"></i> {{ post.date | date_to_long_string }}</p>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
{% include sponsor_row.html %}