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 » 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
}
2015-06-21 11:26:11 -04:00
#intro, #news {
2015-02-16 09:51:40 -05:00
display: table;
width: 100%;
height: 100%;
color: #fff;
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
}
2015-06-21 11:26:11 -04:00
#intro {
background-image: url('background.jpg');
}
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-06-29 11:04:20 -04:00
font-size: 285px;
line-height: 262px;
2015-02-16 16:20:05 -05:00
margin-top: 0px;
2015-06-29 11:04:20 -04:00
margin-left: 10px;
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-06-21 11:26:11 -04:00
text-shadow: 0px 2px 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-21 11:26:11 -04:00
#about, #news, #contact {
2015-02-16 09:51:40 -05:00
width: 100%;
height: 100%;
color: #fff;
display: table;
}
2015-06-21 11:26:11 -04:00
#about, #contact {
background: #000;
}
#news {
background-image: url('background2.jpg');
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
2015-06-18 15:10:24 -04:00
}
2015-06-21 11:26:11 -04:00
#about-body, #news-body, #contact-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;
}
2015-06-21 11:26:11 -04:00
input, textarea {
border: none;
color: #000;
background: #fff;
2015-06-18 15:41:20 -04:00
padding: 6px 8px 6px 9px;
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-06-21 11:26:11 -04:00
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
resize: none;
margin: 0;
}
::-webkit-input-placeholder {
color: #808080;
}
:-moz-placeholder {
color: #808080;
}
::-moz-placeholder {
color: #808080;
}
:-ms-input-placeholder {
color: #808080;
}
#ipinput {
border: #fff solid 1px;
background: none;
color: #fff;
width: 53px;
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-06-21 11:26:11 -04:00
}
#ipinput:hover, #ipinput:focus {
outline: 0;
background: rgba(255,255,255,.1);
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}
input:focus, textarea:focus {
outline: 0;
background: rgba(255,255,255,.8);
}
button {
color: #fff;
background: none;
border: #fff solid 1px;
padding: 6px 8px 6px 9px;
font-family: 'Merriweather Sans', sans-serif;
font-size: 12px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
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;
2015-06-21 11:26:11 -04:00
cursor: pointer;
2015-02-16 09:51:40 -05:00
}
2015-06-21 11:26:11 -04:00
button:hover, button:focus {
2015-02-16 09:51:40 -05:00
outline: 0;
2015-06-18 15:10:24 -04:00
background: rgba(255,255,255,.1);
2015-02-16 09:51:40 -05:00
}
2015-06-21 11:26:11 -04:00
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
}
2015-06-21 11:26:11 -04:00
#aboutbutton, #newsbutton, #contactbutton {
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);
}
2015-06-21 11:26:11 -04:00
#aboutbutton:hover, #aboutbutton:focus, #newsbutton:hover, #newsbutton:focus, #contactbutton:hover, #contactbutton:focus {
2015-06-18 15:10:24 -04:00
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;
}
2015-06-21 11:26:11 -04:00
#contactbutton {
2015-06-18 15:10:24 -04:00
-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";
}
2015-06-21 11:26:11 -04:00
#contactbutton:before, #contact-title: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;
}
2015-06-21 11:26:11 -04:00
#contactbutton:before {
top: 2px;
position: relative;
}
2015-06-18 15:10:24 -04:00
#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-21 11:26:11 -04:00
#contact-title:before {
font-weight: normal;
margin-right: 12px;
position: relative;
top: 3px;
}
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-06-21 11:26:11 -04:00
label {
text-align: left;
}
label span {
display: block;
2015-06-29 11:04:20 -04:00
margin-bottom: 7px;
2015-06-21 11:26:11 -04:00
font-size: 11px;
}
2015-06-21 11:54:49 -04:00
label input, label textarea {
width: 100%;
box-sizing: border-box;
}
2015-06-21 11:26:11 -04:00
#second {
2015-06-29 11:04:20 -04:00
margin-top: 18px;
2015-06-21 11:26:11 -04:00
display: block;
}
button {
margin: 15px 0 0 0;
}
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
}
2015-06-21 11:31:18 -04:00
#intro,#news{
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-06-29 11:04:20 -04:00
font-size: 380px;
line-height: 350px;
2015-02-16 16:17:58 -05:00
margin-top: 0px;
2015-06-29 11:04:20 -04:00
margin-left: 15px;
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
}
2015-06-21 11:26:11 -04:00
#contact-body{
padding-left:230px;
padding-right:230px;
padding-top:40px;
padding-bottom:40px;
font-size:16px;
}
input,textarea,button{
2015-02-16 17:04:51 -05:00
font-size:16px;
2015-06-21 11:26:11 -04:00
padding: 7px 9px 7px 10px;
}
#ipinput{
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-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-06-29 11:04:20 -04:00
margin-bottom:27px;
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-21 11:26:11 -04:00
#aboutbutton, #newsbutton, #contactbutton{
2015-06-18 15:10:24 -04:00
font-size: 19px;
}
#newsbutton{
2015-06-29 11:04:20 -04:00
padding: 7px 15px 7px 15px;
2015-06-18 15:10:24 -04:00
}
#aboutbutton{
2015-06-29 11:04:20 -04:00
padding: 7px 15px 7px 18px;
2015-06-18 15:10:24 -04:00
}
2015-06-21 11:26:11 -04:00
#contactbutton{
2015-06-29 11:04:20 -04:00
padding: 7px 18px 7px 15px;
2015-06-18 15:10:24 -04:00
}
#newsbutton:before{
top: 2px;
}
#news-title:before{
margin-right: 16px;
}
#about-title:before{
margin-right: 13px;
}
2015-06-21 11:26:11 -04:00
#contact-title:before{
margin-right: 16px;
}
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-06-21 11:26:11 -04:00
#second{
2015-06-29 11:04:20 -04:00
margin-top: 24px;
2015-06-21 11:26:11 -04:00
}
label span{
font-size: 14px;
2015-06-29 11:04:20 -04:00
margin-bottom: 10px;
2015-06-21 11:26:11 -04:00
}
button{
margin: 25px 0 0 0;
2015-02-16 09:51:40 -05:00
}
2015-06-29 11:04:20 -04: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-21 11:26:11 -04:00
< a href = "#about" title = "About" id = "aboutbutton" > < / a > < a href = "#news" title = "News" id = "newsbutton" > < / a > < a href = "#contact" title = "Contact" id = "contactbutton" > < / 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-06-21 11:26:11 -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 use the contact form below!< / p >
< span id = "ip" > IP< / span > < input id = "ipinput" 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" >
2015-06-21 12:17:33 -04:00
< li > A "News" section has been added to our website. We've also created a contact form to make it easier for you to send us messages.< br / >
< span class = "date" > June 21, 2015< / span > < / li >
2015-06-18 15:10:24 -04:00
< 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 >
2015-06-21 11:26:11 -04:00
< div id = "contact" >
< div id = "contact-body" >
< h2 id = "contact-title" > Contact< / h2 >
< form action = "//formspree.io/hello@flame.ga" method = "POST" >
< label >
< span > Email< / span >
2015-06-21 11:54:49 -04:00
< input type = "email" name = "_replyto" placeholder = "Please enter your email" required >
2015-06-21 11:26:11 -04:00
< / label >
< label id = "second" >
< span > Message< / span >
2015-06-21 11:54:49 -04:00
< textarea name = "body" rows = "10" placeholder = "Please enter your message" required > < / textarea >
2015-06-21 11:26:11 -04:00
< / label >
< input type = "hidden" name = "_next" value = "/sent" / >
< button type = "submit" > Send< / button >
< / form >
< / div >
< / div >
2014-10-17 15:10:25 -04:00
< / body >
2015-01-26 10:36:40 -05:00
< / html >