personal_website/www/projects.html

54 lines
1.3 KiB
HTML

<!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>
<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">
<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>