This commit is contained in:
Joshua Killen 2020-04-16 21:44:32 +01:00
parent 160994e71e
commit 9d8ebef698
2 changed files with 47 additions and 35 deletions

View File

@ -18,41 +18,53 @@
<title>Evolution of The Internet: 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">
<div class="navBar" id="navBar">
<a href="../../home/home.html">Home</a>
<a class="active" href="../eoti.html">Evolution of The Internet</a>
<div class="dropDown">
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
<div class="networkDrop-content" id="networkDrop">
<a href="../../networking/osi_model/osi_model.html">OSI Model</a>
<a href="../../networking/routing/routing.html">Routing</a>
<a href="../../networking/internet_protocols/ip.html">Internet Protocols</a>
<a href="../../networking/ipv4/ipv4.html">IPv4</a>
<a href="../../networking/ipv6/ipv6.html">IPv6</a>
<a href="../../networking/tcp/tcp.html">TCP</a>
<a href="../../networking/udp/udp.html">UDP</a>
<a href="../../networking/internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../networking/dns/dns.html">DNS</a>
<a href="../../networking/dchp/dchp.html">DCHP</a>
</div>
</div>
<div class="dropDown">
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
<div class="webDrop-content" id="webDrop">
<a href="../../website_design/html/html.html">HTML</a>
<a href="../../website_design/css/css.html">CSS</a>
<a href="../../website_design/javascript/javascript.html">JavaScript</a>
</div>
</div>
<a href="">Contact</a>
<a href="">About</a>
</div>
</head>
<body>
<h1>Internet Fundamentals</h1>
<header>
<div class="navBar" id="navBar">
<a href="../../home/home.html">Home</a>
<a class="active" href="../eoti.html">Evolution of The Internet</a>
<div class="dropDown">
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
<div class="networkDrop-content" id="networkDrop">
<a href="../../networking/osi_model/osi_model.html">OSI Model</a>
<a href="../../networking/routing/routing.html">Routing</a>
<a href="../../networking/internet_protocols/ip.html">Internet Protocols</a>
<a href="../../networking/ipv4/ipv4.html">IPv4</a>
<a href="../../networking/ipv6/ipv6.html">IPv6</a>
<a href="../../networking/tcp/tcp.html">TCP</a>
<a href="../../networking/udp/udp.html">UDP</a>
<a href="../../networking/internet_name_resolution/inr.html">Internet Name Resolution</a>
<a href="../../networking/pop/pop.html">PoP</a>
<a href="../../networking/dns/dns.html">DNS</a>
<a href="../../networking/dchp/dchp.html">DCHP</a>
</div>
</div>
<div class="dropDown">
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
<div class="webDrop-content" id="webDrop">
<a href="../../website_design/html/html.html">HTML</a>
<a href="../../website_design/css/css.html">CSS</a>
<a href="../../website_design/javascript/javascript.html">JavaScript</a>
</div>
</div>
<a href="../../contact/contact.html">Contact</a>
<a href="../../about/about.html">About</a>
</div>
</header>
<h1>Timeline of The Evolution of the Internet from 1960-2020</h1>
<details>
<summary>1960</summary>
<p></p>
</details>
<footer>
<div class="footer">
<a class="about" onmouseover="this.style.cursor='pointer';" href="../../../about/about.html">About the Website</a><br>
<a href="../../sitewide_assets/bibliography.pdf" download="KILLEN_Joshua_Bibliography" target="_blank">Bibliography</a><br>
<a class="contact" href="../../../contact/contact.html">Contact Us</a><br>
<a class="sitemap" href="">Sitemap</a>
</div>
</footer>
</body>
</html>

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" href="../../main.css" type="text/css">
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
<link rel="stylesheet" href="html_assets/html.css" type="text/css">
<link rel="stylesheet" href="html_assets/html.css" type="text/css">
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
<script src="html_assets/html.js"></script>
@ -53,7 +53,7 @@
</div>
</div>
<a href="../../contact/contact.html">Contact</a>
<a href="../../about/about.html">About</a>
<a href="../../about/about.html">About</a>
</div>
</header>