mirror of
https://gitlab.com/upRootNutrition/resume.git
synced 2025-12-13 18:10:58 -06:00
feat: 2025-03-24
This commit is contained in:
parent
c28aa94951
commit
efe492563b
9 changed files with 511 additions and 35 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
#set page(
|
||||
paper: "a6",
|
||||
margin: (x: 1.8cm, y: 1.5cm),
|
||||
margin: (x: 0.5cm, y: 0.5cm),
|
||||
)
|
||||
#set text(
|
||||
font: "New Computer Modern",
|
||||
font: "MonaspiceNe NF",
|
||||
size: 5pt
|
||||
)
|
||||
#set par(
|
||||
|
|
@ -14,8 +14,37 @@
|
|||
)
|
||||
|
||||
#chunk((
|
||||
text(size: 10pt)[Nick Hiebert],
|
||||
divider,
|
||||
align(center)[
|
||||
#text(size: 10pt, weight: "bold")[NICK HIEBERT]
|
||||
],
|
||||
align(center)[
|
||||
#grid(
|
||||
columns: (auto, auto, auto),
|
||||
gutter: 1em,
|
||||
align: horizon,
|
||||
contact(
|
||||
prefix: "tel:",
|
||||
entry: "12049986746",
|
||||
display: "1-204-998-6746",
|
||||
icon: "assets/phone.svg"
|
||||
),
|
||||
contact(
|
||||
prefix: "mailto:",
|
||||
entry: "nick@upRootNutrition.com",
|
||||
display: "nick@upRootNutrition.com",
|
||||
icon: "assets/email.svg"
|
||||
),
|
||||
contact(
|
||||
prefix: "",
|
||||
entry: "https://gitlab.com/upRootNutrition",
|
||||
display: "gitlab.com/upRootNutrition",
|
||||
icon: "assets/gitlab.svg"
|
||||
)
|
||||
)
|
||||
],
|
||||
divider("ABOUT ME"),
|
||||
text(""),
|
||||
divider("EXPERIENCE"),
|
||||
job(
|
||||
company: "upRootNutrition",
|
||||
title: "Content Creator, Programmer",
|
||||
|
|
@ -26,30 +55,18 @@
|
|||
"Conduct in-depth investigations into nutrition science for clients.",
|
||||
"Mentor clients on research methodologies and interpretation."
|
||||
)
|
||||
),
|
||||
job(
|
||||
company: "The Nutrivore",
|
||||
title: "Content Creator",
|
||||
dates: "Jan 2018 - Nov 2024",
|
||||
location: "Winnipeg, MB",
|
||||
details: (
|
||||
"Develop evidence-based content related to nutrition science.",
|
||||
"Conduct in-depth investigations into nutrition science for clients.",
|
||||
"Mentor clients on research methodologies and interpretation."
|
||||
)
|
||||
),
|
||||
divider("EDUCATION"),
|
||||
list((
|
||||
edu(
|
||||
institute: "University of Manitoba",
|
||||
cert: "Human Nutritional Science",
|
||||
year: "2011"
|
||||
),
|
||||
edu(
|
||||
institute: "Studio 11 Inc",
|
||||
cert: "Audio Production",
|
||||
year: "2008"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
#list((
|
||||
edu(
|
||||
institute: "University of Manitoba",
|
||||
cert: "Human Nutritional Science",
|
||||
year: "2011"
|
||||
),
|
||||
edu(
|
||||
institute: "Studio 11 Inc",
|
||||
cert: "Audio Production",
|
||||
year: "2008"
|
||||
)
|
||||
))
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue