summaryrefslogtreecommitdiff
path: root/about.html
blob: a54a94d24968582e7181897f2f0c0a69eb8e3fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>