mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Initial Commit
This commit is contained in:
parent
47d93b18b7
commit
92e4cc5405
2 changed files with 158 additions and 0 deletions
79
404.html
Normal file
79
404.html
Normal file
|
@ -0,0 +1,79 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Minecraft.ga is a server where you can test out whatever you like. Whether it be OP Commands, Command Blocks, or just building, Minecraft.ga gives you freedom.">
|
||||
<meta name="author" content="Minecraft.ga">
|
||||
<title>Minecraft.ga</title>
|
||||
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<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">
|
||||
<h1 class="brand-heading">Minecraft.ga</h1>
|
||||
<p class="intro-text">An All-OP Minecraft Server</p>
|
||||
<div class="page-scroll">
|
||||
<a href="#about" class="btn btn-circle">
|
||||
<i class="fa fa-angle-double-down"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="about" class="container content-section text-center about-section">
|
||||
<div class="about-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2>About minecraft.ga</h2>
|
||||
<p>Minecraft.ga is a server where you can test out whatever you like. Whether it be OP Commands, Server Plugins, or just building, Minecraft.ga gives you freedom.</p>
|
||||
<p>On Minecraft.ga, you get access to almost every command that is part of Core and Essentials (we're running a server software called MCServer C++). Besides from this, you can also use a few Server Plugins, like WorldEdit, whenever you want. Some commands are blocked, such as /ban, /kick and /jail, but this is simply to give you a more enjoyable experience, as well as more security.</p>
|
||||
<p>The world will reset automatically once every day, to give you a fresh start and a less laggy experience on the server. </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="ip" class="text-center">
|
||||
<div class="ip-section">
|
||||
<div class="container">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2>Server IP</h2>
|
||||
<p>Join the server at: minecraft.ga</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
|
||||
<script src="js/minecraft.js"></script>
|
||||
</body>
|
||||
</html>
|
79
index.html
Normal file
79
index.html
Normal file
|
@ -0,0 +1,79 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Minecraft.ga is a server where you can test out whatever you like. Whether it be OP Commands, Command Blocks, or just building, Minecraft.ga gives you freedom.">
|
||||
<meta name="author" content="Minecraft.ga">
|
||||
<title>Minecraft.ga</title>
|
||||
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<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">
|
||||
<h1 class="brand-heading">Minecraft.ga</h1>
|
||||
<p class="intro-text">An All-OP Minecraft Server</p>
|
||||
<div class="page-scroll">
|
||||
<a href="#about" class="btn btn-circle">
|
||||
<i class="fa fa-angle-double-down"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="about" class="container content-section text-center about-section">
|
||||
<div class="about-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2>About minecraft.ga</h2>
|
||||
<p>Minecraft.ga is a server where you can test out whatever you like. Whether it be OP Commands, Server Plugins, or just building, Minecraft.ga gives you freedom.</p>
|
||||
<p>On Minecraft.ga, you get access to almost every command that is part of Core and Essentials (we're running a server software called MCServer C++). Besides from this, you can also use a few Server Plugins, like WorldEdit, whenever you want. Some commands are blocked, such as /ban, /kick and /jail, but this is simply to give you a more enjoyable experience, as well as more security.</p>
|
||||
<p>The world will reset automatically once every day, to give you a fresh start and a less laggy experience on the server. </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="ip" class="text-center">
|
||||
<div class="ip-section">
|
||||
<div class="container">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2>Server IP</h2>
|
||||
<p>Join the server at: minecraft.ga</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
|
||||
<script src="js/minecraft.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue