58 lines
3.1 KiB
HTML
58 lines
3.1 KiB
HTML
<!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="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>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="invisiblewall"></div>
|
|
</body>
|
|
</html> |