aboutsummaryrefslogtreecommitdiff
path: root/services/docker/nginx/sites/www/index.html
blob: c8d79478bb78b1a97f8271b755deb9b7e144938c (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <link rel="icon" href="./favicon.ico" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>crupest</title>
</head>

<body>
  <div class="slogan-container">
    <div class="slogan happy">
      <span>🙃The world is full of pain, but we can fix it with love!</span>
    </div>
    <div class="slogan angry">
      <span>😡The world is a piece of shit, so let's make it a little better!</span>
    </div>
  </div>
  <article id="main-article">
    <img id="avatar" src="./avatar.png" alt="My avatar" width="80" height="80"/>
    <h1 id="title">Hello! This is <span id="title-name">crupest</span> !</h1>
    <hr/>
    <section>
      <p>Welcome to my home page! Nice to meet you here! 🥰</p>
      <p>If you have something interesting to share with me, feel free to email me at
        <a rel="noopener noreferrer" href="mailto:crupest@crupest.life">crupest@crupest.life</a>.</p>
      <p>You can also create an issue in any of my repos on GitHub to talk anything to me,
        <a rel="noopener noreferrer" href="https://github.com/crupest">https://github.com/crupest</a>.</p>
    </section>
    <section>
      <h2 id="friends">My Friends <small>(more links are being collected ...)</small></h2>
      <div id="friends-container">
        <div class="friend">
          <a rel="noopener noreferrer" href="https://wsmcs.cn">
            <img class="friend-avatar" alt="Friend WSM's avatar"
              src="https://wsmcs.cn/wp-content/uploads/2023/02/BifengxiaPanda_ZH-CN8879969527_UHD-scaled.jpg"
              width="80" height="80"/><br/>
            wsm</a>
          <a rel="noopener noreferrer" href="https://github.com/wushuming666"><img
            class="friend-github" src="./github-mark.png"/></a>
        </div>
        <div class="friend">
          <a rel="noopener noreferrer" href="https://www.hszsoft.com">
            <img class="friend-avatar" alt="Friend HSZ's avatar"
              src="https://avatars.githubusercontent.com/u/63097618?v=4"
              width="80" height="80"/><br/>
            hsz</a>
          <a rel="noopener noreferrer" href="https://github.com/hszSoft"><img
            class="friend-github" src="./github-mark.png"/></a><br/>
          <span class="friend-tag">随性の程序员</span>
        </div>
      </div>
    </section>
    <section>
      <h2>Other Links</h2>
      <ul>
        <li><a rel="noopener noreferrer" href="https://crupest.life">https://crupest.life</a>
          : home page, aka the one you are reading, built with
          <a rel="noopener noreferrer" href="https://parceljs.org">Parcel</a>
          and <a rel="noopener noreferrer" href="https://pnpm.io">pnpm</a>.</li>
        <li><a rel="noopener noreferrer" href="https://crupest.life/blog">https://crupest.life/blog</a>
          : blogs, built with <a rel="noopener noreferrer" href="https://gohugo.io">hugo</a>.</li>
        <li><a rel="noopener noreferrer" href="https://crupest.life/git">https://crupest.life/git</a>
          : my git repos and <a rel="noopener noreferrer" href="https://git.zx2c4.com/cgit/">cgit</a> for viewing them.</li>
        <li><del><span class="fake-link">https://timeline.crupest.life</span> : micro-blog with my own web app
          <a rel="noopener noreferrer" href="https://github.com/crupest/Timeline">Timeline</a>.</del>
          No longer maintain, so it stops serving due to security concerns.</li>
      </ul>
    </section>
    <section>
      <h2>Always Remember</h2>
      <figure class="citation">
        <blockquote>
          <p>Die Philosophen haben die Welt nur verschieden interpretiert, es kömmt aber darauf an, sie zu verändern.</p>
          <p><small>Translated from German:</small>
            The philosophers have only interpreted the world in various ways, the point is to change it.</p>
        </blockquote>
        <figcaption>
          <cite>Karl Marx, Theses on Feuerbach (1845)</cite>
        </figcaption>
      </figure>
    </section>
    <hr/>
    <footer>
      <p id="license">
        <small>This work is licensed under
          <a rel="license noopener noreferrer"
            href="https://creativecommons.org/licenses/by-nc/4.0/"
            target="_blank">
            <span id="license-text">CC BY-NC 4.0</span>
            <span id="license-img-container">
              <img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"/>
              <img src="https://mirrors.creativecommons.org/presskit/icons/by.svg"/>
              <img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg"/>
            </span>
          </a>
        </small>
      </p> 
    </footer>
  </article>
  <script type="module" src="./src/main.ts"></script>
</body>

</html>