Files
old-website/ui/aboutPage.html
2023-01-05 21:59:33 +01:00

30 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>About - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/mainstyle.css">
<script defer src="./js/jquery.js"></script>
<script defer src="./js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">About janishutz.com</h1>
</div>
<div class="content">
<hr class="pullquote-lines">
<h3 class="content-title-small">Technology is a remarkably interesting topic, that many people take for granted.</h3>
<hr class="pullquote-lines">
<p style="text-align: center; font-size: 120%;">Get support if you are stuck on a problem, purchase a new, fully customised PC, that is configured according to your needs* and get a webpage created for you.</p>
</div>
<div class="itemsInline">
<a class="linkbutton" href="/about">About me</a>
<a class="linkbutton" href="/privacypolicy">Privacy Policy</a>
<a class="linkbutton" href="/services">Services</a>
</div>
</div>
<div id="Footer"></div>
</body>
</html>