mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2025-02-20 11:29:15 +08:00
quote, italic, collections: konfou
This commit is contained in:
parent
8d7b91e648
commit
7e6fa7b3f0
13
index.html
13
index.html
@ -11,20 +11,23 @@
|
||||
*::-webkit-scrollbar{width:auto}
|
||||
*::-webkit-scrollbar-track{background:#404040}
|
||||
*::-webkit-scrollbar-thumb{background:gray}
|
||||
body{background-color:#3B4252;color:#dcdccc;font-family:dejavu sans mono,consolas,monospace;font-size:16px;padding:5em 0 0;margin:0}
|
||||
body{background-color:#3B4252;color:#dcdccc;font-family:dejavu sans mono,monospace;font-size:16px;padding:5em 0 0;margin:0}
|
||||
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}
|
||||
pre{font-family:dejavu sans mono,consolas,monospace;margin:1rem}
|
||||
pre{font-family:dejavu sans mono,monospace;margin:1rem}
|
||||
#quote{color:#66ccff;font-style:italic}
|
||||
</style>
|
||||
<body>
|
||||
<!--
|
||||
<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">
|
||||
-->
|
||||
<div class="home p-contact contact h-card vcard">
|
||||
<pre>
|
||||
(let ((name "dongdigua")
|
||||
(let ((name "<strong>dongdigua</strong>")
|
||||
(blog "<a href=https://dongdigua.github.io/posts>posts/</a>")
|
||||
(feed "<a href=https://dongdigua.github.io/feed.xml>feed.xml</a>")
|
||||
(github "<a href=https://github.com/dongdigua>@dongdigua</a>")
|
||||
@ -37,9 +40,9 @@
|
||||
"GeoGebra"
|
||||
"Minecraft redstone survival"
|
||||
"anime"
|
||||
(Lost (In (Superfluous (Parentheses)))))))
|
||||
(Lost (In (Superfluous (Parentheses))))))
|
||||
(random-quote
|
||||
"<span style="color:#66ccff" id="quote"></span>"))
|
||||
"<span id="quote"></span>")))
|
||||
</pre>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -3,16 +3,19 @@ var data = [
|
||||
"解放思想, 实事求是, 与时俱进",
|
||||
"绿水青山就是金山银山",
|
||||
|
||||
"You are not alone",
|
||||
"<a id=quote href=https://www.bilibili.com/video/BV1vW411g7tN>谁甘人生黯淡无光 谁愿做叶不争艳芳</a>",
|
||||
"fly high my friend, until we meet again",
|
||||
|
||||
"The internet is FULL, go away!",
|
||||
"May the --force be with you",
|
||||
"Software that sucks less",
|
||||
"Software should be FREE!",
|
||||
"whoami: No system is safe",
|
||||
"drop it at lttstore.com",
|
||||
"Can’t keep up! Is the server overloaded? Running 5000ms or 100 ticks behind",
|
||||
"DROP it at lttstore.com",
|
||||
"Can’t keep up! Is the server overloaded?\\n\nRunning 5000ms or 100 ticks behind",
|
||||
"大炮做好了不放珍珠是什么意思?",
|
||||
"不释仁",
|
||||
"Goodbye Atom, Hello VS Code",
|
||||
];
|
||||
|
||||
var index = Math.floor((Math.random() * data.length));
|
||||
|
@ -183,7 +183,10 @@ GE d@ s: a C++$ UBL+++$ P++(--)$ L++(-)$ !E W+++(-)$ !N !o K--? w !O !M !V PS++
|
||||
*** [[https://phenix3443.github.io/notebook/c/tinyhttpd-analysis.html][TinyHTTPd 源码分析]]
|
||||
** [[https://julienblanchard.com][julienblanchard/typed-hole]] :plan9:
|
||||
*** [[https://pmikkelsen.com][pmikkelsen]]
|
||||
** TODO [[https://konfou.xyz][Konstantinos Foutzopoulos]]
|
||||
** [[https://konfou.xyz][Konstantinos Foutzopoulos]]
|
||||
*** [[https://konfou.xyz/posts/unix-filesystem-hierarchy/][Unix filesystem hierarchy]]
|
||||
*** [[https://konfou.xyz/posts/pantheon-of-distributed-operating-systems/][pantheon of distributed operating systems]]
|
||||
*** [[https://konfou.xyz/posts/urbit-an-alien-system-software/][Urbit, an alien system software]]
|
||||
** [[http://www.jinbuguo.com][金步国作品集]] :lowlevel:linux:
|
||||
kernel, LFS
|
||||
|
||||
@ -197,6 +200,8 @@ B站: 美味的樱桃菌
|
||||
B站: 称呼我C先生
|
||||
*** [[https://blog.lunaixsky.com/][lunaixsky]] :c:lowlevel:
|
||||
*** [[https://endlesspeak.gitee.io/][EndlessPeak]] :linux:
|
||||
*** [[https://hackflow.org][GNUman]]
|
||||
**** [[https://hackflow.org/index.php/archives/124][谈 HTTPS 协议的缺陷与反 HTTPS 联盟的谬误]]
|
||||
** ZhiHu
|
||||
*** [[https://zhuanlan.zhihu.com/p/138719668][用Go语言汇编计算fibonacci数列]] :lowlevel:
|
||||
*** [[https://www.zhihu.com/column/c_1313110231912726528][倔强的程序员]]
|
||||
|
Loading…
Reference in New Issue
Block a user