Files
original-website/about.html
2022-11-05 17:59:23 +01:00

17 lines
560 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>About - janishutz.com</title>
<link rel="stylesheet" href="./css/mainstyle.css">
<script src="./js/jquery.js"></script>
<script src="./js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<h1>About me</h1>
<p>I am a young person that is still in the process of getting really experienced with programming. I am really passionate about my projects. You may find more of my projects on github!
</p>
<a class="linkbutton" href="https://github.com/simplePCBuilding">Github</a>
</body>
</html>