-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
47 lines (39 loc) · 1.79 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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>IdleLands: The Best Idle MMORPG</h1>
<p>Idle your way to greatness!</p>
<p><a class="btn btn-primary btn-lg" href="https://play.idle.land" role="button">
<span class="fa fa-book pull-left"></span>
Join the Fun!
</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="header-light regular-pad">What is IdleLands?</h2>
<blockquote>
<p>IdleLands is an Idle MMORPG. The project was originally started in 2012 and has been updated many times since. Collect and acquire pets, explore a vast hand-crafted world, destroy that world's guardians, achieve all sorts of achievements and collect all sorts of strange collectibles in game to bolster your abilities! The best part? <a href="{{ "/docs/new-player" | prepend:site.baseurl }}">Getting started is easy!</a></p>
</blockquote>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h3 class="text-center">Cross-platform</h3>
<p>IdleLands is available on all modern platforms (web, desktop, mobile). Native apps for Android and iOS are coming soon!
</p>
</div>
<div class="col-sm-4">
<h3 class="text-center">Maximum Idle</h3>
<p>99% of the games features are accessible completely through idling. You can optionally control and influence your character if desired.</p>
</div>
<div class="col-sm-4">
<h3 class="text-center">Achieve Greatness</h3>
<p>A wide variety of achievements exist in game so you'll always have a goal to work towards.</p>
</div>
</div>
</div>