No description
Find a file
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
.idea Slow overhaul of the landing page 2025-02-05 08:07:56 -06:00
__pycache__ Slow overhaul of the landing page 2025-02-05 08:07:56 -06:00
static feat: Complete UI/UX redesign with modern responsive design 2025-08-24 12:47:15 -05:00
templates feat: Complete UI/UX redesign with modern responsive design 2025-08-24 12:47:15 -05:00
.gitignore fix: Fixed venv being added to commits 2025-02-19 12:25:57 -06:00
database.py feat(newsletter): add newsletters listing and detail pages 2025-02-18 20:07:30 -06:00
Dockerfile (feat): Added production level deployment 2025-02-13 19:14:07 +00:00
requirements.txt (feat): Added production level deployment 2025-02-13 19:14:07 +00:00
server.py feat: changed confirmation email from txt to html 2025-04-05 20:21:29 -05:00