Z14IT-CW2/about/About.html

77 lines
4.1 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-03-31 16:45:50 +00:00
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
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 08:53:45 +00:00
<h1>About</h1>
2020-03-31 16:45:50 +00:00
<div class="aboutSite">
<h2>The Website</h2>
<p> </p>
</div>
<div class="aboutUni">
<h2>The University</h2>
</div>
2020-04-17 09:01:08 +00:00
<details class="aboutMe" open>
2020-04-17 09:02:44 +00:00
<summary class="aboutTitle">Joshua Killen</summary>
2020-04-17 09:01:08 +00:00
<img class="profile" src="about_assets/jkillen.png" alt="Profile of Joshua Killen">
<article>
<b class="aboutTitle">Bio</b>
<p class="aboutContent">Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies. Interested in computers and physics from a young age, he has been studying the subjects ever since with the hopes of entering a career in cybersecurity.</p>
</article>
<article>
2020-04-17 09:04:32 +00:00
<b class="aboutTitle">Contact Details</b><br>
2020-04-17 09:01:08 +00:00
<a class="aboutContent" href="mailto:killenj@cu.coventry.ac.uk"><u>@:killenj@cu.coventry.ac.uk</u></a>
</article>
</details>
2020-04-17 07:37:32 +00:00
<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="../../../about/about.html">Contact Us</a><br>
2020-04-17 07:37:32 +00:00
<a class="sitemap" href="">Sitemap</a>
</div>
2020-04-17 07:37:32 +00:00
</footer>
2020-03-31 16:45:50 +00:00
</body>
</html>