Skip to content

Commit

Permalink
Game Clip Page Content
Browse files Browse the repository at this point in the history
 - Added images for game page
 - Made game page accessible from website menu
 - Minor bugfixes in 404 and contact pages
  • Loading branch information
LewisN3142 committed Dec 23, 2023
1 parent f9429c6 commit 043a9dc
Show file tree
Hide file tree
Showing 23 changed files with 540 additions and 67 deletions.
21 changes: 21 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,27 @@ <h2> Terms and Conditions </h2>
</ul>
</li>

<li> <!-- Games Nav -->
<div class="link-with-dropdown">
<a class="link-next-to-dropdown" href="https://lewisn3142.github.io/games_page/video_games.html"> Gaming
Stuff </a>
<button class="dropdown-btn" type="button" aria-controls="Games-dropdown" aria-expanded="false">
<i class="icon-angle-right dropdown-icon"></i> </button>
</div>

<ul class="dropdown-container" id="Games-dropdown">
<li> <a href="https://lewisn3142.github.io/games_page/video_games.html#gameplay"> Gameplay </a></li>
<li> <a href="https://lewisn3142.github.io/games_page/video_games.html#speedrunTech"> Speedrun Tech </a>
</li>
<li> <a href="https://lewisn3142.github.io/games_page/video_games.html#bugsGlitches"> Bugs and Glitches
</a></li>
</ul>
</li>

<li> <!-- Contact Nav -->
<a href="https://lewisn3142.github.io/contact_page/contact.html"> Contact Me </a>
</li>

<li class="buffer-item"> </li> <!-- Blank Element So Scrolling Shows All Links -->
</ul>
</nav>
Expand Down
16 changes: 16 additions & 0 deletions academia_page/academia.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,22 @@ <h2> Terms and Conditions </h2>
</ul>
</li>

<li> <!-- Games Nav -->
<div class="link-with-dropdown">
<a class="link-next-to-dropdown" href="../games_page/video_games.html"> Gaming Stuff </a>
<button class="dropdown-btn" type="button" aria-controls="Games-dropdown" aria-expanded="false">
<i class="icon-angle-right dropdown-icon"></i> </button>
</div>

<ul class="dropdown-container" id="Games-dropdown">
<li> <a href="../games_page/video_games.html#gameplay"> Gameplay </a></li>
<li> <a href="../games_page/video_games.html#speedrunTech"> Speedrun Tech </a>
</li>
<li> <a href="../games_page/video_games.html#bugsGlitches"> Bugs and Glitches
</a></li>
</ul>
</li>

<li> <!-- Contact Nav -->
<a href="../contact_page/contact.html"> Contact Me </a>
</li>
Expand Down
61 changes: 36 additions & 25 deletions contact_page/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,22 @@ <h2> Terms and Conditions </h2>
</ul>
</li>

<li> <!-- Games Nav -->
<div class="link-with-dropdown">
<a class="link-next-to-dropdown" href="../games_page/video_games.html"> Gaming Stuff </a>
<button class="dropdown-btn" type="button" aria-controls="Games-dropdown" aria-expanded="false">
<i class="icon-angle-right dropdown-icon"></i> </button>
</div>

<ul class="dropdown-container" id="Games-dropdown">
<li> <a href="../games_page/video_games.html#gameplay"> Gameplay </a></li>
<li> <a href="../games_page/video_games.html#speedrunTech"> Speedrun Tech </a>
</li>
<li> <a href="../games_page/video_games.html#bugsGlitches"> Bugs and Glitches
</a></li>
</ul>
</li>

