mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
New version
This commit is contained in:
parent
d8ecd6f284
commit
2ffa2d0bd8
14 changed files with 253 additions and 545 deletions
19
404.html
19
404.html
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
permalink: /404
|
||||
sitemap: false
|
||||
---
|
||||
{% capture content %}<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0;url={{ site.url }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ site.title }} - Free OP Server in Minecraft</title>
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src {{ site.url }} 'unsafe-inline' data:">
|
||||
<style type="text/css">
|
||||
html {
|
||||
background: #eee;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
</html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }}
|
1
CNAME
1
CNAME
|
@ -1 +0,0 @@
|
|||
kaboom.pw
|
|
@ -1,8 +0,0 @@
|
|||
title: Kaboom.pw
|
||||
description: Kaboom.pw is a Minecraft server where you can do anything you want, whether it be building or testing commands.
|
||||
url: https://kaboom.pw
|
||||
exclude:
|
||||
- CNAME
|
||||
- LICENSE
|
||||
gems:
|
||||
- jekyll-sitemap
|
File diff suppressed because one or more lines are too long
|
@ -1,401 +0,0 @@
|
|||
/* Animation */
|
||||
|
||||
@keyframes fadein {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
/* Main */
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
background: #eee;
|
||||
color: #767676;
|
||||
font-family: montserratlight, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 1.000em;
|
||||
line-height: 1.000em;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
::-moz-selection {
|
||||
background: #aaa;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #aaa;
|
||||
}
|
||||
h1,
|
||||
h2 {
|
||||
color: #555;
|
||||
font-family: montserratbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 3.000em;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1.125em;
|
||||
margin: 0 0 0.375em 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
a {
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #767676;
|
||||
}
|
||||
|
||||
/* Main */
|
||||
|
||||
.main {
|
||||
display: table;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.main-container {
|
||||
animation: fadein 1s;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
padding: 3.000em 4% 3.000em 12%;
|
||||
text-align: center;
|
||||
}
|
||||
.main p {
|
||||
margin: 0 0 1.875em 0;
|
||||
line-height: 1.625em;
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
|
||||
#navigation {
|
||||
background: #555;
|
||||
display: table;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
}
|
||||
#navigation span {
|
||||
display: table-row;
|
||||
}
|
||||
#navigation a {
|
||||
display: table-cell;
|
||||
fill: #eee;
|
||||
padding: 1.000em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#navigation a:hover,
|
||||
#navigation a:focus {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
|
||||
.button {
|
||||
background: #555;
|
||||
border-radius: 0.375em;
|
||||
color: #eee;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-family: montserratregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 1.000em;
|
||||
margin: 0 0.313em 0 0.313em;
|
||||
padding: 0.938em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.button:hover,
|
||||
.button:focus {
|
||||
background: #767676;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
|
||||
@media (min-width: 0px) {
|
||||
html {
|
||||
font-size: 84%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 100px) {
|
||||
html {
|
||||
font-size: 86%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 200px) {
|
||||
html {
|
||||
font-size: 88%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 300px) {
|
||||
html {
|
||||
font-size: 90%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 400px) {
|
||||
html {
|
||||
font-size: 92%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 500px) {
|
||||
html {
|
||||
font-size: 94%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 600px) {
|
||||
html {
|
||||
font-size: 96%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
#navigation {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
#navigation span{
|
||||
display: table-cell;
|
||||
}
|
||||
#navigation a {
|
||||
display: inline-block;
|
||||
}
|
||||
.main-container {
|
||||
padding: 8.125em 4% 3.000em 4%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 700px) {
|
||||
html {
|
||||
font-size: 98%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 800px) {
|
||||
html {
|
||||
font-size: 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 900px) {
|
||||
html {
|
||||
font-size: 102%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1000px) {
|
||||
html {
|
||||
font-size: 104%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1100px) {
|
||||
html {
|
||||
font-size: 106%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
html {
|
||||
font-size: 108%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1300px) {
|
||||
html {
|
||||
font-size: 110%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1400px) {
|
||||
html {
|
||||
font-size: 112%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1500px) {
|
||||
html {
|
||||
font-size: 114%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1600px) {
|
||||
html {
|
||||
font-size: 116%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1700px) {
|
||||
html {
|
||||
font-size: 118%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1800px) {
|
||||
html {
|
||||
font-size: 120%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1900px) {
|
||||
html {
|
||||
font-size: 122%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2000px) {
|
||||
html {
|
||||
font-size: 124%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2100px) {
|
||||
html {
|
||||
font-size: 126%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2200px) {
|
||||
html {
|
||||
font-size: 128%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2300px) {
|
||||
html {
|
||||
font-size: 130%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2400px) {
|
||||
html {
|
||||
font-size: 132%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2500px) {
|
||||
html {
|
||||
font-size: 134%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2600px) {
|
||||
html {
|
||||
font-size: 136%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2700px) {
|
||||
html {
|
||||
font-size: 138%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2800px) {
|
||||
html {
|
||||
font-size: 140%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 2900px) {
|
||||
html {
|
||||
font-size: 142%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3000px) {
|
||||
html {
|
||||
font-size: 144%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3100px) {
|
||||
html {
|
||||
font-size: 146%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3200px) {
|
||||
html {
|
||||
font-size: 148%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3300px) {
|
||||
html {
|
||||
font-size: 150%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3400px) {
|
||||
html {
|
||||
font-size: 152%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3500px) {
|
||||
html {
|
||||
font-size: 154%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3600px) {
|
||||
html {
|
||||
font-size: 156%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3700px) {
|
||||
html {
|
||||
font-size: 158%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3800px) {
|
||||
html {
|
||||
font-size: 160%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 3900px) {
|
||||
html {
|
||||
font-size: 162%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4000px) {
|
||||
html {
|
||||
font-size: 164%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4100px) {
|
||||
html {
|
||||
font-size: 166%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4200px) {
|
||||
html {
|
||||
font-size: 168%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4300px) {
|
||||
html {
|
||||
font-size: 170%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4400px) {
|
||||
html {
|
||||
font-size: 172%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4500px) {
|
||||
html {
|
||||
font-size: 174%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4600px) {
|
||||
html {
|
||||
font-size: 176%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4700px) {
|
||||
html {
|
||||
font-size: 178%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4800px) {
|
||||
html {
|
||||
font-size: 180%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 4900px) {
|
||||
html {
|
||||
font-size: 182%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 5000px) {
|
||||
html {
|
||||
font-size: 184%
|
||||
}
|
||||
}
|
||||
@media (min-width: 5100px) {
|
||||
html {
|
||||
font-size: 186%;
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
M16 13.2c0-.225-.175-.4-.4-.4h-2.8V8.4c0-.213-.187-.4-.4-.4H10c-.213 0-.4.187-.4.4v4.4H6.8c-.225 0-.4.187-.4.4 0 .1.038.213.113.287l4.4 4.4c.075.075.175.113.287.113.1 0 .213-.038.287-.113l4.387-4.387c.076-.087.125-.187.125-.3zm8 2.8c0 2.65-2.15 4.8-4.8 4.8H5.6c-3.087 0-5.6-2.513-5.6-5.6 0-2.175 1.262-4.15 3.225-5.062C3.212 9.95 3.2 9.775 3.2 9.6c0-3.538 2.862-6.4 6.4-6.4 2.6 0 4.938 1.575 5.925 3.975.575-.5 1.313-.775 2.075-.775 1.762 0 3.2 1.438 3.2 3.2 0 .613-.175 1.213-.513 1.725C22.462 11.838 24 13.775 24 16z
|
|
@ -1 +0,0 @@
|
|||
M20.263 3.12l.617.617-3.268 3.255.91.91c.335.335.335.884 0 1.218l-.856.857c.748 1.354 1.19 2.92 1.19 4.594 0 5.21-4.218 9.43-9.427 9.43C4.22 24 0 19.78 0 14.57c0-5.208 4.22-9.427 9.43-9.427 1.673 0 3.24.442 4.593 1.19l.857-.856c.334-.334.883-.334 1.217 0l.91.91zm.108-.75c-.08.08-.188.135-.294.135-.12 0-.228-.054-.31-.134L18.55 1.167c-.16-.174-.16-.443 0-.617.173-.16.442-.16.616 0l1.205 1.218c.175.16.175.443 0 .603zm3.08 3.08c-.093.08-.2.12-.307.12-.107 0-.214-.04-.31-.12L21.63 4.233c-.174-.16-.174-.443 0-.603.16-.175.442-.175.603 0l1.218 1.204c.162.174.162.443 0 .617zM24 3c0 .24-.19.43-.43.43h-1.284c-.24 0-.43-.19-.43-.43s.19-.43.43-.43h1.285c.24 0 .43.19.43.43zM21.43.43v1.284c0 .24-.19.43-.43.43s-.43-.19-.43-.43V.43c0-.24.19-.43.43-.43s.43.19.43.43zm2.02.736L22.233 2.37c-.08.08-.19.134-.295.134-.12 0-.228-.053-.31-.133-.172-.16-.172-.44 0-.602l1.207-1.22c.174-.16.443-.16.617 0 .16.175.16.443 0 .618z
|
|
@ -1 +0,0 @@
|
|||
M10.4 12.8v-1.6c0-.225-.176-.4-.4-.4H7.6V8.4c0-.225-.176-.4-.4-.4H5.6c-.226 0-.4.175-.4.4v2.4H2.8c-.226 0-.4.175-.4.4v1.6c0 .225.174.4.4.4h2.4v2.4c0 .225.174.4.4.4h1.6c.224 0 .4-.175.4-.4v-2.4H10c.224 0 .4-.175.4-.4zm7.2.8c0-.887-.714-1.6-1.6-1.6-.888 0-1.6.713-1.6 1.6 0 .887.712 1.6 1.6 1.6.886 0 1.6-.713 1.6-1.6zm3.2-3.2c0-.887-.714-1.6-1.6-1.6-.888 0-1.6.713-1.6 1.6 0 .887.712 1.6 1.6 1.6.886 0 1.6-.713 1.6-1.6zM24 12c0 3.538-2.863 6.4-6.4 6.4-1.626 0-3.1-.613-4.226-1.6h-2.75c-1.124.987-2.6 1.6-4.224 1.6C2.862 18.4 0 15.538 0 12c0-3.538 2.862-6.4 6.4-6.4h11.2c3.538 0 6.4 2.862 6.4 6.4z
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/icons/mstile-150x150.png"/>
|
||||
<TileColor>#555555</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/icons/mstile-150x150.png"/>
|
||||
<tilecolor>#555555</tilecolor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
|
|
172
css/style.css
Normal file
172
css/style.css
Normal file
File diff suppressed because one or more lines are too long
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"name": "Kaboom.pw",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#555555",
|
||||
"background_color": "#555555",
|
||||
"display": "standalone"
|
||||
"name": "Kaboom.pw",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#555555",
|
||||
"background_color": "#555555",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
126
index.html
126
index.html
|
@ -1,71 +1,61 @@
|
|||
---
|
||||
---
|
||||
{% capture content %}<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ site.title }} - Free OP Server in Minecraft</title>
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src {{ site.url }} 'unsafe-inline' data:">
|
||||
<link rel="canonical" href="{{ site.url }}/">
|
||||
<link rel="icon" type="image/png" href="/icons/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/icons/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/icons/manifest.json">
|
||||
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#555555">
|
||||
<meta name="theme-color" content="#555555">
|
||||
<style type="text/css">
|
||||
{% capture style %}
|
||||
{% include _css/fonts.css %}
|
||||
{% include _css/index.css %}
|
||||
{% endcapture %}
|
||||
{{ style | scssify }}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="navigation">
|
||||
<span>
|
||||
<a href="#home" title="Home">
|
||||
<svg aria-hidden="true" height="3.000em" viewBox="0 0 24 24" width="3.000em">
|
||||
<path d="{% include _icons/kaboom %}" />
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
<span>
|
||||
<a href="#play" title="Play">
|
||||
<svg aria-hidden="true" height="2.000em" viewBox="0 0 24 24" width="2.000em">
|
||||
<path d="{% include _icons/play %}" />
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
<span>
|
||||
<a href="#downloads" title="Downloads">
|
||||
<svg aria-hidden="true" height="2.000em" viewBox="0 0 24 24" width="2.000em">
|
||||
<path d="{% include _icons/downloads %}" />
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
<!DOCTYPE html>
|
||||
<meta content="width=device-width,initial-scale=1" name="viewport">
|
||||
<title>Kaboom.pw - Free OP Server in Minecraft</title>
|
||||
<meta content="Kaboom.pw is a Minecraft server where you can do anything you want, whether it be building or testing commands." name="description">
|
||||
<link href="https://kaboom.pw/" rel="canonical">
|
||||
<link href="/icons/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
|
||||
<link href="/icons/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
|
||||
<link href="/icons/manifest.json" rel="manifest">
|
||||
<link href="/icons/safari-pinned-tab.svg" rel="mask-icon">
|
||||
<meta content="#555555" name="theme-color">
|
||||
<link href="/css/style.css" rel="stylesheet">
|
||||
|
||||
<div id="navigation">
|
||||
<span>
|
||||
<a class="home" href="#home" title="Home">
|
||||
<svg aria-hidden="true" viewbox="0 0 24 24">
|
||||
<path d="M20.263 3.12l.617.617-3.268 3.255.91.91c.335.335.335.884 0 1.218l-.856.857c.748 1.354 1.19 2.92 1.19 4.594 0 5.21-4.218 9.43-9.427 9.43C4.22 24 0 19.78 0 14.57c0-5.208 4.22-9.427 9.43-9.427 1.673 0 3.24.442 4.593 1.19l.857-.856c.334-.334.883-.334 1.217 0l.91.91zm.108-.75c-.08.08-.188.135-.294.135-.12 0-.228-.054-.31-.134L18.55 1.167c-.16-.174-.16-.443 0-.617.173-.16.442-.16.616 0l1.205 1.218c.175.16.175.443 0 .603zm3.08 3.08c-.093.08-.2.12-.307.12-.107 0-.214-.04-.31-.12L21.63 4.233c-.174-.16-.174-.443 0-.603.16-.175.442-.175.603 0l1.218 1.204c.162.174.162.443 0 .617zM24 3c0 .24-.19.43-.43.43h-1.284c-.24 0-.43-.19-.43-.43s.19-.43.43-.43h1.285c.24 0 .43.19.43.43zM21.43.43v1.284c0 .24-.19.43-.43.43s-.43-.19-.43-.43V.43c0-.24.19-.43.43-.43s.43.19.43.43zm2.02.736L22.233 2.37c-.08.08-.19.134-.295.134-.12 0-.228-.053-.31-.133-.172-.16-.172-.44 0-.602l1.207-1.22c.174-.16.443-.16.617 0 .16.175.16.443 0 .618z"></path>
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<span>
|
||||
<a href="#play" title="Play">
|
||||
<svg aria-hidden="true" viewbox="0 0 24 24">
|
||||
<path d="M10.4 12.8v-1.6c0-.225-.176-.4-.4-.4H7.6V8.4c0-.225-.176-.4-.4-.4H5.6c-.226 0-.4.175-.4.4v2.4H2.8c-.226 0-.4.175-.4.4v1.6c0 .225.174.4.4.4h2.4v2.4c0 .225.174.4.4.4h1.6c.224 0 .4-.175.4-.4v-2.4H10c.224 0 .4-.175.4-.4zm7.2.8c0-.887-.714-1.6-1.6-1.6-.888 0-1.6.713-1.6 1.6 0 .887.712 1.6 1.6 1.6.886 0 1.6-.713 1.6-1.6zm3.2-3.2c0-.887-.714-1.6-1.6-1.6-.888 0-1.6.713-1.6 1.6 0 .887.712 1.6 1.6 1.6.886 0 1.6-.713 1.6-1.6zM24 12c0 3.538-2.863 6.4-6.4 6.4-1.626 0-3.1-.613-4.226-1.6h-2.75c-1.124.987-2.6 1.6-4.224 1.6C2.862 18.4 0 15.538 0 12c0-3.538 2.862-6.4 6.4-6.4h11.2c3.538 0 6.4 2.862 6.4 6.4z"></path>
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<span>
|
||||
<a href="#downloads" title="Downloads">
|
||||
<svg aria-hidden="true" viewbox="0 0 24 24">
|
||||
<path d="M16 13.2c0-.225-.175-.4-.4-.4h-2.8V8.4c0-.213-.187-.4-.4-.4H10c-.213 0-.4.187-.4.4v4.4H6.8c-.225 0-.4.187-.4.4 0 .1.038.213.113.287l4.4 4.4c.075.075.175.113.287.113.1 0 .213-.038.287-.113l4.387-4.387c.076-.087.125-.187.125-.3zm8 2.8c0 2.65-2.15 4.8-4.8 4.8H5.6c-3.087 0-5.6-2.513-5.6-5.6 0-2.175 1.262-4.15 3.225-5.062C3.212 9.95 3.2 9.775 3.2 9.6c0-3.538 2.862-6.4 6.4-6.4 2.6 0 4.938 1.575 5.925 3.975.575-.5 1.313-.775 2.075-.775 1.762 0 3.2 1.438 3.2 3.2 0 .613-.175 1.213-.513 1.725C22.462 11.838 24 13.775 24 16z"></path>
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="main" id="home">
|
||||
<div class="main-container">
|
||||
<h1>Welcome to Kaboom.pw!</h1>
|
||||
<p>Kaboom.pw is a Minecraft server where you can do anything you want, whether it be building or testing commands. Enjoy access to many operator commands and server tools, such as WorldEdit and CommandSpy.</p>
|
||||
<a class="button" href="#play">Play</a>
|
||||
</div>
|
||||
<div id="home" class="main">
|
||||
<div class="main-container">
|
||||
<h1>Welcome to {{ site.title }}!</h1>
|
||||
<p>{{ site.title }} is a Minecraft server where you can do anything you want, whether it be building or testing commands. Enjoy access to many operator commands and server tools, such as WorldEdit and CommandSpy.</p>
|
||||
<a href="#play" class="button">Play</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main" id="play">
|
||||
<div class="main-container">
|
||||
<h2>Play</h2>
|
||||
<p>If you want to play on Kaboom.pw, simply add the IP "kaboom.pw" to your server list in Minecraft.</p>
|
||||
</div>
|
||||
<div id="play" class="main">
|
||||
<div class="main-container">
|
||||
<h2>Play</h2>
|
||||
<p>If you want to play on {{ site.title }}, simply add the IP "{{ site.title | downcase }}" to your server list in Minecraft.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main" id="downloads">
|
||||
<div class="main-container">
|
||||
<h2>Downloads</h2>
|
||||
<p>We provide downloads for worlds and schematics on the server, to make it easy for you to export your creations. The downloads update every 5 minutes.</p>
|
||||
<a class="button" href="/downloads/schematics.zip">Schematics</a>
|
||||
<a class="button" href="/downloads/worlds.zip">Worlds</a>
|
||||
</div>
|
||||
<div id="downloads" class="main">
|
||||
<div class="main-container">
|
||||
<h2>Downloads</h2>
|
||||
<p>We provide downloads for worlds and schematics on the server, to make it easy for you to export your creations. The downloads update every 15 minutes.</p>
|
||||
<a href="https://codeload.github.com/kaboompw/downloads/zip/schematics" class="button">Schematics</a>
|
||||
<a href="https://codeload.github.com/kaboompw/downloads/zip/worlds" class="button">Worlds</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }}
|
||||
</div>
|
||||
|
|
1
sitemap.xml
Normal file
1
sitemap.xml
Normal file
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"><url><loc>https://kaboom.pw/</loc></url></urlset>
|
Loading…
Reference in a new issue