Editing index.html

This commit is contained in:
mathias 2015-02-16 23:17:58 +02:00
parent bfd387bba6
commit c1a632a6bd
5 changed files with 35 additions and 8 deletions

BIN
fonts/icon.eot Normal file

Binary file not shown.

12
fonts/icon.svg Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="icomoon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" d="" horiz-adv-x="512" />
<glyph unicode="&#xe602;" d="M1024 960l-768-512 192-128-448-384 768 384-192 128z" />
<glyph unicode="&#xf103;" d="M614.286 457.143q0-7.429-5.714-13.143l-266.286-266.286q-5.714-5.714-13.143-5.714t-13.143 5.714l-266.286 266.286q-5.714 5.714-5.714 13.143t5.714 13.143l28.571 28.571q5.714 5.714 13.143 5.714t13.143-5.714l224.571-224.571 224.571 224.571q5.714 5.714 13.143 5.714t13.143-5.714l28.571-28.571q5.714-5.714 5.714-13.143zM614.286 676.571q0-7.429-5.714-13.143l-266.286-266.286q-5.714-5.714-13.143-5.714t-13.143 5.714l-266.286 266.286q-5.714 5.714-5.714 13.143t5.714 13.143l28.571 28.571q5.714 5.714 13.143 5.714t13.143-5.714l224.571-224.571 224.571 224.571q5.714 5.714 13.143 5.714t13.143-5.714l28.571-28.571q5.714-5.714 5.714-13.143z" horiz-adv-x="658" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
fonts/icon.ttf Normal file

Binary file not shown.

BIN
fonts/icon.woff Normal file

Binary file not shown.

View file

@ -6,6 +6,16 @@
<meta name="description" content="Minecraft.ga provides you a unique and interesting experience in Minecraft. This server allows you to do whatever you want; griefing, trolling - you name it."> <meta name="description" content="Minecraft.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>Minecraft.ga &#187; Sandbox OP Server</title> <title>Minecraft.ga &#187; Sandbox OP Server</title>
<style type="text/css"> <style type="text/css">
@font-face {
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;
}
@font-face { @font-face {
font-family: 'Montserrat'; font-family: 'Montserrat';
font-style: normal; font-style: normal;
@ -126,12 +136,17 @@ linear-gradient(rgba(62,92,32,.2) 50%, transparent 50%);
} }
#icon { #icon {
font-size: 460px; font-size: 230px;
line-height: 320px; line-height: 220px;
margin-top: -35px; margin-top: -35px;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'icon';
font-weight: 400;
text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.11); text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.11);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#icon:before {
content: "\e602";
} }
#logo { #logo {
@ -252,9 +267,9 @@ line-height:1.5;
background-size:30px 30px; background-size:30px 30px;
} }
#icon { #icon {
font-size: 590px; font-size: 310px;
line-height: 420px; line-height: 310px;
margin-top: -70px; margin-top: 0px;
} }
#about-body{ #about-body{
padding-left:90px; padding-left:90px;
@ -292,7 +307,7 @@ margin-bottom:30px;
<body> <body>
<div id="intro"> <div id="intro">
<div id="intro-body"> <div id="intro-body">
<p id="icon">&#9830;</p> <p id="icon"></p>
<p id="logo">Minecraft.ga</p> <p id="logo">Minecraft.ga</p>
<h1>Sandbox OP Server in Minecraft</h1> <h1>Sandbox OP Server in Minecraft</h1>
<a href="#about" id="circle">&#9660;</a> <a href="#about" id="circle">&#9660;</a>