summaryrefslogtreecommitdiffstats
path: root/templates/main.html
blob: 88b935ef6bbcfeed2ac16aa2b3aff27764d41669 (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
61
62
63
64
65
66
67
68
69
70
71
<html lang="en" prefix="og: https://ogp.me/ns#">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title> <!-- set automatically, see soupault.toml --> </title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="author" content="Thomas Letan">
    <meta name="twitter:creator" content="@_lthms_" />
    <meta name="twitter:site" content="@_lthms_" />
    <meta property="og:image" content="https://soap.coffee/~lthms/img/thinking.png" />
    <meta property="og:type" content="article" />
    <meta property="og:locale" content="en_US">
    <meta property="og:site_name" content="Thomas Letan’s website">
    <meta property="twitter:domain" content="soap.coffee/~lthms">
    <meta property="twitter:image" content="https://soap.coffee/~lthms/img/thinking.png" />
    <meta name="twitter:card" content="summary">
    <link href="https://soap.coffee/+vendor/katex/0.16.4/katex.min.css" rel="stylesheet" media="none" onload="if(media!='all')media='all'">
    <link href="/styles/highlight.css" rel="stylesheet">
    <link rel="icon" type="image/png" href="/img/thinking.png" />
    <link rel="alternate" type="application/rss+xml" title="RSS" href="/posts/index.xml">
    <style> /* set automatically, see soupault.toml */ </style>
  </head>
  <body>
    <main>
      <span id="whoami" class="marginblock">
        <a href="/" title="Home">
          <img class="avatar" alt="lthms' avatar, a hand drawing looking person, wearing a headset, close to a window on a raining night" src="/img/thinking.png" />
        </a>
        <p class="full-only">
          Hi, I’m Thomas Letan (<strong>lthms</strong>) (<em>he/him</em>).
        </p>

        <p class="full-only">
          You read something which caught your attention and you are interested
          in starting a discussion? Don’t hesitate to <a
            href="mailto:~lthms/public-inbox@lists.sr.ht">shoot me an
            email</a>.
        </p>
      </span>
      <nav id="main-nav">
        <ul>
          <li>
            <a href="/">
              <span class="icon"><svg><use href="/img/icons.svg#home"></use></svg></span>
              Home
            </a>
          </li>
          <li>
            <a href="/posts">
              <span class="icon"><svg><use href="/img/icons.svg#scroll"></use></svg></span>
              Archives
            </a>
          </li>
          <li>
            <a href="/tags">
              <span class="icon"><svg><use href="/img/icons.svg#tags"></use></svg></span>
              Tags
            </a>
          </li>
          <li>
          <a href="/series">
            <span class="icon"><svg><use href="/img/icons.svg#book"></use></svg></span>
            Series
          </a>
          </li>
        </ul>
      </nav>

    </main>
  </body>
</html>