Compare commits
1 Commits
0.2.0
...
release/0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b7c1f45c1 |
@@ -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 |
|
||||
| --- | --- |
|
||||
|  |  |
|
||||
| | |
|
||||
|
||||
BIN
assets/images/coverletter2.png
Normal file
BIN
assets/images/coverletter2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 210 KiB |
@@ -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/*
|
||||
|
||||
44
template/coverletter2.typ
Normal file
44
template/coverletter2.typ
Normal file
@@ -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)
|
||||
]
|
||||
Reference in New Issue
Block a user