personal_website/www/projects.html

43 lines
1.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Projects</title>
<meta charset="UTF-8">
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1 id="title">Jane's Projects</h1>
<table id="nav">
<tbody>
<tr>
<td><a href="/index.html">Home</a></td>
<td><a href="/about.html">About</a></td>
<td><a href="/contact.html">Contact</a></td>
<td><a href="/projects.html">Projects</a></td>
</tr>
</tbody>
</table>
<main>
<p>Hi there. Care to check out my projects? Right now I have a total of one... Yeah, I'm working on it.</p>
<h2>uPlexa Unofficial Resources/apt repository</h2>
<p>The title says it all, it's a series of unofficial resources for the uPlexa cryptocurrnecy. This includes a Twitter to Mastodon bridge, an apt repository, and some git mirrors.</p>
<p>Take a look at <a href="https://upx.polarisfm.net">https://upx.polarisfm.net</a> or <a href="http://3jybqmpbjv6jlhrxpg535ksq7bt6s3vxc5ddrfafziiw43bu4roqqdad.onion">http://3jybqmpbjv6jlhrxpg535ksq7bt6s3vxc5ddrfafziiw43bu4roqqdad.onion</a> if Tor is more your thing.</p>
</main>
<footer>
<table id="navbottom">
<tbody>
<tr>
<td><a href="https://polarisfm.net">ICANN</a></td>
<td><a href="http://polaris.libre">OpenNIC</a></td>
<td><a href="http://hb6qqepyl5kzy5i7qbapt2wapv544d4segzjkjrvba6cbn2kllynhzid.onion">Onion</a></td>
</tr>
</tbody>
</table>
</footer>
</body>
</html>