blob: 9d947c9975d4f7c68b4746c6d483d1ea679b42e6 (
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 style="display: flex; justify-content: center;">
<div style="text-align: left;">
<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>This is a REAL engineer's website.</p>
<p>There are tutorials on signal processing, software development, and other random things you can find in my <a href="/blog">blog.</a></p>
<p>You can also find my music <a href="/music">here.</a> The majority of streaming services should be linked.</p>
</div>
</div>
</main>
</body>
</html>
|