summaryrefslogtreecommitdiffstats
path: root/resume.typ
diff options
context:
space:
mode:
Diffstat (limited to 'resume.typ')
-rw-r--r--resume.typ59
1 files changed, 44 insertions, 15 deletions
diff --git a/resume.typ b/resume.typ
index c6cb5f5..0ac1b20 100644
--- a/resume.typ
+++ b/resume.typ
@@ -1,14 +1,15 @@
-#import "moderncv.typ": *
+#import "lib.typ": resume, cventry
-#show: project.with(
- author: "Toby Vincent", title: "Software Engineer", github: "tobyvin", phone: "217.617.3424",
- email: "tobyv@tobyvin.dev",
-)
+#let config = toml("config.toml")
+
+#show: resume.with(config)
= Education
#cventry(
- label: [2018--2022], title: "Computer Science, B.S.", subtitle: "Southern Illinois University, Edwardsville, Illinois",
+ label: [2018--2022],
+ title: "Computer Science, B.S.",
+ subtitle: "Southern Illinois University, Edwardsville, Illinois",
)[
- Nomination for the IPAC Senior Design Project Showcase
- Consecutive Dean's List Honoree
@@ -17,7 +18,9 @@
= Work Experience
#cventry(
- label: [2021--2022], title: "Teaching Assistant", subtitle: "Southern Illinois University, Edwardsville, Illinois",
+ label: [2021--2022],
+ title: "Teaching Assistant",
+ subtitle: "Southern Illinois University, Edwardsville, Illinois",
)[
- Developed and tested projects designed to evaluate students capability
- Developed flexible test harnesses to expedite project testing
@@ -25,7 +28,9 @@
]
#cventry(
- label: [2013--2014], title: "IT Technician", subtitle: "Craig Industries, Inc., Quincy, Illinois",
+ label: [2013--2014],
+ title: "IT Technician",
+ subtitle: "Craig Industries, Inc., Quincy, Illinois",
)[
- Worked with the IT Director to solve crises involving production systems
- Deployed and operated server and network infrastructure
@@ -33,14 +38,18 @@
]
#cventry(
- label: [2015--2016], title: "Customer Consultant", subtitle: "Eagle Technologies Inc., Quincy, Illinois",
+ label: [2015--2016],
+ title: "Customer Consultant",
+ subtitle: "Eagle Technologies Inc., Quincy, Illinois",
)[
- Assessed customer's needs to provide best fit solutions
- Triaged hardware and software issues
]
#cventry(
- label: [2015--2015], title: "Geek Squad", subtitle: "Best Buy Co. Inc., Quincy, Illinois",
+ label: [2015--2015],
+ title: "Geek Squad",
+ subtitle: "Best Buy Co. Inc., Quincy, Illinois",
)[
- Repaired both hardware and software issues on a wide range of devices
- Coached clients in 1-on-1 sessions
@@ -62,18 +71,38 @@
= Projects
-#cventry(label: [2023], title: "projectr", subtitle: "A contextual, MRU sorted, project finder.")[
+#cventry(
+ label: [2023],
+ title: "projectr",
+ subtitle: "A contextual, MRU sorted, project finder.",
+)[
#link("https://sr.ht/~tobyvin/projectr")
]
-#cventry(label: [2023], title: "sshr", subtitle: "A contextual, MRU sorted, ssh host indexer.")[
+#cventry(
+ label: [2023],
+ title: "sshr",
+ subtitle: "A contextual, MRU sorted, ssh host indexer.",
+)[
#link("https://sr.ht/~tobyvin/sshr")
]
-#cventry(label: [2022], title: "proxyr", subtitle: "A simple auto-proxy server.")[
+#cventry(
+ label: [2022],
+ title: "proxyr",
+ subtitle: "A simple auto-proxy server.",
+)[
#link("https://sr.ht/~tobyvin/proxyr")
]
-#cventry(label: [2021], title: "Zone", subtitle: "Lightweight container management system.")[
+#cventry(
+ label: [2021],
+ title: "Zone",
+ subtitle: "Lightweight container management system.",
+)[
#link("https://sr.ht/~tobyvin/zone")
]
-#cventry(label: [2020], title: "SocketNews", subtitle: "Client-Server news network")[
+#cventry(
+ label: [2020],
+ title: "SocketNews",
+ subtitle: "Client-Server news network",
+)[
#link("https://sr.ht/~tobyvin/socketnews")
]