mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Initial Commit
This commit is contained in:
parent
4f0889e2e2
commit
91083cf712
4 changed files with 22 additions and 33 deletions
|
@ -272,4 +272,17 @@ img::-moz-selection {
|
|||
|
||||
body {
|
||||
webkit-tap-highlight-color: rgba(255,255,255,.2);
|
||||
}
|
||||
input[type="text"] {
|
||||
border: 1px solid #488c1d;
|
||||
color: #488c1d;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
input[type="text"]:hover,
|
||||
input[type="text"]:focus {
|
||||
border: 1px solid #488c1d;
|
||||
outline: 0;
|
||||
color: #000;
|
||||
background-color: #488c1d;
|
||||
}
|
|
@ -2,19 +2,19 @@
|
|||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Montserrat-Regular'), url(http://themes.googleusercontent.com/static/fonts/montserrat/v4/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
|
||||
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(http://themes.googleusercontent.com/static/fonts/montserrat/v4/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
|
||||
src: local('Montserrat-Bold'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -45,7 +45,7 @@ h6 {
|
|||
|
||||
p {
|
||||
margin: 0 0 25px;
|
||||
font-size: 18px;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
<p>
|
||||
The world on Minecraft.ga resets automatically once every week, simply to provide you a fresh and lag-free experience. You can save your buildings and continue working on them after the world has reset; more info concerning this will be given once you join the server.
|
||||
</p>
|
||||
<input type="text" value="minecraft.ga" size="20">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
33
index.html~
33
index.html~
|
@ -11,31 +11,6 @@
|
|||
<link href="css/minecraft.css" rel="stylesheet">
|
||||
</head>
|
||||
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
|
||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header page-scroll">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
|
||||
<i class="fa fa-bars"></i>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#page-top">
|
||||
<span class="light"><i class="fa fa-gamepad"></i> minecraft.ga</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="hidden">
|
||||
<a href="#page-top"></a>
|
||||
</li>
|
||||
<li class="page-scroll">
|
||||
<a href="#about">About</a>
|
||||
</li>
|
||||
<li class="page-scroll">
|
||||
<a href="#ip">Server IP</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<section class="intro">
|
||||
<div class="intro-body">
|
||||
<div class="container">
|
||||
|
@ -54,9 +29,9 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2>About minecraft.ga</h2>
|
||||
<p>Build, destroy, act like an admin or simply go crazy. Minecraft.ga gives you an opportuity to check out how it's like being an admin or moderator on a server. With access to operator (OP) commands and features used by server staff, you can do almost whatever you want. Keep in mind that we have to block a few commands, like /ban, /kick, /stop etc., so people won't abuse too much.</p>
|
||||
<p>Minecraft.ga uses a fast and lightweight server software called MCServer C++. This means you won't be able to use all the commands you usually find on other servers which use Bukkit, but there are still many commands available. You get access to commands from Core and Essentials, two great plugins made for MCServer. To make it easier for you, you can also take advantage of a plugin called WorldEdit, which helps you build much faster than normally.</p>
|
||||
<p>The world on Minecraft.ga resets automatically once every week, simply to give you a fresh and lag-free experience. You can save your buildings and continue building on them after the world has reset, more info about this will be given once you join the server.
|
||||
<p>Build, destroy, act like an admin or simply go crazy. Minecraft.ga gives you an opportunity to feel the experience of being an admin or moderator on a server. With access to operator (OP) commands and features used by server staff, you can do heaps of stuff. We have to block a few commands, such as /ban, /kick, /stop etc, to prevent people from abusing too much.</p>
|
||||
<p>
|
||||
The world on Minecraft.ga resets automatically once every week, simply to provide you a fresh and lag-free experience. You can save your buildings and continue working on them after the world has reset; more info concerning this will be given once you join the server.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -77,4 +52,4 @@
|
|||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
|
||||
<script src="js/minecraft.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Loading…
Reference in a new issue