Last change
on this file since 333cdac was 333cdac, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Frontend adjustments for prototype
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | <div class="container">
|
---|
2 | <div class="row">
|
---|
3 | <br/>
|
---|
4 | <div class="col text-center">
|
---|
5 | <h2>Коронавирус</h2>
|
---|
6 | <p>статистика</p>
|
---|
7 | </div>
|
---|
8 |
|
---|
9 |
|
---|
10 |
|
---|
11 | </div>
|
---|
12 | <div class="row text-center">
|
---|
13 | <div class="col">
|
---|
14 | <div class="counter">
|
---|
15 | <i class="fa fa-code fa-2x">0</i>
|
---|
16 | <h2 class="timer count-title count-number" data-to="100" data-speed="1500"></h2>
|
---|
17 | <p class="count-text ">Placeholder1</p>
|
---|
18 | </div>
|
---|
19 | </div>
|
---|
20 | <div class="col">
|
---|
21 | <div class="counter">
|
---|
22 | <i class="fa fa-coffee fa-2x">0</i>
|
---|
23 | <h2 class="timer count-title count-number" data-to="1700" data-speed="1500"></h2>
|
---|
24 | <p class="count-text ">Placeholder2</p>
|
---|
25 | </div>
|
---|
26 | </div>
|
---|
27 | <div class="col">
|
---|
28 | <div class="counter">
|
---|
29 | <i class="fa fa-lightbulb-o fa-2x">0</i>
|
---|
30 | <h2 class="timer count-title count-number" data-to="11900" data-speed="1500"></h2>
|
---|
31 | <p class="count-text ">Placeholder3</p>
|
---|
32 | </div></div>
|
---|
33 | <div class="col">
|
---|
34 | <div class="counter">
|
---|
35 | <i class="fa fa-bug fa-2x">0</i>
|
---|
36 | <h2 class="timer count-title count-number" data-to="157" data-speed="1500"></h2>
|
---|
37 | <p class="count-text ">Placeholder4</p>
|
---|
38 | </div>
|
---|
39 | </div>
|
---|
40 | </div>
|
---|
41 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.