Corrections

This commit is contained in:
Michał Gdula 2022-06-12 11:28:23 +01:00
parent 5de9307ce2
commit 54f094d5cb
2 changed files with 9 additions and 5 deletions

View file

@ -196,7 +196,8 @@
<section id="about"> <section id="about">
<h2>About</h2> <h2>About</h2>
<div> <div>
<p>The DV8 Game Event is a panel run by its students, showcasing their hard work they have done during this year and a chance to show off their skills to others!</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 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>
<span class="gray"><a href="#activities">View activities here</a></span>
</div> </div>
</section> </section>
@ -239,15 +240,15 @@
<div class="activities"> <div class="activities">
<div id="showcase"> <div id="showcase">
<h3>Game Showcase and Demos</h3> <h3>Game Showcase and Demos</h3>
<p>Panles showing off the different teams' work and a chance to play some of the amazing works</p> <p>Students showing off their teams' work and a chance to play some of the amazing demos!</p>
</div> </div>
<div id="demo"> <div id="demo">
<h3>Wren's Panel</h3> <h3>Wren's Panel</h3>
<p>A panel discusing how we could sucessfully implament non-binary chacters into video games. From NPCs to the main cast to the main character themselves.</p> <p>A panel discusing how we could sucessfully implament non-binary chacters into video games. From NPCs to the main cast to the main character themselves.</p>
</div> </div>
<div id="more"> <div id="more">
<h3>More!</h3> <h3>And much more!</h3>
<p>And many other things?!</p> <p>So feel free to come along and see this event.</p>
</div> </div>
</div> </div>
</section> </section>

View file

@ -132,11 +132,14 @@ h3 {
margin: 0.5em 0; margin: 0.5em 0;
} }
.gray { .gray *,
.gray{
margin: 0 !important; margin: 0 !important;
padding: 0; padding: 0;
color: #696969; color: #696969;
text-decoration: none;
/* nice */ /* nice */
} }