No description
Find a file
Blake Ridgway c09bccc8a1 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.
2025-07-06 09:12:55 -05:00
static Initial commit 2025-07-05 15:29:33 -05:00
templates feat: Add RideAware link and update hardware descriptions 2025-07-06 09:12:55 -05:00
.gitignore fix: add traffic db 2025-07-05 15:32:44 -05:00
app.py Initial commit 2025-07-05 15:29:33 -05:00
blog_manager.py Initial commit 2025-07-05 15:29:33 -05:00
docker-compose.yml Initial commit 2025-07-05 15:29:33 -05:00
Dockerfile Initial commit 2025-07-05 15:29:33 -05:00
forms.py Initial commit 2025-07-05 15:29:33 -05:00
get_strava_token.py refactor: removed dev files 2025-07-05 15:34:23 -05:00
models.py Initial commit 2025-07-05 15:29:33 -05:00
requirements.txt Initial commit 2025-07-05 15:29:33 -05:00
strava_service.py Initial commit 2025-07-05 15:29:33 -05:00
traffic_tracker.py Initial commit 2025-07-05 15:29:33 -05:00
user.py Initial commit 2025-07-05 15:29:33 -05:00