blob: 518cdde71131f16c7544f1836a8ed3a0d192e206 (
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 the instagram grifters I make fun of will.</p>
<p><a href="/blog">My blog</a> contains tutorials on signal processing, software development, and other random things</p>
<p>Listen to <a href="/music">my music.</a> The majority of streaming services should be linked.</p>
<p>The source code for this site, my audio plugins, and other things 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>
|