This commit is contained in:
Joshua Killen 2020-04-17 08:45:22 +01:00
parent 9681c25a36
commit 548fad82da
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
<nav class="navBar" id="navBar">
<a href="../../home.html">Home</a>
<a class="active" href="../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
<a href="../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
<div class="dropDown">
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
<div class="networkDrop-content" id="networkDrop">
@ -42,7 +42,7 @@
</div>
</div>
<a href="../../contact/contact.html">Contact</a>
<a href="../../about/about.html">About</a>
<a class="active" href="../../about/about.html">About</a>
</nav>
</header>
<h1><u>About</u></h1>

View File

@ -25,7 +25,7 @@
<nav class="navBar" id="navBar">
<a href="../../home.html">Home</a>
<a class="active" href="../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
<a href="../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
<div class="dropDown">
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
<div class="networkDrop-content" id="networkDrop">
@ -42,7 +42,7 @@
<a href="../../website_design/javascript/javascript.html">JavaScript</a>
</div>
</div>
<a href="../../contact/contact.html">Contact</a>
<a class="active" href="../../contact/contact.html">Contact</a>
<a href="../../about/about.html">About</a>
</nav>
</header>