diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 22:52:54 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 22:52:54 -0500 |
commit | e9751f6b180762d9e5a67c4b2a00155b56a708bf (patch) | |
tree | 0b55e045a8838f7b11d1c93772a28c7101cc787a /profile | |
parent | 015c3a1d7cd0a1f68e70bf3e1254ec541ea16ae5 (diff) | |
download | 53hor-e9751f6b180762d9e5a67c4b2a00155b56a708bf.tar.xz 53hor-e9751f6b180762d9e5a67c4b2a00155b56a708bf.zip |
interesting posts, finished make post, fixed index
Diffstat (limited to 'profile')
-rw-r--r-- | profile/adamcarpenter.html | 19 | ||||
-rw-r--r-- | profile/index.html | 37 |
2 files changed, 53 insertions, 3 deletions
diff --git a/profile/adamcarpenter.html b/profile/adamcarpenter.html index 3b88c22..5f0f633 100644 --- a/profile/adamcarpenter.html +++ b/profile/adamcarpenter.html @@ -3,11 +3,24 @@ <head> </head> <body> <h1>Adam T. Carpenter</h1> - www.53hor.net | atc@53hor.net + <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> <h2>Summary</h2> - <h2>Education</h2> - <h2>Experience</h2> + <h2>Academics</h2> + <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 e69de29..fc10c75 100644 --- a/profile/index.html +++ b/profile/index.html @@ -0,0 +1,37 @@ +<!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 done or am doing, + 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> |