diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile/adamcarpenter.card | 24 | ||||
-rw-r--r-- | profile/adamcarpenter.html | 117 | ||||
-rw-r--r-- | profile/index.html | 37 |
3 files changed, 0 insertions, 178 deletions
diff --git a/profile/adamcarpenter.card b/profile/adamcarpenter.card deleted file mode 100644 index 2fad5ad..0000000 --- a/profile/adamcarpenter.card +++ /dev/null @@ -1,24 +0,0 @@ -╓─────────────────────────────────────────────────────────────────────────────╖ -║ ,---. | ,---. | ║ -║ |---|,---|,---.,-.-. | ,---.,---.,---.,---.,---.|--- ,---.,---. ║ -║ | || |,---|| | | | ,---|| | ||---'| || |---'| ║ -║ ` '`---'`---^` ' ' `---'`---^` |---'`---'` '`---'`---'` ║ -║ | -║ -║ -║ - Professional Computer Programmer & Software Developer -║ - Experience with process automation, web applications, and IT operations. ║ -║ -║ -║ https://www.53hor.net -║ -║ -║ -║ -║ -║ -║ -║ -║ -║ -╙─────────────────────────────────────────────────────────────────────────────╜ diff --git a/profile/adamcarpenter.html b/profile/adamcarpenter.html deleted file mode 100644 index d5494ca..0000000 --- a/profile/adamcarpenter.html +++ /dev/null @@ -1,117 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <link rel="stylesheet" href="/includes/stylesheet.css" /> - </head> - <body> - <h1>Adam T. Carpenter</h1> - - <hr /> - <h2>Contact</h2> - - <label for="email">Email</label> - <a id="email" href="mailto:mail@53hor.net">mail@53hor.net</a> - <label for="www">WWW</label> - <a id="www" href="https://www.53hor.net/profile/">www.53hor.net/profile</a> - <label for="git">Git</label> - <a id="git" href="https://git.53hor.net">git.53hor.net</a> - - <hr /> - <h2>Summary</h2> - - <hr /> - <h2>Functional Skills and Qualifications</h2> - - <ul> - Proficient Languages (Every Day) - <li>Bourne Shell (POSIX <code>sh</code>)</li> - <li>C#</li> - <li>HTML, CSS</li> - <li>Java</li> - <li>JavaScript, ECMAScript</li> - <li>Python</li> - <li>Rust</li> - </ul> - - <ul> - Familiar Languages (Every So Often) - <li>C++</li> - <li>C</li> - <li>TypeScript</li> - <li>PowerShell</li> - </ul> - - <ul> - Libraries & Frameworks - <li>.NET Core, ASP.NET Core, EF Core</li> - <li>Vue.js</li> - <li>Aurelia</li> - <li>Hyper.rs</li> - <li>Actix.rs</li> - </ul> - - <ul> - Servers & Storage - <li>NGINX</li> - <li>Apache</li> - <li>IIS</li> - <li>MS SQL Server</li> - <li>SQLite</li> - </ul> - - <ul> - Platforms & Operating Systems - <li>FreeBSD</li> - <li> - Linux - <ul> - <li>Debian GNU/Linux</li> - <li>Alpine Linux</li> - <li>Arch, Manjaro GNU/Linux</li> - </ul> - </li> - <li>Docker, Docker Swarm</li> - <li>Kubernetes, IBM Cloud Private</li> - <li>Microsoft Windows 10, Windows Server 2016</li> - </ul> - - <ul> - Text Processing & The Command Line - <li><code>sed</code>, <code>grep</code>, <code>awk</code></li> - <li><code>bash</code>, <code>zsh</code></li> - </ul> - - <ul> - Vendor Technologies - <li>Avaya Communication Manager</li> - <li>Genesys Call Routing, Configuration Server</li> - <li>Calabrio Call Recording</li> - </ul> - - <ul> - Other Tools - <li>Git</li> - </ul> - - <hr /> - <h2>Academics</h2> - - <hr /> - <h2>Work Experience</h2> - - <ul> - <li> - Technology Support Specialist at The College of William and Mary (Feb. - 2015 to May 2018) - </li> - <li> - Application Developer at Automatic Data Processing (Jun. 2018 - Present) - </li> - <li> - Freelance Web Application Designer and Developer (Jul. 2019 - Present) - </li> - </ul> - - <h2>Skills</h2> - </body> -</html> diff --git a/profile/index.html b/profile/index.html deleted file mode 100644 index e0dc64c..0000000 --- a/profile/index.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <link rel="stylesheet" href="/includes/stylesheet.css" /> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta property="og:description" content="Adam T. Carpenter" /> - <meta property="og:image" content="/includes/images/logo_diag.png" /> - <meta property="og:site_name" content="53hor.net" /> - <meta property="og:title" content="Adam T. Carpenter" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://www.53hor.net/profile" /> - <title>Adam T. Carpenter</title> - </head> - - <body> - <h1>Adam T. Carpenter</h1> - - <p> - This is my professional profile. - <a href="/"> My personal site is here.</a> - </p> - - <h2>CV</h2> - - <p> - My CV is really just a long list of things I've accomplished - professionally or semi-professionally. It's available in HTML and PDF - formats. - </p> - - <ul> - <li><a href="adamcarpenter.html">View in your browser</a></li> - <li><a target="_blank" href="adamcarpenter.pdf">Download PDF</a></li> - </ul> - </body> -</html> |