This commit is contained in:
parent
9681c25a36
commit
548fad82da
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue