forked from DrVickie8/WEB3LADIES---BOUNTY-PHASE-PROJECT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crappo.html
138 lines (131 loc) · 4.54 KB
/
crappo.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
<!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>CRAPPO Free Cryptocurrency Website</title>
<link rel="stylesheet" href="crappo.css" />
</head>
<body>
<!-- 1st page -->
<section class="first">
<!-- Nav bar -->
<header>
<nav>
<img src="./CRAPPOMAIN/icons/Oval.svg" alt="logo" />
<h2>CRAPPO</h2>
<ul style="gap: 2rem">
<li style="font-size: 18px">Product</li>
<li style="font-size: 18px">Features</li>
<li style="font-size: 18px">About</li>
<li style="font-size: 18px">Contact</li>
<li
id="login"
style="font-style: bolder; font-size: 18px; margin-right: 0.1rem"
>
Login
</li>
</ul>
<div class="divider"></div>
<button
id="register"
style="font-size: 16px; font-style: bolder; border: none"
>
<a href="./RegistrationPage/landingPage.html" target="_blank" style="color: white">Register</a>
</button>
</nav>
</header>
<!-- Main content -->
<div class="container">
<img src="./CRAPPOMAIN/icons/[].png" alt="" id="water1" />
<img src="./CRAPPOMAIN/icons/[].png" alt="" id="water2" />
<div class="left-first">
<img src="./CRAPPOMAIN/icons/Base.png" alt="group-buttons" id="base" />
<h1>
Fastest & secure <br />
platform to invest <br />
in crypto
</h1>
<p style="font-size: 20px; font-style: bold; color: #e0e0e0">
Buy and sell cryptocurrencies, trusted by 10M wallets <br />
with over $30 billion in transactions.
</p>
<img
src="./CRAPPOMAIN/icons/Button.png"
alt=""
class=""
id="icon-button"
style="margin-top: 1.5rem; margin-bottom: 2rem"
/>
</div>
<div class="right-first" style="width: 100%">
<img
src="./CRAPPOMAIN/icons/btc-illustration.svg"
alt=""
class=""
style="width: 700px; margin-right: 5rem"
/>
</div>
</div>
</section>
<!-- The Second Page -->
<section class="second">
<!-- It starts with a Header -->
<div class="wrapper">
<div class="flexbox">
<div id="wrap">
<div class="align" style="margin-right: 1rem; gap: 2rem">
<img src="./CRAPPOMAIN/icons/metrics.png" alt="icon" />
</div>
<div style="color: white; gap: 2rem">
<h2>$30B</h2>
<p style="font-weight: 500">Digital Currency Exchanged</p>
</div>
</div>
<div id="wrap2">
<div class="align" style="margin-right: 1rem; gap: 2rem">
<img src="./CRAPPOMAIN/icons/value.png" alt="icon" />
</div>
<div style="color: white">
<h2>10M+</h2>
<p style="font-weight: 500">Trusted Wallets Investor</p>
</div>
</div>
<div id="wrap3">
<div class="align" style="margin-right: 1rem; gap: 2rem">
<img src="./CRAPPOMAIN/icons/countries.png" alt="icon" />
</div>
<div style="color: white">
<h2>195</h2>
<p style="font-weight: 500">Countries Supported</p>
</div>
</div>
</div>
</div>
<!-- Main Page -->
<div class="container2">
<img src="./CRAPPOMAIN/icons/[].png" alt="icons" id="water3" />
<div class="left1">
<img src="./CRAPPOMAIN/icons/D.png" alt="icons" id="water4" />
<img
src="./CRAPPOMAIN/icons/gpu-illustration.svg"
alt="gpu-illustration"
style="width: 700px; margin-right: 10rem"
/>
</div>
<div class="right2" style="color: white; font-family: 'Rubik'">
<img src="./CRAPPOMAIN/icons/u.svg" alt="icons" id="water5" />
<h2 style="font-size: 40px">Why you should choose CRAPPO</h2>
<p>
Experience the next generation cryptocurrency <br />
platform. No financial borders, extra fees and fake<br />
reviews.
</p>
<button>Learn More</button>
</div>
</div>
</section>
</body>
<script src="crappo.js"></script>
</html>