add weekends left calculator

This commit is contained in:
Fabian Montero 2026-04-13 17:00:56 -06:00
parent 427ba433db
commit dc791ae47c
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
5 changed files with 477 additions and 0 deletions

View file

@ -6,6 +6,7 @@ title = "lib"
[visual thinking](@/lib/visual_thinking.md)  
[be methodical](@/lib/be_methodical.md)  
[start your own revolution](@/lib/start_your_own_revolution.md)  
[weekends left](@/lib/weekends_left.md)  
[digital gardening](https://git.posixlycorrect.com/fabian/digital-gardeners)  
[indieweb](https://https://indieweb.org/)  
[wow](https://www.cameronsworld.net/)  

View file

@ -0,0 +1,12 @@
+++
title = "Weekends Left"
description = "Calculate how many weekends remain in your life"
date = 2026-04-13
[extra]
stylesheets = ["css/weekends-left.css"]
+++
How many weekends do you have left? Enter your birth year and expected death year to see how many weekends you've used and how many remain.
{{ weekends_left() }}