Optimize for service role
This commit is contained in:
parent
1e9faa3249
commit
9c50837c99
12 changed files with 48 additions and 27 deletions
|
@ -2,7 +2,7 @@
|
|||
paper: "us-letter",
|
||||
margin: (
|
||||
x: 0.5in,
|
||||
y: 0.4in,
|
||||
y: 0.6in,
|
||||
),
|
||||
body
|
||||
)
|
||||
|
|
|
@ -92,9 +92,9 @@
|
|||
"GitHub",
|
||||
),
|
||||
highlights: (
|
||||
"Developed ASP.NET APIs for data management, multifactor authentication, and document conversion.",
|
||||
"Created a React-based UI for a book critique platform, supporting document viewing, sharing, and annotation.",
|
||||
"Automated the update of email templates in the database using SQL and PowerShell scripts.",
|
||||
"Developed web applications through team collaboration.",
|
||||
"Used tools such as Slack, Jira, Zoom, email, and GitHub for communication.",
|
||||
"Worked directly with a client to make desired modifications for their software.",
|
||||
),
|
||||
),
|
||||
(
|
||||
|
@ -109,9 +109,27 @@
|
|||
"C#/ASP.NET",
|
||||
),
|
||||
highlights: (
|
||||
"Supported server maintenance through update research, implementation, and monitoring.",
|
||||
"Developed a C# program to fetch song lyrics and metadata from an API, later integrated into the main product.",
|
||||
"Enhanced a server application with Docker and Linux support; established an Azure DevOps pipeline for build automation.",
|
||||
"Assisted with server upgrades and programming tasks.",
|
||||
),
|
||||
),
|
||||
(
|
||||
title: "Sonic",
|
||||
location: "Meridian, ID",
|
||||
timeframe: "June – August 2021",
|
||||
role: "Crew Member",
|
||||
highlights: (
|
||||
"Cooked orders in a timely manner, such as sandwiches and fried goods.",
|
||||
"Restocked and cleaned the kitchen as needed.",
|
||||
),
|
||||
),
|
||||
(
|
||||
title: "McDonald's",
|
||||
location: "Meridian, ID",
|
||||
timeframe: "June – August 2020",
|
||||
role: "Crew Member",
|
||||
highlights: (
|
||||
"Took orders and payment at the drive-thru.",
|
||||
"Cooked french fries and performed cleaning tasks as needed.",
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
base_page(
|
||||
base_text(
|
||||
grid(
|
||||
gutter: 2.4em,
|
||||
gutter: 4em,
|
||||
page_resume_heading(identity: identity),
|
||||
page_resume_content(
|
||||
skills: skills,
|
||||
|
|
|
@ -41,10 +41,10 @@
|
|||
import "../../section/professional_development.typ": section_professional_development
|
||||
|
||||
grid(
|
||||
gutter: 2em,
|
||||
section_skills(skills: skills),
|
||||
gutter: 3.5em,
|
||||
// section_skills(skills: skills),
|
||||
section_education(education: education),
|
||||
section_work_experience(work_experience: work_experience),
|
||||
section_professional_development(professional_development: professional_development),
|
||||
// section_professional_development(professional_development: professional_development),
|
||||
)
|
||||
}
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
size: 1.05em,
|
||||
weight: "medium",
|
||||
grid(
|
||||
columns: 4,
|
||||
columns: 3,
|
||||
rows: 1,
|
||||
gutter: 4em,
|
||||
email,
|
||||
gutter: 10em,
|
||||
phone,
|
||||
email,
|
||||
location,
|
||||
website,
|
||||
// website,
|
||||
)
|
||||
)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
import "item/highlights.typ": section_base_item_highlights
|
||||
|
||||
grid(
|
||||
gutter: 0.95em,
|
||||
gutter: 1.1em,
|
||||
section_base_item_heading(
|
||||
title: title,
|
||||
subtitle: subtitle,
|
||||
|
|
|
@ -13,17 +13,18 @@
|
|||
grid(
|
||||
columns: 2,
|
||||
rows: 2,
|
||||
gutter: 0.6em,
|
||||
gutter: 0.7em,
|
||||
align: (
|
||||
left,
|
||||
right,
|
||||
),
|
||||
section_base_item_heading_title(
|
||||
title: title,
|
||||
subtitle: subtitle,
|
||||
// subtitle: subtitle,
|
||||
),
|
||||
section_base_item_heading_timeframe(timeframe: timeframe),
|
||||
section_base_item_heading_role(role: role),
|
||||
section_base_item_heading_skills(skills: skills),
|
||||
//subtitle,
|
||||
section_base_item_heading_skills(skills: (subtitle,)),
|
||||
)
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
indent: 0.25em,
|
||||
body-indent: 1.5em,
|
||||
tight: false,
|
||||
spacing: 0.85em,
|
||||
spacing: 0.90em,
|
||||
..highlights.map(highlight =>
|
||||
section_base_item_highlight(highlight: highlight)
|
||||
)
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
import "item.typ": section_base_item
|
||||
|
||||
grid(
|
||||
gutter: 1.5em,
|
||||
for item in items {
|
||||
section_base_item(..item)
|
||||
}
|
||||
gutter: 2em,
|
||||
..items.map(item => section_base_item(..item))
|
||||
//for item in items {
|
||||
// section_base_item(..item)
|
||||
//}
|
||||
)
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
import "body.typ": section_base_body
|
||||
|
||||
grid(
|
||||
gutter: 1.1em,
|
||||
gutter: 1.5em,
|
||||
section_base_heading(title: title),
|
||||
section_base_body(body),
|
||||
)
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
title: "Education",
|
||||
items: education.map(school => (
|
||||
title: school.title,
|
||||
subtitle: school.gpa,
|
||||
role: school.degree,
|
||||
timeframe: school.graduation,
|
||||
skills: (
|
||||
|
@ -27,7 +28,7 @@
|
|||
),
|
||||
highlights: (
|
||||
..school.highlights,
|
||||
section_education_coursework(..school.coursework),
|
||||
//section_education_coursework(..school.coursework),
|
||||
),
|
||||
))
|
||||
)
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
subtitle: company.location,
|
||||
timeframe: company.timeframe,
|
||||
role: company.role,
|
||||
skills: company.skills,
|
||||
// skills: company.skills,
|
||||
highlights: company.highlights,
|
||||
)),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue