diff options
author | Runxi Yu <me@runxiyu.org> | 2024-06-14 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-06-14 08:00:00 +0800 |
commit | 4b7d346dc1fa403010f654fa5c76f6fae1e241fc (patch) | |
tree | e6d78f2709877075e934fdc1f2d6f2316806cb46 | |
parent | a74c16ed4728c0130680cc7f7c67a715ddda9325 (diff) | |
download | www-4b7d346dc1fa403010f654fa5c76f6fae1e241fc.tar.gz |
Mastodon is mostly unused; hlog; cvtech init
-rw-r--r-- | cvtech.html | 41 | ||||
-rwxr-xr-x | hlog.cgi | 1 | ||||
-rw-r--r-- | index.html | 2 |
3 files changed, 42 insertions, 2 deletions
diff --git a/cvtech.html b/cvtech.html new file mode 100644 index 0000000..4bd846d --- /dev/null +++ b/cvtech.html @@ -0,0 +1,41 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <title>Runxi Yu's Résumé (Technology)</title> + <link rel="stylesheet" href="./style.css" /> + <link rel="icon" href="./favicon.ico" sizes="any" /> + <!--link rel="icon" href="./icon.svg" type="image/svg+xml" / --> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="theme-color" content="#241504" /> + <meta name="color-scheme" content="light dark"> + +</head> +<body> +<header> + <h1>Runxi Yu's Résumé (Technology)</h1> +</header> + +<p> +(Other résumés exist for different purposes.) +</p> + +<article> +<p> + +</p> +<ul> + <li> + </li> +</ul> +</article> + +<footer> + <ul role="list"> + <li><a href="./">Home</a></li> + <li>Runxi Yu</li> + <li><a rel="license" href="./pubdom.html">Public Domain</a></li> + </ul> +</footer> +</body> +</html> diff --git a/hlog.cgi b/hlog.cgi index d866569..135ab87 100755 --- a/hlog.cgi +++ b/hlog.cgi @@ -2,7 +2,6 @@ printf 'Content-Type: text/html\r\n\r\n' - cat << EOF <!DOCTYPE html> <html lang="en"> diff --git a/index.html b/index.html index 84338b3..ba49227 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ <li>Email <code>s22537@stu.ykpaoschool.cn</code> (for school-related inquiries only)</li> <li>OpenPGP <a href="https://runxiyu.org/runxiyu.asc"><code>4B9840F43793EAFC56242BC6066289148176003F</code></a></li> <li>IRC <code>runxiyu</code> on <a href="https://libera.chat">Libera.Chat</a> or <a href="https://irc.runxiyu.org">rx</li> - <li>Mastodon <a rel="me" href="https://social.treehouse.systems/@RunxiYu"><code>@RunxiYu@social.treehouse.systems</code></a></li> + <li>Mastodon <a rel="me" href="https://social.treehouse.systems/@RunxiYu"><code>@RunxiYu@social.treehouse.systems</code></a> (infrequently used)</li> <li>sr.ht <a href="https://sr.ht/~runxiyu"><code>~runxiyu</code></a></li> </ul> |