17 lines
560 B
HTML
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> |