Merge pull request #25 from andrwcnln/dev
Create Projects page and add content to it
This commit is contained in:
commit
1848944495
@ -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
10
projects.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user