<li> <!-- Contact Nav -->
<a href="contact_page/contact.html" id="current-page"> Contact Me </a>
</li>
Expand All @@ -168,7 +184,25 @@ <h1> Contact Me</h1>
<div class="contact-column-left">
If you have any questions, project proposals, or issues, please contact me using the form on this page or <a
href="mailto:lewis.napper@surrey.ac.uk" rel="noopener noreferrer"
class="external-link under-overlay under-modal-overlay"> Email Me</a> directly.
class="external-link under-overlay under-modal-overlay"> Email Me</a> directly. You can also find me on:
<div class="social-buttons">
<a href="https://www.youtube.com/@lewisnapper"
class="social-link youtube-link under-overlay under-modal-overlay" rel="noopener noreferrer">
Youtube
</a>
<a href="https://github.com/LewisN3142/" class="social-link github-link under-overlay under-modal-overlay"
rel="noopener noreferrer">
GitHub
</a>
<a href="https://www.linkedin.com/in/lewis-napper-222711298/"
class="social-link linkedin-link under-overlay under-modal-overlay" rel="noopener noreferrer">
LinkedIn
</a>
<a href="https://www.instagram.com/lewis.napper/"
class="social-link instagram-link under-overlay under-modal-overlay" rel="noopener noreferrer">
Instagram
</a>
</div>
By contacting me, you agree that your data may be managed in-line with our <button
class="abstract-link under-overlay under-modal-overlay" type="button" aria-expanded="false"
aria-controls="Privacy_Policy" style="margin-left:0.1rem"> <i class="abstract-icon icon-angle-right"></i>
Expand Down Expand Up @@ -222,29 +256,6 @@ <h1> Contact Me</h1>

<div class="contact-spacer"></div>

<!-- To do: split into two sub-columns and stack on top of each other when screen too narrow (check using inspector). Also, style these to look and act the same as the submit button on this page... -->
You can also find me on:
<div class="social-buttons">
<a href="https://www.youtube.com/@lewisnapper"
class="social-link youtube-link under-overlay under-modal-overlay" rel="noopener noreferrer">
Youtube
</a>
<a href="https://github.com/LewisN3142/" class="social-link github-link under-overlay under-modal-overlay"
rel="noopener noreferrer">
GitHub
</a>
<a href="https://www.linkedin.com/in/lewis-napper-222711298/"
class="social-link linkedin-link under-overlay under-modal-overlay" rel="noopener noreferrer">
LinkedIn
</a>
<a href="https://www.instagram.com/lewis.napper/"
class="social-link instagram-link under-overlay under-modal-overlay" rel="noopener noreferrer">
Instagram
</a>
</div>

<div class="contact-spacer"></div>

</div>

<!-- Add error functionality if data of the wrong type is entered into the, say, email field-->
Expand Down Expand Up @@ -296,7 +307,7 @@ <h1> Contact Me</h1>
</div>

<div class="contact-bottom-spacer"></div>
<footer class="finefooter">
<footer class="contactfooter">
© 2023 Lewis Napper | <button class="under-overlay under-modal-overlay" id="terms-conditions" type="button"
aria-expanded="false" aria-controls="terms-conditions-modal" aria-label="open terms and conditions"> <i
class="terms-icon icon-angle-right"></i>Terms &
Expand Down
Binary file added games_page/games_images/Astro_Climbing_Thumb.webp
Binary file not shown.
Binary file added games_page/games_images/Astro_Hopping_Thumb.webp
Binary file not shown.
Binary file added games_page/games_images/Astro_Jetpack_Thumb.webp
Binary file not shown.
Binary file added games_page/games_images/Astro_Rolling_Thumb.webp
Binary file not shown.
Binary file added games_page/games_images/Atomic_Glitch1_Thumb.webp
Binary file not shown.
Binary file added games_page/games_images/Bloodborne_Hut_Thumb.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added games_page/games_images/Ghostrunner_2_Thumb.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified games_page/games_images/Returnal_Phrike_Thumb.webp
Binary file not shown.
Binary file added games_page/games_images/TLOU_Headshot_Thumb.webp
Binary file not shown.
Loading

0 comments on commit 043a9dc

Please sign in to comment.