-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (176 loc) · 7.88 KB
/
index.html
File metadata and controls
180 lines (176 loc) · 7.88 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!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/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/styles.css">
<title>Coinbase</title>
</head>
<body>
<nav class="nav">
<div class="logo">
<a href="#">
<img src="assets/img/LogoSVG.svg" alt="Logo coinbase">
</a>
</div>
<div class="menu d-none d-md-block">
<ul class="main-menu">
<li><a href="#">Prices</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 h1">Jump start you crypto portfolio</h2>
<p class="home-description">Coinbase 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="email" class="form-control input-text" placeholder="Email adress">
</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-2.png" 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 you porfolio</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 monthly.</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 Coinbase app for Android or iOS</p>
</div>
</div>
</div>
<div class="d-none d-md-block">
<img src="assets/img/chart.png" alt="Chart">
</div>
</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 choose Coinbase</p>
</div>
<div class="benefit-cards row">
<div class="benefit col-md">
<i class="bi bi-eye-fill"></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 Coinbase keeps your funds safe and secure.</p>
</div>
<div class="benefit col-md">
<i class="bi bi-envelope-fill"></i>
<div class="description">
<h4 class="title">Protected by insurance</h4>
<p class="text">Coinbase 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"></i>
<div class="description">
<h4 class="title">Industry best practices</h4>
<p class="text">Coinbase supports a 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="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 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"></i>
<h4 class="title">Create an account</h4>
</div>
<div class="step-separator"></div>
<div class="icon-desc">
<i class="bi bi-bank"></i>
<h4 class="title">Link your bank account</h4>
</div>
<div class="step-separator"></div>
<div class="icon-desc">
<i class="bi bi-currency-exchange"></i>
<h4 class="title">Exchange</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-desc">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>
<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>
</html>