website/index.html

81 lines
2.8 KiB
HTML
Raw Normal View History

2016-04-08 22:38:47 +00:00
---
---
2016-04-08 22:37:55 +00:00
{% capture content %}<!DOCTYPE html>
2014-10-17 19:10:25 +00:00
<html lang="en">
<head>
2015-12-11 19:54:37 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2016-04-08 19:18:40 +00:00
<title>{{ site.title }}</title>
<meta name="description" content="{{ site.description }}">
2016-04-08 19:20:50 +00:00
<link rel="canonical" href="{{ site.url }}/">
2016-04-08 19:54:32 +00:00
<link rel="alternate" type="application/atom+xml" href="/feed.xml">
2016-04-08 22:50:39 +00:00
<style type="text/css">
2016-08-10 15:34:00 +00:00
{% capture css %}{% include fonts.css %}{% include index.css %}{% endcapture %}{{ css | scssify }}
2016-04-08 22:50:39 +00:00
</style>
2016-04-08 19:54:32 +00:00
</head>
<body>
2015-12-11 20:26:33 +00:00
<div id="intro">
2015-12-12 12:14:42 +00:00
<div id="introcontainer">
2015-12-12 02:23:46 +00:00
<i></i>
<p>Flame.ga</p>
2015-12-11 20:26:33 +00:00
<h1>Free OP Server in Minecraft</h1>
2016-04-08 23:51:45 +00:00
<a href="#about" id="aboutbutton" title="About"></a>
<a href="#news" id="newsbutton" title="News"></a>
2016-05-04 17:57:31 +00:00
<a href="#feedback" id="feedbackbutton" title="Feedback"></a>
2016-04-08 23:51:45 +00:00
<a href="#downloads" id="downloadsbutton" title="Downloads"></a>
2015-12-11 20:26:33 +00:00
</div>
</div>
<div id="about">
2015-12-12 12:14:42 +00:00
<div id="aboutcontainer">
2015-12-11 20:46:41 +00:00
<h2>About</h2>
2016-04-08 23:51:45 +00:00
<p>
Flame.ga provides you a powerful experience in Minecraft. On this server, you can do whatever you want, without any consequenses; grief, troll, use hacks - you name it. You get access to a large amount of free OP (operator) commands to use whenever you like, as well as a few server plugins, such as WorldEdit and DisguiseCraft. To give you a fresh and lag-free experience, the server will reset once every day.
</p>
<div id="ip">
2016-04-10 13:54:25 +00:00
<span>IP</span>
2016-04-08 23:51:45 +00:00
<i>flame.ga</i>
</div>
2015-12-11 20:26:33 +00:00
</div>
</div>
<div id="news">
2015-12-12 12:14:42 +00:00
<div id="newscontainer">
2015-12-11 20:46:41 +00:00
<h2>News</h2>
2016-04-08 20:02:54 +00:00
<ul>
{% for post in site.posts %}
2016-04-08 23:51:45 +00:00
<li>
{{ post.content }}
<span>{{ post.date | date: "%B %e, %Y" }}</span>
</li>
2016-04-08 20:02:54 +00:00
{% endfor %}
</ul>
2015-12-11 20:26:33 +00:00
</div>
</div>
2016-05-04 17:53:18 +00:00
<div id="feedback">
<div id="feedbackcontainer">
<h2>Feedback</h2>
2016-05-04 17:57:31 +00:00
<p>
Do you have anything you would like to say about the server? Suggestions for new features? Send us your feedback below.
</p>
2016-05-05 13:17:00 +00:00
<form action="https://formspree.io/contact@flame.ga" method="POST">
2016-05-05 11:30:36 +00:00
<input type="hidden" name="_subject" value="New feedback submission for Flame.ga" />
2016-05-05 13:24:49 +00:00
<textarea name="message" rows="7" placeholder="Your message" required></textarea>
2016-06-18 13:26:20 +00:00
<input type="text" name="_gotcha" class="hide" />
2016-05-05 12:19:06 +00:00
<input type="text" name="_format" value="plain" class="hide" />
2016-05-05 11:59:28 +00:00
<input type="hidden" name="_next" value="/sent"/>
2016-05-04 17:53:18 +00:00
<button type="submit">Send</button>
</form>
</div>
</div>
2015-12-13 16:52:20 +00:00
<div id="downloads">
<div id="downloadscontainer">
<h2>Downloads</h2>
2016-04-08 23:51:45 +00:00
<p>
Feel free to download a copy of the server's schematics and worlds. Updates every five minutes.
</p>
<a href="https://github.com/flameserver/downloads/archive/schematics.zip">Schematics</a>
<a href="https://github.com/flameserver/downloads/archive/worlds.zip">Worlds</a>
2015-12-13 16:52:20 +00:00
</div>
</div>
2014-10-17 19:10:25 +00:00
</body>
2016-04-08 23:04:26 +00:00
</html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }}