-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcounter.html
43 lines (37 loc) · 1.35 KB
/
counter.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<section id="newsletter">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 counter-container">
<h1><span class="counter">2265</span></h1>
<h3>
Simploniens dans
<br> le monde
</h3>
<i class="fa fa-users"></i>
</div>
<div class="col-md-4 counter-container">
<h1><span class="counter">77</span></h1>
<h3>
% De sorties positives aprés 6 mois formation
</h3>
<i class="fa fa-desktop"></i>
</div>
<div class="col-md-4 counter-container">
<h1><span class="counter">53</span></h1>
<h3>
Fabriques ouverts en france et à l'international
</h3>
<i class="fa fa-coffee"></i>
</div>
</div>
</div>
</section>
</body>
</html>