Compare commits
2 Commits
release/0.
...
release/0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8c30e2219 | ||
|
|
5b74cf40ee |
Binary file not shown.
|
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 205 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 210 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 210 KiB |
12
lang.toml
12
lang.toml
@@ -7,7 +7,6 @@ dear = "Dear"
|
|||||||
cover-letter = "Cover Letter"
|
cover-letter = "Cover Letter"
|
||||||
attached = "Attached"
|
attached = "Attached"
|
||||||
curriculum-vitae = "Curriculum Vitae"
|
curriculum-vitae = "Curriculum Vitae"
|
||||||
sincerely = "Sincerely"
|
|
||||||
|
|
||||||
[lang.de]
|
[lang.de]
|
||||||
resume = "Lebenslauf"
|
resume = "Lebenslauf"
|
||||||
@@ -15,7 +14,6 @@ dear = "Sehr geehrte"
|
|||||||
cover-letter = "Anschreiben"
|
cover-letter = "Anschreiben"
|
||||||
attached = "Angehängt"
|
attached = "Angehängt"
|
||||||
curriculum-vitae = "Lebenslauf"
|
curriculum-vitae = "Lebenslauf"
|
||||||
sincerely = "Aufrichtig"
|
|
||||||
|
|
||||||
[lang.gr]
|
[lang.gr]
|
||||||
resume = "Βιογραφικό"
|
resume = "Βιογραφικό"
|
||||||
@@ -23,15 +21,6 @@ dear = "Αγαπητέ"
|
|||||||
cover-letter = "Συνοδευτική Επιστολή"
|
cover-letter = "Συνοδευτική Επιστολή"
|
||||||
attached = "Συνημμένο"
|
attached = "Συνημμένο"
|
||||||
curriculum-vitae = "Βιογραφικό"
|
curriculum-vitae = "Βιογραφικό"
|
||||||
sincerely = "Με εκτίμηση"
|
|
||||||
|
|
||||||
[lang.pt]
|
|
||||||
resume = "Currículo"
|
|
||||||
dear = "Caro(a)"
|
|
||||||
cover-letter = "Carta de Apresentação"
|
|
||||||
attached = "Em anexo"
|
|
||||||
curriculum-vitae = "Currículo"
|
|
||||||
sincerely = "Atenciosamente"
|
|
||||||
|
|
||||||
[lang.sp]
|
[lang.sp]
|
||||||
resume = "Currículum"
|
resume = "Currículum"
|
||||||
@@ -39,4 +28,3 @@ dear = "Estimado"
|
|||||||
cover-letter = "Carta de Presentación"
|
cover-letter = "Carta de Presentación"
|
||||||
attached = "Adjunto"
|
attached = "Adjunto"
|
||||||
curriculum-vitae = "Currículum"
|
curriculum-vitae = "Currículum"
|
||||||
sincerely = "Sinceramente"
|
|
||||||
|
|||||||
4
lib.typ
4
lib.typ
@@ -150,7 +150,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
set text(
|
set text(
|
||||||
font: ("Source Sans Pro", "Source Sans 3"),
|
font: ("Source Sans Pro"),
|
||||||
lang: language,
|
lang: language,
|
||||||
size: 11pt,
|
size: 11pt,
|
||||||
fill: color-darkgray,
|
fill: color-darkgray,
|
||||||
@@ -601,7 +601,7 @@
|
|||||||
let letter-conclusion = {
|
let letter-conclusion = {
|
||||||
align(bottom)[
|
align(bottom)[
|
||||||
#pad(bottom: 2em)[
|
#pad(bottom: 2em)[
|
||||||
#text(weight: "light")[#linguify("sincerely", from: lang_data)#sym.comma] \
|
#text(weight: "light")[Sincerely,] \
|
||||||
#text(weight: "bold")[#author.firstname #author.lastname] \ \
|
#text(weight: "bold")[#author.firstname #author.lastname] \ \
|
||||||
#text(weight: "light", style: "italic")[ #linguify(
|
#text(weight: "light", style: "italic")[ #linguify(
|
||||||
"attached",
|
"attached",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/modern-cv:0.3.1": *
|
#import "@preview/modern-cv:0.3.0": *
|
||||||
|
|
||||||
#show: coverletter.with(
|
#show: coverletter.with(
|
||||||
author: (
|
author: (
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/modern-cv:0.3.1": *
|
#import "@preview/modern-cv:0.3.0": *
|
||||||
|
|
||||||
#show: coverletter.with(
|
#show: coverletter.with(
|
||||||
author: (
|
author: (
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
profile-picture: none,
|
profile-picture: none,
|
||||||
language: "sp",
|
language: "en",
|
||||||
)
|
)
|
||||||
|
|
||||||
#hiring-entity-info(entity-info: (
|
#hiring-entity-info(entity-info: (
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/modern-cv:0.3.1": *
|
#import "@preview/modern-cv:0.3.0": *
|
||||||
|
|
||||||
#show: resume.with(
|
#show: resume.with(
|
||||||
author: (
|
author: (
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "modern-cv"
|
name = "modern-cv"
|
||||||
version = "0.3.1"
|
version = "0.3.0"
|
||||||
compiler = "0.11.0"
|
compiler = "0.11.0"
|
||||||
entrypoint = "lib.typ"
|
entrypoint = "lib.typ"
|
||||||
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]
|
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user