summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 2b46caa80efbe00aa27b7a31615e7cea7c88d0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
	<body>
		<main style="min-height: 100vh;">
			<h1 style="text-align: center; margin-bottom: 0px;">Electrical Engineer</h1>
			<div class="center">
				<div style="text-align: left; max-width: 720px;">
					<p>You might be here because you were tricked! However, I refuse to scam you like instagram grifters with similar bios will.</p>
					<p><a href="/blog">My blog</a> contains tutorials on various electrical engineering topics like signal processing and also other tech things.</p>
					<p>Listen to <a href="/music">my music.</a>&nbsp;The majority of streaming services should be linked.</p>
					<p>The source code for this site, my audio plugins, and more is available on <a href="https://git.haemolacriaa.com/">my git server</a>, and also on <a href="https://github.com/ozpv">Github.</a></p>
				</div>
			</div>
		</main>
	</body>
</html>