From f538287016913f919ac9b7fca1a625621b4ba88d Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 11 Jan 2024 17:15:55 -0500 Subject: feat(resume): update hireme page and make resume nicely printable Remove CV because that wasn't going anywhere. Also update now! --- assets/cv.html | 156 ----------------------- assets/cv.php | 5 - assets/resume.html | 93 ++++++++++++++ includes/foot.php | 2 +- includes/head.php | 2 +- includes/www.css | 358 +++++++++++++++++++++++++++++------------------------ pages/hireme.php | 49 ++------ pages/now.php | 14 +-- 8 files changed, 308 insertions(+), 371 deletions(-) delete mode 100644 assets/cv.html delete mode 100644 assets/cv.php create mode 100644 assets/resume.html diff --git a/assets/cv.html b/assets/cv.html deleted file mode 100644 index e3e2fef..0000000 --- a/assets/cv.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - Resume for Adam Carpenter - - - - -

Adam T. Carpenter

- -
- atc@53hor.net - (757) 774-6829 - www.53hor.net - git.53hor.net - LinkedIn -
- -

- I am a computer programmer who has been developing and maintaining native and - web applications since 2018. I have also provided freelance systems - administration services and technical mentoring since 2016. -

- -

- I am fluent in Rust, C#, Python, PHP, JavaScript, Bourne Shell, and HTML+CSS. -

- -

- I am also familiar with Java, C, C++, and TypeScript. I have - used a variety of frameworks and libraries, as well as a myriad of web - servers, databases, and "DevOps" platforms. -

- -

- I aim to create simple, performant, and well-documented software that solves - real problems with no surprises. -

- - -
-

Work History

- -
-

ADP Manager, Software Engineering

-

April 2022-Present, Norfolk, VA

-
- - - -
-

ADP Software Engineer

-

June 2018-April 2022, Norfolk, VA

-
- - - -
-

Skills

- -
- - - - - -
- -
-

Academic History

-
-

William & Mary B.S. Computer Science

-

Class of 2018, Williamsburg, VA

-
- -

- I have a Bachelor of Science in Computer Science from the College of William - and Mary. While there, I participated in several group software development - projects such as hybrid Android application testing and presided over the - campus Game Design Club. -

- -
-

About Me

- -

- I wrote my first program on a TI-84 in BASIC to help finish my high school - math homework faster. I quickly transitioned to building more complicated - programs but have continued to enjoy finding the smallest amount of code to - solve a problem quickly, correctly, and securely. -

- -

- I grew up in and still call Hampton Roads, Virginia my home. In my spare time - I drive and maintain a classic car, a 1953 Hudson Hornet. I enjoy travelling - and being at home with my wife and cocker spaniel. I also self-host a web - server in a closet in my home. -

- -

- I keep a public journal on my web site. -

- - diff --git a/assets/cv.php b/assets/cv.php deleted file mode 100644 index c9255a8..0000000 --- a/assets/cv.php +++ /dev/null @@ -1,5 +0,0 @@ -Adam T. Carpenter + +
+ Download resume + atc@53hor.net + (757) 774-6829 + www.53hor.net + git.53hor.net + LinkedIn +
+ +

+I am a computer programmer who has been developing and maintaining +native and web applications for over five years. My focus has been in +operational automation and self-service. I aim to create simple, +performant, and well-documented software that adds value. I avoid +surprises using industry standard site reliability engineering +practices. +

+ +
+

Work History

+ +
+

ADP Manager, Software Engineering

+

April 2022-Present, Norfolk, VA

+
+ + + +
+

ADP Software Engineer

+

June 2018-April 2022, Norfolk, VA

+
+ + + +
+

Skills

+ +
+ + + + + +
+ +
+

Academic History

+
+

William & Mary B.S. Computer Science

+

Class of 2018, Williamsburg, VA

+
diff --git a/includes/foot.php b/includes/foot.php index e9dc23f..f0330de 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -1,7 +1,7 @@
-