From 57578b3cb41b0c31d14386250cdda431356b418d Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Tue, 19 Aug 2025 01:36:10 +0530 Subject: [PATCH] chore: projects Signed-off-by: Ameya Shenoy --- resume.typ | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/resume.typ b/resume.typ index 03ecf91..987cd8f 100644 --- a/resume.typ +++ b/resume.typ @@ -97,14 +97,16 @@ -// Accomplishments Section -#text(size: 12pt, weight: "bold", fill: section-color)[#smallcaps[Projects]] -#v(jobtitle-company-spacing) -#line(length: 100%, stroke: line-stroke-width + section-color) -#v(jobtitle-company-spacing) +// Projects Section +#if "projects" in data and data.projects.len() > 0 [ + #text(size: 12pt, weight: "bold", fill: section-color)[#smallcaps[Projects]] + #v(jobtitle-company-spacing) + #line(length: 100%, stroke: line-stroke-width + section-color) + #v(jobtitle-company-spacing) -#for project in data.projects [ - _#link("https://" + project.website)[#text(fill: section-color)[#project.title]]_ - #project.description\ + #for project in data.projects [ + _#link("https://" + project.website)[#text(fill: section-color)[#project.title]]_ - #project.description\ + ] ] #v(inter-section-spacing)