Files
modern-cv/template/coverletter.typ
2025-01-20 09:55:03 -05:00

57 lines
1.2 KiB
Typst

#import "@preview/modern-cv:0.7.0": *
#show: coverletter.with(
author: (
firstname: "John",
lastname: "Smith",
email: "js@gmail.com",
homepage: "https://example.com",
phone: "(+1) 111-111-1111",
github: "DeveloperPaul123",
linkedin: "John Smith",
address: "111 Example St. Apt. 111, Example City, EX 11111",
website: "https://www.github.com/DeveloperPaul123",
positions: (
"Software Engineer",
"Full Stack Developer",
),
),
profile-picture: image("./profile.png"),
language: "en",
font: "Times New Roman",
// Remove the following line to show the footer
// Or set the value to `true`
show-footer: false,
// set this to `none` to show the default or remove it completely
closing: [],
// see typst "page" documentation for more options
paper-size: "us-gov-legal"
)
#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",
)
= About Me
#coverletter-content[
#lorem(80)
]
= Why Google?
#coverletter-content[
#lorem(90)
]
= Why Me?
#coverletter-content[
#lorem(100)
]