38 lines
1.9 KiB
HTML
38 lines
1.9 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, cyber security, or any interesting field at all, and am aiming to get an apprenticeship at the end of year 13 (which would be starting 2025).<br>
|
|
I think my greatest achievement is my personal growth over the past few of years. I've greatly improved my ability to talk in front of people and under stress. I have also improved my technical knowledge of things outside the scope of my A-levels. This includes things like fixing laptops, and various devices, for fun. This was of course greatly aided by my friends who all have knowlede of different fields which I have been picking up over time.
|
|
</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>
|
|
|