[2025-04-25] Multiple design improvements

- Font size and scaling better for different displays
- Added 88x31 buttons in footer
- Other minor changes to CSS and layouts
This commit is contained in:
Andrew Conlin 2025-04-25 14:45:55 +01:00
parent 5a1ce2af21
commit c51385f72b
18 changed files with 68 additions and 57 deletions

View file

@ -2,8 +2,9 @@
layout: default
title: projects
---
<span style="font-size: x-large;"><a href="/">~</a> > <a href="">{{page.title}}</a><br></span>
<ul style="list-style-type:none;margin:0;padding:0;">
{% include pageTitle.html %}
<ul style="list-style-type:none;margin:0;padding:0;font-size:16px;">
<p><span style="font-family:Geist Mono"><a href="https://pypi.org/project/tictoc">tictoc</a> / </span>Fast, simple and accurate Python timing. Written in Rust.</p>
<p><span style="font-family:Geist Mono"><a href="https://year-progress.cnln.dev">year-progress</a> / </span>A fun side project which gives the progress through the year, relative to other things.</p>
</ul>