Commit graph

12 commits

Author SHA1 Message Date
Cipher Vance
7a31bb7e3a feat: add favicon, one stylesheet, base.html 2025-08-31 13:05:16 -05:00
Cipher Vance
2a2df9f6e5 style: bring back animiimation on phone 2025-08-25 22:03:41 -05:00
Cipher Vance
7713059ffc styles: removed moving on the phone mockup 2025-08-25 14:18:14 -05:00
Cipher Vance
1a66ebdfc4 feat: Complete UI/UX redesign with modern responsive design
- Redesign landing page with contemporary gradient backgrounds and glassmorphism
- Add 3D phone mockup with floating animation and interactive stats display
- Implement modern navigation with blur backdrop and smooth scroll effects
- Update feature cards with icons, hover animations, and improved typography
- Integrate countdown timer into hero CTA section with glassmorphic styling
- Add responsive email signup form with enhanced validation

- Modernize newsletters listing page with card-based grid layout
- Add empty state design with call-to-action for newsletter subscription
- Implement smooth loading animations and hover effects for newsletter cards
- Update navigation consistency across all pages

- Redesign newsletter detail page with professional article layout
- Add reading metadata display (date, reading time, author, tags)
- Enhance content typography with proper heading hierarchy and styling
- Implement share functionality with Web Share API and clipboard fallback
- Add print-optimized styles and action buttons
- Improve mobile reading experience with responsive design

- Establish consistent design system with CSS custom properties
- Use CSS Grid and Flexbox for modern, flexible layouts
- Add comprehensive mobile responsiveness (320px to desktop)
- Implement smooth animations and micro-interactions throughout
- Maintain accessibility with semantic HTML and proper contrast ratios
- Preserve all existing Flask template functionality and JavaScript features

Breaking changes: Complete visual redesign requires updated asset references
Performance: Optimized CSS with efficient animations and modern layout techniques
2025-08-24 12:47:15 -05:00
Blake Ridgway
96aec26f5a refactor: complete overwrite of the css 2025-04-05 20:21:44 -05:00
Blake Ridgway
6ea1525583 feat: Added newsletter secitons 2025-02-19 12:26:27 -06:00
Blake Ridgway
db5d631b0d feat(newsletter): add newsletters listing and detail pages
* Created a newsletters table and added insertion logic during newsletter send.
* Added a /newsletters route to display a list of sent newsletters.
* Implemented a /newsletter/<int:newsletter_id> route for detailed view.
* Developed new templates with navigation, including unsubscribe links.
* Enhanced front-end styling and layout for newsletter pages.
2025-02-18 20:07:30 -06:00
Blake Ridgway
90297a004b (feat): Added the logo! 2025-02-11 21:44:30 -06:00
Blake Ridgway
a9c7bfe21c (refactor): verified viewport, added more responsive css 2025-02-11 20:41:49 -06:00
Blake Ridgway
2481a71f71 Slow overhaul of the landing page 2025-02-05 08:07:56 -06:00
Blake Ridgway
f26bad9bac Fixed some CSS issues and added RideAware on home page 2025-02-04 20:41:11 -06:00
Blake Ridgway
f8f8c773cc (feat): Init concept of coming soon landing page 2025-01-05 21:03:42 -06:00