generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
numeros.html
31 lines (31 loc) · 1.46 KB
/
numeros.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
<section id="numeros" class="bg-secondary" style="padding-top: 50px; padding-bottom: 50px;">
<div class="container">
<div class="row">
<div class="col-md-4 text-center">
<div class="wow flipInY" data-wow-delay="0.1s">
<div class="d-flex flex-row justify-content-center">
<h1 id="counterAlunes" count-to={{site.n_alunes}} signBeforeNumber="+"></h1>
</div>
<h3 class="text-uppercase">Estudantes</h3>
<i class="mt-2 fa fa-heart fa-3x"></i>
</div>
</div>
<div class="col-md-4 text-center">
<div class="wow flipInY" data-wow-delay="0.2s">
<h1 id="counterVoluntaries" count-to={{site.n_voluntaries}}></h1>
<h3 class="text-uppercase">Voluntários</h3>
<i class="mt-2 fa fa-users fa-3x"></i>
</div>
</div>
<div class="col-md-4 text-center">
<div class="wow flipInY" data-wow-delay="0.3s">
<div class="d-flex flex-row justify-content-center">
<h1 id="counterTurmas" count-to={{site.n_turmas}} signBeforeNumber="+"></h1>
</div>
<h3 class="text-uppercase">Turmas</h3>
<i class="mt-2 fa fa-book fa-3x"></i>
</div>
</div>
</div>
</div>
</section>