Spelling errors 💀

This commit is contained in:
Michał Gdula 2022-06-12 11:41:23 +01:00
parent 54f094d5cb
commit 964c683e63
2 changed files with 14 additions and 13 deletions

View file

@ -72,11 +72,11 @@
<h3>Game screenshots</h3>
<div>
<img src="images/gallery/foragersHaven/1.webp" loading="lazy" alt="Path surrounded by trees going towards a cave">
<img src="images/gallery/foragersHaven/2.webp" loading="lazy" alt="Path surrounded by trees streatching away into the distance">
<img src="images/gallery/foragersHaven/2.webp" loading="lazy" alt="Path surrounded by trees stretching away into the distance">
<img src="images/gallery/foragersHaven/3.webp" loading="lazy" alt="Camping spot, containing a tent, fireplace and table surrounded by trees">
<img src="images/gallery/foragersHaven/4.webp" loading="lazy" alt="Forest full of trees">
<img src="images/gallery/foragersHaven/5.webp" loading="lazy" alt="A dark cave with a distance exit">
<img src="images/gallery/foragersHaven/6.webp" loading="lazy" alt="Hut located in a forest with a path going away from the entrace to it">
<img src="images/gallery/foragersHaven/6.webp" loading="lazy" alt="Hut located in a forest with a path going away from the entrance to it">
</div>
</div>
@ -87,7 +87,7 @@
<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>
<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 the hope that you'll one day seek them out so you can be together forever...</p>
</div>
</div>
<div class="gallery">
@ -95,7 +95,7 @@
<div>
<img src="images/gallery/mugunghwa/1.webp" loading="lazy" alt="Small area surrounded by trees and bushes of different sizes">
<img src="images/gallery/mugunghwa/2.webp" loading="lazy" alt="A South Korean hut next to large trees">
<img src="images/gallery/mugunghwa/3.webp" loading="lazy" alt="A Mugunghwa infront of a large boulder">
<img src="images/gallery/mugunghwa/3.webp" loading="lazy" alt="A Mugunghwa in front of a large boulder">
</div>
</div>
@ -113,9 +113,9 @@
<h3>Game screenshots</h3>
<div>
<img src="images/gallery/again/1.webp" loading="lazy" alt="Rooftops of Brazilian houses, with signs directing the player where to go">
<img src="images/gallery/again/2.webp" loading="lazy" alt="Rooftops of colourful Brazilian Favella houses">
<img src="images/gallery/again/3.webp" loading="lazy" alt="Rooftops of Brazilian Favella houses, with a large mono-coloured brick building in the center">
<img src="images/gallery/again/4.webp" loading="lazy" alt="Rooftops of colourful Brazilian Favella houses">
<img src="images/gallery/again/2.webp" loading="lazy" alt="Rooftops of colourful Brazilian Favela houses">
<img src="images/gallery/again/3.webp" loading="lazy" alt="Rooftops of Brazilian Favela houses, with a large mono-coloured brick building in the centre">
<img src="images/gallery/again/4.webp" loading="lazy" alt="Rooftops of colourful Brazilian Favela houses">
</div>
</div>
@ -134,7 +134,7 @@
<div>
<img src="images/gallery/rainforestRunner/1.webp" loading="lazy" alt="Wooden bridge, taking the player over a large lake">
<img src="images/gallery/rainforestRunner/2.webp" loading="lazy" alt="A path, taking the player through a rainforest with logs and trees to dodge">
<img src="images/gallery/rainforestRunner/3.webp" loading="lazy" alt="Sandy beach with palmtrees and sand dunes to dodge">
<img src="images/gallery/rainforestRunner/3.webp" loading="lazy" alt="Sandy beach with palm trees and sand dunes to dodge">
<img src="images/gallery/rainforestRunner/4.webp" loading="lazy" alt="Player going through wooden bridge about to enter a rainforest full of trees">
</div>
</div>
@ -196,7 +196,7 @@
<section id="about">
<h2>About</h2>
<div>
<p>The DV8 Game Event is an event run by its Gave Development students from Level 3 year 1 and 2. This year, they will be hosting things like game demos of their projects they've been working on over the year as a chance to show of their skills to others. Pannels talking about various subjects, such as how non-binary characters can be displayed in games. And much more, so come along if you want to see all this in action!</p>
<p>The DV8 Game Event is an event run by its Gave Development students from Level 3 year 1 and 2. This year, they will be hosting things like game demos of their projects they've been working on over the year as a chance to show off their skills to others. Pannels talking about various subjects, such as how non-binary characters can be displayed in games. And much more, so come along if you want to see all this in action!</p>
<span class="gray"><a href="#activities">View activities here</a></span>
</div>
</section>
@ -288,7 +288,7 @@
</body>
<!--
Hi! If you found this congrats, you have too much time,
and this isnt the only thing that is hidden on this page!
and this isn't the only thing that is hidden on this page!
But for now, have this ASCII maned wolf art :3
-->
<!--. . /|/| . . . . . . .-->

View file

@ -1,20 +1,21 @@
/*
This took forever to make, CSS will be the death of me so please
forgive me for graphial errors that were not fixed, I'm aware of
forgive me for graphical errors that were not fixed, I'm aware of
some of them but had no clue how to fix them. Such as the images
in the gallery portion of the page not shrinking correctly :c
These a lot of protions of the page that are also redundant and
These a lot of portions of the page that are also redundant and
not made the best, so please complain to me about it on Twitter
(@fluffybeanUwU) or on Telegram (@Fluffy Bean).
*/
/*
I seperated out the different elements CSS into different files
I separated out the different elements CSS into different files
this is to keep the CSS semi tidy and easier to configure if
any problems occur.
*/
/* UI */
@import url("css/navigation.css");
@import url("css/footer.css");