-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (176 loc) · 8.68 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
180
181
182
183
184
185
186
187
188
189
190
191
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Monedobase Frontend by lgomezruiz</title>
<!-- CSS importado del CDN de Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- Iconos importados del CDN de Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<!--CSS Stylesheet-->
<link rel="stylesheet" href="/sass/index.css">
</head>
<body>
<nav class="nav">
<div class="logo">
<a href="#">
<img src="/assets/img/logo.png" alt="logo">
</a>
</div>
<div class="menu d-none d-md-block">
<ul class="main-menu">
<li><a href="#">Prices</a></li>
<li><a href="#">Lean</a></li>
<li><a href="#">Individuals</a></li>
<li><a href="#">Businesses</a></li>
<li><a href="#">Developers</a></li>
<li><a href="#">Company</a></li>
</ul>
</div>
<div class="get-started">
<button class="btn-sec-s">Sign in</button>
<button class="btn-main-s">Get started</button>
</div>
</nav>
<section class="sec-home">
<div class="home-cta">
<div class="cta-text">
<span>Jump start your portfolio</span>
<i class="bi bi-arrow-right"></i>
</div>
<h2 class="home-title h1">Jump start your crypto portfolio</h2>
<p class="home-description">Monedobase is the easiest place to buy and sell cryptocurrency. Sign up and get started today.</p>
<div class="lead-magnet row align-items-center">
<div class="col input-col">
<input type="text" class="form-control input-text" placeholder="Email address">
</div>
<div class="col">
<button class="btn-main">Get started</button>
</div>
</div>
</div>
<!-- d-none y d-md-block son clases de Bootstrap que nos ayuda a ocultar las imágenes cuando el tamaño de la página se reduce (Ej: móviles)-->
<div class="home-img d-none d-md-block">
<img src="/assets/img/wallet.png" alt="wallet">
</div>
</section>
<section class="sec-features">
<div class="intro">
<h3>Create your cryptocurrency portfolio today</h3>
<p>Monedobase has a variety of features that make it the best place to start trading</p>
</div>
<div class="features">
<div class="text">
<div class="feature">
<span class="icon-sm">
<i class="bi bi-graph-up"></i>
</span>
<div class="description">
<h4 class="description-title">Manage your portfolio</h4>
<p class="description-text">Buy and sell popular digital currencies, keep track of them in the one place</p>
</div>
</div>
<div class="feature">
<span class="icon-sm">
<i class="bi bi-calendar"></i>
</span>
<div class="description">
<h4 class="description-title">Recurring buys</h4>
<p class="description-text">Invest in cryptocurrency slowly over time by scheduling buys daily, weekly, or monthy</p>
</div>
</div>
<div class="feature">
<span class="icon-sm">
<i class="bi bi-phone"></i>
</span>
<div class="description">
<h4 class="description-title">Mobile apps</h4>
<p class="description-text">Stay on top of the markets with the Monedobase app for Android or iOS</p>
</div>
</div>
</div>
<div class="image d-none d-md-block">
<img src="/assets/img/chart.png" alt="chart">
</div>
</div>
</section>
<section class="sec-benefits">
<div class="intro">
<h3>The most trusted cryptocurrency platform</h3>
<p>Here are a few reasons why you should choice Monedobase</p>
</div>
<div class="benefits-cards row">
<div class="benefit col-md">
<i class="bi bi-eye-fill icon"></i>
<div class="description">
<h4 class="title">Secure storage</h4>
<p class="text">We store the vast majority of the digital assets in secure offline storage</p>
</div>
<p class="cta">Learn how Monedobase keeps your funds safe and secure</p>
</div>
<div class="benefit col-md">
<i class="bi bi-envelope-fill icon"></i>
<div class="description">
<h4 class="title">Protected by insurance</h4>
<p class="text">Monedobase maintains crypto insurance and all USD cash balances are covered by FDIC insurance up to a maximum of $250.000</p>
</div>
<p class="cta">Learn how your crypto is covered by our insurance policy</p>
</div>
<div class="benefit col-md">
<i class="bi bi-shield-shaded icon"></i>
<div class="description">
<h4 class="title">Industry best</h4>
<p class="text">Monedobase supports a wide variety of the most popular digital currencies.</p>
</div>
<p class="cta">Learn how we implement industry best practices for account security</p>
</div>
</div>
</section>
<section class="sec-kpis row">
<div class="kpi col-md">
<span class="number">$547B</span>
<span class="description">Quarterly volume traded</span>
</div>
<div class="kpi col-md">
<span class="number">100+</span>
<span class="description">Countries supported</span>
</div>
<div class="kpi col-md">
<span class="number">89+M</span>
<span class="description">Verified users</span>
</div>
</section>
<section class="sec-onboarding">
<div class="intro">
<h3>Get started in a few minutes</h3>
<p>Monedobase supports a variety of the most popular digital currencies.</p>
</div>
<div class="steps">
<div class="icon-desc">
<i class="bi bi-person-plus-fill icon"></i>
<h4 class="title">Create an account</h4>
</div>
<div class="separator"></div>
<div class="icon-desc">
<i class="bi bi-bank icon"></i>
<h4 class="title">Link your bank account</h4>
</div>
<div class="separator"></div>
<div class="icon-desc">
<i class="bi bi-coin icon"></i>
<h4 class="title">Start buying & selling</h4>
</div>
</div>
</section>
<section class="sec-footer-cta">
<div class="footer-cta">
<h4 class="cta-title">Earn up to $7 worth of crypto</h4>
<p class="cta-description">Discover how specific cryptocurrencies work — and get a bit of each crypto to try out for yourself.</p>
<button class="btn-main">Start earning</button>
</div>
</section>
</body>
<!-- JS importado del CDN de Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</html>