-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
182 lines (175 loc) · 8.04 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
<!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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/styles.css">
<title>Proyecto Final</title>
</head>
<body>
<nav class="nav">
<div class="logo">
<a href="#"><img src="../assets/img/Coinbase.svg.png" alt="logo"></a>
</div>
<div class="menu d-none d-md-block">
<ul class="main-menu">
<li><a href="">Services</a></li>
<li><a href="">Learn</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 h2">Jump start your crypto portfolio</h2>
<p class="home-description">Coinbase is the easiest place to buy and sell cryptocurrency. Sing up and get started today.</p>
<div class="lead-magnet row align-items-center">
<div class="col input-col">
<input class="form-control input-text" placeholder="Email address" type="text">
</div>
<div class="col">
<button class="btn-main">get Started</button>
</div>
</div>
</div>
<div class="home-img d-none d-md-block">
<img src="../assets/img/wallet.png" width="200" alt="wallet">
</div>
</section>
<section class="sec-features">
<div class="intro">
<h3>Create your cryptocurrency portfolio today</h3>
<p>Coinbase 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">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-phone"></i>
</span>
<div class="description">
<h4 class="description-title">Mobile apps</h4>
<p class="description-text">Buy and sell popular digital currencies keep track of them in the one place</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>Coinbase has a variety of features that make it the best place to start trading</p>
</div>
<div class="benefit-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">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Unde vitae debitis aspernatur atque, vero doloribus magnam architecto quis libero nam</p>
</div>
<p class="cta">Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae harum consectetur quod</>
</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">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Unde vitae debitis aspernatur atque, vero doloribus magnam architecto quis libero nam</p>
</div>
<p class="cta">Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae harum consectetur quod</>
</div>
<div class="benefit col-md">
<i class="bi bi-shield-shaded icon"></i>
<div class="description">
<h4 class="title">Industry best practices</h4>
<p class="text">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Unde vitae debitis aspernatur atque, vero doloribus magnam architecto quis libero nam</p>
</div>
<p class="cta">Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae harum consectetur quod</>
</div>
</div>
</section>
<section class="sec-kpis row">
<div class="kpi col-md">
<span class="number">$547B</span>
<span class="desc">Quarterly volume traded</span>
</div>
<div class="kpi col-md">
<span class="number">100+</span>
<span class="desc">Countries supported</span>
</div>
<div class="kpi col-md">
<span class="number">89+M</span>
<span class="desc">Verified users</span>
</div>
</section>
<section class="sec-onboarding">
<div class="intro">
<h3>Get started in a few minutes</h3>
<p>Coinbase has a variety of features that make it the best place to start trading</p>
</div>
<div class="steps">
<div class="icon-desc">
<i class="bi bi-person-fill-add icon"></i>
<h4 class="title">Create an account</h4>
</div>
<div class="step-separator">
</div>
<div class="icon-desc">
<i class="bi bi-bank icon"></i>
<h4 class="title">Create an account</h4>
</div>
<div class="step-separator">
</div>
<div class="icon-desc">
<i class="bi bi-currency-bitcoin icon"></i>
<h4 class="title">Create an account</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">Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit illo quae non aliquam eveniet ullam ad blanditiis molestiae</p>
<button class="btn-main">Start earning</button>
</div>
</section>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
</html>