38 lines
1.5 KiB
HTML
38 lines
1.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Ash Gawlik</title>
|
||
|
<link rel="stylesheet" href="stylesheet/stylesheet.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<ul>
|
||
|
<li><a href="index.html" class="topBar">Home</a></li>
|
||
|
<li><a href="Shortcuts/GradesAndEducation.html" class="topBar">Grades and Education</a></li>
|
||
|
<li><a href="Shortcuts/hobbies.html" class="topBar">Hobbies</a></li>
|
||
|
<li><a href="Shortcuts/photography.html" class="topBar">Photos</a></li>
|
||
|
</ul>
|
||
|
<p class="titleText">
|
||
|
Ash Gawlik
|
||
|
</p>
|
||
|
<h1>
|
||
|
About me:
|
||
|
</h1>
|
||
|
<h3>
|
||
|
I'm a <span id="age"></span> year old with a love for computer science and a passion for creating. I enjoy setting myself challenges and thrive when it comes to short deadlines. <br>
|
||
|
I love learning and want to push myself to do more and leave my comfort zones.<br>
|
||
|
</br>I hope to find a career in software engineering, and aim for an apprenticeship at the end of year 13 (starting 2025).<br>
|
||
|
I think my greatest achievements are my GCSE grades and my personal growth over the past couple of years.
|
||
|
</h3>
|
||
|
<br></br>
|
||
|
<div style="background-color: #0b1f2e; color: antiquewhite;">
|
||
|
<h4>Contact information:</h4>
|
||
|
<h4>ashgawlik@gmail.com</h4>
|
||
|
<!--<h4>linkedinn</h4>-->
|
||
|
</div>
|
||
|
</body>
|
||
|
<script src="js/javascript.js"></script>
|
||
|
</html>
|
||
|
|