56 lines
2.3 KiB
HTML
56 lines
2.3 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="../head_assets/main.css" type="text/css">
|
|
<link rel="stylesheet" href="../head_assets/navbar.css" type="text/css">
|
|
<script type="text/javascript" src="../head_assets/navBar.js"></script>
|
|
|
|
<base href="homepage/assets/" target ="_blank">
|
|
|
|
<title>Z14IT-Internet Fundamentals</title>
|
|
|
|
<div class="navBar" id="navBar">
|
|
<a class="active" href="">Home</a>
|
|
<a href="">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</a>
|
|
<a href="">Routing</a>
|
|
<a href="">Internet Protocols</a>
|
|
<a href="">IPv4</a>
|
|
<a href="">IPv6</a>
|
|
<a href="">TCP</a>
|
|
<a href="">UDP</a>
|
|
<a href="">Internet Name Resolution</a>
|
|
<a href="">PoP</a>
|
|
<a href="">DNS</a>
|
|
<a href="">DCHP</a>
|
|
</div>
|
|
</div>
|
|
<div class="dropDown">
|
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
|
<div class="webDrop-content" id="webDrop">
|
|
<a href="">HTML</a>
|
|
<a href="">CSS</a>
|
|
<a href="">JavaScript</a>
|
|
</div>
|
|
</div>
|
|
<a href="">Contact</a>
|
|
<a href="">About</a>
|
|
</div>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Internet Fundamentals</h1>
|
|
</body>
|
|
</html> |