feat(template): update resume and coverletter template

Updated template based on feedback from Lemmy and else where. Changes coloring scheme as well as some of the font/font weight and style used. Overall, this makes everything a lot more readable and easier to scan at a glance.
This commit is contained in:
Paul T
2024-04-01 09:25:10 -04:00
committed by Paul T
parent 803aea96cd
commit c706d87704
4 changed files with 45 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "modern-cv"
version = "0.1.0"
version = "0.2.0"
compiler = "0.11.0"
entrypoint = "lib.typ"
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]
@@ -16,4 +16,4 @@ repository = "https://github.com/DeveloperPaul123/modern-cv"
[template]
path = "template"
entrypoint = "resume.typ"
thumbnail = "resume.png"
thumbnail = "assets/images/resume.png"