From: Arthur Taft Date: Sun, 23 Nov 2025 20:20:56 +0000 (-0700) Subject: add resume template X-Git-Url: https://gitweb.arthurtaft.net/website.git/commitdiff_plain/86ddc2946e5d4f6b2507ff6ab4abdd79331b2284?ds=inline;hp=4efc19a41a906097823d99fa097c371335ef9d9c add resume template --- diff --git a/static/ArthurTaftResume.html b/static/ArthurTaftResume.html new file mode 100644 index 0000000..7a6c63f --- /dev/null +++ b/static/ArthurTaftResume.html @@ -0,0 +1,48 @@ + + + + + + +
+

Arthur Taft

+

Mobile: (385) 266 - 6682  •  Email  •  LinkedIn  •  GitHub

+
+

+

Summary

+ +

Education

+

BS, Cybersecurity - Minor in German                  May 2028

+

Southern Utah University, Cedar City, UT

+ +

Projects

+

Homelab

+ +

Custom Scripts

+

Experience

+

SUU Cybersecurity Club

+ +

IT Help Desk Technician, Southern Utah University, Cedar City, UT                                          November 2024 – August 2025

+ + + diff --git a/static/LiberationMono-Bold.woff2 b/static/LiberationMono-Bold.woff2 new file mode 100644 index 0000000..3c7eac6 Binary files /dev/null and b/static/LiberationMono-Bold.woff2 differ diff --git a/static/LiberationMono-BoldItalic.woff2 b/static/LiberationMono-BoldItalic.woff2 new file mode 100644 index 0000000..66cbb76 Binary files /dev/null and b/static/LiberationMono-BoldItalic.woff2 differ diff --git a/static/LiberationMono-Italic.woff2 b/static/LiberationMono-Italic.woff2 new file mode 100644 index 0000000..aceec48 Binary files /dev/null and b/static/LiberationMono-Italic.woff2 differ diff --git a/static/LiberationMono-Regular.woff2 b/static/LiberationMono-Regular.woff2 new file mode 100644 index 0000000..6470e80 Binary files /dev/null and b/static/LiberationMono-Regular.woff2 differ diff --git a/static/about.html b/static/about.html index 040b3f2..e85642e 100644 --- a/static/about.html +++ b/static/about.html @@ -10,7 +10,7 @@ about | arthurtaft.net - +
@@ -24,6 +24,7 @@
+

>_

arthurtaft.net

@@ -32,6 +33,8 @@

I was born at a very young age in Salt Lake City, UT and spent the first 10 years of my life living in the Liberty Wells neighborhood. Subsequently my family moved to the west side of Salt Lake. I am a student at Southern Utah University, studying: Cybersecurity, Music, and German.

Professional

I started my work history at Lagoon Amusement Park in Farmington, UT where I held 3 positions: Ride Operator (2022), Ride Supervisor (2022), Ride Coordinator (2023). This is where a majority of my customer service, as well as leadership experience comes from. Upon starting school I worked for the University IT Help Desk (2024), where I stayed for a little less than a year. After returning to Salt Lake to save money to continue school I began work for The Church of Jesus Christ of Latter-day Saints at Beehive Clothing as a Packing Operator (2025).

+

Hobbies

+

In my spare time I like to work on developing my homelab and learning about self-hosting different services. I'm currently working on building my own mailserver with postfix and dovecot, as well as building a NAS based on FreeNAS. I enjoy learning about operating systems, with an emphasis on Gentoo Linux, FreeBSD, and other Linux's. In addition to my technology interests, I also enjoy playing the trombone, and have been a member of the SUU Marching Band, Basketball Band, and Symphonic Band.

diff --git a/static/shell-icon.ico b/static/shell-icon.ico new file mode 100644 index 0000000..6fc8fa1 Binary files /dev/null and b/static/shell-icon.ico differ diff --git a/static/shell-icon.png b/static/shell-icon.png new file mode 100644 index 0000000..ef45670 Binary files /dev/null and b/static/shell-icon.png differ diff --git a/static/styles.css b/static/styles.css index 6bbf2b3..e81c862 100644 --- a/static/styles.css +++ b/static/styles.css @@ -3,6 +3,11 @@ * Copyright (c) 2025 Arthur Taft. All Rights Reserved. */ +@font-face { + font-family: "Liberation Mono"; + src: url("LiberationMono-Regular.woff2"); +} + :root { /* COLORS */ --rosewater: #f5e0dc; @@ -106,6 +111,11 @@ body { color: var(--green); } +#title-div .logo { + color: var(--green); + margin-right: 5%; +} + /* Misc container rules (anything goes here) */ #container { display: flex;