mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-06-01 08:13:11 +00:00
Fixed gallery
This commit is contained in:
parent
9f2fe2fc43
commit
3728ca6625
7 changed files with 68 additions and 8 deletions
|
@ -7,6 +7,8 @@
|
|||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<!-- RedScorpion -->
|
||||
<div>
|
||||
<img src="images/teams/RSLogo.svg" alt="Red Scorpion logo" loading="lazy">
|
||||
<span></span>
|
||||
|
@ -14,6 +16,8 @@
|
|||
<p>Again is an innovative game made towards gamers from all ends. Speedrunners and achievers, to casual gamers admiring works and the environment. With: high quality, custom made, assets; fast, fun gameplay and many ways to finish. You are surely going to have a fun time playing! Made by Leon, Bartek, Michal and Nathan.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Spooked Mouse -->
|
||||
<div>
|
||||
<img src="images/teams/Spooked_Mouse.svg" alt="Spooked Mouse logo" loading="lazy">
|
||||
<span></span>
|
||||
|
@ -21,6 +25,8 @@
|
|||
<p>Mugunghwa is a game loosely set in South Korea about a lover who has been watching you from the shadows. They leave you gifts in hope that you'll one day seek them out so you can be together forever... Made by Wren</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ... -->
|
||||
<div>
|
||||
<img src="images/teams/rainforestRunner.png" alt="Rainforrest Runner logo" loading="lazy">
|
||||
<span></span>
|
||||
|
@ -30,9 +36,17 @@
|
|||
<p>About: Rainforest Runner is an endless runner game where you will have to dodge the dangers of the Brazilian rainforest. If you survive, you're awarded with a chest full of treasure and rewards for completing the level. Good luck! You'll need it.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<?php
|
||||
$images = glob("../images/gallery/*.{jpg,jpeg,gif,png,bmp,webp}", GLOB_BRACE);
|
||||
foreach ($images as $i) { echo "<img src='gallery/". basename($i) ."'>"; };
|
||||
?>
|
||||
<div class="gallery">
|
||||
<h3>Game screenshots</h3>
|
||||
<div>
|
||||
<img src="./images/gallery/1.png" loading="lazy">
|
||||
<img src="./images/gallery/2.png" loading="lazy">
|
||||
<img src="./images/gallery/3.png" loading="lazy">
|
||||
<img src="./images/gallery/4.png" loading="lazy">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- More! -->
|
||||
<div>
|
||||
<h3>And many other teams!</h3>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue