2022-10-21 20:42:10 +08:00
|
|
|
<!-- idea from konfou.xyz -->
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang=en>
|
|
|
|
<meta charset=utf-8>
|
|
|
|
<title>d0ngd1gua</title>
|
|
|
|
<meta name=author content="dongdigua's blog">
|
|
|
|
<link rel=license href=https://creativecommons.org/licenses/by/4.0/>
|
2022-12-10 15:54:55 +08:00
|
|
|
<link rel="shortcut icon" href=./images/nuclear.png>
|
2022-10-21 20:42:10 +08:00
|
|
|
<style>
|
|
|
|
*{scrollbar-color:gray #404040}
|
2022-10-23 13:21:28 +08:00
|
|
|
*::selection{background:#434C5E}
|
2022-10-21 20:42:10 +08:00
|
|
|
*::-webkit-scrollbar{width:auto}
|
|
|
|
*::-webkit-scrollbar-track{background:#404040}
|
|
|
|
*::-webkit-scrollbar-thumb{background:gray}
|
2022-10-29 16:44:27 +08:00
|
|
|
body{background-color:#3B4252;color:#dcdccc;font-family:dejavu sans mono,monospace;font-size:16px;padding:5em 0 0;margin:0}
|
2022-10-21 20:42:10 +08:00
|
|
|
a{color:#efdcbc;text-decoration:none}
|
|
|
|
a:visited{color:#dca3a3}
|
|
|
|
a:hover{color:#f8f893}
|
|
|
|
.home{position:absolute;width:100%;text-align:center}
|
|
|
|
.home pre{max-width:80ch;padding:0 1rem;margin-left:auto;margin-right:auto;line-height:1.5em;overflow:auto;display:inline-block;text-align:left}
|
2022-10-29 16:44:27 +08:00
|
|
|
pre{font-family:dejavu sans mono,monospace;margin:1rem}
|
2022-12-02 13:47:08 +08:00
|
|
|
#quote{color:#66ccff;font-style:italic;text-align:center}
|
|
|
|
#comment{color:grey;font-style:italic}
|
|
|
|
body,#normal{color:#dcdccc}
|
2022-10-21 20:42:10 +08:00
|
|
|
</style>
|
|
|
|
<body>
|
2022-10-29 16:44:27 +08:00
|
|
|
<!--
|
2022-10-21 20:42:10 +08:00
|
|
|
<script src="https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/autoload.js"></script>
|
|
|
|
<link rel="stylesheet" href="https://fastly.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/css/all.min.css">
|
2022-10-29 16:44:27 +08:00
|
|
|
-->
|
2022-10-21 20:42:10 +08:00
|
|
|
<div class="home p-contact contact h-card vcard">
|
|
|
|
<pre>
|
2022-11-13 16:44:41 +08:00
|
|
|
(let ((blog <strong>"<a href=https://dongdigua.github.io/posts>posts/</a>"</strong>)
|
2022-10-29 13:26:19 +08:00
|
|
|
(feed "<a href=https://dongdigua.github.io/feed.xml>feed.xml</a>")
|
2022-11-13 16:44:41 +08:00
|
|
|
(mai1 "dongdigua{a+}outlook{d0t}com")
|
2022-12-02 13:47:08 +08:00
|
|
|
(github "<a href=https://github.com/dongdigua>@dongdigua</a>") <a id="comment" href="https://github.com/dongdigua/dongdigua.github.io">; repo</a>
|
2022-10-29 15:03:53 +08:00
|
|
|
(bilibili "<a href=https://space.bilibili.com/489732092>董地瓜</a>")
|
2022-10-30 14:25:15 +08:00
|
|
|
(payment "<a href=https://dongdigua.github.io/xmr>Monero</a>")
|
2022-10-29 13:26:19 +08:00
|
|
|
(pgp "<a href=https://dongdigua.github.io/pgpkey.txt>0x56CEE157C9F5334F</a>")
|
2022-12-02 13:47:08 +08:00
|
|
|
(paid-service <span id="comment">; pay in monero</span>
|
2022-11-20 15:10:14 +08:00
|
|
|
'(("data recovery" . 0.5)
|
2022-11-13 16:44:41 +08:00
|
|
|
("kernel configure" . 0.1)))
|
2022-10-21 20:42:10 +08:00
|
|
|
(interests
|
2022-11-13 16:44:41 +08:00
|
|
|
'("computer science" "cyber security"
|
2022-12-02 13:47:08 +08:00
|
|
|
"<a href="https://www.geogebra.org">GeoGebra</a>"
|
2022-10-21 20:42:10 +08:00
|
|
|
"Minecraft redstone survival"
|
|
|
|
"anime"
|
2022-12-02 13:47:08 +08:00
|
|
|
(<a id="normal" href="https://xkcd.com/297">Lost (In (Suspicious (Parentheses)))</a>)))))
|
|
|
|
</pre><br>
|
|
|
|
"<span id="quote"></span>"
|
2022-10-21 20:42:10 +08:00
|
|
|
</div>
|
|
|
|
</body>
|
2022-10-29 13:26:19 +08:00
|
|
|
<script src="./js/random-quote.js"></script>
|