-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
158 lines (155 loc) · 6.86 KB
/
index.html
File metadata and controls
158 lines (155 loc) · 6.86 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/estilo.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</head>
<body class="container">
<main class="row imgNosotros">
<section class="col">
<section class="row">
<h1>Calculadora de Rol argentino Economico.</h1>
</section>
<section class="row">
<h2>Aprieta F5 para probar nuevamente.</h2>
</section>
<section class=" container bg-secondary bg-opacity-25">
<h2>¿Que tanto sabes de ahorrar?</h2>
<label for="fname">Del 1 al 3, [1] Nada [2] Poco [3] Mucho</label><br>
<input type="number" class="displays" id="ahorrar" placeholder="ingrese" maxlength="10"><br><br>
<h2>Tenes ganas de irte de argentina?</h2>
<label for="fname">[1] Nada [2] Poco [3] Mucho</label><br>
<input type="number" class="displays" id="irte" placeholder="ingrese" maxlength="10"><br><br>
<h2>Cuantos impuestos tiene Argentina actualmente?</h2>
<label for="fname">[1] Ninguno [2] Algunos pocos [3] demasiados</label><br>
<input type="number" class="displays" id="impuestos" placeholder="ingrese" maxlength="10"><br><br>
<input type="button" id="btn1" value="Submit">
<p class="output" id="output1">RESULTADO:</p>
</section>
</section>
<div class="col" id="cards">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="https://assets.coingecko.com/coins/images/1/small/bitcoin.png?1547033579" alt="Bitcoin">
<div class="card-body">
<h5 class="card-title">Bitcoin</h6>
<a class="card-text" id="bitcoin"></a>
<button data-id="1" class="btn btn-primary">Comprar</button>
</div>
</div>
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="https://upload.wikimedia.org/wikipedia/commons/2/23/US_one_dollar_bill%2C_obverse%2C_series_2009.jpg" alt="Dolar Estadounidense">
<div class="card-body">
<h5 class="card-title">Dolar Estadounidense</h6>
<a class="card-text" id="dolarbcra"></a>
<button data-id="2" class="btn btn-primary">Comprar</button>
</div>
</div>
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="https://tse4.mm.bing.net/th?id=OIP.rMiYQIP7rhfdHkfRVvs7WgHaHa" alt="Peso Boliviano">
<div class="card-body">
<h5 class="card-title">Peso Boliviano</h6>
<a class="card-text" id="pesobob"></a>
<button data-id="3" class="btn btn-primary">Comprar</button>
</div>
</div>
<section>
<div class="container">
<h4> Carrito de Divisas</h4>
<hr>
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Item</th>
<th scope="col">Cantidad</th>
<th scope="col">Acción</th>
<th scope="col">Total</th>
</tr>
</thead>
<tbody id="items"></tbody>
<tfoot>
<tr id="footer">
<th scope="row" colspan="5">Carrito de Rol Argentino vacío - comience a comprar!</th>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<div class="container">
<div class="display4" id="display4"></div>
<div class="buttons">
<div class="button">C</div>
<div class="button">/</div>
<div class="button">*</div>
<div class="button">←</div>
<div class="button">7</div>
<div class="button">8</div>
<div class="button">9</div>
<div class="button">-</div>
<div class="button">4</div>
<div class="button">5</div>
<div class="button">6</div>
<div class="button">+</div>
<div class="button">1</div>
<div class="button">2</div>
<div class="button">3</div>
<div class="button">.</div>
<div class="button">(</div>
<div class="button">0</div>
<div class="button">)</div>
<div id="equal" class="button">=</div>
</div>
</div>
</section>
<template id="template-footer">
<th scope="row" colspan="2">Total productos</th>
<td>10</td>
<td>
<button class="btn btn-danger btn-sm" id="vaciar-carrito">
vaciar todo
</button>
</td>
<td class="font-weight-bold">$ <span>5000</span></td>
</template>
<template id="template-carrito">
<tr>
<th scope="row">id</th>
<td>Café</td>
<td>1</td>
<td>
<button class="btn btn-info btn-sm">
+
</button>
<button class="btn btn-danger btn-sm">
-
</button>
</td>
<td>$ <span>500</span></td>
</tr>
</template>
<template id="template-card">
<div class="col-12 mb-2">
<div class="card">
<div class="card-body">
<h5>Titulo</h5>
<p>precio</p>
<button class="btn btn-primary">Comprar</button>
</div>
</div>
</div>
</template>
</main>
<footer class="row">
<h4>Cepoid Inc. All Rights Reserved.</h4>
<h4>BCRA. Todos los derechos Reservados.</h4>
</footer>
<script src="./js/Calculadora.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>