aboutsummaryrefslogtreecommitdiffstats
path: root/static/about.html
blob: 2669668b1c10a439905375a86bbbc90bb4f13b5c (plain) (blame)
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
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>About</title>
    <link
      rel="stylesheet"
      href="/master.css"
      type="text/css"
      media="screen"
      title="no title"
      charset="utf-8"
    />
  </head>
  <body style="border-style: solid;">
    <div class="article">
      <p>
        <a href="https://terminaldweller.com">Here's a list of links</a> to help
        get a hold of me
      </p>
      <p>Email: devi+blog@terminaldweller.com</p>
      <p>
        You can find my github
        <a href="https://github.com/terminaldweller">here</a>
        .
      </p>
      <p>
        Also if the blog is broken please make a new issue
        <a href="https://github.com/terminaldweller/blog">here</a>
        .
      </p>
      <p>
        You can also just watch the git repo and use whatever tool you like to just render the markdown locally.
        The repo is mirrored on these locations:
        <ul>
          <li><a href="https://gitlab.com/terminaldweller/blog">gitlab.com</a></li>
          <li><a href="https://codeberg.org/terminaldweller/blog">codeberg</a></li>
          <li><a href="https://git.terminaldweller.com/blog/">self-hosted</a></li>
        </ul>
      </p>
      <br />
      <br />
      <hr />
      <br />
      <a href="/" class="left-footer">Home</a>
      <br />
    </div>
  </body>
</html>