CSY1018-assignment-1/home/index.html

115 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>J-Pez Development</title>
<link rel="icon" type="image/svg+xml" href="../assets/images/favicon.svg">
<link rel="stylesheet" href="../style/main.css" media = "screen">
<link rel="stylesheet" href="../style/mobile.css" media ="screen and (max-width:800px)">
<link rel="stylesheet" href="../home/index.css" media="screen">
</head>
<body>
<header class="title-card">
<a class="shownav menubutton" href="#clicked"></a>
<a class="link" href="./index.html"><h1>J-Pez Development</h1></a>
</header>
<nav class="navigation">
<a class="link" id="port" href="../portfolio/portfolio.html"><h2>Portfolio</h2></a>
<a class="link" id="blog" href="../blog/blog.html"><h2>Blog</h2></a>
<a class="link" id="contact" href="../contact/contact.html"><h2>Contact</h2></a>
</nav>
<main>
<h1>Welcome to my little corner of the Internet :)</h1>
</main>
<aside class="bio">
<section class="monikers">
<h1>Joshua Perry</h1>
<p>(A.K.A J-Pez)</p>
</section>
<img class="profileImg" alt="An Image of Joshua"/>
<section class="generalInfo">
<span>
<h2 class="title">D.O.B</h2>
<p>09/02/2001</p>
</span>
<span>
<h2 class="title">Pronouns</h2>
<p>He/Him</p>
</span>
<span>
<h2 class="title">Occupation</h2>
<p>Student</p>
</span>
<span>
<h2 class="title">Studying</h2>
<p>BSc Computing(Software Engineering)</p>
</span>
<span>
<h2 class="title">Institution</h2>
<p>University of Northampton</p>
</span>
<span>
<h2 class="title">Gradutation Year</h2>
<p>2024</p>
</span>
</section>
<section class="generalInfo dropdown" id="langDrop">
<span id="lang">
<a href="#lang" class="close">X</a>
<a href="#langDrop"><h2 class="title">Languages</h2></a>
</span>
<ul class="langList">
<li>HTML5</li>
<li>CSS</li>
<li>Java</li>
<li>C#</li>
<li>F#</li>
<li>Python</li>
<li>MongoDB</li>
<li>JavaScript (including Node.js)</li>
</ul>
</section>
<section class="generalInfo dropdown" id="qualDrop">
<span id="qual">
<a href="#qual" class="close">X</a>
<a href="#qualDrop"><h2 class="title">Qualifications</h2></a>
</span>
<ul class="qualList">
<li>A2 Computer Science</li>
<li>A2 Mathematics</li>
<li>A2 Further Mathematics</li>
<li>A2 Physics</li>
<li>QCF IT User Skills in Open Systems and Enterprise</li>
<li>Cambridge National Creative iMedia</li>
<li>GCSE Mathematics</li>
<li>GCSE Physics</li>
<li>GCSE Chemistry</li>
<li>GCSE Biology</li>
<li>GCSE English Literature</li>
<li>GCSE English Language</li>
<li>GCSE Computer Science</li>
<li>GCSE Business Studies</li>
<li>GCSE Product Design</li>
<li>GCSE Religious Studies</li>
</ul>
</section>
</aside>
<footer>
&copy; Joshua Perry 2022
</footer>
</body>
</html>