[2024-02-28] Update projects page with description

This commit is contained in:
Andrew Conlin 2024-02-28 11:30:47 +00:00
parent 84c6e9dfdc
commit 7c9b9f5b7e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<h1><a href="/">andrewconl.in</a></h1>
<div>
<code style="font-size: x-large;"><a href="/blog">blog</a> // <a href="/weeklinks">weeklinks</a> // <a href="/til">til</a> // <a>projects</a> // <a>meta</a></code>
<code style="font-size: x-large;"><a href="/blog">blog</a> // <a href="/weeklinks">weeklinks</a> // <a href="/til">til</a> // <a href="/projects">projects</a> // <a>meta</a></code>
</div>
<br>
<hr>

View File

@ -5,6 +5,6 @@ permalink: /projects
---
<h2>Projects</h2>
<ul style="list-style-type:none;margin:0;padding:0;">
<a href="https://github.com/andrwcnln/tictoc">tictoc</a>
<a href="https://github.com/andrwcnln/tictoc">tictoc</a> // Fast, simple and accurate Python timing. Written in Rust.
</ul>
<hr>