master
azekillDIABLO 2017-06-17 17:15:00 +02:00
parent 41da900b86
commit d562990c9c
5 changed files with 44 additions and 16 deletions

View File

@ -8,14 +8,13 @@
<body>
<h1>Dream Blocks ❤</h1>
<form>
<button href="https://azekilldiablo.github.io/Dream-Blocks/">Home</button>
<button href="game">About the game</button>
<button href="gallery">Screenshots</button>
<button href="download">Get the game</button>
<button href="actors">Contributors</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/">Home</button>
<button formaction="game">About the game</button>
<button formaction="gallery">Screenshots</button>
<button formaction="download">Get the game</button>
<button formaction="actors">Contributors</button>
</form>
<hr>
<p>Welcome to Dream Blocks website!</p>
</iframe>
<p>Welcome to Dream Blocks website! Dream Blocks is a game made by LordStephen77 and is inspired by Minetest. It's a small, 2D, Java written and open-source game!</p>
</body>
</html>

View File

@ -8,7 +8,7 @@ text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
background-image: url("back.png");
background-image: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png);
}
p {text-align: left;}
h1
@ -29,4 +29,13 @@ text-align:center;
font-size:20px;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
blockquote {
font-size:10px;
text-align:justify;
width:600px;
color:#0A15FF;
padding:12px;
background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png);
background-repeat:no-repeat;
}

View File

@ -8,14 +8,15 @@
<body>
<h1>Dream Blocks ❤</h1>
<form>
<button href="https://azekilldiablo.github.io/Dream-Blocks/">Home</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/">Home</button>
<button formaction="game">About the game</button>
<button formaction="gallery">Screenshots</button>
<button formaction="download">Get the game</button>
<button formaction="actors">Contributors</button>
</form>
<hr>
<p>Welcome to Dream Blocks website! Dream Blocks is a game made by LordStephen77 and is inspired by Minetest. It's a small, 2D, Java written and open-source game!</p>
</iframe>
<p>Welcome to Dream Blocks website! Dream Blocks is a game made by LordStephen77 and is inspired by Minetest, a very popular 3D game engine (open-source). It's a small, 2D, Java written and open-source game!</p>
<h2>Some news in developpement</h2>
<blockquote>Game Repository has been set up on GITHUB! Come and help us at <a>https://github.com/LordStephen77/DreamBlocks-Beyond-of-Time</a>!!!</blockquote>
</body>
</html>

BIN
info.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 KiB

After

Width:  |  Height:  |  Size: 282 B

View File

@ -21,6 +21,25 @@ font-weight:bold;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
h2
{
position:relative;
color:#0000FF;
text-align:center;
font-size:30px;
font-weight:bold;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
h3
{
position:relative;
color:#0000FF;
text-align:center;
font-size:25px;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
button
{
position:relative;
@ -31,11 +50,11 @@ font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
blockquote {
font-size:10px;
text-align:justify;
width:600px;
color:#0A15FF;
padding:12px;
font-size:16px;
text-align:left;
width:800px;
color:#0A25FF;
padding:15px;
background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png);
background-repeat:no-repeat;
}