This commit is contained in:
parent
135666b3f4
commit
d8db519e82
|
|
@ -13,48 +13,38 @@
|
||||||
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
<base href="about_assets/" target ="_self">
|
<base target ="_self">
|
||||||
|
|
||||||
<title>About: Z14IT-Internet Fundamentals</title>
|
<title>About: Z14IT-Internet Fundamentals</title>
|
||||||
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
</head>
|
||||||
<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 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 class="active" href="../About.html">About</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="about.css" type="text/css">
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<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 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/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>
|
||||||
<h1><u>About</u></h1>
|
<h1><u>About</u></h1>
|
||||||
<div class="aboutSite">
|
<div class="aboutSite">
|
||||||
<h2>The Website</h2>
|
<h2>The Website</h2>
|
||||||
|
|
@ -67,9 +57,13 @@
|
||||||
<h2>Me</h2>
|
<h2>Me</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<footer>
|
||||||
<a class="about" href="../about.html">About the Website</a><br>
|
<div class="footer">
|
||||||
<a class="contact" href="../../contact/contact.html">Contact Us</a>
|
<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>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -13,46 +13,47 @@
|
||||||
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
<base href="contact_assets/" target ="_self">
|
<base target ="_self">
|
||||||
|
|
||||||
<title>Contact: Z14IT-Internet Fundamentals</title>
|
<title>Contact: 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 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 class="active" href="../contact.html">Contact</a>
|
|
||||||
<a target="_self" href="../../about/about.html">About</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<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 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/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>
|
||||||
<h1>Internet Fundamentals</h1>
|
<h1>Internet Fundamentals</h1>
|
||||||
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
<base href="eoti_assets/" target ="_self">
|
<base target ="_self">
|
||||||
|
|
||||||
<title>Evolution of The Internet: Z14IT-Internet Fundamentals</title>
|
<title>Evolution of The Internet: Z14IT-Internet Fundamentals</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
<base href="home_assets/" target ="_self">
|
<base target ="_self">
|
||||||
|
|
||||||
<title>Home: Z14IT-Internet Fundamentals</title>
|
<title>Home: Z14IT-Internet Fundamentals</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
<meta name="author" content="Joshua Killen">
|
<meta name="author" content="Joshua Killen">
|
||||||
<meta http-equiv="refresh" content="60">
|
<meta http-equiv="refresh" content="60">
|
||||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
<base target ="_self">
|
<base target ="_self">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
<meta name="author" content="Joshua Killen">
|
<meta name="author" content="Joshua Killen">
|
||||||
<meta http-equiv="refresh" content="60">
|
<meta http-equiv="refresh" content="60">
|
||||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
<base target ="_self">
|
<base target ="_self">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
<meta name="author" content="Joshua Killen">
|
<meta name="author" content="Joshua Killen">
|
||||||
<meta http-equiv="refresh" content="60">
|
<meta http-equiv="refresh" content="60">
|
||||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
<base target ="_self">
|
<base target ="_self">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue