Added current distro info, text editor info (and a link!), plus fixed nav error.

This commit is contained in:
Jane 2019-12-27 17:27:06 -06:00
parent 46f34fed03
commit 5b36cb2dbe
1 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<head>
<title>Get to Know Me</title>
<meta charset="UTF-8">
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
@ -15,12 +15,13 @@
<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>As mentioned earlier, I'm Jane. I go by polaris in many places. I'm an lover of Free Software, cola, music. I've switched back to Parabola
GNU/Linux-libre as my primary distro (horray!). I use neovim, though I find emacs enjoyable to use as well. I run Replicant on my mobile phone
<p>As mentioned earlier, I'm Jane. I go by polaris in many places. I'm an lover of Free Software, cola, music. I've switched back to PureOS
GNU/Linux-libre as my primary distro. I use the <a href="https://micro-editor.github.io/">micro text editor</a>. I run Replicant on my mobile phone
(though it never gets much use). If you'd like to chat with me, my contact information can be found <a href="/contact.html">here</a>.</p>
</main>
<footer>