summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorR-man3000 <rasmus.luha@gmail.com>2026-06-12 17:00:31 +0300
committerR-man3000 <rasmus.luha@gmail.com>2026-06-12 17:00:31 +0300
commit30a19112216e12d19459474f7308ec57cd8aaf9d (patch)
tree6f15108e6afc492d180311460a7a15df9899a8ea /about.html
parentd1f3fa958413c76226c3172a1c12de1732768c69 (diff)
site redo
Diffstat (limited to 'about.html')
-rw-r--r--about.html36
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>