diff --git a/README.md b/README.md index 275a8a9..2dff4d2 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,9 @@ For more information on how to use and compile `typst` files, see the [official Documentation for this template is published with each commit. See the attached PDF on each Github Action run [here](https://github.com/DeveloperPaul123/modern-cv/actions). -### Output +### Output Examples -| | | +| Resumes | Cover letters | | --- | --- | | ![Resume](assets/images/resume.png) | ![Cover Letter](assets/images/coverletter.png) | +| | ![Cover Letter 2](assets/images/coverletter2.png)| diff --git a/assets/images/coverletter2.png b/assets/images/coverletter2.png new file mode 100644 index 0000000..6b39cb0 Binary files /dev/null and b/assets/images/coverletter2.png differ diff --git a/scripts/update_thumbnails.ps1 b/scripts/update_thumbnails.ps1 index 9edbedc..380dfb2 100644 --- a/scripts/update_thumbnails.ps1 +++ b/scripts/update_thumbnails.ps1 @@ -1,4 +1,5 @@ typst compile -f png $PSScriptRoot/../template/resume.typ $PSScriptRoot/../assets/images/resume.png typst compile -f png $PSScriptRoot/../template/coverletter.typ $PSScriptRoot/../assets/images/coverletter.png +typst compile -f png $PSScriptRoot/../template/coverletter2.typ $PSScriptRoot/../assets/images/coverletter2.png oxipng.exe $PSScriptRoot/../assets/images/* diff --git a/template/coverletter2.typ b/template/coverletter2.typ new file mode 100644 index 0000000..d3dbcec --- /dev/null +++ b/template/coverletter2.typ @@ -0,0 +1,44 @@ +#import "@preview/modern-cv:0.2.0":* + +#show: coverletter.with( + author: ( + firstname: "John", + lastname: "Smith", + email: "js@gmail.com", + phone: "(+1) 111-111-1111", + github: "DeveloperPaul123", + linkedin: "John Smith", + address: "111 Example St. Apt. 111, Example City, EX 11111", + positions: ( + "Software Engineer", + "Full Stack Developer" + ) + ), + profile_picture: none +) + +#hiring-entity-info( + entity_info: ( + target: "Company Recruitement Team", + name: "Google, Inc.", + street_address: "1600 AMPHITHEATRE PARKWAY", + city: "MOUNTAIN VIEW, CA 94043" + ) +) + +#letter-heading( + job_position: "Software Engineer", + addressee: "Sir or Madame" +) + +#coverletter-content[ + #lorem(100) +] + +#coverletter-content[ + #lorem(90) +] + +#coverletter-content[ + #lorem(110) +]