Skip to content

Commit f154a61

Browse files
committed
Criado include team.html
1 parent 739b3fe commit f154a61

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

_includes/team.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div class="strike">
2+
<span class="blue-grey-text darken-4"><h4>Equipe GDG</h4></span>
3+
</div>

index.html

+1-17
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,5 @@
1717
</div>
1818
</div>
1919
</section>
20-
21-
<!-- <div class="row">
22-
{% for post in site.posts %}
23-
<div class="col s4">
24-
<div class="card blue-grey darken-1">
25-
<div class="card-content white-text">
26-
<span class="card-title yellow-text">{{ post.title }}</span>
27-
<p>{{ post.description }}</p>
28-
</div>
29-
<div class="card-action">
30-
<a href="#">Compartilhar no Twitter</a>
31-
<a href="#">Inscrições</a>
32-
</div>
33-
</div>
34-
</div>
35-
{% endfor %}
36-
</div> -->
20+
{% include team.html %}
3721
</div>

0 commit comments

Comments
 (0)