-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (61 loc) · 3.18 KB
/
index.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://yanhill.github.io/css/style-teste.css">
<link rel="stylesheet" href="https://yanhill.github.io/css/style-buttons-teste.css">
<link rel="stylesheet" href="https://yanhill.github.io/css/style-container-teste.css">
<link href="https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,500,700,900" rel="stylesheet">
<title>Document</title>
</head>
<body id="full-page">
<article id="club" class="club">
<header class="cabecalho">
</header>
<section class="cerebro" id="brain">
<div class="container container-1">
<div class="box-1 dividendos">
<input placeholder=" " type="number" maxlength="6" pattern="\d*" tabindex="1" size="2" id ="caixaDeTexto" class="caixaDeTexto dividendo dividendo-0"
id="caixaDeTexto" value=""></input>
</div>
<div class="box-2 linha"></div>
<div class="box-3 divisores">
</div>
</div>
<div id="containerResult" class="container container-2 container-result">
<div class="first-step-text" id="firstStepText">Digite um número<br>no campo acima<br></div>
</div>
</section>
<section id="buttons" class="container container-3 container-buttons">
<button tabindex="150" class="btn btn-back" disabled>
<i class="fas fa-angle-left"></i>
</button>
<div class="centered-buttons">
<button tabindex="150" class="btn btn-result" disabled>
<!-- <i class="fas fa-angle-double-down"></i> -->
decompor
</button>
<button tabindex="150" class="btn btn-clear" disabled>
<!-- <i class="fas fa-minus"></i> -->
limpar
</button>
</div>
<button tabindex="150" class="btn btn-front" disabled>
<i class="fas fa-angle-right"></i>
</button>
</section>
<footer class="rodape">
</footer>
</article>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="https://yanhill.github.io/scripts/calculate-final-result.js"></script>
<script src="https://yanhill.github.io/scripts/resize.js"></script>
<script src="https://yanhill.github.io/scripts/calculos-internos.js"></script>
<script src="https://yanhill.github.io/scripts/inputs-externos.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP"
crossorigin="anonymous"></script>
</body>
</html>