Added Team

This commit is contained in:
Michał Gdula 2022-06-09 01:32:36 +01:00
parent 74f0f205d5
commit e78be306e0
14 changed files with 133 additions and 29 deletions

View file

@ -22,7 +22,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
text-align: justify; text-align: left;
align-items: center; align-items: center;
} }
#team div div { #team div div {
@ -38,9 +38,8 @@
/* /*
Gallery Gallery
*/ */
#team .gallery { #team .gallery {
margin-bottom: 1.5em; margin-bottom: 1em;
padding: 0.5em; padding: 0.5em;
display: flex; display: flex;
@ -67,10 +66,6 @@
#team .gallery h3 { #team .gallery h3 {
margin: 0; margin: 0;
} }
/*
Gallery
*/
#team div .teamInfo { #team div .teamInfo {
display: block; display: block;
} }
@ -92,3 +87,60 @@
margin: 1em; margin: 1em;
} }
} }
/*
Fullscreen images
*/
#team .fullScreenImage {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
z-index: 100;
position: fixed;
top: 0;
left: 0;
display: none;
background: #151515dd;
border-radius: 0;
}
#team .fullScreenImage span {
margin: 0;
padding: 0;
align-items: center;
justify-content: center;
position: absolute;
top: 10px;
right: 20px;
font-size: 50px;
font-weight: bolder;
color: #FFFFFF;
cursor: pointer;
}
#team .fullScreenImage img {
margin: 0;
padding: 0;
max-width: 90%;
max-height: 90%;
min-width: none;
min-height: none;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

BIN
images/noImage.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View file

@ -6,6 +6,7 @@
<meta name="description" content="DV8 Game Event 2022"> <meta name="description" content="DV8 Game Event 2022">
<title>Game Event</title> <title>Game Event</title>
<link rel="icon" type="image/x-icon" href="images/dv8.png"> <link rel="icon" type="image/x-icon" href="images/dv8.png">
<!-- Style -->
<link rel="stylesheet" href="stylesheet.css"> <link rel="stylesheet" href="stylesheet.css">
<!-- Fonts --> <!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

14
script.js Normal file
View file

@ -0,0 +1,14 @@
document.querySelectorAll(".gallery div img").forEach(image =>{
image.onclick = () =>{
document.querySelector(".fullScreenImage").style.display= "block";
document.querySelector(".fullScreenImage img").src = image.getAttribute("src");
document.querySelector("html").style.overflow= "hidden";
}
});
document.querySelector(".fullScreenImage span").onclick = () =>{
document.querySelector(".fullScreenImage").style.display= "none";
document.querySelector("html").style.overflow= "auto";
}

View file

