Initial commit

This commit is contained in:
avitex 2018-06-09 02:51:55 +10:00
commit b1faf1dfd3
Signed by: avitex
GPG Key ID: 38C76CBF3749D62C
7 changed files with 104 additions and 0 deletions

BIN
bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
fox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

64
index.html Normal file
View File

@ -0,0 +1,64 @@
<!doctype html>
<html>
<head>
<title>Whitefox eSports</title>
<link rel="icon" href="favicon.ico">
<meta http-equiv="content-language" content="en">
<meta name="revisit-after" content="1 days">
<meta name="robots" content="all">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
html {
background: url(bg.png);
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 13px;
background: rgb(250,250,250);
display: flex;
justify-content: center;
align-items: center;
background: url(fox.png) 50% 50% no-repeat;
}
.center-box
{
color:rgb(80, 100, 100);
line-height: 18px;
font-weight: 400;
font-size: 14px;
text-align: center;
}
h2 {
color: rgb(100,100,100);
}
strong {
font-weight: 500;
}
a:link, a:visited
{
font-weight: 500;
text-decoration: none;
color: rgb(146, 90, 198);
}
</style>
</head>
<body>
<div class="center-box">
<h2>Whitefox eSports</h2>
<em></em>
<p>Are you a competitive team or player in need of a home?<br> You can talk to us on teamspeak at <a href="ts3server://ts.wfx.es/">ts.wfx.es</a></p>
</div>
</body>
</html>

40
launch.css Normal file
View File

@ -0,0 +1,40 @@
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
body {
font-family: 'Exo 2';
font-size: 13px;
background: rgb(250,250,250);
display: flex;
justify-content: center;
align-items: center;
background: url(fox.png) 50% 50% no-repeat;
}
.center-box
{
color:rgb(80, 100, 100);
line-height: 18px;
font-weight: 300;
font-size: 14px;
text-align: center;
}
h2 {
color: rgb(100,100,100);
}
strong {
font-weight: 500;
}
a:link, a:visited
{
font-weight: 500;
text-decoration: none;
color: rgb(146, 90, 198);
}

BIN
src/bg.xcf Normal file

Binary file not shown.

BIN
src/fox.xcf Normal file

Binary file not shown.