-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 780 Bytes
/
index.html
File metadata and controls
28 lines (25 loc) · 780 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: TEAMROOM
---
<div id="banner">
<h1>TeamRoom</h1>
<p>
Grupo de desenvolvedores da região de <br>São José do Rio Preto.
<small><a href="/about">Saiba mais</a>.</small>
</p>
<div class="banner-links">
<a target="_blank" href="https://groups.google.com/group/team-room?hl=pt-BR">Google Groups</a> |
<a target="_blank" href="https://github.com/team-room">Github</a> |
<a target="_blank" href="http://www.facebook.com/groups/teamroom.rp/">Facebook</a>
</div>
</div>
{% for post in site.posts limit:5 offset:0 %}
<div class="post">
<h2><a href="{{ post.url }}">{{ post.title}}</a></h2>
<div class="post-content">
{{ post.content | truncate: 300 }} <br>
<a href="{{ post.url }}">Continue lendo →</a>
</div>
</div>
{% endfor %}