issue#2 fixes

This commit is contained in:
Joshua Killen 2020-04-01 12:23:04 +01:00
parent 5afc08a431
commit 1f6f4d2dce
12 changed files with 22 additions and 22 deletions

View File

@ -20,7 +20,7 @@
<img class="uniLogo" src="../../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
<div class="navBar" id="navBar">
<a class="active" href="../../../home/home.html">Home</a>
<a href="../../../home/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>
@ -33,7 +33,7 @@
<a href="../../tcp/tcp.html">TCP</a>
<a href="../../udp/udp.html">UDP</a>
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../pop/pop.html">PoP</a>
<a href="../../dns/dns.html">DNS</a>
<a class="active" href="../dchp.html">DCHP</a>
</div>

View File

@ -33,7 +33,7 @@
<a href="../../tcp/tcp.html">TCP</a>
<a href="../../udp/udp.html">UDP</a>
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../pop/pop.html">PoP</a>
<a class="active" href="../dns.html">DNS</a>
<a href="../../dchp/dchp.html">DCHP</a>
</div>

View File

@ -33,7 +33,7 @@
<a href="../../tcp/tcp.html">TCP</a>
<a href="../../udp/udp.html">UDP</a>
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../pop/pop.html">PoP</a>
<a href="../../dns/dns.html">DNS</a>
<a href="../../dchp/dchp.html">DCHP</a>
</div>

View File

@ -33,7 +33,7 @@
<a href="../../tcp/tcp.html">TCP</a>
<a href="../../udp/udp.html">UDP</a>
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../pop/pop.html">PoP</a>
<a href="../../dns/dns.html">DNS</a>
<a href="../../dchp/dchp.html">DCHP</a>
</div>

View File

@ -33,7 +33,7 @@
<a href="../../tcp/tcp.html">TCP</a>
<a href="../../udp/udp.html">UDP</a>
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../pop/pop.html">PoP</a>
<a href="../../dns/dns.html">DNS</a>
<a href="../../dchp/dchp.html">DCHP</a>
</div>

View File

@ -33,7 +33,7 @@
<a href="../../tcp/tcp.html">TCP</a>
<a href="../../udp/udp.html">UDP</a>
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../pop/pop.html">PoP</a>
<a href="../../dns/dns.html">DNS</a>
<a href="../../dchp/dchp.html">DCHP</a>
</div>

View File

@ -33,7 +33,7 @@
<a href="../../tcp/tcp.html">TCP</a>
<a href="../../udp/udp.html">UDP</a>
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../pop/pop.html">PoP</a>
<a href="../../dns/dns.html">DNS</a>
<a href="../../dchp/dchp.html">DCHP</a>
</div>

View File

@ -33,7 +33,7 @@
<a class="active" href="../tcp.html">TCP</a>
<a href="../../udp/udp.html">UDP</a>
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../pop/pop.html">PoP</a>
<a href="../../dns/dns.html">DNS</a>
<a href="../../dhcp/dchp.html">DCHP</a>
</div>

View File

@ -33,7 +33,7 @@
<a href="../../tcp/tcp.html">TCP</a>
<a class="active" href="../udp.html">UDP</a>
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../pop/pop.html">PoP</a>
<a href="../../dns/dns.html">DNS</a>
<a href="../../dchp/dchp.html">DCHP</a>
</div>

View File

@ -16,8 +16,8 @@
<base href="css_assets/" target ="_self">
<title>Web Design-CSS: Z14IT-Internet Fundamentals</title>
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
<img src="../../../sitewide_assets/logo.gif" alt="JKLearns">
<img class="uniLogo" src="../../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
<div class="navBar" id="navBar">
<a href="../../../home/home.html">Home</a>
@ -43,7 +43,7 @@
<div class="webDrop-content" id="webDrop">
<a href="../../html/html.html">HTML</a>
<a class="active" href="../css.html">CSS</a>
<a href=".././javascript/javascript.html">JavaScript</a>
<a href="../../javascript/javascript.html">JavaScript</a>
</div>
</div>
<a href="">Contact</a>

View File

@ -10,14 +10,14 @@
<meta charset="utf-8">
<link rel="stylesheet" href="../../main.css" type="text/css">
<link rel="stylesheet" href="../../head_assets/navbar/navbar.css" type="text/css">
<script type="text/javascript" src="../../head_assets/navbar/navbar.js"></script>
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
<base href="css_assets/" target ="_self">
<title>Web Design-HTML: Z14IT-Internet Fundamentals</title>
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
<img src="../../../sitewide_assets/logo.gif" alt="JKLearns">
<img class="uniLogo" src="../../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
<div class="navBar" id="navBar">
<a href="../../../home/home.html">Home</a>

View File

@ -10,14 +10,14 @@
<meta charset="utf-8">
<link rel="stylesheet" href="../../main.css" type="text/css">
<link rel="stylesheet" href="../../head_assets/navbar/navbar.css" type="text/css">
<script type="text/javascript" src="../../head_assets/navbar/navbar.js"></script>
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
<base href="css_assets/" target ="_self">
<title>Web Design-JavaScript: Z14IT-Internet Fundamentals</title>
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
<img src="../../../sitewide_assets/logo.gif" alt="JKLearns">
<img class="uniLogo" src="../../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
<div class="navBar" id="navBar">
<a href="../../../home/home.html">Home</a>
@ -47,7 +47,7 @@
</div>
</div>
<a href="../../../contact/contact.html">Contact</a>
<a href="../../../about/about.htmlhtml">About</a>
<a href="../../../about/about.html">About</a>
</div>
</head>