This commit is contained in:
Michał Gdula 2022-06-09 22:17:55 +01:00
parent e78be306e0
commit b16cee217a
13 changed files with 60 additions and 11 deletions

View file

@ -59,9 +59,14 @@
margin: 0.5em; margin: 0.5em;
min-width: 250px; min-width: 250px;
flex: 1 1 250px; flex: 1 1 150px;
object-fit: cover; object-fit: cover;
transition: transform 0.15s ease-out;
}
#team .gallery div img:hover {
transform: scale(1.15);
} }
#team .gallery h3 { #team .gallery h3 {
margin: 0; margin: 0;

View file

@ -1,12 +1,15 @@
.times { .times {
display: flex; display: flex;
justify-content: space-around; justify-content: space-between;
} }
.times img { .times img {
margin: 0; margin: 0;
width: 70%;
width: 69%;
min-height: 20em; min-height: 20em;
display: block;
object-fit: cover; object-fit: cover;
border-radius: var(--rad); border-radius: var(--rad);
} }
@ -20,8 +23,6 @@
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
background-color: var(--bg-light);
} }
.times div div { .times div div {
padding: 0; padding: 0;
@ -45,8 +46,6 @@
} }
.times img { .times img {
width: auto; width: auto;
border-radius: var(--rad);
} }
.times div { .times div {
margin: 0; margin: 0;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
images/map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 KiB

BIN
images/teams/atrophy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 853 KiB

View file

@ -71,7 +71,7 @@
<p>27 Richmond Pl, BN2 9NA</p> <p>27 Richmond Pl, BN2 9NA</p>
</div> </div>
</div> </div>
<img src="images/temporaryDirections.png" alt="directions"> <img src="images/map.png" alt="directions">
</div> </div>
</section> </section>
@ -99,4 +99,30 @@
<?php <?php
include"ui/footer.html"; include"ui/footer.html";
?> ?>
<!--
Hi! If you found this congrats, you have too much time, and this isnt the only thing that is hidden on this page!
But for now, have this ASCII maned wolf art :3-->
<!--..../|/|..............-->
<!--.../0 0 \.............-->
<!--(III....\________,....-->
<!--....\__......./ \|\,..-->
<!--.......||-----| |.\ \.-->
<!--.......||.....|/...\|.-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--.......||.....||......-->
<!--......cc/....cc/.......-->
</html> </html>

View file

@ -14,7 +14,7 @@
<span></span> <span></span>
<div class="teamInfo"> <div class="teamInfo">
<h3>Foragers Haven</h3> <h3>Foragers Haven</h3>
<p>Team Members:</p> <p>Team:</p>
<p>- Farley Barker | 3D Environment Art, Game Design, Programming</p> <p>- Farley Barker | 3D Environment Art, Game Design, Programming</p>
<p>- Ben Easton | 3D Art, Story Development</p> <p>- Ben Easton | 3D Art, Story Development</p>
<p>- Hannah Burfoot | Character Art, UI Design</p> <p>- Hannah Burfoot | Character Art, UI Design</p>
@ -97,7 +97,7 @@
<!-- Desperate Conflicts --> <!-- Desperate Conflicts -->
<div> <div>
<img src="images/teams/desperateConflicts.png" alt="Rainforrest Runner logo" loading="lazy"> <img src="images/teams/desperateConflicts.png" alt="Desperate Conflicts logo" loading="lazy">
<span></span> <span></span>
<div class="teamInfo"> <div class="teamInfo">
<h3>Desperate Conflicts</h3> <h3>Desperate Conflicts</h3>
@ -114,6 +114,26 @@
</div> </div>
</div> </div>
<!-- Foragers Haven -->
<div>
<img src="images/teams/atrophy.png" alt="Atrophy logo" loading="lazy">
<span></span>
<div class="teamInfo">
<h3>Atrophy</h3>
<p>Team: Joseph, Sebastian</p>
</div>
</div>
<div class="gallery">
<h3>Game screenshots</h3>
<div>
<img src="images/gallery/atrophy/1.png" loading="lazy">
<img src="images/gallery/atrophy/2.png" loading="lazy">
<img src="images/gallery/atrophy/3.png" loading="lazy">
<img src="images/gallery/atrophy/4.png" loading="lazy">
<img src="images/gallery/atrophy/5.png" loading="lazy">
</div>
</div>
<!-- More! --> <!-- More! -->
<div class="teamOther"> <div class="teamOther">
<h3>And many others!</h3> <h3>And many others!</h3>