forked from pdxgit/pdxgit.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 685 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 685 Bytes
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
---
layout: default
title: Home
---
<div class='site-banner'>
<h1>PDX Git Together</h1>
<p class='lead'>The monthly user group that <strong><em>doesn't</em></strong> lose your data!</p>
</div>
<div class="row">
<section class='span4'>
{% include _rfp.html %}
</section>
<section class='span4'>
{% include _upcoming_meeting.html %}
</section>
<section class='span4'>
<div class='well well-large'>
<h2>Recently added</h2>
<ul>
{% for post in site.posts limit:7 %}
<li>
<a href='{{ post.url }}'>{{ post.title }}</a>{% if post.tldr %}- {{ post.tldr }}{% endif %}
</li>
{% endfor %}
</ul>
</div>
</section>
</div>