add weekends left calculator
This commit is contained in:
parent
427ba433db
commit
dc791ae47c
5 changed files with 477 additions and 0 deletions
|
|
@ -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/)  
|
||||
|
|
|
|||
12
content/lib/weekends_left.md
Normal file
12
content/lib/weekends_left.md
Normal 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() }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue