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