simplified structure
This commit is contained in:
parent
5d42004991
commit
0f5a3fc878
|
|
@ -58,6 +58,10 @@
|
|||
<summary onmouseover="this.click()" onmouseout="this.click()">1960</summary>
|
||||
<p></p>
|
||||
</details>
|
||||
<details>
|
||||
<summary onmouseover="this.click()" onmouseout="this.click()">2020</summary>
|
||||
<p></p>
|
||||
</details>
|
||||
<footer>
|
||||
<div class="footer">
|
||||
<a class="about" href="../../../about/about.html">About the Website</a><br>
|
||||
|
|
|
|||
3
main.css
3
main.css
|
|
@ -16,6 +16,7 @@ body {
|
|||
|
||||
h1 {
|
||||
font-family: neon80;
|
||||
font-size: 5vw;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
@ -23,7 +24,7 @@ h2 {
|
|||
}
|
||||
|
||||
p {
|
||||
font-size: 18px;
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
|
|
|||
|
|
@ -1,58 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-DCHP: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<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="../../pop/pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a class="active" href="../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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-DNS: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<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="../../pop/pop.html">PoP</a>
|
||||
<a class="active" href="../dns.html">DNS</a>
|
||||
<a href="../../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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-Internet Name Resolution: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<a href="../../tcp/tcp.html">TCP</a>
|
||||
<a href="../../udp/udp.html">UDP</a>
|
||||
<a class="active" href="../inr.html">Internet Name Resolution</a>
|
||||
<a href="../../pop/pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a href="../../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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-Internet Protocols: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a class="active" href="../ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<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="../../pop/pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a href="../../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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-IPv4: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a class="active" href="../ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<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="../../pop/pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a href="../../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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-IPv6: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a class="active" href="../ipv6.html">IPv6</a>
|
||||
<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="../../pop/pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a href="../../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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
|
||||
<base target ="_self">
|
||||
|
||||
<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="osi_model_assets/networking.css" type="text/css">
|
||||
<script src="../../../sitewide_assets/navbar/navbar.js"></script>
|
||||
|
||||
<title>Networking-OSI Model: Z14IT-Internet Fundamentals</title>
|
||||
</head>
|
||||
<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">
|
||||
|
||||
<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>
|
||||
<a class="active" href="../../../networking/networking.html">Networking</a>
|
||||
<a class="active" href="../../../osi_model/osi_model.html">OSI Model</a>
|
||||
<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>Networking 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>
|
||||
</html>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-PoP: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<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 class="active" href="../pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a href="../../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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-Routing: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a class="active" href="../routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<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="../../pop/pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a href="../../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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-TCP: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<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="../../pop/pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a href="../../dhcp/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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||
<meta name="author" content="Joshua Killen">
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="../../main.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>
|
||||
|
||||
<base href="dchp_assets/" target ="_self">
|
||||
|
||||
<title>Networking-UDP: 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="../../osi_model/osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<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="../../pop/pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a href="../../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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Internet Fundamentals</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -25,22 +25,8 @@
|
|||
<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 class="active" href="../osi_model.html">OSI Model</a>
|
||||
<a href="../../routing/routing.html">Routing</a>
|
||||
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||
<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="../../pop/pop.html">PoP</a>
|
||||
<a href="../../dns/dns.html">DNS</a>
|
||||
<a href="../../dchp/dchp.html">DCHP</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="active" href="../../../networking/networking.html">Networking</a>
|
||||
<a class="active" href="../../../osi_model/osi_model.html">OSI Model</a>
|
||||
<div class="dropDown">
|
||||
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||
<div class="webDrop-content" id="webDrop">
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
|
@ -1,6 +1,3 @@
|
|||
h1 {
|
||||
font-size: 5vw;
|
||||
}
|
||||
.osiTitle {
|
||||
font-family: neon80;
|
||||
font-size: 2.5vw;
|
||||
Loading…
Reference in New Issue