-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
31 lines (29 loc) · 969 Bytes
/
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: Upcoming Meetup
selected: upcoming
---
<article class="meetup">
<section class="top-details">
<h1>{{site.posts.first.title}}</h1>
<div class="small-info">
<ul class="when-where">
<li>{{site.posts.first.when}}</li>
<li>{{site.posts.first.location}} - <a href="{{site.posts.first.directions}}">Get Directions</a></li>
</ul>
<a href="{{site.posts.first.register_link}}" class="red-btn">Register for Event</a>
</div>
</section>
<section class="main-event-details clearfix">
<div class="intro">
<h3>{{site.posts.first.intro}}</h3>
</div>
<div class="content-bulk">
{{site.posts.first.content}}
</div>
</section>
{% include sponsors.html sponsors=site.posts.first.sponsors %}
</article>
<!-- {% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %} -->