From c09bccc8a1d1bbc2dd5916a8cdc3d75837b08bc8 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sun, 6 Jul 2025 09:12:55 -0500 Subject: [PATCH] feat: Add RideAware link and update hardware descriptions This commit introduces a new link to RideAware on the about page and updates the descriptions for NVMe and SSD in the hardware section. - Added a link to https://rideaware.org on the "About" page under "Cycling Adventures". - Corrected the hardware description for NVMe to accurately reflect the Samsung 860 EVO 500GB. - Updated the hardware description for SSD to reflect the WD Green 1TB. - Modified the "Checkout RideAware" button on the homepage to use a btn-light class for better visual consistency. - Changed the "Read My Blog" button on the homepage to use a btn-light class. --- templates/about.html | 1 + templates/hardware.html | 4 ++-- templates/index.html | 5 ++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/about.html b/templates/about.html index 5f8386b..ccf6df1 100644 --- a/templates/about.html +++ b/templates/about.html @@ -140,6 +140,7 @@
  • Cycling Adventures
  • Blog Posts
  • CyberSec Repository
  • +
  • RideAware
  • diff --git a/templates/hardware.html b/templates/hardware.html index 2dfbcdc..4a97938 100644 --- a/templates/hardware.html +++ b/templates/hardware.html @@ -42,12 +42,12 @@
    - SSD: Samsung 860 EVO 500GB + NVMe: Samsung 860 EVO 500GB
    - HDD: WD Green 1TB + SSD: WD Green 1TB
    diff --git a/templates/index.html b/templates/index.html index cdc2d8b..7aa155f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,10 +45,13 @@ end-to-end data encryption, user privacy, and secure development practices.