From 23df8a3423f0ca1cecb2a5b73fc2775aaeb9a596 Mon Sep 17 00:00:00 2001 From: Hikari Date: Mon, 20 Apr 2026 12:32:42 -0700 Subject: [PATCH] feat: replace formats text with download and print buttons Adds four action buttons: download YAML, download JSON, print full resume, and print condensed resume. The condensed print temporarily hides certifications, projects, and publications sections before opening the print dialog, restoring them on afterprint. --- src/parse.ts | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/src/parse.ts b/src/parse.ts index ae4f24e..aece817 100644 --- a/src/parse.ts +++ b/src/parse.ts @@ -30,13 +30,39 @@ const htmlEnd = ` `; @@ -124,9 +150,12 @@ const heading = `

${yaml.name}

Projects | Publications |

-

- Get this resume in YAML or JSON format. You can also print the resume (and optionally save as a PDF). -

+
+ + + + +

Interested in hiring me?