www/index.html

64 lines
2.6 KiB
HTML
Raw Normal View History

2021-04-25 18:34:57 +00:00
<!DOCTYPE html>
<html>
<head>
2021-04-27 07:22:06 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
2021-06-30 13:46:03 +00:00
<title>g1n~tilde.team</title>
2021-04-25 18:34:57 +00:00
<link rel="stylesheet" href="style.css">
2021-06-14 15:01:52 +00:00
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
2021-04-25 18:34:57 +00:00
</head>
<body>
2021-04-27 07:22:06 +00:00
<div id="content">
2021-04-25 18:34:57 +00:00
<h3><pre>
_
__ _/ |_ __
/ _` | | '_ \
/\/| | (_| | | | | |
|/\/ \__, |_|_| |_|
|___/
</pre></h3>
<hr>
<h2>Little g1n's tilde site</h2>
<p>~> <a href="blog">BashBlog</a></p>
<p>~> <a href="org-blog">OrgBlog</a></p>
2021-07-02 08:04:10 +00:00
<p>~> <a href="twtxt.txt">twtxt</a></p>
2021-06-01 07:45:17 +00:00
<p>~> <a href="interesting_resources.html">Interesting resources</a> that I found over the internet</p>
<p>~> <a href="books.html">Books</a> that I would like to read</p>
2021-04-25 18:34:57 +00:00
<p>~> <a href="about.html">About me</a></p>
2021-08-20 08:06:11 +00:00
<p>~> <a href="gru/">GRU</a></p>
2021-10-24 16:08:13 +00:00
<p>~> <a href="lolcpu/">LOLcpu</a></p>
2021-06-01 07:45:17 +00:00
<hr>
<p> Git </p>
<p> ~> <a href="https://git.xhec.us/g1n">Xhec git</a></p>
<p> ~> <a href="https://codeberg.org/g1n">Codeberg</a></p>
<hr>
<p> Mastodon </p>
<p> ~> <a rel="me" href="https://tilde.zone/@g1n">tilde.zone</a></p>
<p> ~> <a rel="me" href="https://distrotoot.com/@g1n">Distrotoot</a></p>
<hr>
2021-11-14 10:08:28 +00:00
<p>~> <a href="xmpp:g1n@kalli.st">XMPP</a></p>
2021-06-14 14:50:52 +00:00
<p>~> My <a href="https://tel.tilde.org.nz/">tilde.tel</a> number - 2203101</p>
2021-11-14 10:08:28 +00:00
<p>~> My <a href="g1n.asc">pgp key</a></p>
2021-06-01 15:44:36 +00:00
<hr>
2021-06-17 05:49:27 +00:00
<h3> My projects </h3>
2021-07-06 17:33:40 +00:00
<p>~> <a href="https://tildegit.org/g1n/twtxt-c">twtxt-c</a> - simple bash client for twtxt</p>
<p>~> <a href="https://tildegit.org/g1n/laconia">laconia</a> - simple spartan protocol client</p>
2021-06-17 05:49:27 +00:00
<hr>
2021-06-01 15:44:36 +00:00
<h3> Other tildes where you can find me: </h3>
<p> ~> <a href="https://tilde.cafe/~g1n">tilde.cafe</a></p>
2021-06-01 17:40:22 +00:00
<p> ~> <a href="https://ttylde.karx.xyz/~g1n/">ttylde</a></p>
2021-06-07 10:50:44 +00:00
<p> ~> <a href="https://southlondon.cc/~g1n/">southlondon</a></p>
<p> ~> <a href="https://tilde.my.to/~g1n/">tilde.my.to</a></p>
<p> ~> tilde.pink <a href="gemini://tilde.pink/~g1n/">(gemini)</a> <a href="gopher://tilde.pink/~g1n/">(gopher)</a></p>
<p> ~> <a href="https://tilde.team/~g1n/">tilde.team</a></p>
<p> ~> <a href="https://envs.net/~g1n/">envs.net</a></p>
2021-06-11 11:57:26 +00:00
<p> ~> <a href="https://salyut.one/~g1n/">salyut.one</a></p>
2021-06-12 14:42:30 +00:00
<p> ~> <a href="https://thunix.net/~g1n/">thunix.net</a></p>
2021-07-04 07:35:56 +00:00
<p> ~> <a href="https://heathens.club/~g1n/">heathens.club</a></p>
<p> ~> <a href="https://theasylum.team/~g1n/">theasylum.team</a></p>
2021-04-27 07:22:06 +00:00
</div>
2021-04-25 18:34:57 +00:00
</body>
</html>