From 00d6a7d10f6267e437b330aa99df091bfc7c67b6 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Sat, 11 Dec 2021 11:26:18 -0500 Subject: chore: organize pages and use router/renderer, organize assets --- pages/contact.php | 29 ++++++++++++ pages/donate.php | 1 + pages/hireme.php | 41 ++++++++++++++++ pages/info.php | 92 ++++++++++++++++++++++++++++++++++++ pages/links.php | 13 ++++++ pages/payments.php | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 310 insertions(+) create mode 100644 pages/contact.php create mode 100644 pages/donate.php create mode 100644 pages/hireme.php create mode 100644 pages/info.php create mode 100644 pages/links.php create mode 100644 pages/payments.php (limited to 'pages') diff --git a/pages/contact.php b/pages/contact.php new file mode 100644 index 0000000..2d6c7af --- /dev/null +++ b/pages/contact.php @@ -0,0 +1,29 @@ +

Contact Me

+ +

+ atc@53hor.net +

+ +

+ I send mail signed with my PGP key. The fingerprint is 94B3 3D04 F47E 6611 ADD9 76A6 76F8 F1CB 49F9 1B02. You can download the key like so: + +

+
+# FreeBSD:
+$ fetch -o - https://www.53hor.net/assets/atc.gpg | gpg --import
+
+# Also FreeBSD, but more inclusive:
+$ curl https://www.53hor.net/assets/atc.gpg | gpg --import
+
+
+ +You may read more in the Privacy Handbook. +

+ +

+ (757) 774-6829 +

+ +

+ If you want to hire me or have a business inquiry, here is a Google Voice number. Please understand that all calls and text messages are screened for spam by Google before I pick up. +

diff --git a/pages/donate.php b/pages/donate.php new file mode 100644 index 0000000..82fbd8a --- /dev/null +++ b/pages/donate.php @@ -0,0 +1 @@ +PayPal diff --git a/pages/hireme.php b/pages/hireme.php new file mode 100644 index 0000000..5073d56 --- /dev/null +++ b/pages/hireme.php @@ -0,0 +1,41 @@ +

Carpenter Tech

+ +

+ My name is Adam Carpenter and I am a freelance, general-purpose computer programmer. + +

+ + +

+ I run a business called Carpenter Tech that aims to help you answer these questions by offering the following services. + +

+ + + +

+ I am down to earth and enjoy solving problems. If you think I may be able to help solve yours, + +

+

+ +
+ + + +

+ +

diff --git a/pages/info.php b/pages/info.php new file mode 100644 index 0000000..d3a1b4c --- /dev/null +++ b/pages/info.php @@ -0,0 +1,92 @@ +

Info

+ +

+ My name is Adam Carpenter (on some sites I'm + 53hornet). I am a professional computer programmer and hobbyist mechanic, am married + to my wonderful wife, Amy, and a puppy parent to Clementine, a Cocker + Spaniel. This is my web site. +

+ +

+ +

+ +

What Will You Find Here?

+ +

+ This site is my home on the web. I post things I've learned, things I + want to share, and things I don't want to forget. I am generally + interested in and generally post about: +

+ + + +

Disclaimer

+ +

+ The views on this web site are entirely mine! That should go without + saying. They don't reflect my company, co-workers, friends, family, dog, + or anyone I mention anywhere in any way. +

+ +

+ I prefer not to go back and edit old posts. So when you're reading + something from 2 years ago, that was my opinion 2 years ago. Times + change and so can I, so please try to keep that in mind. +

+ +

+ If I reference an external public profile or site as fact, I will do so + with links so you can go and read the source. +

+ +

Privacy

+ +

+ My web server has an access log. By visiting this site you're + surrendering: +

+ + + +

+ That's it. I do not advertise on this site, read your cookies, or + perform any kind of social media tracking. I also proudly don't have any + JavaScript on my site. +

+ +

License

+ +

+ Content on this site is licensed under the + Creative Commons Attribution 4.0 International License. +

+ +

+ Source code on this site, unless otherwise stated, is licensed under the + + BSD 3-Clause license. +

+ + + +Valid CSS! + +Viewable With Any Browser + +[Valid RSS] + + diff --git a/pages/links.php b/pages/links.php new file mode 100644 index 0000000..6c75b67 --- /dev/null +++ b/pages/links.php @@ -0,0 +1,13 @@ +

Egress Links

+ +

+ If you're going to leave my site to go somewhere else on the web, I recommend linking out via one of these. This is my curated collection of awesome sites, resources, and online assets. +

+ +

Automotive

+ +

*nix

+ + diff --git a/pages/payments.php b/pages/payments.php new file mode 100644 index 0000000..4315613 --- /dev/null +++ b/pages/payments.php @@ -0,0 +1,134 @@ + +
+

Please enter an Invoice ID

+

Please enter a description

+

Please enter a price

+ +
+ +
+ +
+ +
+
+ +
+
+
+ + + + -- cgit v1.2.3