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.
This commit is contained in:
Blake Ridgway 2025-07-06 09:12:55 -05:00
parent 311ed4c355
commit c09bccc8a1
3 changed files with 7 additions and 3 deletions

View file

@ -45,10 +45,13 @@
<strong>end-to-end data encryption, user privacy, and secure development practices.</strong>
</p>
<div class="d-flex justify-content-center gap-3">
<a href="https://rideaware.org" class="btn btn-light">
<i class="fas fa-globe me-2"></i>Checkout RideAware
</a>
<a href="/biking" class="btn btn-light">
<i class="fas fa-bicycle me-2"></i>View My Cycling Stats
</a>
<a href="/blog" class="btn btn-outline-light">
<a href="/blog" class="btn btn-light">
<i class="fas fa-blog me-2"></i>Read My Blog
</a>
</div>