-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (75 loc) · 2.32 KB
/
index.html
File metadata and controls
79 lines (75 loc) · 2.32 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
---
title: "The Minecraft server powered by cryptocurrency"
layout: default
---
<div id="home-welcome">
<div class="container">
<div id="logo">
<img alt="Bitquest Logo" src="/assets/images/bitquest-logo.png" />
<h1>Welcome to the Minecraft server powered by cryptocurrency</h1>
<h3>Using Minecraft Java 1.17.1</h3>
</div>
</div>
</div>
<div id="home-connect">
<div class="container">
<h2>Connect</h2>
<p>Connect to Doge server</p>
<div id="home-connect-servers" class="row">
<div class="single-server">
<h3>Dogecoin</h3>
<h4>doge.bitquest.org</h4>
</div>
<div class="single-server">
<h3>Bitcoin</h3>
<h4>Coming soon...</h4>
</div>
</div>
</div>
</div>
<div id="home-features">
<div class="container">
<h2>Features</h2>
<div id="home-features-list" class="row">
<div>
<h3>Economy</h3>
<div class="single-content">
<img class="feature-image" alt='emerald' src='/assets/images/emerald.png' />
<p>The currency of the server is cryptocurrency. You can spend it to purchase land and items, and you can earn
it by killing monsters.</p>
</div>
</div>
<div>
<h3>Level System</h3>
<div class="single-content">
<img class="feature-image" alt='diamond-sword' src='/assets/images/diamond-sword.png' />
<p>Monsters come in increasingly challenging levels, and some areas of the world more dangerous than others.
Beating them awards you with experience to level up and gain stats.</p>
</div>
</div>
<div>
<h3>Clans</h3>
<div class="single-content">
<img class="feature-image" alt='clans' src='/assets/images/clans-square.png' />
<p>Gather up your friends and form a clan. Land and resources can be shared with the members of your clan to
build together.</p>
</div>
</div>
</div>
</div>
</div>
<div id="home-donate">
<div class="container">
<h2>Donate</h2>
<div id="home-donate-addresses" class="row">
<div class="wallet">
<h3>DOGE</h3>
<p>D5seczv3NNyJ5PPEGykFDMBDXBB3cQ1Cf5</p>
</div>
<div class="wallet">
<h3>BTC</h3>
<p>1JoVuyFaEAGLQNSmumTUyYckFwHU84mi5Y</p>
</div>
</div>
</div>
</div>