diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-09 20:29:50 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-09 20:29:50 -0500 |
commit | fc50144e10795955f8f281f1b3273b7817662d77 (patch) | |
tree | 561924d3584d8bf7047d227d2c77d1ee42f285eb /profile/index.html | |
parent | 5808d17e381dbed9810250a8343f18223ced2b37 (diff) | |
download | 53hor-fc50144e10795955f8f281f1b3273b7817662d77.tar.xz 53hor-fc50144e10795955f8f281f1b3273b7817662d77.zip |
rearranged profile, renamed about to info
Diffstat (limited to 'profile/index.html')
-rw-r--r-- | profile/index.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/profile/index.html b/profile/index.html deleted file mode 100644 index e0dc64c..0000000 --- a/profile/index.html +++ /dev/null @@ -1,37 +0,0 @@ -<!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 accomplished - 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> |