refactor: update resume to reflect curr date
This commit is contained in:
parent
a558f8ed3c
commit
968870eb5d
52
resume.typ
52
resume.typ
@ -1,3 +1,4 @@
|
||||
#show link: set text(blue)
|
||||
#let section(name) = {
|
||||
[= #name]
|
||||
v(-5pt)
|
||||
@ -16,28 +17,30 @@
|
||||
info.join(" " + $diamond.stroked.dot$ + " "),
|
||||
)
|
||||
]
|
||||
section("Technical Skills")
|
||||
section("Skills")
|
||||
grid(columns: 5, column-gutter: 1fr, row-gutter: .5em, ..skills)
|
||||
v(-.5em)
|
||||
section("Education")
|
||||
for edu in education {
|
||||
grid(
|
||||
columns: 2,
|
||||
column-gutter: 1fr,
|
||||
row-gutter: 0.4em,
|
||||
[#edu.university],
|
||||
text()[*#edu.major*],
|
||||
text(
|
||||
style: "italic",
|
||||
.9em,
|
||||
align(right)[#edu.dates.start.display("[month repr:short] [year]") —
|
||||
#edu.dates.end.display("[month repr:short] [year]")],
|
||||
),
|
||||
text(.9em, style: "italic")[*#edu.major*],
|
||||
align(right, text(.9em, style: "italic")[#edu.location]),
|
||||
|
||||
text(style: "italic")[#edu.university],
|
||||
align(right, text(style: "italic")[#edu.location]),
|
||||
)
|
||||
v(-.7em)
|
||||
v(-1em)
|
||||
pad(left: 1em)[#edu.info]
|
||||
}
|
||||
section("Experience")
|
||||
v(-.5em)
|
||||
section("Work Experience")
|
||||
for job in jobs {
|
||||
grid(
|
||||
columns: 2,
|
||||
@ -46,12 +49,12 @@
|
||||
[*#job.title*],
|
||||
text(
|
||||
style: "italic",
|
||||
.9em,
|
||||
align(right)[#job.dates.start.display("[month repr:short] [year]") —
|
||||
#job.dates.end.display("[month repr:short] [year]")],
|
||||
),
|
||||
text(.9em, style: "italic")[#job.company],
|
||||
align(right, text(.9em, style: "italic")[#job.location]),
|
||||
|
||||
text(style: "italic")[#job.company],
|
||||
align(right, text(style: "italic")[#job.location]),
|
||||
)
|
||||
v(-.7em)
|
||||
pad(left: 1em)[#job.info]
|
||||
@ -69,9 +72,8 @@
|
||||
link("mailto:price@orion-technologies.io"),
|
||||
link("tel:1-210-571-4279", "(210) 571-4297"),
|
||||
"San Antonio, TX",
|
||||
text(blue, link("https://gitlab.orion-technologies.io/philler", "Gitlab")),
|
||||
text(blue, link("https://github.com/treatybreaker", "Github")),
|
||||
text(blue, link("https://blog.orion-technologies.io", "Blog")),
|
||||
text(blue, link("https://github.com/PriceHiller", "Github")),
|
||||
text(blue, link("https://price-hiller.com", "Blog")),
|
||||
),
|
||||
skills: (
|
||||
"Linux",
|
||||
@ -87,6 +89,7 @@
|
||||
"Python",
|
||||
"Lua",
|
||||
"Javascript",
|
||||
"C",
|
||||
"Nix",
|
||||
),
|
||||
// June 2022 -> June 2023
|
||||
@ -164,9 +167,7 @@
|
||||
),
|
||||
major: "Bachelor of Science in Computer Science (In Progress)",
|
||||
location: "San Antonio, TX",
|
||||
info: [
|
||||
- Currently working towards a Bachelors of Computer Science
|
||||
],
|
||||
info: [ ],
|
||||
),
|
||||
(
|
||||
university: "San Antonio College",
|
||||
@ -176,23 +177,12 @@
|
||||
),
|
||||
major: "Associates of Arts in Business",
|
||||
location: "San Antonio, TX",
|
||||
info: [
|
||||
- #text(style: "italic")[Organizations: Cybersecurity Club]
|
||||
],
|
||||
info: [],
|
||||
),
|
||||
// (
|
||||
// university: "University of Texas at San Antonio",
|
||||
// dates: (
|
||||
// start: datetime(year: 2019, month: 01, day: 16),
|
||||
// end: datetime(year: 2021, month: 06, day: 01),
|
||||
// ),
|
||||
// major: "Cybersecurity (incomplete)",
|
||||
// location: "San Antonio, TX",
|
||||
// info: [ ],
|
||||
// ),
|
||||
),
|
||||
[
|
||||
#section("Projects")
|
||||
#v(.7em)
|
||||
- #text(blue, link("https://github.com/AsgardEternal/Squad.nix", "Squad.nix")):
|
||||
Configuring Squad servers for NixOS, a immutable, reproducible distribution of
|
||||
Linux
|
||||
@ -200,11 +190,11 @@
|
||||
"https://github.com/AsgardEternal/Ubuntu-Ansible-Setup",
|
||||
"Ubuntu Server Configuration",
|
||||
)): Automated configuration of a Ubuntu Server deployed on every git push
|
||||
- #text(blue, link("https://github.com/treatybreaker/blog", "Blog")): Source code
|
||||
- #text(blue, link("https://github.com/PriceHiller/blog", "Blog")): Source code
|
||||
of my blog, all written in Rust, packaged with a Nix Flake, and deployed on my
|
||||
home server #text(
|
||||
blue,
|
||||
link("https://gitlab.orion-technologies.io/philler/nixos", "here"),
|
||||
link("https://git.orion-technologies.io/Price/dots/src/commit/bbaaf7673b6dff82578ac26aab383ef69a63e12a/hosts/luna/modules/services/nginx.nix#L22-L26", "here"),
|
||||
)
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user