-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
318 lines (289 loc) · 12.3 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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navbar---start -->
<nav class="navbar navbar-expand-lg bg-body- gap-5">
<div class="container-fluid gap-5 ms-5">
<a class="navbar-brand" href="#"><img src="asset/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse go" id="navbarNavDropdown">
<ul class="navbar-nav gap-3">
<li class="nav-item">
<a class="nav-link active ms-5 text-light fw-bold" aria-current="page" href="#">Install</a>
</li>
<li class="nav-item dropdown">
<button class="btn dropdown-toggle text-light fw-bold" data-bs-toggle="dropdown" aria-expanded="false">
Roadmap
</button>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<button class="btn dropdown-toggle text-light fw-bold" data-bs-toggle="dropdown" aria-expanded="false">
Earn
</button>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<button class="btn dropdown-toggle text-light fw-bold" data-bs-toggle="dropdown" aria-expanded="false">
Play
</button>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active text-light fw-bold" aria-current="page" href="#">BLOK</a>
</li>
<li class="nav-item">
<a class="nav-link active text-light fw-bold" aria-current="page" href="#">DAO</a>
</li>
<li class="nav-item">
<a class="nav-link active text-light fw-bold" aria-current="page" href="#">NFTs</a>
</li>
<li class="nav-item">
<a class="nav-link active text-light fw-bold" aria-current="page" href="#">FAQ</a>
</li>
<li class="nav-item dropdown">
<button class="btn dropdown-toggle text-light fw-bold" data-bs-toggle="dropdown" aria-expanded="false">
Socails
</button>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<button type="button" class="btn dim2" disabled>Connect Wallet</button>
</ul>
</div>
</div>
</nav>
<!-- navbar---end -->
<!-- carole----start -->
<div id="carouselExampleIndicators" class="carousel slide mt-5">
<div class="carousel-indicators dimo">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active dim"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active ms-5">
<div class="rk d-flex gap-5">
<div class="pic">
<img src="asset/asset 1.png" class="d-block ilma" alt="...">
</div>
<div class="heading mt-5">
<h1 class="fw-bolder mt-3">
LIVE AT <br> 1PM UTC
</h1>
<h1 class="fw-bolder" style="color:#ec00bf;">
11/12/2024
</h1>
<p>
Download the Bloktopia app now, and join us on 11th December <br> at 1pm UTC, live in the metaverse.
</p>
<button type="button" class="btn active mt-3" style="color:#ec00bf;" data-bs-toggle="button"
aria-pressed="true">Active toggle button</button>
</div>
</div>
</div>
<div class="carousel-item active ms-5">
<div class="rk d-flex gap-5">
<div class="pic">
<img src="asset/released.jpg" class="d-block ilma" alt="...">
</div>
<div class="heading mt-5">
<h1 class="fw-bolder mt-3">
ROADMAP
</h1>
<h1 class="fw-bolder" style="color:#ec00bf;">
2024
</h1>
<p>
Explore released features, upcoming products, testing progress, and share your thoughts on future developments!
</p>
<button type="button" class="btn active mt-3" style="color:#ec00bf;" data-bs-toggle="button"
aria-pressed="true">Active toggle button</button>
</div>
</div>
</div>
<div class="carousel-item active ms-5">
<div class="rk d-flex gap-5">
<div class="pic">
<img src="asset/metaspace_banner.jpg" class="d-block ilma" alt="...">
</div>
<div class="heading mt-5">
<h1 class="fw-bolder mt-3">
M3TASPACES
</h1>
<h1 class="fw-bolder" style="color:#ec00bf;">
2024
</h1>
<p>
Come join Bloktopia’s live events venue and experience immersive content in the metaverse like never before!
</p>
<button type="button" class="btn active mt-3" style="color:#ec00bf;" data-bs-toggle="button"
aria-pressed="true">Active toggle button</button>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- carole----end -->
<!-- intro section start -->
<div class="main d-flex justify-content-center ali align-items-center mt-5 pt-5 pb-5">
<div>
<img src="asset/asset 2.png" alt="">
</div>
<div>
<h1 class="zoh text-center fw-bolder">WHAT IS BLOKTOPIA?</h1>
<p class="text-center">Bloktopia is the one-stop shop <br> for everything Cryptocurrency <br> and NFTs. Learn the
basics or <br> study advanced topics, earn <br> money, play games, make <br> connections, and much more in <br>
an immersive virtual <br> environment!</p>
</div>
<div>
<img src="asset/asset 3.png" alt="">
</div>
</div>
<!-- intro section end -->
<!-- cards start -->
<div class="main2 d-flex gap-5">
<div class="card0">
<div class="d-flex gap-2">
<img src="asset/asset 10.svg" width="30px" height="30px" alt="">
<h2>EARN</h2>
</div>
<div>
<p>Join a JOBE or stake your $BLOK to generate passive income</p>
</div>
<div class="">
<a class="b boti" type="button">Earn Now</a>
</div>
</div>
<div class="card01">
<div class="d-flex gap-2">
<img src="asset/asset 11.svg" width="40px" height="40px" alt="">
<h2>PLAY</h2>
</div>
<div>
<p>Create your own unique identity and enter the home of crypto</p>
</div>
<div class="">
<a class="b boti" type="button">Earn Now</a>
</div>
</div>
</div>
<div class="main2 d-flex gap-5">
<div class="card02">
<div class="d-flex gap-2">
<img src="asset/asset 12.svg" width="40px" height="40px" alt="">
<h2>DAO</h2>
</div>
<div>
<p class="text-center">Become a governer and have your say through bloktopias <br> voting system</p>
</div>
<div class="">
<a class="b boti" type="button">Earn Now</a>
</div>
</div>
<div class="card03">
<div class="d-flex gap-2">
<img src="asset/asset 13.svg" width="40px" height="35px" alt="">
<h2>NFT's</h2>
</div>
<div>
<p>Own revenue generating REBLOK or ADBLOK NFT's</p>
</div>
<div class="">
<a class="b boti" type="button">Earn Now</a>
</div>
</div>
</div>
<!-- cards end -->
<!-- footer start -->
<footer>
<div class="futer">
<div class="social">
<ul class="soc gap-4">
<li><img src="asset/asset 14.svg" width="40px" height="35px" alt=""></li>
<li><img src="asset/asset 15.svg" width="40px" height="35px" alt=""></li>
<li><img src="asset/asset 16.svg" width="40px" height="35px" alt=""></li>
<li><img src="asset/asset 17.svg" width="40px" height="35px" alt=""></li>
<li><img src="asset/asset 18.svg" width="40px" height="35px" alt=""></li>
<li><img src="asset/asset 19.svg" width="40px" height="35px" alt=""></li>
</ul>
</div>
<div class="rigth text-center">
<p>
© Bloktopia all Rights Reserved 2024
</p>
</div>
<div class="policy gap-5 ">
<p>Privacy Policy</p>
<p>Terms And Conditions</p>
<p>Data Deletion</p>
</div>
<div class="para1">
<p>Disclaimer. No Investment Advice. The information provided on this website does not
constitute investment advice, financial advice, trading advice, or any other sort of
advice and you should not treat any of the website's content as such. Bloktopia does
not recommend that any cryptocurrency should be bought, sold, or held by you. Do conduct
your own due diligence and consult your financial advisor before making any investment decisions.</p>
</div>
<div class="para1">
<p>You can view any revisions or modifications to the SAFT Agreement by downloading the latest version here..</p>
</div>
<div class="para1">
<p>The SAFT Agreement is password protected, please request the password via email to [email protected]</p>
</div>
<div class="para1">
<p>This site is owned an operated by Lumocolor Limited BVI</p>
</div>
</div>
</footer>
<!-- footer end -->
</body>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
</html>