summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-01 22:29:48 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-01 22:29:48 -0500
commit330620e9a76a1017f0fa7222f510144088105340 (patch)
tree6fcea5262bb96eff2da117cb857bdd4291ac5e91
parent72873d4e66d350e8ceee6b1009b8d88321484f79 (diff)
download53hor-330620e9a76a1017f0fa7222f510144088105340.tar.xz
53hor-330620e9a76a1017f0fa7222f510144088105340.zip
working on CV
-rw-r--r--includes/stylesheet.css4
-rw-r--r--profile/adamcarpenter.html103
-rw-r--r--profile/index.html2
3 files changed, 93 insertions, 16 deletions
diff --git a/includes/stylesheet.css b/includes/stylesheet.css
index aab9b8f..1fbee17 100644
--- a/includes/stylesheet.css
+++ b/includes/stylesheet.css
@@ -23,6 +23,10 @@ body {
padding: 1em;
}
+hr {
+ color: var(--white);
+}
+
nav {
list-style-type: none;
text-align: center;
diff --git a/profile/adamcarpenter.html b/profile/adamcarpenter.html
index 5f0f633..ce8283c 100644
--- a/profile/adamcarpenter.html
+++ b/profile/adamcarpenter.html
@@ -1,26 +1,99 @@
<!DOCTYPE html>
<html>
- <head> </head>
+ <head>
+ <link rel="stylesheet" href="/includes/stylesheet.css" />
+ </head>
<body>
<h1>Adam T. Carpenter</h1>
- <table>
- <tr>
- <th>E-Mail</th>
- <td>
- <a href="mailto:atc@53hor.net">atc@53hor.net</a>
- </td>
- </tr>
- <tr>
- <th>WWW</th>
- <td>
- <a href="https://www.53hor.net/profile">www.53hor.net/profile</a>
- </td>
- </tr>
- </table>
+ <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>
+ Storage & Databases
+ </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.
diff --git a/profile/index.html b/profile/index.html
index fc10c75..e0dc64c 100644
--- a/profile/index.html
+++ b/profile/index.html
@@ -24,7 +24,7 @@
<h2>CV</h2>
<p>
- My CV is really just a long list of things I've done or am doing,
+ 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>