add gallery

master
azekillDIABLO 2017-06-18 18:14:33 +02:00
parent 00d50672da
commit eca0f5216a
5 changed files with 30 additions and 0 deletions

BIN
gallery/i1.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

BIN
gallery/i2.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
gallery/i3.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
gallery/i4.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

30
gallery/index.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Dream Blocks</title>
</head>
<body>
<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>
</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">
<h3>Chopping down some trees in the morning:</h3>
<img src="i2.bmp" alt="Image2" style="width:900px;height:700px;" align="middle">
<h3>The inventory with 2 by 2 crafting grid:</h3>
<img src="i3.bmp" alt="Image3" style="width:900px;height:700px;" align="middle">
<h3>Mining in the sunset with a wooden pickaxe:</h3>
<img src="i4.bmp" alt="Image4" style="width:900px;height:700px;" align="middle">
</p>
</body>
</html>