diff options
-rw-r--r-- | about.html | 65 | ||||
-rw-r--r-- | contact.html | 96 | ||||
-rw-r--r-- | includes/stylesheet.css | 13 | ||||
-rw-r--r-- | index.html | 11 | ||||
-rw-r--r-- | software.html | 93 | ||||
-rw-r--r-- | template.html | 2 | ||||
-rw-r--r-- | unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html | 17 | ||||
-rw-r--r-- | unix/2019-09-28-my-preferred-method-for-data-recovery.html | 18 | ||||
-rw-r--r-- | wheels/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html | 2 |
9 files changed, 267 insertions, 50 deletions
@@ -0,0 +1,65 @@ +<!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="The World Wide Web pages of Adam Carpenter" + /> + <meta property="og:image" content="/includes/images/logo_diag.png" /> + <meta property="og:site_name" content="53hor.net" /> + <meta property="og:title" content="About" /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://www.53hor.net" /> + <title>53hornet ➙ About</title> + </head> + + <body> + <nav> + <ul> + <li> + <a href="/"> + <img src="/includes/icons/home-roof.svg" /> + Home + </a> + </li> + <li> + <a href="/about.html"> + <img src="/includes/icons/information-variant.svg" /> + About + </a> + </li> + <li> + <a href="/software.html"> + <img src="/includes/icons/git.svg" /> + Software + </a> + </li> + <li> + <a href="/hosted.html"> + <img src="/includes/icons/desktop-tower.svg" /> + Hosted + </a> + </li> + <li> + <a type="application/rss+xml" href="/rss.xml"> + <img src="/includes/icons/rss.svg" /> + RSS + </a> + </li> + <li> + <a href="/contact.html"> + <img src="/includes/icons/at.svg" /> + Contact + </a> + </li> + </ul> + </nav> + + <article> + <h1>About</h1> + </article> + </body> +</html> diff --git a/contact.html b/contact.html index af3ea4a..e5f568f 100644 --- a/contact.html +++ b/contact.html @@ -1,16 +1,84 @@ -You can send me mail at this address: -<a href="mailto:mail@53hor.net">mail@53hor.net</a>. I also exist on the -following sites but may or may not use them that often. +<!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="The World Wide Web pages of Adam Carpenter" + /> + <meta property="og:image" content="/includes/images/logo_diag.png" /> + <meta property="og:site_name" content="53hor.net" /> + <meta property="og:title" content="Contact Me" /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://www.53hor.net" /> + <title>53hornet ➙ Contact Me</title> + </head> -<ul> - <li><a href="#">Discord</a></li> - <li><a href="#">Facebook</a></li> - <li><a href="#">Reddit</a></li> - <li><a href="#">Twitter</a></li> - <li><a href="#">YouTube</a></li> - <li><a href="https://www.linkedin.com/in/adam-carpenter/">LinkedIn</a></li> - <li><a href="https://steamcommunity.com/id/53hornet/">Steam</a></li> -</ul> + <body> + <nav> + <ul> + <li> + <a href="/"> + <img src="/includes/icons/home-roof.svg" /> + Home + </a> + </li> + <li> + <a href="/about.html"> + <img src="/includes/icons/information-variant.svg" /> + About + </a> + </li> + <li> + <a href="/software.html"> + <img src="/includes/icons/git.svg" /> + Software + </a> + </li> + <li> + <a href="/hosted.html"> + <img src="/includes/icons/desktop-tower.svg" /> + Hosted + </a> + </li> + <li> + <a type="application/rss+xml" href="/rss.xml"> + <img src="/includes/icons/rss.svg" /> + RSS + </a> + </li> + <li> + <a href="/contact.html"> + <img src="/includes/icons/at.svg" /> + Contact + </a> + </li> + </ul> + </nav> -If you were looking for source code repositories, see -<a href="/software.html">Software</a>. + <article> + <h1>Contact Me</h1> + + You can send me mail at this address: + <a href="mailto:mail@53hor.net">mail@53hor.net</a>. I also exist on the + following sites but may or may not use them that often. + + <ul> + <li><a href="#">Discord</a></li> + <li><a href="#">Facebook</a></li> + <li><a href="#">Reddit</a></li> + <li><a href="#">Twitter</a></li> + <li><a href="#">YouTube</a></li> + <li> + <a href="https://www.linkedin.com/in/adam-carpenter/">LinkedIn</a> + </li> + <li><a href="https://steamcommunity.com/id/53hornet/">Steam</a></li> + </ul> + + If you were looking for source code repositories, see + <a href="/software.html">Software</a>. + </article> + </body> +</html> diff --git a/includes/stylesheet.css b/includes/stylesheet.css index acd0fed..07cf18f 100644 --- a/includes/stylesheet.css +++ b/includes/stylesheet.css @@ -9,7 +9,7 @@ --slate: #b9c2ca; --charcoal: #798d94; --white: white; - --box-radius: 1em; + --box-radius: 0.5em; --box-border: 0.5em solid var(--white); } @@ -61,7 +61,7 @@ a:visited { color: var(--charcoal); } -code { +pre code { display: block; background-color: var(--charcoal); padding: 1em; @@ -101,3 +101,12 @@ article li:before { content: "➙"; padding-right: 8px; } + +p img { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 25em; + height: auto; + border-radius: var(--box-radius); +} @@ -44,7 +44,7 @@ </a> </li> <li> - <a type="application/rss+xml" type="application/rss+xml" href="/rss.xml"> + <a type="application/rss+xml" href="/rss.xml"> <img src="/includes/icons/rss.svg" /> RSS </a> @@ -65,15 +65,12 @@ </header> <article> - <h1>The World Wide Web pages of Adam Carpenter (53hornet)</h1> + <h1 style="text-align: center"> + The World Wide Web pages of Adam Carpenter (53hornet) + </h1> <ul> <li> - <a href="/programming/2020-11-24-i-like-hyper-more-than-actix.html" - >I Like Hyper More Than Actix-Web (2020-11-24)</a - > - </li> - <li> <a href="/unix/2020-07-26-now-this-is-a-minimal-install.html" >Now This is a Minimal Install! (2020-07-26)</a > diff --git a/software.html b/software.html index af0d66d..ef37131 100644 --- a/software.html +++ b/software.html @@ -1,10 +1,87 @@ -You can find my source code repositories here: -<a href="https://git.53hor.net">Gitea</a> -I also exist on the following repository sites but don't really use them. +<!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="The World Wide Web pages of Adam Carpenter" + /> + <meta property="og:image" content="/includes/images/logo_diag.png" /> + <meta property="og:site_name" content="53hor.net" /> + <meta property="og:title" content="Software" /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://www.53hor.net" /> + <title>53hornet ➙ Software</title> + </head> -<ul> - <li><a href="https://github.com/53hornet">GitHub</a></li> - <li><a href="https://gitlab.com/53hornet">GitLab</a></li> -</ul> + <body> + <nav> + <ul> + <li> + <a href="/"> + <img src="/includes/icons/home-roof.svg" /> + Home + </a> + </li> + <li> + <a href="/about.html"> + <img src="/includes/icons/information-variant.svg" /> + About + </a> + </li> + <li> + <a href="/software.html"> + <img src="/includes/icons/git.svg" /> + Software + </a> + </li> + <li> + <a href="/hosted.html"> + <img src="/includes/icons/desktop-tower.svg" /> + Hosted + </a> + </li> + <li> + <a type="application/rss+xml" href="/rss.xml"> + <img src="/includes/icons/rss.svg" /> + RSS + </a> + </li> + <li> + <a href="/contact.html"> + <img src="/includes/icons/at.svg" /> + Contact + </a> + </li> + </ul> + </nav> -If you were looking to contact me, see <a href="/contact.html">Contact</a>. + <article> + <h1>Software</h1> + + <h2><a href="https://git.53hor.net">Gitea</a></h2> + You can find my source code repositories here. This is where all of my + publicly-available code lives. I put personal and professional projects up + here, as well as learning exercises, forks, and dotfiles. + + <h2><a href="https://github.com/53hornet">GitHub</a></h2> + <p> + I don't use GitHub for my software, only really for issue tracking or + following other projects. Sometimes I'll open PRs on GitHub but that's + about it. + </p> + <h2><a href="https://gitlab.com/53hornet">GitLab</a></h2> + <p> + I don't use GitLab anymore. I used to until I self-hosted, so there may + or may not be some stale mirrors of my stuff on there. + </p> + + <p> + If you were looking to contact me, see + <a href="/contact.html">Contact</a>. + </p> + </article> + </body> +</html> diff --git a/template.html b/template.html index 4c3460e..568fe5c 100644 --- a/template.html +++ b/template.html @@ -44,7 +44,7 @@ </a> </li> <li> - <a type="application/rss+xml" type="application/rss+xml" href="/rss.xml"> + <a type="application/rss+xml" href="/rss.xml"> <img src="/includes/icons/rss.svg" /> RSS </a> diff --git a/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html b/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html index 47fb0b3..15c776f 100644 --- a/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html +++ b/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html @@ -10,10 +10,13 @@ /> <meta property="og:image" content="/includes/images/logo_diag.png" /> <meta property="og:site_name" content="53hor.net" /> - <meta property="og:title" content="Offloading GoPro Video the Easy Way!" /> + <meta + property="og:title" + content="Offloading GoPro Footage the Easy Way!" + /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://www.53hor.net" /> - <title>53hornet ➙ Offloading GoPro Video the Easy Way!</title> + <title>53hornet ➙ Offloading GoPro Footage the Easy Way!</title> </head> <body> @@ -59,7 +62,7 @@ </nav> <article> - <h1>Offloading GoPro Video the Easy Way!</h1> + <h1>Offloading GoPro Footage the Easy Way!</h1> <p> Transferring files off of most cameras to a Linux computer isn't all @@ -87,9 +90,11 @@ any of the small video formats or actual HTML files. Here's what I used: </p> - <p> - <code>sh wget --recursive --accept "*.MP4" http://10.5.5.9:8080/ </code> - </p> + <pre> + <code> +sh wget --recursive --accept "*.MP4" http://10.5.5.9:8080/ + </code> + </pre> <p> This tells <code>wget</code> to download all of the files at the GoPro's diff --git a/unix/2019-09-28-my-preferred-method-for-data-recovery.html b/unix/2019-09-28-my-preferred-method-for-data-recovery.html index 07d9bff..b63ba5a 100644 --- a/unix/2019-09-28-my-preferred-method-for-data-recovery.html +++ b/unix/2019-09-28-my-preferred-method-for-data-recovery.html @@ -133,7 +133,7 @@ I used <code>ddrescue</code> to make an image of Amy's drive. </p> - <pre><code> + <pre><code> $ sudo ddrescue /dev/sdb1 amy-lexar.dd GNU ddrescue 1.24 Press Ctrl-C to interrupt @@ -151,7 +151,7 @@ Copying non-tried blocks... Pass 1 (forwards) around with. </p> - <pre> + <pre> <code> $ ll amy-lexar.dd -rw-r--r-- 1 root root 60G Sep 24 02:45 amy-lexar.dd @@ -163,11 +163,10 @@ $ ll amy-lexar.dd TUI with all of the listed media that I can try and recover from. </p> - <pre><code> + <pre><code> $ sudo photorec amy-lexar.dd PhotoRec 7.0, Data Recovery Utility, April 2015 -Christophe GRENIER <grenier@cgsecurity.org> http://www.cgsecurity.org PhotoRec is free software, and @@ -191,9 +190,8 @@ detection, and install the latest OS patches and disk drivers. the files are on and starting a search. </p> - <pre><code> + <pre><code> PhotoRec 7.0, Data Recovery Utility, April 2015 -Christophe GRENIER <grenier@cgsecurity.org> http://www.cgsecurity.org Disk amy-lexar.dd - 64 GB / 59 GiB (RO) @@ -212,9 +210,8 @@ Disk amy-lexar.dd - 64 GB / 59 GiB (RO) I just use the default options unless it's way out in left field. </p> - <pre><code> + <pre><code> PhotoRec 7.0, Data Recovery Utility, April 2015 -Christophe GRENIER <grenier@cgsecurity.org> http://www.cgsecurity.org P FAT32 0 0 1 7783 139 4 125042656 [NO NAME] @@ -235,9 +232,8 @@ file were stored: <code>photorec</code> to search everything. </p> - <pre><code> + <pre><code> PhotoRec 7.0, Data Recovery Utility, April 2015 -Christophe GRENIER <grenier@cgsecurity.org> http://www.cgsecurity.org P FAT32 0 0 1 7783 139 4 125042656 [NO NAME] @@ -254,7 +250,7 @@ Please choose if all space need to be analysed: Mac later. </p> - <pre><code> + <pre><code> PhotoRec 7.0, Data Recovery Utility, April 2015 Please select a destination to save the recovered files. diff --git a/wheels/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html b/wheels/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html index cbb87aa..e60e5f4 100644 --- a/wheels/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html +++ b/wheels/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html @@ -295,7 +295,7 @@ <li>Done.</li> </ul> - <h2>Stopping and parking</h2> + <h2>Stopping and Parking</h2> <ul> <li> |