website/index.html

488 lines
12 KiB
HTML
Raw Normal View History

2014-10-17 15:10:25 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2015-02-15 18:54:24 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2015-03-05 11:44:41 -05:00
<meta name="description" content="Flame.ga provides you a unique and interesting experience in Minecraft. This server allows you to do whatever you want; griefing, trolling - you name it.">
<title>Flame.ga &#187; All-OP Server</title>
2015-02-16 09:51:40 -05:00
<style type="text/css">
2015-02-16 16:17:58 -05:00
@font-face {
2015-06-16 20:20:16 -04:00
font-family: 'icon';
src: url('fonts/icon.eot');
src: url('fonts/icon.eot') format('embedded-opentype'), url('fonts/icon.woff') format('woff'), url('fonts/icon.ttf') format('truetype'), url('fonts/icon.svg') format('svg');
font-weight: normal;
font-style: normal;
2015-02-16 16:17:58 -05:00
}
2015-02-16 09:51:40 -05:00
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat-Regular'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat-Bold'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}
@font-face {
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: 300;
src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v5/6LmGj5dOJopQKEkt88Gowby3qP8l_EZEfCX16eKT4TP3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}
2015-02-16 10:48:26 -05:00
@-webkit-keyframes fadein{
2015-02-16 10:00:28 -05:00
from{opacity:0;}
to{opacity:1;}
}
@-moz-keyframes fadein{
from{opacity:0;}
to{opacity:1;}
}
2015-02-16 10:48:26 -05:00
@-ms-keyframes fadein{
2015-02-16 10:00:28 -05:00
from{opacity:0;}
to{opacity:1;}
}
2015-02-16 10:48:26 -05:00
@keyframes fadein{
2015-02-16 10:00:28 -05:00
from{opacity:0;}
to{opacity:1;}
}
2015-02-16 09:51:40 -05:00
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: 'Merriweather Sans', sans-serif;
color: #fff;
background: #000;
webkit-tap-highlight-color: rgba(255,255,255,.2);
-webkit-animation: fadein 1.5s;
2015-02-16 10:48:26 -05:00
-moz-animation: fadein 1.5s;
2015-02-16 09:51:40 -05:00
-ms-animation: fadein 1.5s;
-o-animation: fadein 1.5s;
animation: fadein 1.5s;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
2015-02-16 10:48:26 -05:00
}
::-moz-selection {
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
background: #fcfcfc;
background: rgba(255,255,255,.2);
2015-02-16 09:51:40 -05:00
}
h2 {
margin: 0 0 15px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
2015-02-16 15:39:29 -05:00
font-size: 19px;
2015-02-17 14:06:50 -05:00
cursor: default;
2015-02-16 09:51:40 -05:00
}
p {
margin: 0 0 15px;
line-height: 1.5;
text-align: center;
2015-02-17 14:06:50 -05:00
cursor: default;
2015-02-16 09:51:40 -05:00
}
a {
text-decoration: none;
2015-06-18 15:10:24 -04:00
color: rgba(255,255,255,.4);
2015-02-16 09:51:40 -05:00
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a:hover,
a:focus {
2015-06-18 15:10:24 -04:00
color: rgba(255,255,255,.2);
2015-02-16 09:51:40 -05:00
}
#intro {
display: table;
width: 100%;
height: 100%;
color: #fff;
2015-06-18 15:10:24 -04:00
background-image: url('background.jpg');
2015-06-18 16:24:19 -04:00
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
2015-06-18 15:10:24 -04:00
background-position: -120px;
2015-02-16 09:51:40 -05:00
}
#intro-body {
display: table-cell;
vertical-align: middle;
text-align: center;
2015-02-16 15:42:26 -05:00
padding-top: 30px;
padding-bottom: 30px;
2015-02-16 09:51:40 -05:00
}
2015-02-16 14:50:30 -05:00
#icon {
2015-02-17 13:32:33 -05:00
font-size: 255px;
line-height: 222px;
2015-02-16 16:20:05 -05:00
margin-top: 0px;
2015-02-16 16:17:58 -05:00
font-family: 'icon';
2015-02-16 16:35:41 -05:00
text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11);
2015-02-16 16:17:58 -05:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#icon:before {
2015-06-18 15:10:24 -04:00
content: "\e601";
2015-02-16 14:50:30 -05:00
}
2015-02-16 09:51:40 -05:00
#logo {
font-size: 35px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
margin: 0;
2015-02-16 10:22:06 -05:00
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.11);
2015-02-17 14:06:50 -05:00
cursor: default;
2015-02-16 09:51:40 -05:00
}
h1 {
2015-02-16 11:23:55 -05:00
font-size: 12px;
2015-02-16 09:51:40 -05:00
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
margin-top: 0;
2015-06-18 15:10:24 -04:00
padding-bottom: 22px;
2015-02-16 09:51:40 -05:00
line-height: 6px;
2015-02-16 10:25:42 -05:00
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
2015-02-17 14:06:50 -05:00
cursor: default;
2015-02-16 09:51:40 -05:00
}
2015-06-18 15:10:24 -04:00
#about, #news {
2015-02-16 09:51:40 -05:00
width: 100%;
height: 100%;
color: #fff;
display: table;
}
2015-06-18 15:10:24 -04:00
#about {
background: #0A0A0A;
}
#about-body, #news-body {
2015-02-16 09:51:40 -05:00
display: table-cell;
vertical-align: middle;
padding-left: 10px;
padding-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
2015-02-16 15:38:21 -05:00
font-size: 12px;
2015-02-16 09:51:40 -05:00
text-align: center;
}
input {
2015-06-18 15:10:24 -04:00
border: #fff solid 1px;
color: #fff;
2015-02-16 09:51:40 -05:00
background: none;
2015-06-18 15:41:20 -04:00
padding: 6px 8px 6px 9px;
2015-06-16 20:18:40 -04:00
width: 53px;
2015-02-16 09:51:40 -05:00
font-family: 'Merriweather Sans', sans-serif;
2015-02-16 15:40:20 -05:00
font-size: 12px;
2015-02-17 14:06:50 -05:00
margin: 10px 0 0 0;
2015-06-18 15:10:24 -04:00
-moz-border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
2015-02-16 09:51:40 -05:00
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
input:hover,
input:focus {
outline: 0;
2015-06-18 15:10:24 -04:00
background: rgba(255,255,255,.1);
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
2015-02-16 09:51:40 -05:00
}
#ip {
2015-06-18 15:10:24 -04:00
border: #fff solid 1px;
color: #000;
background: #fff;
padding: 6px 6px 6px 9px;
2015-02-17 14:06:50 -05:00
margin: 10px 0 0 0;
2015-02-16 15:40:20 -05:00
font-size: 12px;
2015-06-18 15:10:24 -04:00
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
2015-02-17 14:06:50 -05:00
cursor: default;
2015-06-18 15:10:24 -04:00
}
#facebook:before, #twitter:before {
border-radius: 50%;
display: inline-block;
2015-06-18 15:22:50 -04:00
padding: 8px;
font-size: 15px;
2015-06-18 15:10:24 -04:00
color: #fff;
text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11);
}
#facebook {
margin-right: 6px;
}
#twitter {
margin-left: 6px;
2015-02-17 14:06:50 -05:00
}
#facebook:before {
2015-06-18 15:10:24 -04:00
background: #3b5998;
2015-02-17 14:06:50 -05:00
font-family: 'icon';
2015-06-18 15:22:50 -04:00
content: '\e603';
2015-02-17 14:06:50 -05:00
}
#twitter:before {
2015-06-18 15:10:24 -04:00
background: #0084b4;
2015-02-17 14:06:50 -05:00
font-family: 'icon';
2015-06-18 15:22:50 -04:00
content: '\e604';
2015-06-18 15:10:24 -04:00
}
#aboutbutton, #newsbutton, #forumbutton {
2015-02-17 14:06:50 -05:00
color: #fff;
2015-06-18 15:10:24 -04:00
border: 1px solid #fff;
font-size: 14px;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
text-decoration: none;
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
}
#aboutbutton:hover, #aboutbutton:focus, #newsbutton:hover, #newsbutton:focus, #forumbutton:hover, #forumbutton:focus {
outline: 0;
background: rgba(255,255,255,.1);
}
#newsbutton {
border-left: 0;
padding: 6px 10px 6px 10px;
}
#aboutbutton {
-moz-border-radius: 21px 0px 0px 21px;
-webkit-border-radius: 21px 0px 0px 21px;
border-radius: 21px 0px 0px 21px;
padding: 6px 10px 6px 12px;
}
#forumbutton {
-moz-border-radius: 0px 21px 21px 0px;
-webkit-border-radius: 0px 21px 21px 0px;
border-radius: 0px 21px 21px 0px;
padding: 6px 13px 6px 10px;
border-left: 0;
}
#aboutbutton:before, #about-title:before {
2015-06-18 15:22:50 -04:00
font-family: 'icon';
2015-06-18 15:10:24 -04:00
content: "\e605";
}
#newsbutton:before, #news-title:before {
2015-06-18 15:22:50 -04:00
font-family: 'icon';
2015-06-18 15:10:24 -04:00
content: "\e602";
}
#forumbutton:before {
2015-06-18 15:22:50 -04:00
font-family: 'icon';
2015-06-18 15:10:24 -04:00
content: "\e600";
}
#aboutbutton:before {
top: 1px;
position: relative;
}
#newsbutton:before {
top: 1px;
position: relative;
}
#news-title:before {
font-weight: normal;
margin-right: 12px;
position: relative;
top: 2px;
}
#about-title:before {
font-weight: normal;
margin-right: 8px;
position: relative;
top: 2px;
}
2015-06-18 15:25:56 -04:00
#news-box {
2015-06-18 15:41:20 -04:00
height:290px;
2015-06-18 15:28:55 -04:00
overflow: scroll;
overflow-x: hidden;
2015-06-18 15:25:56 -04:00
margin-bottom: 15px;
}
#news-list {
text-align: left;
2015-06-18 15:10:24 -04:00
list-style-type: none;
padding-right: 10px;
padding: 0;
}
#news-list li{
margin-bottom: 15px;
}
.date{
font-size: 9px;
color: rgba(255,255,255,.4);
2015-02-16 09:51:40 -05:00
}
2015-02-16 10:08:58 -05:00
@media (min-width:767px){
2015-06-18 15:10:24 -04:00
h1{
padding-bottom: 15px;
}
2015-02-16 09:51:40 -05:00
h2{
margin:0 0 25px;
2015-02-16 17:06:38 -05:00
font-size:28px;
2015-02-16 09:51:40 -05:00
}
p{
margin:0 0 20px;
2015-02-16 17:04:51 -05:00
line-height:1.5/;
2015-02-16 09:51:40 -05:00
}
#intro{
2015-06-18 15:10:24 -04:00
background-position: left;
2015-02-16 09:51:40 -05:00
}
2015-02-16 14:56:49 -05:00
#icon {
2015-02-17 13:28:36 -05:00
font-size: 340px;
2015-02-16 16:17:58 -05:00
line-height: 310px;
margin-top: 0px;
2015-02-16 14:56:49 -05:00
}
2015-06-18 15:10:24 -04:00
#about-body,#news-body{
2015-02-16 09:51:40 -05:00
padding-left:90px;
padding-right:90px;
padding-top:40px;
padding-bottom:40px;
2015-02-16 17:04:51 -05:00
font-size:16px;
2015-02-16 09:51:40 -05:00
}
input{
2015-02-16 17:04:51 -05:00
font-size:16px;
2015-02-17 14:06:50 -05:00
margin:18px 0 0 0;
2015-06-16 20:18:40 -04:00
width:70px;
2015-06-18 15:10:24 -04:00
-moz-border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px 6px 6px 0px;
border-radius: 0px 6px 6px 0px;
2015-06-18 15:41:20 -04:00
padding: 7px 9px 7px 10px;
2015-02-16 09:51:40 -05:00
}
#ip{
2015-02-16 17:04:51 -05:00
font-size:16px;
2015-02-17 14:06:50 -05:00
margin:18px 0 0 0;
2015-06-18 15:10:24 -04:00
-moz-border-radius: 6px 0px 0px 6px;
-webkit-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
padding: 7px 7px 7px 10px;
2015-02-16 09:51:40 -05:00
}
#logo{
2015-02-16 14:50:30 -05:00
font-size:47px;
2015-02-16 09:51:40 -05:00
}
h1{
2015-02-16 15:15:16 -05:00
font-size:16px;
2015-02-16 15:24:34 -05:00
margin-bottom:30px;
2015-02-16 09:51:40 -05:00
}
2015-06-18 15:10:24 -04:00
#facebook:before, #twitter:before{
padding: 10px;
font-size: 20px;
2015-02-17 15:24:03 -05:00
}
2015-06-18 15:10:24 -04:00
#aboutbutton, #newsbutton, #forumbutton{
font-size: 19px;
}
#newsbutton{
padding: 8px 15px 8px 15px;
}
#aboutbutton{
padding: 8px 15px 8px 18px;
}
#forumbutton{
padding: 8px 18px 8px 15px;
}
#newsbutton:before{
top: 2px;
}
#news-title:before{
margin-right: 16px;
}
#about-title:before{
margin-right: 13px;
}
2015-06-18 15:25:56 -04:00
#news-box{
2015-06-18 15:10:24 -04:00
margin-bottom: 25px;
2015-06-18 15:33:44 -04:00
height: 300px;
2015-06-18 15:10:24 -04:00
}
#news-list li{
margin-bottom: 20px;
}
.date{
font-size: 11px;
color: rgba(255,255,255,.4);
2015-02-17 15:24:03 -05:00
}
2015-02-16 09:51:40 -05:00
}
</style>
2014-10-17 15:10:25 -04:00
</head>
2014-11-11 15:10:20 -05:00
<body>
2015-02-16 09:59:16 -05:00
<div id="intro">
<div id="intro-body">
2015-02-16 16:17:58 -05:00
<p id="icon"></p>
2015-03-05 11:44:41 -05:00
<p id="logo">Flame.ga</p>
2015-02-17 04:32:12 -05:00
<h1>All-OP Server in Minecraft</h1>
2015-06-18 15:10:24 -04:00
<a href="#about" id="aboutbutton"></a><a href="#news" id="newsbutton"></a><a href="#" id="forumbutton"></a>
2015-02-16 09:59:16 -05:00
</div>
</div>
<div id="about">
<div id="about-body">
2015-06-18 15:10:24 -04:00
<h2 id="about-title">About</h2>
2015-03-05 11:57:06 -05:00
<p>Flame.ga provides you a unique and interesting experience in Minecraft. This server allows you to do whatever you want; griefing, acting like a staff member, building - you name it. A large set of operator (OP) commands is granted for you to use whenever you like, as well as a few server plugins, such as WorldEdit. With no rules, this is the perfect place to do what you may not be allowed to do elsewhere.</p>
2015-05-02 08:00:52 -04:00
<p>Flame.ga uses an auto restart function, which assures the server will always stay up for you to play on. To give you a fresh and lag-free experience, the world will also reset automatically every Sunday. If you need to reach us, please send an e-mail to <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#104;&#101;&#108;&#108;&#111;&#64;&#102;&#108;&#97;&#109;&#101;&#46;&#103;&#97;">&#104;&#101;&#108;&#108;&#111;&#64;&#102;&#108;&#97;&#109;&#101;&#46;&#103;&#97;</a>!</p>
2015-06-16 20:18:40 -04:00
<span id="ip">IP</span><input onClick="this.select();" value="flame.ga"><br/>
2015-02-16 09:59:16 -05:00
</div>
</div>
2015-06-18 15:10:24 -04:00
<div id="news">
<div id="news-body">
<h2 id="news-title">News</h2>
2015-06-18 15:25:56 -04:00
<div id="news-box">
2015-06-18 15:10:24 -04:00
<ul id="news-list">
<li>A "News" section has been added to our website. We've also created a small forum for questions and issues.<br/>
<span class="date">June 18, 2015</span></li>
<li>The server should once again run 24/7, after having to solve a few problems. Apologies for the recent downtime.<br/>
<span class="date">June 15, 2015</span></li>
<li>We've migrated to a new hosting provider with better server specifications. ;)<br/>
<span class="date">May 28, 2015</span></li>
<li>There have been a few issues with our email address recently, which resulted in emails not getting sent to us. We have now fixed it.<br/>
<span class="date">May 2, 2015</span></li>
<li>Recently, DisguiseCraft stopped working due to a new issue in the server software. We will push a fix for this tomorrow. Another little detail; you will also be able to spawn and disguise as a Giant.<br/>
<span class="date">April 25, 2015</span></li>
<li>A few new commands have been added to the server.<br/>
<span class="date">April 12, 2015</span></li>
<li>The server is finally online again. Please connect with the new IP flame.ga if you want to play on the server.<br/>
<span class="date">April 12, 2015</span></li>
<li>Our website has now been updated. Check it out: <a href="https://flame.ga/">https://flame.ga/</a> ;)<br/>
<span class="date">February 16, 2015</span></li>
<li>The server was created. Thanks to both myokan and Kit_Kat_Matt for being very supportive and helpful during the early days.<br/>
<span class="date">June 2, 2014</span></li>
</ul>
2015-06-18 15:25:56 -04:00
</div>
2015-06-18 15:10:24 -04:00
<a href="https://www.facebook.com/flameserver" id="facebook"></a><a href="https://twitter.com/flameserver" id="twitter"></a>
</div>
</div>
2014-10-17 15:10:25 -04:00
</body>
2015-01-26 10:36:40 -05:00
</html>