diff options
| author | Benjamin Sanders <ben@sanders.life> | 2025-02-07 07:33:31 -0500 |
|---|---|---|
| committer | Benjamin Sanders <ben@sanders.life> | 2025-02-07 07:33:31 -0500 |
| commit | a77bde84e2659d9df4899da8a5f31136372398cc (patch) | |
| tree | fd7d1e47cc5ef23f1f11d34c70a099d9fa4f5b7b /_site/resume.html | |
initial commit
Diffstat (limited to '_site/resume.html')
| -rw-r--r-- | _site/resume.html | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/_site/resume.html b/_site/resume.html new file mode 100644 index 0000000..a8bcd7a --- /dev/null +++ b/_site/resume.html @@ -0,0 +1,123 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta content="Ben's Corner of the Web" property="og:title"> + <meta content="Ben is a GNU/Linux nerd and these are his links" property="og:description"> + <meta content="https://ben.sanders.life" property="og:url"> + <meta content="https://bsand.net/assets/me.jpeg" property="og:image"> + <meta content="#b172bc" data-react-helmet="true" name="theme-color"> + <link rel="stylesheet" href="/main.css"> + <title>Ben's Website</title> +</head> + +<body> + <div id="website-container"> + <ul class="navigation"> + <li><a href="/" title="home">~/</a></li> + <li><a href="/about" title="about me">~/about</a></li> + <li><a href="/resume" title="my resume">~/resume</a></li> + <li><a href="/blog" title="my blog">~/blog</a></li> + <li><a href="/resources" title="resources">~/resources</a></li> + </ul> + + + <h1 id="my-resume">My Resume</h1> + +<h2 id="summary">Summary</h2> + +<p>A self-driven IT Professional with over 2 years of demonstrated experience specialized in software support. Desires to work in a fast-paced and collaborative environment. Seeks to gain experience with Systems Administration.</p> + +<h2 id="experience">Experience</h2> + +<p><strong>Liquid Web</strong> <em>Remote</em></p> + +<p>Linux Technician II</p> + +<p>November 2021 - Present</p> + +<p>Resolved clients issues with their hosting services using technologies +like cPanel, WordPress, and Linux</p> + +<p><strong>Interactive Designs, Inc</strong> <em>Alpharetta, GA</em></p> + +<p>Software Support Analyst</p> + +<p>August 2019 - November 2021</p> + +<p>Resolved client issues with SalonTouch software. Installed software on +client’s computers using MSSQL.</p> + +<p><strong>Ingles Markets, Inc</strong> <em>Cleveland.GA</em></p> + +<p>Deli Associate</p> + +<p>July 2018 - April 2018</p> + +<p>Worked here at various points through high school but my latest time +there I worked in the deli making pizzas, subs, and performing +janitorial duties as needed.</p> + +<p><strong>Omega Technology Group</strong> <em>Cornelia,GA</em></p> + +<p>Support Technician</p> + +<p>August 2017 - December 2017</p> + +<p>Installed 3CX phone systems for clients of a small Managed Service Provider. +Worked with security system AXTranNG and backup solution StorageCraft.</p> + +<p><strong>Subway</strong> <em>Helen,GA</em></p> + +<p>Sandwich Artist</p> + +<p>February 2012 – December 2016</p> + +<p>Served customers food, gained experience utilizing a Point-of-Sale system. +Performed janitorial duties as needed.</p> + +<h2 id="education">Education</h2> + +<p><strong>North Georgia Technical College</strong> <em>Clarkesville, GA</em></p> + +<p>AAS Internet Specialist Web Design and Development (2011-2014) +AAS Networking Specialist (2016-2019)</p> + +<p><strong>Western Governor’s University</strong> <em>Remote</em></p> + +<p>BS Network Operations and Security (In Progress)</p> + +<h2 id="certifications">Certifications</h2> + +<ul> + <li><a href="https://www.credly.com/badges/4fee1df7-1e17-4f68-804e-18c44e62f60c/linked_in_profile">CompTIA A+ CE</a></li> + <li><a href="https://www.credly.com/badges/f3a99298-2fb1-45d8-aae7-91d1fce7abf2/public_url">CompTIA Network+ CE</a></li> + <li><a href="https://www.credly.com/badges/41afc1ee-582a-48e0-ba48-6ae466b6a434">CompTIA Security+ CE</a></li> + <li><a href="https://lpi.org/v/LPI000495770/wl89w6jbrs">LE-1: Linux Essentials</a></li> +</ul> + +<h2 id="skills">Skills</h2> + +<ul> + <li>Network Administration</li> + <li>Linux System Administration</li> + <li>Active Directory</li> + <li>Computer Hardware Diagnostics</li> + <li>Windows Administration</li> + <li>macOS Administration</li> + <li>Database Administration: MySQL, MariaDB</li> + <li>Web Server: NGINX, Apache</li> + <li>Mobile Device Administration</li> +</ul> + + </div> + <footer> + <small>© Ben Sanders, 2025</small> + </footer> + <!-- <script src="./index.js"></script> --> + + +</body> +</html> |
