84 lines
2.7 KiB
HTML
84 lines
2.7 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="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 languages" 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>JavaScript (including Node.js)</li>
|
|
<li>Java</li>
|
|
<li>C#</li>
|
|
<li>F#</li>
|
|
<li>Python</li>
|
|
</ul>
|
|
</section>
|
|
<section class="qualifications">
|
|
|
|
</section>
|
|
</aside>
|
|
|
|
<footer>
|
|
© Joshua Perry 2022
|
|
</footer>
|
|
</body>
|
|
</html> |