-
Notifications
You must be signed in to change notification settings - Fork 0
/
minicursos.html
49 lines (46 loc) · 2.17 KB
/
minicursos.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: pages
---
<!-- Services Section -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Recursos</h2>
<h3 class="section-subheading text-muted"> Alguns recursos que podem ser úteis durante o curso </h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<a href="http://www.slideshare.net/LuizCarvalhobr">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-slideshare fa-stack-1x fa-inverse"></i>
</span>
</a>
<h4 class="service-heading">Apresentações</h4>
<p class="text-muted">Acesse slides de seu curso e outros.</p>
</div>
<div class="col-md-4">
<a href="https://gist.github.com/luizcarvalho">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-code fa-stack-1x fa-inverse"></i>
</span>
</a>
<h4 class="service-heading">Códigos</h4>
<p class="text-muted">Alguns comandos ou parte de código utilizados</p>
</div>
<div class="col-md-4">
<a href="https://www.dropbox.com/sh/vqwwpb37yfhs1qi/AABzoh23Qn7waFpEDoL_KSKDa?dl=0">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cloud-download fa-stack-1x fa-inverse"></i>
</span>
</a>
<h4 class="service-heading">Mídias</h4>
<p class="text-muted">Faça download das mídias necessários para seu curso</p>
</div>
</div>
</div>
</section>