refactor: update resume to reflect curr date

This commit is contained in:
Price Hiller 2024-08-22 21:00:40 -05:00
parent a558f8ed3c
commit 968870eb5d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,3 +1,4 @@
#show link: set text(blue)
#let section(name) = { #let section(name) = {
[= #name] [= #name]
v(-5pt) v(-5pt)
@ -16,28 +17,30 @@
info.join(" " + $diamond.stroked.dot$ + " "), info.join(" " + $diamond.stroked.dot$ + " "),
) )
] ]
section("Technical Skills") section("Skills")
grid(columns: 5, column-gutter: 1fr, row-gutter: .5em, ..skills) grid(columns: 5, column-gutter: 1fr, row-gutter: .5em, ..skills)
v(-.5em)
section("Education") section("Education")
for edu in education { for edu in education {
grid( grid(
columns: 2, columns: 2,
column-gutter: 1fr, column-gutter: 1fr,
row-gutter: 0.4em, row-gutter: 0.4em,
[#edu.university], text()[*#edu.major*],
text( text(
style: "italic", style: "italic",
.9em,
align(right)[#edu.dates.start.display("[month repr:short] [year]") — align(right)[#edu.dates.start.display("[month repr:short] [year]") —
#edu.dates.end.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] pad(left: 1em)[#edu.info]
} }
section("Experience") v(-.5em)
section("Work Experience")
for job in jobs { for job in jobs {
grid( grid(
columns: 2, columns: 2,
@ -46,12 +49,12 @@
[*#job.title*], [*#job.title*],
text( text(
style: "italic", style: "italic",
.9em,
align(right)[#job.dates.start.display("[month repr:short] [year]") — align(right)[#job.dates.start.display("[month repr:short] [year]") —
#job.dates.end.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) v(-.7em)
pad(left: 1em)[#job.info] pad(left: 1em)[#job.info]
@ -69,9 +72,8 @@
link("mailto:price@orion-technologies.io"), link("mailto:price@orion-technologies.io"),
link("tel:1-210-571-4279", "(210) 571-4297"), link("tel:1-210-571-4279", "(210) 571-4297"),
"San Antonio, TX", "San Antonio, TX",
text(blue, link("https://gitlab.orion-technologies.io/philler", "Gitlab")), text(blue, link("https://github.com/PriceHiller", "Github")),
text(blue, link("https://github.com/treatybreaker", "Github")), text(blue, link("https://price-hiller.com", "Blog")),
text(blue, link("https://blog.orion-technologies.io", "Blog")),
), ),
skills: ( skills: (
"Linux", "Linux",
@ -87,6 +89,7 @@
"Python", "Python",
"Lua", "Lua",
"Javascript", "Javascript",
"C",
"Nix", "Nix",
), ),
// June 2022 -> June 2023 // June 2022 -> June 2023
@ -164,9 +167,7 @@
), ),
major: "Bachelor of Science in Computer Science (In Progress)", major: "Bachelor of Science in Computer Science (In Progress)",
location: "San Antonio, TX", location: "San Antonio, TX",
info: [ info: [ ],
- Currently working towards a Bachelors of Computer Science
],
), ),
( (
university: "San Antonio College", university: "San Antonio College",
@ -176,23 +177,12 @@
), ),
major: "Associates of Arts in Business", major: "Associates of Arts in Business",
location: "San Antonio, TX", location: "San Antonio, TX",
info: [ info: [],
- #text(style: "italic")[Organizations: Cybersecurity Club]
],
), ),
// (
// 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") #section("Projects")
#v(.7em)
- #text(blue, link("https://github.com/AsgardEternal/Squad.nix", "Squad.nix")): - #text(blue, link("https://github.com/AsgardEternal/Squad.nix", "Squad.nix")):
Configuring Squad servers for NixOS, a immutable, reproducible distribution of Configuring Squad servers for NixOS, a immutable, reproducible distribution of
Linux Linux
@ -200,11 +190,11 @@
"https://github.com/AsgardEternal/Ubuntu-Ansible-Setup", "https://github.com/AsgardEternal/Ubuntu-Ansible-Setup",
"Ubuntu Server Configuration", "Ubuntu Server Configuration",
)): Automated configuration of a Ubuntu Server deployed on every git push )): 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 of my blog, all written in Rust, packaged with a Nix Flake, and deployed on my
home server #text( home server #text(
blue, 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"),
) )
], ],
) )