diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index ab6a3ec..9d947c9 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,15 @@ <html lang="en">
<body>
<main style="min-height: 100vh;">
- <a>Under construction</a>
+ <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>
\ No newline at end of file |
