This commit is contained in:
parent
6e344d12b1
commit
fa1ae60214
|
|
@ -1,71 +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">
|
||||
<link rel="stylesheet" href="contact_assets/contact.css" type="text/css">
|
||||
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
||||
|
||||
<base target ="_self">
|
||||
|
||||
<title>Contact: 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">
|
||||
|
||||
<nav class="navBar" id="navBar">
|
||||
<a 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/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>
|
||||
</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 class="active" href="../../contact/contact.html">Contact</a>
|
||||
<a href="../../about/about.html">About</a>
|
||||
</nav>
|
||||
</header>
|
||||
<h1>Joshua Killen</h1>
|
||||
<img class="profile" src="contact_assets/jkillen.png" alt="Profile of Joshua Killen">
|
||||
<article>
|
||||
<details class="bio" open>
|
||||
<summary class="bioTitle"><b>Bio</b></summary>
|
||||
<p class="bioContent">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>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<h2>Contact Details</h2>
|
||||
<a href="mailto:killenj@cu.coventry.ac.uk"><u>@:killenj@cu.coventry.ac.uk</u></a>
|
||||
</article>
|
||||
<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,20 +0,0 @@
|
|||
h1 {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.profile {
|
||||
border: 4px solid #f2f2f2;
|
||||
}
|
||||
|
||||
.bio {
|
||||
font-size: 4vw;
|
||||
}
|
||||
|
||||
.bioContent {
|
||||
font-size: 0.25em;
|
||||
}
|
||||
|
||||
.bioTitle {
|
||||
font-family: neon80;
|
||||
font-size: 0.5em;
|
||||
}
|
||||
Loading…
Reference in New Issue