Z14IT-CW2/about/About.html

92 lines
5.8 KiB
HTML
Raw Normal View History

2020-03-31 16:45:50 +00:00
<!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">
2020-04-17 08:53:45 +00:00
<link rel="stylesheet" href="about_assets/about.css" type="text/css">
2020-04-17 11:43:21 +00:00
<script src="about_assets/about.js"></script>
2020-03-31 16:45:50 +00:00
2020-04-17 07:37:32 +00:00
<base target ="_self">
2020-03-31 16:45:50 +00:00
<title>About: Z14IT-Internet Fundamentals</title>
2020-04-17 07:37:32 +00:00
</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">
<nav class="navBar" id="navBar">
<a href="../../home.html">Home</a>
2020-04-17 07:45:22 +00:00
<a href="../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
2020-04-17 07:37:32 +00:00
<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>
2020-03-31 16:45:50 +00:00
</div>
2020-04-17 07:37:32 +00:00
<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>
2020-03-31 16:45:50 +00:00
</div>
2020-04-17 07:45:22 +00:00
<a class="active" href="../../about/about.html">About</a>
2020-04-17 07:37:32 +00:00
</nav>
</header>
2020-04-17 11:53:47 +00:00
<div class="headImg">
2020-04-17 11:14:43 +00:00
<h1>About</h1>
</div>
2020-04-17 11:58:36 +00:00
<details class="anchor" id="webTitle" open>
<summary class="aboutTitle">The Website</summary>
2020-04-17 11:01:26 +00:00
<article class="aboutContent" id="siteContent">
2020-04-17 10:58:54 +00:00
This website was made in response to the Z14IT Assignment 2 criteria. It has been made to help people to learn about how the internet works up to the understanding of a student that had taken the Digital Technologies course at <abbr title="CU Coventry">CUC</abbr>. The website seen as it is currently is the culmination of 6 weeks work and research, including: a timeline of the internet's evolution; essential knowledge on networks and networking fundamentals; and guides on <abbr title="HyperText Markup Language 5">HTML5</abbr>, <abbr title="Cascading Style Sheets">CSS</abbr>, and Javascript.
2020-04-17 10:57:32 +00:00
</article>
</details>
2020-04-17 10:09:29 +00:00
<details class="anchor" open>
<summary class="aboutTitle">The University</summary>
2020-04-17 10:22:12 +00:00
<article>
2020-04-17 10:27:06 +00:00
<p>
2020-04-17 10:33:58 +00:00
<img class="imgRight" src="about_assets/cucoventry.jpg" alt="Image of CU Coventry Campus at Mile Lane">
2020-04-17 10:57:32 +00:00
<details class="anchor">
2020-04-17 10:45:27 +00:00
<summary class="aboutContent" id="uniContent">CU Coventry, part of the Coventry University Group, offers a style of education which is flexible and designed to fit around your life. Choose from a wide range of career relevant courses and study at a pace that suits you. Students who study at CU Coventry benefit from a modern, forward-thinking higher education institution, reinforced by the quality and reputation of Coventry University.<br>
2020-04-17 10:22:12 +00:00
</summary>
<p class="reference">Direct Quote from
<a href="https://www.coventry.ac.uk">www.coventry.ac.uk</a>
</p>
</details>
</p>
</article>
2020-04-17 09:09:08 +00:00
</details>
2020-04-17 10:27:06 +00:00
<div class="nextLine">
<details class="anchor" open>
2020-04-17 10:43:13 +00:00
<summary class="aboutTitle" id="jkillen">Joshua Killen</summary>
2020-04-17 10:27:06 +00:00
<article class="anchor">
<p>
<img class="imgLeft" src="about_assets/jkillen.png" alt="Profile of Joshua Killen">Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies.<br>Interested in computers and physics from a young age,<br>he has been studying the subjects ever since,<br>with the hopes of entering a career in cybersecurity.<br>
<b class="aboutTitle">Contact Details</b><br>
<a class="aboutContent" href="mailto:killenj@cu.coventry.ac.uk"> <u>@:killenj@cu.coventry.ac.uk</u>
</a>
</p>
</article>
</details>
</div>
2020-04-17 07:37:32 +00:00
<footer>
2020-04-17 09:57:35 +00:00
<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="../../../about/about.html">Contact Us</a><br>
<a class="sitemap" href="">Sitemap</a>
2020-04-17 07:37:32 +00:00
</footer>
2020-03-31 16:45:50 +00:00
</body>
</html>