diff options
| author | R-man3000 <rasmus.luha@gmail.com> | 2026-06-12 17:00:31 +0300 |
|---|---|---|
| committer | R-man3000 <rasmus.luha@gmail.com> | 2026-06-12 17:00:31 +0300 |
| commit | 30a19112216e12d19459474f7308ec57cd8aaf9d (patch) | |
| tree | 6f15108e6afc492d180311460a7a15df9899a8ea /index.html | |
| parent | d1f3fa958413c76226c3172a1c12de1732768c69 (diff) | |
site redo
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 56 |
1 files changed, 12 insertions, 44 deletions
@@ -4,55 +4,23 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Luhamus</title> - <link rel="stylesheet" href="style.css" /> + <link rel="stylesheet" href="/style.css" /> </head> <body> <div id="app"> - <nav> - <a href="#/">Home</a> - <a href="https://git.luhamus.com" target="_blank">Git server</a> - <a href="#/blog">Blog</a> - <a href="#/about">About</a> - </nav> + <header class="banner"> + <span>Luhamus</span> + </header> - - <section class="page" id="page-home"> - <h1>Hello and welcome!</h1> - <p>My name is <strong>Rasmus Luha</strong>.<br> I am studying Computer Science with a focus on DevOps.</p> - <p> - You can reach me at - <a href="mailto:you@example.com">TODO@TODO.com</a>. - </p> - </section> - - - <section class="page" id="page-blog"> - <h1>Writing</h1> - <ul class="post-list"> - <li> - <a href="#/blog/post-1">Your first post title</a> - <span class="post-date">Jun 2026</span> - </li> - <li> - <a href="#/blog/post-2">Another post title</a> - <span class="post-date">May 2026</span> - </li> - </ul> - </section> - - - <section class="page" id="page-about"> - <h1>About</h1> - <p>A bit more about my background, interest, work.</p> - </section> + <nav id="nav"></nav> - - <section class="page" id="page-404"> - <h1>Page not found</h1> - <p><a href="#/">Go home</a></p> - </section> + <main> + <h1>Hello and welcome!</h1> + <p>My name is <strong>Rasmus Luha</strong>.<br>I am (graduated but nevertheless still) studying Computer Science with a focus on DevOps.</p> + <!-- <p>You can reach me at <a href="mailto:you@example.com">you@example.com</a>.</p> --> + </main> </div> - -<script src="script.js"></script> + <footer id="footer"></footer> + <script src="/script.js"></script> </body> </html> |
