summaryrefslogtreecommitdiff
path: root/www/index.vto
blob: 430e12972815b7e8c9e1f8f62eeefbbc9c0604a2 (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
---
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>
        <figure class="rounded centered">
          <span class="marginnote">
            <a href="/dunya-full.jpg">
              <img src="/dunya.jpg" alt="/dunya.jpg" />
            </a>
          </span>
          <a href="/picture-full.jpg">
            <img src="/picture.jpg" alt="/picture.jpg" />
          </a>
        </figure>
        <section>
          <p>
          Hello world.
          <span class="marginnote">
            something to note
          </span>
          </p>
        </section>
      </article>
    </main>
    <footer>
      <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>
    </footer>
  </body>
</html>