mirror of
https://gitlab.com/upRootNutrition/resume.git
synced 2025-06-16 17:25:12 -05:00
feat: init
This commit is contained in:
commit
c28aa94951
11 changed files with 403 additions and 0 deletions
55
src/resume.typ
Normal file
55
src/resume.typ
Normal file
|
@ -0,0 +1,55 @@
|
|||
#import "template.typ": *
|
||||
|
||||
#set page(
|
||||
paper: "a6",
|
||||
margin: (x: 1.8cm, y: 1.5cm),
|
||||
)
|
||||
#set text(
|
||||
font: "New Computer Modern",
|
||||
size: 5pt
|
||||
)
|
||||
#set par(
|
||||
justify: true,
|
||||
leading: 0.52em,
|
||||
)
|
||||
|
||||
#chunk((
|
||||
text(size: 10pt)[Nick Hiebert],
|
||||
divider,
|
||||
job(
|
||||
company: "upRootNutrition",
|
||||
title: "Content Creator, Programmer",
|
||||
dates: "Nov 2024 - Present",
|
||||
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."
|
||||
)
|
||||
),
|
||||
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."
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
#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