]> Arthur Taft Gitweb - website.git/blob - static/resume-template.html
add padding to pgp-link
[website.git] / static / resume-template.html
1 <!DOCTYPE html>
2
3 <!-- 
4     resume-template.html 
5     Copyright (c) 2025 Arthur Taft. All Rights Reserved.
6 -->
7
8 <html>
9     <head>
10         <meta content="text/html; charset=UTF-8" http-equiv="content-type">
11         <link rel="stylesheet" href="styles.css">
12         <link rel="stylesheet" href="resume-styles.css">
13     </head>
14     <body>
15         <div id="main-cont">
16             <div id="container">
17                 <h2 class="main-header">Arthur Taft</h2>
18                 <div id="resume-links">
19                     <ul class="resume-list">
20                         <li class="resume-list-item">Mobile: (385) 266 - 6682</li>
21                         <li class="resume-list-item">&bull;</li>
22                         <li class="resume-list-item"><a class="resume-link" href="mailto:[email protected]">Email</a></li>
23                         <li class="resume-list-item">&bull;</li>
24                         <li class="resume-list-item"><a class="resume-link" href="https://www.linkedin.com/in/arthur-taft">LinkedIn</a></li>
25                         <li class="resume-list-item">&bull;</li>
26                         <li class="resume-list-item"><a class="resume-link" href="https://github.com/arthur-taft">GitHub</a></li>
27                     </ul>
28                 </div>
29                 <div id="summary">
30                     <h3 class="main-subheading">Summary</h3>
31                     <ul class="summary-list">
32                         <li class="summary-list-item">Diversified experience troubleshooting Microsoft Windows, macOS, and other Unix-based operating systems.</li>
33                         <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>
34                         <li class="summary-list-item">Experienced in interpersonal communication, with an emphasis in clarity and customer satisfaction.</li>
35                         <li class="summary-list-item">Detail-oriented and organized, with the ability to manage multiple tasks in a time-efficient and effective manner.</li>
36                     </ul>
37                 </div>
38                 <div id="education">
39                     <h3 class="main-subheading">Education</h3>
40                     <div id="degree-info">
41                         <p class="degree">BS, Cybersecurity - Minor in German</p>
42                         <p class="grad-date">May 2028</p>
43                     </div>
44                     <p class="school">Southern Utah University, Cedar City, UT</p>
45                     <ul class="education-list">
46                         <li class="education-list-item">SUU Cybersecurity Club</li>
47                         <li class="education-list-item">Key Courses: Object Oriented Programming, Web Development, Data Communications and Networking, Database Design and Management, Systems Security</li>
48                     </ul>
49                 </div>
50                 <div id="projects">
51                     <h3 class="main-subheading">Projects</h3>
52                     <p class="project-title">Homelab</p>
53                     <ul class="project-list">
54                         <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>
55                     </ul>
56                     <p class="project-title">Custom Scripts</p>
57                     <ul class="project-list">
58                         <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>
59                     </ul>   
60                 </div>
61                 <div id="experience">
62                     <h3 class="main-subheading">Experience</h3>
63                     <p class="experience-title">SUU Cybersecurity Club</p>
64                     <ul class="experience-list">
65                         <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>
66                         <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>
67                         <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>
68                     </ul>
69                     <p class="experience-title">IT Help Desk Technician</p>
70                     <div id="experience-info">
71                         <p class="workplace">Southern Utah University, Cedar City, UT </p>
72                         <p class="workplace-date">November 2024 &ndash; August 2025</p>
73                     </div>
74                     <ul class="experience-list">
75                         <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>
76                         <li class="experience-list-item">Developed and deployed a script to automate transfer of user files, increasing efficiency by over 50%.</li>
77                         <li class="experience-list-item">Praised by coworkers and patrons averaging a 5-star review on all completed tickets.</li>
78                         <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>
79                     </ul>    
80                 </div>
81             </div>
82             </div>
83     </body>
84 </html>