From 6a1f7d58a1e733159ca4079782376592b575a68c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 27 Nov 2020 10:59:13 -0500 Subject: fixed style and prettier errors --- about.html | 65 +++++++++++++++ contact.html | 96 ++++++++++++++++++---- includes/stylesheet.css | 13 ++- index.html | 11 +-- software.html | 93 +++++++++++++++++++-- template.html | 2 +- ...est-way-to-transfer-gopro-files-with-linux.html | 17 ++-- ...9-28-my-preferred-method-for-data-recovery.html | 18 ++-- ...-07-how-to-start-and-drive-a-hudson-hornet.html | 2 +- 9 files changed, 267 insertions(+), 50 deletions(-) diff --git a/about.html b/about.html index e69de29..5629dc1 100644 --- a/about.html +++ b/about.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + 53hornet ➙ About + + + + + +
+

About

+
+ + 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: -mail@53hor.net. I also exist on the -following sites but may or may not use them that often. + + + + + + + + + + + + + 53hornet ➙ Contact Me + - + + -If you were looking for source code repositories, see -Software. +
+

Contact Me

+ + You can send me mail at this address: + mail@53hor.net. I also exist on the + following sites but may or may not use them that often. + + + + If you were looking for source code repositories, see + Software. +
+ + 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); +} diff --git a/index.html b/index.html index 6954fdd..1ea424f 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@
  • - + RSS @@ -65,14 +65,11 @@
    -

    The World Wide Web pages of Adam Carpenter (53hornet)

    +

    + The World Wide Web pages of Adam Carpenter (53hornet) +

      -
    • - I Like Hyper More Than Actix-Web (2020-11-24) -
    • Now This is a Minimal Install! (2020-07-26)Gitea -I also exist on the following repository sites but don't really use them. + + + + + + + + + + + + + 53hornet ➙ Software + - + + -If you were looking to contact me, see Contact. +
      +

      Software

      + +

      Gitea

      + 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. + +

      GitHub

      +

      + 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. +

      +

      GitLab

      +

      + 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. +

      + +

      + If you were looking to contact me, see + Contact. +

      +
      + + diff --git a/template.html b/template.html index 4c3460e..568fe5c 100644 --- a/template.html +++ b/template.html @@ -44,7 +44,7 @@
    • - + RSS 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 @@ /> - + - 53hornet ➙ Offloading GoPro Video the Easy Way! + 53hornet ➙ Offloading GoPro Footage the Easy Way! @@ -59,7 +62,7 @@
      -

      Offloading GoPro Video the Easy Way!

      +

      Offloading GoPro Footage the Easy Way!

      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:

      -

      - sh wget --recursive --accept "*.MP4" http://10.5.5.9:8080/ -

      +
      +        
      +sh wget --recursive --accept "*.MP4" http://10.5.5.9:8080/
      +		
      +      

      This tells wget 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 ddrescue to make an image of Amy's drive.

      -
      
      +      
      
       $ 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.
             

      -
      +      
       		
       $ 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.
             

      -
      
      +      
      
       $ sudo photorec amy-lexar.dd
       
       PhotoRec 7.0, Data Recovery Utility, April 2015
      -Christophe GRENIER 
       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.
             

      -
      
      +      
      
       PhotoRec 7.0, Data Recovery Utility, April 2015
      -Christophe GRENIER 
       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.
             

      -
      
      +      
      
       PhotoRec 7.0, Data Recovery Utility, April 2015
      -Christophe GRENIER 
       http://www.cgsecurity.org
       
          P FAT32                    0   0  1  7783 139  4  125042656 [NO NAME]
      @@ -235,9 +232,8 @@ file were stored:
               photorec to search everything.
             

      -
      
      +      
      
       PhotoRec 7.0, Data Recovery Utility, April 2015
      -Christophe GRENIER 
       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.
             

      -
      
      +      
      
       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 @@
               
    • Done.
    -

    Stopping and parking

    +

    Stopping and Parking

    • -- cgit v1.2.3