final parts of framework
This commit is contained in:
parent
bc5bdecf82
commit
8376d92bc3
|
|
@ -22,23 +22,18 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="navBar" id="navBar">
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
<a href="../../home/home.html">Home</a>
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
||||||
<a class="active" href="../eoti.html">Evolution of The Internet</a>
|
|
||||||
|
<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>
|
||||||
<div class="dropDown">
|
<div class="dropDown">
|
||||||
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
<div class="networkDrop-content" id="networkDrop">
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
<a href="../../networking/osi_model/osi_model.html">OSI Model</a>
|
<a href="../../networking/networking.html">Fundamentals</a>
|
||||||
<a href="../../networking/routing/routing.html">Routing</a>
|
<a href="../../internet_protocol/internet_protocol.html">Internet Protocol</a>
|
||||||
<a href="../../networking/internet_protocols/ip.html">Internet Protocols</a>
|
<a href="../../osi_model/osi_model.html">OSI Model</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>
|
</div>
|
||||||
<div class="dropDown">
|
<div class="dropDown">
|
||||||
|
|
@ -51,7 +46,7 @@
|
||||||
</div>
|
</div>
|
||||||
<a href="../../contact/contact.html">Contact</a>
|
<a href="../../contact/contact.html">Contact</a>
|
||||||
<a href="../../about/about.html">About</a>
|
<a href="../../about/about.html">About</a>
|
||||||
</div>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<h1>Timeline of The Evolution of the Internet from 1960-2020</h1>
|
<h1>Timeline of The Evolution of the Internet from 1960-2020</h1>
|
||||||
<details>
|
<details>
|
||||||
|
|
|
||||||
43
home.html
43
home.html
|
|
@ -16,26 +16,21 @@
|
||||||
<base href="home_assets/" target ="_self">
|
<base href="home_assets/" target ="_self">
|
||||||
|
|
||||||
<title>Home: Z14IT-Internet Fundamentals</title>
|
<title>Home: Z14IT-Internet Fundamentals</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
<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 class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
||||||
|
|
||||||
<div class="navBar" id="navBar">
|
<nav class="navBar" id="navBar">
|
||||||
<a class="active" href="../home.html">Home</a>
|
<a href="../../home.html">Home</a>
|
||||||
<a 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">
|
<div class="dropDown">
|
||||||
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
<div class="networkDrop-content" id="networkDrop">
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
<a href="../../networking/osi_model/osi_model.html">OSI Model</a>
|
<a class="active" href="../../networking/networking.html">Fundamentals</a>
|
||||||
<a href="../../networking/routing/routing.html">Routing</a>
|
<a href="../../internet_protocol/internet_protocol.html">Internet Protocol</a>
|
||||||
<a href="../../networking/internet_protocols/ip.html">Internet Protocols</a>
|
<a href="../../osi_model/osi_model.html">OSI Model</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>
|
</div>
|
||||||
<div class="dropDown">
|
<div class="dropDown">
|
||||||
|
|
@ -46,13 +41,17 @@
|
||||||
<a href="../../website_design/javascript/javascript.html">JavaScript</a>
|
<a href="../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a href="../../contact/Contact.html">Contact</a>
|
<a href="../../contact/contact.html">Contact</a>
|
||||||
<a href="../../about/About.html">About</a>
|
<a href="../../about/about.html">About</a>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<footer>
|
||||||
|
<div class="footer">
|
||||||
|
<a class="about" 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>
|
</div>
|
||||||
|
</footer>
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="invisiblewall"></div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
||||||
|
|
||||||
<nav class="navBar" id="navBar">
|
<nav class="navBar" id="navBar">
|
||||||
<a href="../../home/home.html">Home</a>
|
<a href="../../home.html">Home</a>
|
||||||
<a 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">
|
<div class="dropDown">
|
||||||
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
||||||
|
|
||||||
<nav class="navBar" id="navBar">
|
<nav class="navBar" id="navBar">
|
||||||
<a href="../../home/home.html">Home</a>
|
<a href="../../home.html">Home</a>
|
||||||
<a 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">
|
<div class="dropDown">
|
||||||
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
||||||
|
|
||||||
<nav class="navBar" id="navBar">
|
<nav class="navBar" id="navBar">
|
||||||
<a href="../../home/home.html">Home</a>
|
<a href="../../home.html">Home</a>
|
||||||
<a 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">
|
<div class="dropDown">
|
||||||
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
||||||
|
|
||||||
<nav class="navBar" id="navBar">
|
<nav class="navBar" id="navBar">
|
||||||
<a href="../../home/home.html">Home</a>
|
<a href="../../home.html">Home</a>
|
||||||
<a 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">
|
<div class="dropDown">
|
||||||
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
||||||
|
|
||||||
<nav class="navBar" id="navBar">
|
<nav class="navBar" id="navBar">
|
||||||
<a href="../../home/home.html">Home</a>
|
<a href="../../home.html">Home</a>
|
||||||
<a 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">
|
<div class="dropDown">
|
||||||
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue