diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-29 08:53:22 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-29 08:53:22 -0500 |
commit | aa6ade8c1bc51bc8f379442bb00710438d1385fd (patch) | |
tree | d0a99de1f2ceec24c6fe15d61661f96a33a05d3b /profile | |
parent | daa21252743400c83f9d46c7fdefc00058553d7f (diff) | |
download | 53hor-aa6ade8c1bc51bc8f379442bb00710438d1385fd.tar.xz 53hor-aa6ade8c1bc51bc8f379442bb00710438d1385fd.zip |
organized posts, added profile, started makefile
Diffstat (limited to 'profile')
-rw-r--r-- | profile/adamcarpenter.card | 24 | ||||
-rw-r--r-- | profile/adamcarpenter.html | 26 | ||||
-rw-r--r-- | profile/index.html | 0 |
3 files changed, 50 insertions, 0 deletions
diff --git a/profile/adamcarpenter.card b/profile/adamcarpenter.card new file mode 100644 index 0000000..2fad5ad --- /dev/null +++ b/profile/adamcarpenter.card @@ -0,0 +1,24 @@ +╓─────────────────────────────────────────────────────────────────────────────╖ +║ ,---. | ,---. | ║ +║ |---|,---|,---.,-.-. | ,---.,---.,---.,---.,---.|--- ,---.,---. ║ +║ | || |,---|| | | | ,---|| | ||---'| || |---'| ║ +║ ` '`---'`---^` ' ' `---'`---^` |---'`---'` '`---'`---'` ║ +║ | +║ +║ +║ - 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 new file mode 100644 index 0000000..3b88c22 --- /dev/null +++ b/profile/adamcarpenter.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html> + <head> </head> + <body> + <h1>Adam T. Carpenter</h1> + www.53hor.net | atc@53hor.net + + <h2>Summary</h2> + <h2>Education</h2> + <h2>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 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/profile/index.html |