From 0159e5e49f810ceb7f365809892dd210599066b4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 19 Feb 2026 22:36:03 +0100 Subject: [PATCH] yeet --- .aider.chat.history.md | 6 ++ birthdays.db | Bin 0 -> 12288 bytes db/birthdays.db | Bin 0 -> 12288 bytes go.mod | 5 ++ go.sum | 2 + main.go | 143 +++++++++++++++++++++++++++++++++++++++++ template/index.html | 139 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 295 insertions(+) create mode 100644 .aider.chat.history.md create mode 100644 birthdays.db create mode 100644 db/birthdays.db create mode 100644 go.mod create mode 100644 go.sum create mode 100644 main.go create mode 100644 template/index.html diff --git a/.aider.chat.history.md b/.aider.chat.history.md new file mode 100644 index 0000000..205e36e --- /dev/null +++ b/.aider.chat.history.md @@ -0,0 +1,6 @@ + +# aider chat started at 2026-02-19 21:35:37 + +> Update git name with: git config user.name "Your Name" +> Update git email with: git config user.email "you@example.com" +> You can skip this check with --no-gitignore diff --git a/birthdays.db b/birthdays.db new file mode 100644 index 0000000000000000000000000000000000000000..c139d507142e248515281a6034476ce7bda01090 GIT binary patch literal 12288 zcmeI&Jx{_w7zgmX;(Juw7HdX9WS-0zSDe9!xq*XH2?6NRrdOmu(Gf8nR$+T3i8OB#%xH=W4 zC;!=h>)iy6yYZ;iaeTK;dCM|{Zc;%M^_n56s2f!=+bB7`oAc-^Qwae92tWV=5P$## zAOHafKmY;|fWYzz?DJI?JKY#`U2<~S+;JwG%j6Czn?0GO)U5ot|4&$SvV0$i6GH$3 f5P$##AOHafKmY;|fB*y_@SDIkkHj~_9|-(+EzNL6 literal 0 HcmV?d00001 diff --git a/db/birthdays.db b/db/birthdays.db new file mode 100644 index 0000000000000000000000000000000000000000..22be88f5be6b41ba65870e150724962a1bb49e7b GIT binary patch literal 12288 zcmeI&Jx{_w7zgmX;(JsaOc;6GAb>$koGo$~VrdbML?%+8XcJz9mKaCf{d|50M@A>F zXlum5#f9Ymq}Sf{-g>|7N!qwJT;HMocsjIwI%Nlpb9PR|7}HdVsS*ZPm9?;;oQoB8 z{CEGY+xOe|vuXFv_M9FSEz1zPNhML%n}(#aZZyPVqjZp)^Y|N67XkthfB*y_009U< z00Izz00bZaft43H + + + + + Birthday Reminder + + + + + +
+
+
+
+
+ Upcoming Birthdays +
+
+
+
+
Today
+
    + {{range .UpcomingBirthdays}} + {{if eq .DaysUntil 0}} +
  • + {{.Name}} + TODAY! +
  • + {{end}} + {{end}} +
+
+
+
Coming Up
+
    + {{range .UpcomingBirthdays}} + {{if ne .DaysUntil 0}} +
  • + {{.Name}} + {{.DaysUntil}} days +
  • + {{end}} + {{end}} +
+
+
+
+
+
+
+
+
+ Add New Birthday +
+
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+
+
+ + + + + +