-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (179 loc) · 8.61 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
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!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>Bata Bit</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@300;500&display=swap" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/tablet.css" media="(min-width: 930px">
</head>
<body>
<!-- Usar BEM para clases -->
<header>
<img src="assets/img/logo.svg" alt="Batabit.com">
<div class="header--title-container">
<h1>La próxima revolución en el intercambio de criptomonedas.</h1>
<p>Batabit te ayuda a navegar entre los diferentes precios y tendencias.</p>
<a href="#plans" class="header--button">Conoce Nuestros Planes <span></span></a>
</div>
</header>
<main>
<!-- Exchange -->
<section class="main-exchange-container">
<div class="backgroundImg"></div>
<div class="main-exchange-container--title">
<h2>Visibilizamos todas las tasas de cambio.</h2>
<p>Traemos información en tiempo real de las casas de cambio y las monedas más importantes del mundo.</p>
</div>
<section class="main-tables-container">
<div class="main-currency-table">
<p class="currency-table--title">Monedas</p>
<div class="currency-table--container">
<table>
<tr>
<td class="table__top-left">Bitcoin</td>
<td class="table__top-right table__right">$ 1.96 <span class="down"></span></td>
</tr>
<tr>
<td>Ethereum</td>
<td class="table__right">$ 0.07 <span class="up"></span></td>
</tr>
<tr>
<td>Ripple</td>
<td class="table__right">$ 2.15 <span class="down"></span></td>
</tr>
<tr>
<td class="table__bottom-left">Stellar</td>
<td class="table__bottom-right table__right">$ 4.96 <span class="down"></span></td>
</tr>
</table>
</div>
<div class="currency-table--date">
<p><b>Actualizado:</b> 19 Julio 23:45</p>
</div>
</div>
<!-- Commission -->
<div class="main-commission-table">
<p class="commission-table--title">Comisión</p>
<div class="commission-table--container">
<table>
<tr>
<td class="table__top-left">Bitcoin</td>
<td class="table__top-right table__right">$ 12.96</td>
</tr>
<tr>
<td>Ethereum</td>
<td class="table__right">$ 13.07</td>
</tr>
<tr>
<td>Ripple</td>
<td class="table__right">$ 13.15</td>
</tr>
<tr>
<td class="table__bottom-left">Stellar</td>
<td class="table__bottom-right table__right">$ 14.96</td>
</tr>
</table>
</div>
<div class="commission-table--date">
<p><b>Actualizado:</b> 19 Julio 23:45</p>
</div>
</div>
</section>
</section>
<!-- Product detail -->
<section class="main-product-detail">
<span class="product-detail--batalogo"></span>
<div class="product-detail--title">
<h2>Creamos un producto sin comparación.</h2>
<p>Confiable y diseñado para su uso diario.</p>
</div>
<section class="product-card--container">
<article class="product-detail--card">
<span class="icon-card"></span>
<p class="product--card-title">Tiempo real</p>
<p class="product--card-body">Nuestro API toma información minuto a minuto sobre las tasas que más determinan el comportamiento.</p>
</article>
<article class="product-detail--card">
<span class="icon-card"></span>
<p class="product--card-title">No hay tasas escondidas</p>
<p class="product--card-body">Ni en la compra o al momento de exit, Batabit siempre te muestra el costo real de lo que estás adquiriendo.</p>
</article>
<article class="product-detail--card">
<span class="icon-card"></span>
<p class="product--card-title">Compara monedas</p>
<p class="product--card-body">Ni en la compra o al momento de exit, Batabit siempre te muestra el costo real de lo que estás adquiriendo.</p>
</article>
<article class="product-detail--card">
<span class="icon-card"></span>
<p class="product--card-title">Información confiable</p>
<p class="product--card-body">Nuestras fuentes están 100% verificadas y continuamos auditando su contenido mientras se actualizan.</p>
</article>
</section>
</section>
<!-- Img -->
<section class="bitcoin-img-container">
<h2>Conócelo hoy.</h2>
</section>
<!-- Plans -->
<section id="plans" class="main-plans-container">
<div class="plans--title">
<h2>Escoge el plan que mejor se ajuste a ti.</h2>
<p>Cualquier plan te da acceso completo a nuestra plataforma.</p>
</div>
<section class="plans-container--slider">
<article class="plans-container--card">
<div class="plan-info-container">
<h3 class="plan-card--title">Pago Anual</h3>
<p class="plan-card--price"><span>$</span>99</p>
<p class="plan-card--saving">*Ahorras $129 comparado al plan mensual.</p>
<button class="plan-card-cta">Escoger este <span></span></button>
</div>
</article>
<article class="plans-container--card">
<p class="recommended">Recomendado</p>
<div class="plan-info-container">
<h3 class="plan-card--title">Pago Anual</h3>
<p class="plan-card--price"><span>$</span>99</p>
<p class="plan-card--saving">*Ahorras $129 comparado al plan mensual.</p>
<button class="plan-card-cta">Escoger este <span></span></button>
</div>
</article>
<article class="plans-container--card">
<div class="plan-info-container">
<h3 class="plan-card--title">Pago Anual</h3>
<p class="plan-card--price"><span>$</span>99</p>
<p class="plan-card--saving">*Ahorras $129 comparado al plan mensual.</p>
<button class="plan-card-cta">Escoger este <span></span></button>
</div>
</article>
</section>
</section>
</main>
<footer>
<section class="left">
<ul>
<li>
<a href="">Linkedin</a>
</li>
<li>
<a href="">Crunchbase</a>
</li>
<li>
<a href="">Hackernews</a>
</li>
</ul>
</section>
<section class="right">
<img src="assets/img/second-logo.svg" alt="Batabit.com">
<p>® Batabit 2020</p>
</section>
</footer>
</body>
</html>