fix: use kebab-case and fallback for fonts
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
profile_picture: image("./profile.png")
|
||||
)
|
||||
|
||||
#hiring_entity_info(
|
||||
#hiring-entity-info(
|
||||
entity_info: (
|
||||
target: "Company Recruitement Team",
|
||||
name: "Google, Inc.",
|
||||
@@ -26,22 +26,22 @@
|
||||
)
|
||||
)
|
||||
|
||||
#letter_heading(
|
||||
#letter-heading(
|
||||
job_position: "Software Engineer",
|
||||
addressee: "Sir or Madame"
|
||||
)
|
||||
|
||||
= About Me
|
||||
#coverletter_content[
|
||||
#coverletter-content[
|
||||
#lorem(80)
|
||||
]
|
||||
|
||||
= Why Google?
|
||||
#coverletter_content[
|
||||
#coverletter-content[
|
||||
#lorem(90)
|
||||
]
|
||||
|
||||
= Why Me?
|
||||
#coverletter_content[
|
||||
#coverletter-content[
|
||||
#lorem(100)
|
||||
]
|
||||
]
|
||||
|
||||
@@ -19,14 +19,14 @@
|
||||
|
||||
= Education
|
||||
|
||||
#resume_entry(
|
||||
#resume-entry(
|
||||
title: "Example University",
|
||||
location: "B.S. in Computer Science",
|
||||
date: "August 2014 - May 2019",
|
||||
description: "Example"
|
||||
)
|
||||
|
||||
#resume_item[
|
||||
#resume-item[
|
||||
- #lorem(20)
|
||||
- #lorem(15)
|
||||
- #lorem(25)
|
||||
@@ -34,27 +34,27 @@
|
||||
|
||||
= Experience
|
||||
|
||||
#resume_entry(
|
||||
#resume-entry(
|
||||
title: "Example, Inc.",
|
||||
location: "Example City, EX",
|
||||
date: "2019 - Present",
|
||||
description: "Senior Software Engineer"
|
||||
)
|
||||
|
||||
#resume_item[
|
||||
#resume-item[
|
||||
- #lorem(20)
|
||||
- #lorem(15)
|
||||
- #lorem(25)
|
||||
]
|
||||
|
||||
#resume_entry(
|
||||
#resume-entry(
|
||||
title: "Previous Company, Inc.",
|
||||
location: "Example City, EX",
|
||||
date: "2011 - 2019",
|
||||
description: "Software Engineer"
|
||||
)
|
||||
|
||||
#resume_item[
|
||||
#resume-item[
|
||||
- #lorem(20)
|
||||
- #lorem(15)
|
||||
- #lorem(25)
|
||||
@@ -62,32 +62,32 @@
|
||||
|
||||
= Projects
|
||||
|
||||
#resume_entry(
|
||||
#resume-entry(
|
||||
title: "Thread Pool C++ Library",
|
||||
location: [#github_link("DeveloperPaul123/thread-pool")],
|
||||
location: [#github-link("DeveloperPaul123/thread-pool")],
|
||||
date: "May 2021 - Present",
|
||||
description: "Designer/Developer"
|
||||
)
|
||||
|
||||
#resume_item[
|
||||
#resume-item[
|
||||
- Designed and implemented a thread pool library in C++ using the latest C++20 and C++23 features.
|
||||
- Wrote extensive documentation and unit tests for the library and published it on Github.
|
||||
]
|
||||
|
||||
#resume_entry(
|
||||
#resume-entry(
|
||||
title: " Event Bus C++ Library",
|
||||
location: github_link("DeveloperPaul123/eventbus"),
|
||||
location: github-link("DeveloperPaul123/eventbus"),
|
||||
date: "Sep. 2019 - Present",
|
||||
description: "Designer/Developer"
|
||||
)
|
||||
|
||||
#resume_item[
|
||||
#resume-item[
|
||||
- Designed and implemented an event bus library using C++17.
|
||||
- Wrote detailed documentation and unit tests for the library and published it on Github.
|
||||
]
|
||||
|
||||
= Skills
|
||||
|
||||
#resume_skill_item("Programming Languages", (strong("C++"), "Python", "Java", "C#", "JavaScript", "TypeScript"))
|
||||
#resume_skill_item("Spoken Languages", (strong("English"), "Spanish"))
|
||||
#resume_skill_item("Programs", (strong("Excel"),"Word"))
|
||||
#resume-skill-item("Programming Languages", (strong("C++"), "Python", "Java", "C#", "JavaScript", "TypeScript"))
|
||||
#resume-skill-item("Spoken Languages", (strong("English"), "Spanish"))
|
||||
#resume-skill-item("Programs", (strong("Excel"),"Word"))
|
||||
|
||||
Reference in New Issue
Block a user