]> Arthur Taft Gitweb - website.git/blob - static/resume.html
fix links
[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="/static/styles.css">
13         <link rel="stylesheet" href="/static/resume-styles.css">
14         <link rel="icon" href="/static/favicon.ico" />
15     </head>
16     <body>
17         <div id="main-cont">
18             <div id="top-nav">
19                 <ul class="nav-list">
20                     <li class="nav-item"><a class="nav-link" href="/">home</a></li>
21                     <li class="nav-item"><a class="nav-link" href="/blog">blog</a></li>
22                     <li class="nav-item"><a class="nav-link" href="/resume">resume</a></li>
23                     <li class="nav-item"><a class="nav-link" href="/contact">contact</a></li>
24                     <li class="nav-item"><a class="nav-link" href="/about">about me</a></li>
25                 </ul>
26             </div>
27             <div id="title-div">
28                 <h1 class="logo">>_</h1>
29                 <h1 class="page-title">arthurtaft.net</h1>
30             </div>
31             <div id="container">
32                 <h2 class="main-header">Arthur Taft</h2>
33                 <div id="resume-links">
34                     <ul class="resume-list">
35                         <li class="resume-list-item">Mobile: (385) 266 - 6682</li>
36                         <li class="resume-list-item">&bull;</li>
37                         <li class="resume-list-item"><a class="resume-link" href="mailto:[email protected]">Email</a></li>
38                         <li class="resume-list-item">&bull;</li>
39                         <li class="resume-list-item"><a class="resume-link" href="https://www.linkedin.com/in/arthur-taft">LinkedIn</a></li>
40                         <li class="resume-list-item">&bull;</li>
41                         <li class="resume-list-item"><a class="resume-link" href="https://github.com/arthur-taft">GitHub</a></li>
42                     </ul>
43                 </div>
44                 <div id="summary">
45                     <h3 class="main-subheading">Summary</h3>
46                     <ul class="summary-list">
47                         <li class="summary-list-item">Diversified experience troubleshooting Microsoft Windows, macOS, and other Unix-based operating systems.</li>
48                         <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>
49                         <li class="summary-list-item">Experienced in interpersonal communication, with an emphasis in clarity and customer satisfaction.</li>
50                         <li class="summary-list-item">Detail-oriented and organized, with the ability to manage multiple tasks in a time-efficient and effective manner.</li>
51                     </ul>
52                 </div>
53                 <div id="education">
54                     <h3 class="main-subheading">Education</h3>
55                     <div id="degree-info">
56                         <p class="degree">BS, Cybersecurity - Minor in German</p>
57                         <p class="grad-date">May 2028</p>
58                     </div>
59                     <p class="school">Southern Utah University, Cedar City, UT</p>
60                     <ul class="education-list">
61                         <li class="education-list-item">SUU Cybersecurity Club</li>
62                         <li class="education-list-item">Key Courses: Object Oriented Programming, Web Development, Data Communications and Networking, Database Design and Management, Systems Security</li>
63                     </ul>
64                 </div>
65                 <div id="projects">
66                     <h3 class="main-subheading">Projects</h3>
67                     <p class="project-title">Homelab</p>
68                     <ul class="project-list">
69                         <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>
70                     </ul>
71                     <p class="project-title">Custom Scripts</p>
72                     <ul class="project-list">
73                         <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>
74                     </ul>   
75                 </div>
76                 <div id="experience">
77                     <h3 class="main-subheading">Experience</h3>
78                     <p class="experience-title">SUU Cybersecurity Club</p>
79                     <ul class="experience-list">
80                         <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>
81                         <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>
82                         <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>
83                     </ul>
84                     <p class="experience-title">IT Help Desk Technician</p>
85                     <div id="experience-info">
86                         <p class="workplace">Southern Utah University, Cedar City, UT </p>
87                         <p class="workplace-date">November 2024 &ndash; August 2025</p>
88                     </div>
89                     <ul class="experience-list">
90                         <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>
91                         <li class="experience-list-item">Developed and deployed a script to automate transfer of user files, increasing efficiency by over 50%.</li>
92                         <li class="experience-list-item">Praised by coworkers and patrons averaging a 5-star review on all completed tickets.</li>
93                         <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>
94                     </ul>
95             </div>
96             <div id="footer">
97                 <p class="footer-text">source:<a class="footer-link" href="https://github.com/arthur-taft/website" target="_blank">github.com/arthur-taft/website</a></p>
98                 <p class="footer-text">&copy; arthur taft - 2025</p>
99             </div>
100         </div>
101     </body>
102 </html>