diff options
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..a54a94d --- /dev/null +++ b/about.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>About - Luhamus</title> + <link rel="stylesheet" href="/style.css" /> +</head> +<body> + <div id="app"> + <header class="banner"> + <span>Luhamus</span> + </header> + + <nav id="nav"></nav> + + <main> + <h1>About</h1> + <p>I will at some point replace this paragraph here with a bit more information about + my background, interests work and so on.<br/> + </p> + + <div class="contact-item"> + <p>Mail: TODO</p> + </div> + + <div class="contact-item"> + <p>Github:</p> + <a href="https://github.com/luhamus" target="_blank"> <img class="contactImg" src="/img/githubGreen.jpg"> </a> + </div> + </main> + </div> + <footer id="footer"></footer> + <script src="/script.js"></script> +</body> +</html> |
