Made the projects page tollerable, added specific CSS styling for it, and prepared it for migration of upx.polarisfm.net to the /uplexa/ directory.

This commit is contained in:
Jane 2020-01-06 11:48:35 -06:00
parent 30c9579a7c
commit e0b907f09a
2 changed files with 18 additions and 8 deletions

View File

@ -48,12 +48,11 @@ table {
text-align: center;
}
#madewith {
font-size: 75%;
color: #ffffff;
#projects {
margin-left: auto;
margin-right: auto;
width: 70%;
text-align: center;
padding-top: 2em;
width: 100%;
}
th,

View File

@ -21,9 +21,20 @@
</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>
<table id="projects">
<tbody>
<tr>
<td><p>Project Title</p></td>
<td><p>URL</p></td>
<td><p>Description</p></td>
</td>
<tr>
<td><p>uPlexa Unofficial Resources</p></td>
<td><a href="/uplexa/index.html">/uplexa/index.html</a></td>
<td><p>Unofficial resources for the uPlexa cryptocurrency.</p>
</tr>
</tbody>
</table>
</main>
<footer>
<table id="navbottom">