From 1b00dd0ba5fb29e3f97084f3ed335d555eee06e4 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Thu, 9 Dec 2021 18:41:52 -0500 Subject: feat: add links to nav, add linking book svg --- drafts/2020-11-24-i-like-hyper-more-than-actix.php | 23 ---------------------- includes/head.php | 13 +++++++----- includes/nav.php | 22 +++++++++++++++------ 3 files changed, 24 insertions(+), 34 deletions(-) delete mode 100644 drafts/2020-11-24-i-like-hyper-more-than-actix.php diff --git a/drafts/2020-11-24-i-like-hyper-more-than-actix.php b/drafts/2020-11-24-i-like-hyper-more-than-actix.php deleted file mode 100644 index 33c5d9e..0000000 --- a/drafts/2020-11-24-i-like-hyper-more-than-actix.php +++ /dev/null @@ -1,23 +0,0 @@ -

- I Like hyper more than - Actix Web -

- -
-

- I've been using Actix Web as the HTTP service layer for some web - applications for a while now. I've written several APIs for work and - personal projects on top of Actix and always thought it was pretty spiffy - for what it does: listen for HTTP requests and respond to them with code - I've written. I was always a little bummed about how large the dependency - tree was with the project though, and how long it took to compile. -

- -

- Recently I've been trying to write or depend on as little code as is - possible to get the job done, so I've been trying to take a look at whether - or not I - need what I've written or imported or even though of implementing - before I've written anything. -

-
diff --git a/includes/head.php b/includes/head.php index e874165..246f351 100644 --- a/includes/head.php +++ b/includes/head.php @@ -60,6 +60,14 @@ nav svg { padding-right: 0.5em; + width: 24px; + height: 24px; + } + + + nav svg path, + nav svg rect { + fill: var(--white); } nav a:link, @@ -160,11 +168,6 @@ border-bottom: 1px solid var(--charcoal); } - svg { - width: 24px; - height: 24px; - } - .form { text-align: center; } diff --git a/includes/nav.php b/includes/nav.php index c5a36a4..de72e9d 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -3,7 +3,7 @@
  • - + Home @@ -11,7 +11,7 @@
  • - + Contact @@ -19,7 +19,7 @@
  • - + Hire Me @@ -27,15 +27,25 @@
  • - + Info
  • +
  • + + + + + + + Links + +
  • - + Repos @@ -43,7 +53,7 @@
  • - + RSS -- cgit v1.2.3