Commit graph

17 commits

Author SHA1 Message Date
Cipher Vance
dbf748ab3f refactor: removed newsletter routes 2025-08-25 19:43:13 -05:00
Cipher Vance
ae3febbcbd call back to local styles 2025-08-25 14:21:47 -05:00
Cipher Vance
55f22998b3 fix: put JS in staticly cdn 2025-08-25 13:32:21 -05:00
Cipher Vance
af910a291a style: using a CDN now for css 2025-08-25 11:51:15 -05:00
Cipher Vance
4af0fc7cfe fix: added defer on js load 2025-08-24 13:31:25 -05:00
Cipher Vance
d549590c1f refactor: removed countdown and changed wording 2025-08-24 13:17:29 -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
13d8f65ee3 refactor: change from standard html blocks to jinja2 2025-04-05 20:22:32 -05: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
e3ae855a0b (fix): Removed feature and pricing links 2025-02-14 14:39:03 +00: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
2d104e847b (style): Fixed the cards to have bold first words 2025-02-05 21:06:17 -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
Blake Ridgway
18bcafe29b first commit 2024-12-29 20:12:21 -06:00