From c3d539ffbd1aa8217214f8a79872ef139a51dcc5 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Sun, 28 Sep 2025 22:28:02 -0400 Subject: [PATCH] add this resume to projects/hobbies --- database/resume.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/database/resume.ts b/database/resume.ts index 1f4d2ea..29b2fce 100644 --- a/database/resume.ts +++ b/database/resume.ts @@ -134,6 +134,12 @@ export const projectsHobbies = [ code: "https://git.sakal.us/avraham/calendar-optimizer", deployment: "https://calendar-optimizer-frontend.sakal.us", }, + { + title: "This Résumé", + highlights: ["Vike", "React", "Cloudflare Pages"], + code: "https://git.sakal.us/avraham/resume", + deployment: "https://resume.sakal.us", + }, { title: "Personal coding blog", highlights: ["Astro", "Cloudflare Pages"],