fix: resume skill item grid alignment (#121)

This commit is contained in:
Paul T
2025-05-28 22:50:54 -04:00
committed by GitHub
parent 63289012a1
commit c7a023ff6a
5 changed files with 108 additions and 27 deletions

View File

@@ -20,7 +20,7 @@
"Developer",
),
),
profile-picture: none,
profile-picture: image("profile.png"),
date: datetime.today().display(),
language: "en",
colored-headers: true,
@@ -94,10 +94,11 @@
= Skills
#resume-skill-item(
"Languages",
"Programming Languages",
(
strong("C++"),
strong("Python"),
"Rust",
"Java",
"C#",
"JavaScript",
@@ -114,6 +115,41 @@
"Visual Studio",
),
)
// spacing fix, not needed if you use `resume-skill-grid`
#block(below: 0.65em)
// An alternative way of list out your resume skills
// #resume-skill-grid(
// categories_with_values: (
// "Programming Languages": (
// strong("C++"),
// strong("Python"),
// "Rust",
// "Java",
// "C#",
// "JavaScript",
// "TypeScript",
// ),
// "Spoken Languages": (
// strong("English"),
// "Spanish",
// "Greek",
// ),
// "Programs": (
// strong("Excel"),
// "Word",
// "Powerpoint",
// "Visual Studio",
// "git",
// "Zed"
// ),
// "Really Really Long Long Long Category": (
// "Thing 1",
// "Thing 2",
// "Thing 3"
// )
// ),
// )
= Education