26 lines
805 B
HTML
26 lines
805 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>About - janishutz.com</title>
|
|
<link rel="stylesheet" href="./mainstyle.css">
|
|
</head>
|
|
|
|
<body>
|
|
<ul class="Menu">
|
|
<li class="mainitems"><a href="./index.html">Home</a></li>
|
|
<li class="dropdown mainitems">
|
|
<a href="#">Legal</a>
|
|
<ul class="dropdown-menu">
|
|
<li class="subitems"><a href="./privacypolicy.html">Privacy Policy for apps</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="mainitems"><a href="./support.html">Support</a></li>
|
|
<li class="mainitems"><a href="#">About me</a></li>
|
|
</ul>
|
|
|
|
<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 href="https://github.com/simplePCBuilding">Github</a>
|
|
</body>
|
|
</html> |