@ -39,7 +39,7 @@
Page Structure Page Structure
*/ */
html { html, #wrapper {
margin: 0; margin: 0;
padding: 0; padding: 0;
scroll-behavior: smooth; scroll-behavior: smooth;

View file

@ -24,7 +24,7 @@
<div class="madeBy"> <div class="madeBy">
<p>Made by Michal</p> <p>Made by Michal</p>
<hr> <hr>
<a href="https://github.com/Fluffy-Bean">GitHub</a> <a href="https://github.com/Fluffy-Bean/GameExpo">GitHub</a>
<hr> <hr>
<p>michal-gdula@pm.me</p> <p>michal-gdula@pm.me</p>
</div> </div>

View file

@ -8,23 +8,31 @@
</div> </div>
--> -->
<!-- RedScorpion --> <!-- Foragers Haven -->
<div> <div>
<img src="images/teams/RSLogo.svg" alt="Red Scorpion logo" loading="lazy"> <img src="images/teams/foragersHaven.png" alt="Foragers Haven logo" loading="lazy">
<span></span> <span></span>
<div class="teamInfo"> <div class="teamInfo">
<h3>Again</h3> <h3>Foragers Haven</h3>
<p>Team: Leon, Bartek, Michal and Nathan</p> <p>Team Members:</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> <p>- Farley Barker | 3D Environment Art, Game Design, Programming</p>
<p>- Ben Easton | 3D Art, Story Development</p>
<p>- Hannah Burfoot | Character Art, UI Design</p>
<p>- Sasha Guerrier Gregory | Level Design, Game Design</p>
<p>- Toby Pettman | Programming</p>
<p>- Russell Charlwood | 3D Environment Art, Level Design, Programming </p>
<p>About: Foragers Haven is a peaceful, cute, stylized adventure walking simulator. Explore a humble little forest, follow the quest line, craft potions and harvest plants, flowers and items around you.<p>
</div> </div>
</div> </div>
<div class="gallery"> <div class="gallery">
<h3>Game screenshots</h3> <h3>Game screenshots</h3>
<div> <div>
<img src="./images/gallery/again/1.png" loading="lazy"> <img src="images/gallery/foragersHaven/1.png" loading="lazy">
<img src="./images/gallery/again/2.png" loading="lazy"> <img src="images/gallery/foragersHaven/2.png" loading="lazy">
<img src="./images/gallery/again/3.png" loading="lazy"> <img src="images/gallery/foragersHaven/3.png" loading="lazy">
<img src="./images/gallery/again/4.png" loading="lazy"> <img src="images/gallery/foragersHaven/4.png" loading="lazy">
<img src="images/gallery/foragersHaven/5.png" loading="lazy">
<img src="images/gallery/foragersHaven/6.png" loading="lazy">
</div> </div>
</div> </div>
@ -41,9 +49,29 @@
<div class="gallery"> <div class="gallery">
<h3>Game screenshots</h3> <h3>Game screenshots</h3>
<div> <div>
<img src="./images/gallery/mugunghwa/1.png" loading="lazy"> <img src="images/gallery/mugunghwa/1.png" loading="lazy">
<img src="./images/gallery/mugunghwa/2.png" loading="lazy"> <img src="images/gallery/mugunghwa/2.png" loading="lazy">
<img src="./images/gallery/mugunghwa/3.png" loading="lazy"> <img src="images/gallery/mugunghwa/3.png" loading="lazy">
</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>
</div> </div>
@ -60,10 +88,10 @@
<div class="gallery"> <div class="gallery">
<h3>Game screenshots</h3> <h3>Game screenshots</h3>
<div> <div>
<img src="./images/gallery/rainforestRunner/1.png" loading="lazy"> <img src="images/gallery/rainforestRunner/1.png" loading="lazy">
<img src="./images/gallery/rainforestRunner/2.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/3.png" loading="lazy">
<img src="./images/gallery/rainforestRunner/4.png" loading="lazy"> <img src="images/gallery/rainforestRunner/4.png" loading="lazy">
</div> </div>
</div> </div>
@ -80,13 +108,22 @@
<div class="gallery"> <div class="gallery">
<h3>Game screenshots</h3> <h3>Game screenshots</h3>
<div> <div>
<img src="./images/gallery/desperateConflicts/1.png" loading="lazy"> <img src="images/gallery/desperateConflicts/1.png" loading="lazy">
<img src="./images/gallery/desperateConflicts/2.png" loading="lazy"> <img src="images/gallery/desperateConflicts/2.png" loading="lazy">
<img src="./images/gallery/desperateConflicts/3.png" loading="lazy"> <img src="images/gallery/desperateConflicts/3.png" loading="lazy">
</div> </div>
</div> </div>
<!-- More! --> <!-- More! -->
<div class="teamOther"> <div class="teamOther">
<h3>And many other teams!</h3> <h3>And many others!</h3>
</div> </div>
<!-- Screen overlay -->
<div class="fullScreenImage">
<span>&times;</span>
<img src="images/noImage.jpg" alt="">
</div>
<!-- Script -->
<script src="script.js"></script>