feat: improve README design and readability (#120)
27
README.md
@@ -1,4 +1,8 @@
|
|||||||
# Modern CV
|
<h1 align="center">
|
||||||
|
<img src="assets/images/header.png" alt="Header">
|
||||||
|
<br><br>
|
||||||
|
Modern CV
|
||||||
|
</h1>
|
||||||
|
|
||||||
[](https://github.com/DeveloperPaul123/modern-cv/stargazers)
|
[](https://github.com/DeveloperPaul123/modern-cv/stargazers)
|
||||||
[](https://discord.gg/CX2ybByRnt)
|
[](https://discord.gg/CX2ybByRnt)
|
||||||
@@ -7,6 +11,20 @@
|
|||||||
|
|
||||||
A port of the [Awesome-CV](https://github.com/posquit0/Awesome-CV) Latex resume template in [typst](https://github.com/typst/typst).
|
A port of the [Awesome-CV](https://github.com/posquit0/Awesome-CV) Latex resume template in [typst](https://github.com/typst/typst).
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Modern and clean design
|
||||||
|
- Easy to use and customize (colors, profile picture, fonts, etc.)
|
||||||
|
- Support for multiple sections (education, experience, skills, etc.)
|
||||||
|
- Support for multiple languages
|
||||||
|
|
||||||
|
## Preview
|
||||||
|
|
||||||
|
| Resumes | Cover letters |
|
||||||
|
| --- | --- |
|
||||||
|
|  |  |
|
||||||
|
|  | |
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
### Tools
|
### Tools
|
||||||
@@ -85,13 +103,6 @@ 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).
|
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 Examples
|
|
||||||
|
|
||||||
| Resumes | Cover letters |
|
|
||||||
| --- | --- |
|
|
||||||
|  |  |
|
|
||||||
|  | |
|
|
||||||
|
|
||||||
## Building and Testing Locally
|
## Building and Testing Locally
|
||||||
|
|
||||||
To build and test the project locally, you will need to install the `typst` CLI. You can find instructions on how to do this [here](https://github.com/typst/typst#installation).
|
To build and test the project locally, you will need to install the `typst` CLI. You can find instructions on how to do this [here](https://github.com/typst/typst#installation).
|
||||||
|
|||||||
BIN
assets/design/readme_header.afdesign
Normal file
|
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 231 KiB |
|
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 207 KiB |
BIN
assets/images/header.png
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
assets/images/logo.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 251 KiB |
BIN
assets/images/resume_with_logo.png
Normal file
|
After Width: | Height: | Size: 246 KiB |
32
lib.typ
@@ -273,9 +273,7 @@
|
|||||||
#block[
|
#block[
|
||||||
#set text(size: 32pt, style: "normal", font: header-font)
|
#set text(size: 32pt, style: "normal", font: header-font)
|
||||||
#if language == "zh" or language == "ja" [
|
#if language == "zh" or language == "ja" [
|
||||||
#text(accent-color, weight: "thin")[#author.firstname]#text(
|
#text(accent-color, weight: "thin")[#author.firstname]#text(weight: "bold")[#author.lastname]
|
||||||
weight: "bold",
|
|
||||||
)[#author.lastname]
|
|
||||||
] else [
|
] else [
|
||||||
#text(accent-color, weight: "thin")[#author.firstname]
|
#text(accent-color, weight: "thin")[#author.firstname]
|
||||||
#text(weight: "bold")[#author.lastname]
|
#text(weight: "bold")[#author.lastname]
|
||||||
@@ -350,33 +348,25 @@
|
|||||||
#if ("bitbucket" in author) [
|
#if ("bitbucket" in author) [
|
||||||
#separator
|
#separator
|
||||||
#bitbucket-icon
|
#bitbucket-icon
|
||||||
#box[#link(
|
#box[#link("https://bitbucket.org/" + author.bitbucket)[#author.bitbucket]]
|
||||||
"https://bitbucket.org/" + author.bitbucket,
|
|
||||||
)[#author.bitbucket]]
|
|
||||||
]
|
]
|
||||||
#if ("linkedin" in author) [
|
#if ("linkedin" in author) [
|
||||||
#separator
|
#separator
|
||||||
#linkedin-icon
|
#linkedin-icon
|
||||||
#box[
|
#box[
|
||||||
#link(
|
#link("https://www.linkedin.com/in/" + author.linkedin)[#author.firstname #author.lastname]
|
||||||
"https://www.linkedin.com/in/" + author.linkedin,
|
|
||||||
)[#author.firstname #author.lastname]
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
#if ("twitter" in author) [
|
#if ("twitter" in author) [
|
||||||
#separator
|
#separator
|
||||||
#twitter-icon
|
#twitter-icon
|
||||||
#box[#link(
|
#box[#link("https://twitter.com/" + author.twitter)[\@#author.twitter]]
|
||||||
"https://twitter.com/" + author.twitter,
|
|
||||||
)[\@#author.twitter]]
|
|
||||||
]
|
]
|
||||||
#if ("scholar" in author) [
|
#if ("scholar" in author) [
|
||||||
#let fullname = str(author.firstname + " " + author.lastname)
|
#let fullname = str(author.firstname + " " + author.lastname)
|
||||||
#separator
|
#separator
|
||||||
#google-scholar-icon
|
#google-scholar-icon
|
||||||
#box[#link(
|
#box[#link("https://scholar.google.com/citations?user=" + author.scholar)[#fullname]]
|
||||||
"https://scholar.google.com/citations?user=" + author.scholar,
|
|
||||||
)[#fullname]]
|
|
||||||
]
|
]
|
||||||
#if ("orcid" in author) [
|
#if ("orcid" in author) [
|
||||||
#separator
|
#separator
|
||||||
@@ -566,9 +556,7 @@
|
|||||||
show: body => context {
|
show: body => context {
|
||||||
set document(
|
set document(
|
||||||
author: author.firstname + " " + author.lastname,
|
author: author.firstname + " " + author.lastname,
|
||||||
title: lflib
|
title: lflib._linguify("cover-letter", lang: language, from: lang_data).ok,
|
||||||
._linguify("cover-letter", lang: language, from: lang_data)
|
|
||||||
.ok,
|
|
||||||
)
|
)
|
||||||
body
|
body
|
||||||
}
|
}
|
||||||
@@ -615,9 +603,7 @@
|
|||||||
#block[
|
#block[
|
||||||
#set text(size: 32pt, style: "normal", font: header-font)
|
#set text(size: 32pt, style: "normal", font: header-font)
|
||||||
#if language == "zh" or language == "ja" [
|
#if language == "zh" or language == "ja" [
|
||||||
#text(accent-color, weight: "thin")[#author.firstname]#text(
|
#text(accent-color, weight: "thin")[#author.firstname]#text(weight: "bold")[#author.lastname]
|
||||||
weight: "bold",
|
|
||||||
)[#author.lastname]
|
|
||||||
] else [
|
] else [
|
||||||
#text(accent-color, weight: "thin")[#author.firstname]
|
#text(accent-color, weight: "thin")[#author.firstname]
|
||||||
#text(weight: "bold")[#author.lastname]
|
#text(weight: "bold")[#author.lastname]
|
||||||
@@ -680,9 +666,7 @@
|
|||||||
author_list.push[
|
author_list.push[
|
||||||
#linkedin-icon
|
#linkedin-icon
|
||||||
#box[
|
#box[
|
||||||
#link(
|
#link("https://www.linkedin.com/in/" + author.linkedin)[#author.firstname #author.lastname]
|
||||||
"https://www.linkedin.com/in/" + author.linkedin,
|
|
||||||
)[#author.firstname #author.lastname]
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ typst compile -f png $PSScriptRoot/../template/resume.typ $PSScriptRoot/../asset
|
|||||||
typst compile -f png $PSScriptRoot/../template/coverletter.typ $PSScriptRoot/../assets/images/coverletter.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
|
typst compile -f png $PSScriptRoot/../template/coverletter2.typ $PSScriptRoot/../assets/images/coverletter2.png
|
||||||
|
|
||||||
oxipng.exe $PSScriptRoot/../assets/images/*
|
oxipng.exe $PSScriptRoot/../assets/images/*.png
|
||||||
|
|||||||
@@ -31,12 +31,14 @@
|
|||||||
paper-size: "us-gov-legal",
|
paper-size: "us-gov-legal",
|
||||||
)
|
)
|
||||||
|
|
||||||
#hiring-entity-info(entity-info: (
|
#hiring-entity-info(
|
||||||
|
entity-info: (
|
||||||
target: "Company Recruitement Team",
|
target: "Company Recruitement Team",
|
||||||
name: "Google, Inc.",
|
name: "Google, Inc.",
|
||||||
street-address: "1600 AMPHITHEATRE PARKWAY",
|
street-address: "1600 AMPHITHEATRE PARKWAY",
|
||||||
city: "MOUNTAIN VIEW, CA 94043",
|
city: "MOUNTAIN VIEW, CA 94043",
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
#letter-heading(job-position: "Software Engineer", addressee: "Sir or Madame")
|
#letter-heading(job-position: "Software Engineer", addressee: "Sir or Madame")
|
||||||
|
|
||||||
|
|||||||
@@ -19,12 +19,14 @@
|
|||||||
language: "sp",
|
language: "sp",
|
||||||
)
|
)
|
||||||
|
|
||||||
#hiring-entity-info(entity-info: (
|
#hiring-entity-info(
|
||||||
|
entity-info: (
|
||||||
target: "Company Recruitement Team",
|
target: "Company Recruitement Team",
|
||||||
name: "Google, Inc.",
|
name: "Google, Inc.",
|
||||||
street-address: "1600 AMPHITHEATRE PARKWAY",
|
street-address: "1600 AMPHITHEATRE PARKWAY",
|
||||||
city: "MOUNTAIN VIEW, CA 94043",
|
city: "MOUNTAIN VIEW, CA 94043",
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
#letter-heading(job-position: "Software Engineer", addressee: "Sir or Madame")
|
#letter-heading(job-position: "Software Engineer", addressee: "Sir or Madame")
|
||||||
|
|
||||||
|
|||||||
@@ -93,21 +93,27 @@
|
|||||||
|
|
||||||
= Skills
|
= Skills
|
||||||
|
|
||||||
#resume-skill-item("Languages", (
|
#resume-skill-item(
|
||||||
|
"Languages",
|
||||||
|
(
|
||||||
strong("C++"),
|
strong("C++"),
|
||||||
strong("Python"),
|
strong("Python"),
|
||||||
"Java",
|
"Java",
|
||||||
"C#",
|
"C#",
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
"TypeScript",
|
"TypeScript",
|
||||||
))
|
),
|
||||||
|
)
|
||||||
#resume-skill-item("Spoken Languages", (strong("English"), "Spanish"))
|
#resume-skill-item("Spoken Languages", (strong("English"), "Spanish"))
|
||||||
#resume-skill-item("Programs", (
|
#resume-skill-item(
|
||||||
|
"Programs",
|
||||||
|
(
|
||||||
strong("Excel"),
|
strong("Excel"),
|
||||||
"Word",
|
"Word",
|
||||||
"Powerpoint",
|
"Powerpoint",
|
||||||
"Visual Studio",
|
"Visual Studio",
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
= Education
|
= Education
|
||||||
|
|
||||||
|
|||||||