Merge pull request #25 from andrwcnln/dev

Create Projects page and add content to it
This commit is contained in:
Andrew Conlin 2024-02-28 16:52:49 +00:00 committed by GitHub
commit 1848944495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 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>

10
projects.html Normal file
View File

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