Skip to content

Commit

Permalink
Minor Bug Fixes
Browse files Browse the repository at this point in the history
404 page did not load correctly when accessed away from root
  • Loading branch information
LewisN3142 committed Dec 22, 2023
1 parent ab80f55 commit f9429c6
Showing 1 changed file with 32 additions and 17 deletions.
49 changes: 32 additions & 17 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ <h2> Terms and Conditions </h2>
resulting from use of this information.
</p>
<p>
Please <a href="contact_page/contact.html" class="under-overlay internal-link">Contact Us</a> if you believe
Please <a href="https://lewisn3142.github.io/contact_page/contact.html" class="under-overlay internal-link"
rel="noopener noreferrer">Contact Us</a> if you believe
any information herein
to be
erronious or have issues with links to external material.
Expand All @@ -59,7 +60,8 @@ <h2> Terms and Conditions </h2>
The material contained within this website is distributed under a
CC-BY-NC-SA license. Should you wish to license material under any other terms, or claim copyright to material
presented
herein, <a href="contact_page/contact.html" class="under-overlay internal-link">Contact Us</a>.
herein, <a href="https://lewisn3142.github.io/contact_page/contact.html" class="under-overlay internal-link"
rel="noopener noreferrer">Contact Us</a>.
</p>
</div>
</div>
Expand All @@ -81,7 +83,7 @@ <h2> Terms and Conditions </h2>
</div>

<div id="nav-logo-symbol" class="nav-section"> <!--My Logo -->
<a href="index.html" class="under-modal-overlay">
<a href="https://lewisn3142.github.io/index.html" class="under-modal-overlay" rel="noopener noreferrer">
<svg class="site-logo" alt="Site logo" title="My Personal Logo" width="45" height="45" viewBox="0 0 64 64"
version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"
xml:space="preserve" xmlns:serif="https://www.serif.com/">
Expand Down Expand Up @@ -112,33 +114,44 @@ <h2> Terms and Conditions </h2>

<li> <!-- Homepage Nav -->
<div class="link-with-dropdown">
<a class="link-next-to-dropdown" href="index.html"> Home </a>
<a class="link-next-to-dropdown" href="https://lewisn3142.github.io/index.html" rel="noopener noreferrer">
Home </a>
<button class="dropdown-btn" type="button" aria-controls="Homepage-dropdown" aria-expanded="false"> <i
class="icon-angle-right dropdown-icon"></i></button>
</div>

<ul class="dropdown-container" id="Homepage-dropdown">
<li><a href="index.html#aboutMe"> About Me </a></li>
<li> <a href="index.html#newsReel"> News and Updates </a></li>
<li><a href="index.html#education"> Education </a></li>
<li><a href="index.html#skillsExperience"> Skills and Experience </a></li>
<li><a href="https://lewisn3142.github.io/index.html#aboutMe" rel="noopener noreferrer"> About Me </a></li>
<li> <a href="https://lewisn3142.github.io/index.html#newsReel" rel="noopener noreferrer"> News and Updates
</a></li>
<li><a href="https://lewisn3142.github.io/index.html#education" rel="noopener noreferrer"> Education </a>
</li>
<li><a href="https://lewisn3142.github.io/index.html#skillsExperience" rel="noopener noreferrer"> Skills and
Experience </a></li>
</ul>
</li>

<li> <!-- Academia Nav -->
<div class="link-with-dropdown">
<a class="link-next-to-dropdown" href="academia_page/academia.html"> Academia </a>
<a class="link-next-to-dropdown" href="https://lewisn3142.github.io/academia_page/academia.html"
rel="noopener noreferrer"> Academia </a>
<button class="dropdown-btn" type="button" aria-controls="Academia-dropdown" aria-expanded="true">
<i class="icon-angle-right dropdown-icon"></i> </button>
</div>

<ul class="dropdown-container" id="Academia-dropdown">
<li> <a href="academia_page/academia.html#researchInterests"> Research Interests </a></li>
<li> <a href="academia_page/academia.html#publications"> Publications </a></li>
<li> <a href="academia_page/academia.html#newsEvents"> News and Events </a></li>
<li> <a href="academia_page/academia.html#academicPresentations"> Presentations </a></li>
<li> <a href="academia_page/academia.html#teaching"> Teaching </a></li>
<li> <a href="academia_page/academia.html#awardsFunding"> Awards and Funding </a></li>
<li> <a href="https://lewisn3142.github.io/academia_page/academia.html#researchInterests"
rel="noopener noreferrer"> Research Interests </a></li>
<li> <a href="https://lewisn3142.github.io/academia_page/academia.html#publications"
rel="noopener noreferrer"> Publications </a></li>
<li> <a href="https://lewisn3142.github.io/academia_page/academia.html#newsEvents"
rel="noopener noreferrer"> News and Events </a></li>
<li> <a href="https://lewisn3142.github.io/academia_page/academia.html#academicPresentations"
rel="noopener noreferrer"> Presentations </a></li>
<li> <a href="https://lewisn3142.github.io/academia_page/academia.html#teaching" rel="noopener noreferrer">
Teaching </a></li>
<li> <a href="https://lewisn3142.github.io/academia_page/academia.html#awardsFunding"
rel="noopener noreferrer"> Awards and Funding </a></li>
</ul>
</li>

Expand All @@ -151,12 +164,14 @@ <h2> Terms and Conditions </h2>
<main>
<div class="container">
<div id="finebox">
<img src="home_material/404image.webp" loading="lazy" id="thisfine">
<img src="https://lewisn3142.github.io/home_material/404image.webp" loading="lazy" id="thisfine"
rel="noopener noreferrer">

<h1> Error: 404</h1>
<p id="finepara">
It seems like you're lost! <br>
That's ok, just <a href="index.html" class="under-overlay under-modal-overlay internal-link">Click Here</a>
That's ok, just <a href="https://lewisn3142.github.io/index.html" rel="noopener noreferrer"
class="under-overlay under-modal-overlay internal-link">Click Here</a>
to return
home,
or use the navigation menu in
Expand Down

0 comments on commit f9429c6

Please sign in to comment.