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