GameExpo22/ui/teams.html

92 lines
3.8 KiB
HTML

<!--
<div>
<img src="images/filler2.png" alt="" loading="lazy">
<span></span>
<div class="teamInfo">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
-->
<!-- RedScorpion -->
<div>
<img src="images/teams/RSLogo.svg" alt="Red Scorpion logo" loading="lazy">
<span></span>
<div class="teamInfo">
<h3>Again</h3>
<p>Team: Leon, Bartek, Michal and Nathan</p>
<p>About: 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!</p>
</div>
</div>
<div class="gallery">
<h3>Game screenshots</h3>
<div>
<img src="./images/gallery/again/1.png" loading="lazy">
<img src="./images/gallery/again/2.png" loading="lazy">
<img src="./images/gallery/again/3.png" loading="lazy">
<img src="./images/gallery/again/4.png" loading="lazy">
</div>
</div>
<!-- Spooked Mouse -->
<div>
<img src="images/teams/spookedMouse.jpg" alt="Spooked Mouse logo" loading="lazy">
<span></span>
<div class="teamInfo">
<h3>Mugunghwa</h3>
<p>Team: Wren</p>
<p>About: 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...</p>
</div>
</div>
<div class="gallery">
<h3>Game screenshots</h3>
<div>
<img src="./images/gallery/mugunghwa/1.png" loading="lazy">
<img src="./images/gallery/mugunghwa/2.png" loading="lazy">
<img src="./images/gallery/mugunghwa/3.png" loading="lazy">
</div>
</div>
<!-- Rainforest Runner -->
<div>
<img src="images/teams/rainforestRunner.png" alt="Rainforrest Runner logo" loading="lazy">
<span></span>
<div class="teamInfo">
<h3>Rainforest Runner</h3>
<p>Team: Bradley, William, Munir and Sophie</p>
<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 class="gallery">
<h3>Game screenshots</h3>
<div>
<img src="./images/gallery/rainforestRunner/1.png" loading="lazy">
<img src="./images/gallery/rainforestRunner/2.png" loading="lazy">
<img src="./images/gallery/rainforestRunner/3.png" loading="lazy">
<img src="./images/gallery/rainforestRunner/4.png" loading="lazy">
</div>
</div>
<!-- Desperate Conflicts -->
<div>
<img src="images/teams/desperateConflicts.png" alt="Rainforrest Runner logo" loading="lazy">
<span></span>
<div class="teamInfo">
<h3>Desperate Conflicts</h3>
<p>Team: Eliza Milburn and Yannick Fullager</p>
<p>About: Desperate Conflicts is a fast paced real time strategy game, where you command fleets of ships in an attempt to destroy enemy bases via breaking through the increasingly difficult defences.</p>
</div>
</div>
<div class="gallery">
<h3>Game screenshots</h3>
<div>
<img src="./images/gallery/desperateConflicts/1.png" loading="lazy">
<img src="./images/gallery/desperateConflicts/2.png" loading="lazy">
<img src="./images/gallery/desperateConflicts/3.png" loading="lazy">
</div>
</div>
<!-- More! -->
<div class="teamOther">
<h3>And many other teams!</h3>
</div>