Update home.html

This commit is contained in:
Joshua Killen 2020-04-17 08:39:12 +01:00
parent d8db519e82
commit 9681c25a36
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
<nav class="navBar" id="navBar">
<a href="../../home.html">Home</a>
<a class="active" href="../../home.html">Home</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">
<a class="active" href="../../networking/networking.html">Fundamentals</a>
<a href="../../networking/networking.html">Fundamentals</a>
<a href="../../internet_protocol/internet_protocol.html">Internet Protocol</a>
<a href="../../osi_model/osi_model.html">OSI Model</a>
</div>