-
Notifications
You must be signed in to change notification settings - Fork 0
/
exercicios.html
44 lines (44 loc) · 1.05 KB
/
exercicios.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
<div class="top">
<a href="#" class="sortable"><span class="fa fa-sort"></span></a>
<div class="back treino"><span class="fa fa-arrow-left"></span></div>
<div class="titulo"></div>
<div class="preview">
<p class="close"><span class="fa fa-close"></span></p>
<table>
<colgroup>
<col width="15%"/>
<col width="*"/>
</colgroup>
<tr>
<td>Exercício:</td>
<td><span id="nome">Leg Horizontal</span></td>
</tr>
<tr>
<td>Aparelho:</td>
<td><span id="aparelho">01</span></td>
</tr>
<tr>
<td>Configurações:</td>
<td><span id="configuracao">M / 6 / 8</span></td>
</tr>
<tr>
<td>Carga :</td>
<td><span id="carga">75</span>kg</td>
</tr>
<tr>
<td>Séries :</td>
<td><span id="serie">3</span></td>
</tr>
<tr>
<td>Repetições :</td>
<td><span id="repeticao">12</span></td>
</tr>
</table>
</div>
<div class="preview-backface"></div>
</div>
<ul class="list exercicios"></ul>
<a href="#" id="novo_exercicio" class="btn-footer">
<span class="fa fa-bolt"></span>
Novo Exercício
</a>