forked from babboe1/Phantom_devz_crypto_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
259 lines (245 loc) · 8.45 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!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" />
<script
src="https://kit.fontawesome.com/7923aeb42c.js"
crossorigin="anonymous"
></script>
<link type="text/css" rel="stylesheet" href="./assets/styles/style.css" />
<title>Phantom_Devz_crypto_project</title>
</head>
<body id="body">
<header id="header">
<!-- Div container for logo image -->
<div class="logo-box">
<img src="./assets/images/logo.svg" alt="" class="logo" />
</div>
<!-- Div container for navigation -->
<nav id="nav">
<!-- Nav menu items -->
<ul class="nav__menu">
<li class="nav__menu-item">
<a href="" class="menu-item__link"> Products </a>
</li>
<li class="nav__menu-item">
<a href="" class="menu-item__link"> Features </a>
</li>
<li class="nav__menu-item">
<a href="" class="menu-item__link"> About </a>
</li>
<li class="nav__menu-item">
<a href="" class="menu-item__link"> Contact </a>
</li>
</ul>
<!-- Div for Login and register -->
<div class="nav__login">
<span class="nav__login--text"> Login </span>
<div class="nav__register">
<a href="/" class="nav__register--link"> Register </a>
</div>
</div>
</nav>
</header>
<main id="main">
<!-- container for the hero section [Raneh] -->
<section class="hero-section">
<div class="first_container">
<div class="text_content">
<div class="light_dark_bar">
<span>75% SAVE</span>
<span>For the Black Friday weekend</span>
</div>
<h1>Fastest & secure platform to invest in crypto</h1>
<p>
Buy and sell cryptocurrencies, trusted by 10M wallets with over
$30 billion in transactions.
</p>
<div class="button_container">
<a href="/">Try for FREE</a>
<svg
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="16" cy="16" r="16" fill="white" />
</svg>
</div>
</div>
<div class="illustration_container">
<img
src="/assets/Images/Illustration.png"
alt="Bitcoin illustration"
/>
</div>
</div>
</section>
<!-- SECTION FOR ANALYTICS -->
<section class="analytics__summary">
<div class="analytics">
<div class="analytics__box">
<div>
<img
class="analytics__box__icon"
src="./assets/images/$30B.png"
/>
</div>
<div class="analytics__box--content">
<h2 class="analytics__box--heading">$30B</h2>
<p class="analytics__box--paragraph">Digital Currency Exchange</p>
</div>
</div>
<div class="analytics__box">
<div>
<img
class="analytics__box__icon"
src="./assets/images/10M+.png"
/>
</div>
<div class="analytics__box--content">
<h2 class="analytics__box--heading">10M+</h2>
<p class="analytics__box--paragraph">Trusted Wallets Investor</p>
</div>
</div>
<div class="analytics__box">
<div>
<img class="analytics__box__icon" src="./assets/images/195.png" />
</div>
<div class="analytics__box--content">
<h2 class="analytics__box--heading">195</h2>
<p class="analytics__box--paragraph">Countries Supported</p>
</div>
</div>
</div>
<div class="hero__summary">
<div>
<img
class="hero__image"
src="./assets/Images/crappo image2.png"
alt=""
class="hero__summary--image"
/>
</div>
<div class="hero__summary--content">
<h2 class="hero__summary--heading">Why you should choose CRAPPO</h2>
<p class="hero__summary--paragraph">
Experience the next generation cryptocurrency platform. No
financial borders, extra views, and fake reviews.
</p>
<div class="hero__summary--button">
<a href="" class="hero__summary--button-link">Learn more</a>
</div>
</div>
</div>
</section>
<section>
<div class="">
<div class="">
<h2>Check how much you can earn</h2>
<p>
Let's check your hash rate to see how much you will earn today,
Exercitation veniam consequat sunt nostrud amet.
</p>
</div>
<div class="">
<label>
<input type="text" placeholder="Enter your hash rate" />
<select name="" id="">
<option value="TH/s">TH/s</option>
</select>
<button type="button">Calculate</button>
</label>
</div>
</div>
</section>
<!-- Div for Cryptocurrencies(name in Figma design file) Contribution from Titi -->
<section class="crypto-container">
<div class="crypto-heading">
<h3 class="crypto-text"></h3>
</div>
<div class="coinboxes">
<div class="bitcoin">
<img src="" alt="" class="bitcoin__img" />
<div class="bname-container">
<p class="bit-name"></p>
<p calss="btc"></p>
</div>
<p class="fine-print"></p>
<a href="" class="coin__link"> Start mining </a>
</div>
<div class="ethereum">
<img src="" alt="" class="ethereum__img" />
<div class="ethname-container">
<p class="eth-name"></p>
<p calss="eth"></p>
</div>
<p class="fine-print"></p>
<a href="" class="coin__link"></a>
</div>
<div class="litecoin">
<img src="" alt="" class="litecoin__img" />
<div class="litename-container">
<p class="lite-name"></p>
<p calss="ltc"></p>
</div>
<p class="fine-print"></p>
<a href="" class="coin__link"></a>
</div>
</div>
</section>
<!-- Market Sentiments Section -->
<section class="main_section_container">
<div class="sub_section">
<h2 class="h2_sub_section">
Market sentiments, portfolio, and run the infrastructure of your
choice
</h2>
</div>
<div class="first_row">
<div class="first_row_item">
<h3>Invest Smart</h3>
<p>
Get full statistic information about the behaviour of buyers and
sellers will help you to make the decision.
</p>
<button><a href="#">Learn More</a></button>
</div>
<div class="first_row_item">
<img src="" alt="Bitcoin_Image" />
</div>
</div>
<div class="first_row">
<div class="first_row_item">
<img src="" alt="Chart_Image" />
</div>
<div class="first_row_item">
<h3>Detailed Statistics</h3>
<p>
View all mining related information in realtime, at any point at
any location and decide which polls you want to mine in.
</p>
<button><a href="#">Learn More</a></button>
</div>
</div>
<div class="first_row">
<div class="first_row_item">
<h3>Grow your profit and track your investments</h3>
<p>
Use advanced analytical tools. Clear TradingView charts let you
track current and historical profit investments.
</p>
<button><a href="#">Learn More</a></button>
</div>
<div class="first_row_item">
<img src="" alt="Bitcoin_Table" />
</div>
</div>
</section>
</main>
<footer id="footer"></footer>
</body>
</html>