]> Arthur Taft Gitweb - website.git/blob - static/resume.html
finish resume
[website.git] / static / resume.html
1 <!DOCTYPE html>
2
3 <!-- 
4     resume.html 
5     Copyright (c) 2025 Arthur Taft. All Rights Reserved.
6 -->
7
8 <html>
9     <head>
10         <title>resume | arthurtaft.net</title>
11         <meta charset="UTF-8">
12         <link rel="stylesheet" href="styles.css">
13         <link rel="stylesheet" href="resume-styles.css">
14     </head>
15     <body>
16         <div id="main-cont">
17             <div id="top-nav">
18                 <ul class="nav-list">
19                     <li class="nav-item"><a class="nav-link" href="/">home</a></li>
20                     <li class="nav-item"><a class="nav-link" href="/blog">blog</a></li>
21                     <li class="nav-item"><a class="nav-link" href="/resume">resume</a></li>
22                     <li class="nav-item"><a class="nav-link" href="/contact">contact</a></li>
23                     <li class="nav-item"><a class="nav-link" href="/about">about me</a></li>
24                 </ul>
25             </div>
26             <div id="title-div">
27                 <h1 class="page-title">arthurtaft.net</h1>
28             </div>
29             <div id="container">
30                 <h2 class="main-header">Arthur Taft</h2>
31                 <div id="resume-links">
32                     <ul class="resume-list">
33                         <li class="resume-list-item">Mobile: (385) 266 - 6682</li>
34                         <li class="resume-list-item">&bull;</li>
35                         <li class="resume-list-item"><a class="resume-link" href="mailto:[email protected]">Email</a></li>
36                         <li class="resume-list-item">&bull;</li>
37                         <li class="resume-list-item"><a class="resume-link" href="https://www.linkedin.com/in/arthur-taft">LinkedIn</a></li>
38                         <li class="resume-list-item">&bull;</li>
39                         <li class="resume-list-item"><a class="resume-link" href="https://github.com/arthur-taft">GitHub</a></li>
40                     </ul>
41                 </div>
42                 <div id="summary">
43                     <h3 class="main-subheading">Summary</h3>
44                     <ul class="summary-list">
45                         <li class="summary-list-item">Diversified experience troubleshooting Microsoft Windows, macOS, and other Unix-based operating systems.</li>
46                         <li class="summary-list-item">Knowledgeable in: HTTP(S), TCP/UDP, LAN, WAN, VLAN, SSH, RDP, SSL, DNS, NAT, Bash, PowerShell, pfSense, postfix, dovecot, Microsoft Office, and Jira.</li>
47                         <li class="summary-list-item">Experienced in interpersonal communication, with an emphasis in clarity and customer satisfaction.</li>
48                         <li class="summary-list-item">Detail-oriented and organized, with the ability to manage multiple tasks in a time-efficient and effective manner.</li>
49                     </ul>
50                 </div>
51                 <div id="education">
52                     <h3 class="main-subheading">Education</h3>
53                     <div id="degree-info">
54                         <p class="degree">BS, Cybersecurity - Minor in German</p>
55                         <p class="grad-date">May 2028</p>
56                     </div>
57                     <p class="school">Southern Utah University, Cedar City, UT</p>
58                     <ul class="education-list">
59                         <li class="education-list-item">SUU Cybersecurity Club</li>
60                         <li class="education-list-item">Key Courses: Object Oriented Programming, Web Development, Data Communications and Networking, Database Design and Management, Systems Security</li>
61                     </ul>
62                 </div>
63                 <div id="projects">
64                     <h3 class="main-subheading">Projects</h3>
65                     <p class="project-title">Homelab</p>
66                     <ul class="project-list">
67                         <li class="project-list-item">Hosted Minecraft Server, learned about TCP/UDP, using pfSense for routing and configuring LAN and WAN interfaces. Used SSH and RDP to access remote machines. Used VLANs to segregate services. Set up a mailserver using postfix and dovecot.</li>
68                     </ul>
69                     <p class="project-title">Custom Scripts</p>
70                     <ul class="project-list">
71                         <li class="project-list-item">Wrote a file backup and restore script to increase efficiency in moving users to new workstations. Wrote custom scripts to build packages from source on Gentoo Linux. Wrote a wrapper for the popular program yt-dlp to aid in media archival.</li>
72                     </ul>   
73                 </div>
74                 <div id="experience">
75                     <h3 class="main-subheading">Experience</h3>
76                     <p class="experience-title">SUU Cybersecurity Club</p>
77                     <ul class="experience-list">
78                         <li class="experience-list-item">Attended every meeting for the 2024-2025 school year, participated in 3 CTF events, member of the NCAE Cyber Games team. Learned about DNS, routing, NAT, apache webservers, and general Linux hardening.</li>
79                         <li class="experience-list-item">Stayed late after every club meeting in 2025 to learn from the Collegiate Cyber Defense Competition team. Learned about SIEM, Palo Alto, Windows Automation, Linux Automation.</li>
80                         <li class="experience-list-item">Gave a presentation on Gentoo Linux and walked club members through the install process step-by-step. Enabled club members to learn more about Linux.</li>
81                     </ul>
82                     <p class="experience-title">IT Help Desk Technician</p>
83                     <div id="experience-info">
84                         <p class="workplace">Southern Utah University, Cedar City, UT </p>
85                         <p class="workplace-date">November 2024 &ndash; August 2025</p>
86                     </div>
87                     <ul class="experience-list">
88                         <li class="experience-list-item">Monitored ticket queue, personally reviewing all tickets and resolving an average of 3 tickets per week. Took initiative in answering 4-5 phone calls per day.</li>
89                         <li class="experience-list-item">Developed and deployed a script to automate transfer of user files, increasing efficiency by over 50%.</li>
90                         <li class="experience-list-item">Praised by coworkers and patrons averaging a 5-star review on all completed tickets.</li>
91                         <li class="experience-list-item">Actively assisted walk-in patrons, and strove to resolve user issues in under 10 minutes when possible. All other issues were resolved in under 1 hour.</li>
92                     </ul>
93             </div>
94         </div>
95     </body>
96 </html>