website/index.html
2017-11-06 22:45:23 +01:00

79 lines
3.1 KiB
HTML

---
---
{% capture content %}<!DOCTYPE html>
<html>
<head>
<meta content="width=device-width,initial-scale=1" name="viewport">
<title>{{ site.title }} - Free OP | Anarchy | Creative</title>
<meta content="{{ site.description }}" name="description">
<link href="{{ site.url }}/" rel="canonical">
<link href="/icons/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/icons/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="/icons/manifest.json" rel="manifest">
<link href="/icons/safari-pinned-tab.svg" rel="mask-icon">
<meta content="#555555" name="theme-color">
<link href="/css/style.css" rel="stylesheet">
</head>
<body>
<div id="navigation">
<a class="home" href="#home" title="Home">
<span id="logo">
<svg aria-hidden="true" viewbox="0 0 24 24">
<path d="{% include _icons/logo %}"></path>
</svg>
</span>
</a>
<a href="#play" title="Play">
<span>
<svg aria-hidden="true" viewbox="0 0 24 24">
<path d="{% include _icons/play %}"></path>
</svg>
</span>
</a>
<a href="#vote" title="Vote">
<span>
<svg aria-hidden="true" viewbox="0 0 24 24">
<path d="{% include _icons/vote %}"></path>
</svg>
</span>
</a>
<a href="#downloads" title="Downloads">
<span>
<svg aria-hidden="true" viewbox="0 0 24 24">
<path d="{% include _icons/downloads %}"></path>
</svg>
</span>
</a>
</div>
<div class="main" id="home">
<div class="main-container">
<h1>Welcome to {{ site.title }}!</h1>
<p>{{ site.title }} is more than your regular free OP server for Minecraft. This public multiplayer server combines free OP with anarchy. Use powerful operator commands as much as you like, without having to worry about rules. Large plugins such as WorldEdit, CommandSpy and iControlU are available at any time.</p>
<a class="button" href="#play">Play</a>
</div>
</div>
<div class="main" id="play">
<div class="main-container">
<h2>Play</h2>
<p>If you want to play on Kaboom.pw, simply add the IP "{{ site.title | downcase }}" to the multiplayer server list in your Minecraft client. You can join with Minecraft Java Edition.</p>
</div>
</div>
<div class="main" id="vote">
<div class="main-container">
<h2>Vote</h2>
<p>Voting for Kaboom.pw on Minecraft server lists helps the server earn higher rankings and more players.</p>
<div class="vote-link"><span>1</span><a href="https://topg.org/Minecraft/in-414108">TopG.org</a></div>
<div class="vote-link"><span>2</span><a href="http://minecraftservers.org/vote/153833">MinecraftServers.org</a></div>
<div class="vote-link"><span>3</span><a href="http://minecraft-mp.com/server/155223/vote/">Minecraft Multiplayer</a></div>
</div>
</div>
<div class="main" id="downloads">
<div class="main-container">
<h2>Downloads</h2>
<p>Below are links to download schematics and worlds of the server, to make it easy for you to export your creations.</p>
<a class="button" href="/downloads/schematics.zip">Schematics</a>
<a class="button" href="/downloads/worlds.zip">Worlds</a>
</div>
</div>
</body>
</html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }}