update gallery (or try to)

master
azekillDIABLO 2017-06-18 18:20:03 +02:00
parent 282c45400e
commit 5522f63d6f
2 changed files with 13 additions and 8 deletions

View File

@ -9,22 +9,22 @@
<h1>Dream Blocks ❤</h1>
<form>
<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>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/game">About the game</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/gallery">Screenshots</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/download">Get the game</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/actors">Contributors</button>
</form>
<hr>
<p>Here are some screenshots of the game! NOTE: It is still very work in progress...</p>
<p style="text-align:center;">
<h3>The main menu, while starting the game:</h3>
<img src="i1.bmp" alt="Image1" style="width:900px;height:700px;" align="middle">
<img src="i1.bmp" class="middle" alt="Image1" style="width:900px;height:700px;">
<h3>Chopping down some trees in the morning:</h3>
<img src="i2.bmp" alt="Image2" style="width:900px;height:700px;" align="middle">
<img src="i2.bmp" class="middle" alt="Image2" style="width:900px;height:700px;">
<h3>The inventory with 2 by 2 crafting grid:</h3>
<img src="i3.bmp" alt="Image3" style="width:900px;height:700px;" align="middle">
<img src="i3.bmp" class="middle" alt="Image3" style="width:900px;height:700px;">
<h3>Mining in the sunset with a wooden pickaxe:</h3>
<img src="i4.bmp" alt="Image4" style="width:900px;height:700px;" align="middle">
<img src="i4.bmp" class="middle" alt="Image4" style="width:900px;height:700px;">
</p>
</body>
</html>

View File

@ -57,3 +57,8 @@ padding:12px;
background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png);
background-repeat:no-repeat;
}
.middle
{
text-align:center;
display:block;
}