-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (97 loc) · 3.75 KB
/
index.html
File metadata and controls
97 lines (97 loc) · 3.75 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
---
layout: home
---
<header>
<div class="container">
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-2">
<a href="/wiki.html" class="btn-header">» Wiki</a>
</div>
<div class="col-md-2">
<a target="_blank" href="http://github.com/bitquest" class="btn-header">» Github</a>
</div>
<div class="col-md-4">
</div>
</div>
<div class="row">
<a href="{{ site.baseurl }}/">
<img src="/images/bitquest-logo.png" id="logo-home" alt="{{ site.title }}">
</a>
</div>
<div class="row">
<h1 class="txt">Welcome to the first Minecraft server denominated in cryptocurrency</h1>
</div>
<div class="row">
<!--CONNECT TO BQ-->
<div class="col-md-6">
<div class="connectandplaybq">
<div class="box">Bitcoin</div>
<div>play.bitquest.co</div>
<div>Using Minecraft 1.12.2 for PC, Mac or Linux</div>
</div>
</div>
<!--CONNECT TO DQ-->
<div class="col-md-6">
<div class="connectandplaydc">
<div class="box">Dogecoin</div>
<div>doge.bitquest.co</div>
<div>Using Minecraft 1.12.2 for PC, Mac or Linux</div>
</div>
</div>
</div>
</div>
</header>
<div class="container" id="home-features">
<div class="row">
<div class="col-md-12">
<h1>Bitquest Features</h1>
</div>
</div>
<div class="row">
<div class="home-feature col-md-4">
<img class="img-responsive img-circle feat-image" src="images/bank.jpg">
<div class="feat-desc">
<h2 class="feat-title">Bits</h2>
<p>The currency on this server are the Bits. <strong>A bit is a fraction of a Bitcoin (1/1000000)</strong> that you can obtain by killing monsters, trading with users or transfering from an outside wallet. All of it is stored on a <strong>standard Bitcoin wallet on the Blockchain</strong>.</p>
</div>
</div>
<div class="home-feature col-md-4">
<img class="img-responsive img-circle feat-image" src="images/level.jpg">
<div class="feat-desc">
<h2 class="feat-title">Level System</h2>
<p>The level system is different that in a vanilla server. <strong>You gather experience from killing mobs and is never lost</strong>. Your XP allows you to become stronger and gain extra health.</p>
</div>
</div>
<div class="home-feature col-md-4">
<img class="img-responsive img-circle feat-image" src="images/fun.jpg">
<div class="feat-desc">
<h2 class="feat-title">Fun</h2>
<p>BitQuest is made having the concept of fun in it. <strong>Bots and AFK farming are strictly banned</strong>.</p>
</div>
</div>
</div>
</div>
<section class="blog">
<div class="container">
<section class="latest-posts">
<h4>Latest Posts</h4>
<ul class="post-list col-md-12">
{% for post in site.posts limit:2 %}
<li class="post col-md-6">
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h3 class="post-title">
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h3>
<p>{{ post.content | strip_html | truncatewords: 33 }}</p>
<p><a href="{{ post.url | prepend: site.baseurl }}">» View more</a></p>
</li>
{% endfor %}
</ul>
<div class="row text-center">
<a href="/blog" class="btn">» Bitquest development blog</a>
</div>
</section>
</div>
</section>