summaryrefslogtreecommitdiff
path: root/layouts/partials/homepage/nameplate.html
blob: 9cc0a216f84146844aaf620214e1f6f7b97b6ad0 (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
<section class="nameplate">
  <h2 id="nameplate"><a href="#nameplate">Nameplate</a></h2>

  <a
    href="https://nonbot.org/pledged/view/9b37caf2-57c1-4934-9bea-69c54eb46452"
    target="_blank">
    <img
      style="height:128px;
             margin-top:10px;
             float: left;
             margin-bottom:10px;"
      src="https://nonbot.org/images/nonbot_pledged_logo.svg"
      alt="Human-made Content">
  </a>

  <div style="float: center">
    <table class="small">
      <tr>
        <td> Name </td>
        <td> Michal's Sapka Website </td>
      </tr>
      <tr>
        <td> Established </td>
        <td> 2022-04-05 </td>
      </tr>
      <tr>
        <td>Subpage count</td>
        <td>{{  len .Page.Site.RegularPages }} </td>
      </tr>
      <tr>
        <td> Generator </td>
        <td> <a href="https://gohugo.io/">Hugo</a> with a custom theme </td>
      </tr>
      <tr>
        <td> Running on </td>
        <td> <a href="https://www.openbsd.org/">OpenBSD</a></td>
      </tr>
      <tr>
        <td> Hosted on </td>
        <td> <a href="https://openbsd.amsterdam/">OpenBSD Amsterdam</a> </td>
      </tr>
      <tr>
        <td> Web stack </td>
        <td> Pf + Relayd + Httpd </td>
      </tr>
    </table>
  </div>
  <a href="/stat">Statistics</a>
</section>