43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Hobbies</title>
|
|
<link rel="stylesheet" href="../stylesheet/stylesheet.css">
|
|
</head>
|
|
|
|
<body>
|
|
<ul>
|
|
<li><a href="../index.html" class="topBar">Home</a></li>
|
|
<li><a href="GradesAndEducation.html" class="topBar">Grades and Education</a></li>
|
|
<li><a href="hobbies.html" class="topBar">Hobbies</a></li>
|
|
<li><a href="photography.html" class="topBar">Photos</a></li>
|
|
</ul>
|
|
<h2>
|
|
My hobbies include:
|
|
</h2>
|
|
<h3>Playing Guitar</h3>
|
|
<p>
|
|
I have 5 guitars including:<br>An acoustic guitar<br>An electric guitar<br>A classical guitar<br>A bass guitar<br>A ukulele<br>
|
|
</p>
|
|
<h3>Painting / Drawing</h3>
|
|
<p>
|
|
I enjoy drawing and creating things using different media, including painting, sketching and using coloured pencils and markers.
|
|
</p>
|
|
<img src="" alt=""> <!--add images of art-->
|
|
<h3>CAD 3D modeling</h3>
|
|
<p>
|
|
I originally started this at school as a part of my engineering qualification, however as I really enjoyed it (and achieved a distinction in my 2D and 3D assessments) I decided to purchase a 3D printer and to create random fun and useful models.<br>
|
|
Some of the models I have designed include:
|
|
</p>
|
|
|
|
<!--insert images of 3D prints and models-->
|
|
<br></br>
|
|
<div style="background-color: #0b1f2e; color: antiquewhite;">
|
|
<h4>Contact information:</h4>
|
|
<h4>ashgawlik@gmail.com</h4>
|
|
<h4>linkedinn</h4>
|
|
</div>
|
|
</body>
|
|
</html> |