summaryrefslogtreecommitdiff
path: root/www/index.vto
blob: da141ec079157708b843d3e09c68fd9c938568aa (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
title: Mike Vink
contacts:
- href: /publickey.gpg
  name: gpg
- href: https://github.com/ivi-vink
  name: github
- href: https://stackoverflow.com/users/16349137/carrot-the-king
  name: stackoverflow
---
<html>
  <head>
    <title>{{ title }}</title>
    <link rel="stylesheet" href="/styles.css" />
  </head>
  <body>
    <header>
      <h1>{{ title }}'s Webpage</h1>
    </header>
    <main>
      <article>
        <section>
          <header>
            <span class="marginnote">
              <figure class="rounded">
                <a href="/dunya-full.jpg">
                  <img src="/dunya.jpg" alt="/dunya.jpg" />
                  Dunya
                </a>
              </figure>
            </span>
          </header>
          <figure class="rounded centered">
            <a href="/picture-full.jpg">
              <img src="/picture.jpg" alt="/picture.jpg" />
            </a>
          </figure>
          <p>
          Well Met Netizen! I am Mike Vink and this is my webpage.
          <h2>Contact Info</h2>
          <ul>
            <li>
              email: ivi at this site's parent domain
            </li>
            {{ for link of contacts }}
            <li>
              <a href="{{ link.href }}">
                {{ link.name }}
              </a>
            </li>
            {{ /for }}
          </ul>
          </p>
        </section>
      </article>
    </main>
    <footer>
    </footer>
  </body>
</html>