Enhanced Progressive Training Programs Styling

Enhanced Progressive Training Programs Styling

Implementation Steps

  1. Add the CSS file to your site
    • The enhanced CSS is saved in: assets/css/programs-enhanced.css
  2. Include the CSS in your layout

    Option A - Add to your main layout file (_layouts/home.html or default.html):

    <link rel="stylesheet" href="/assets/css/programs-enhanced.css">
    

    Option B - Import in your main CSS file (assets/style.css):

    @import url('css/programs-enhanced.css');
    
  3. Features of the Enhanced Design:
    • Glassmorphic cards with backdrop blur
    • Color-coded difficulty levels (Beginner: Teal, Intermediate: Gold, Advanced: Red)
    • Animated gradient background
    • Hover effects with scale and glow
    • Arrow indicators for list items
    • Difficulty badges in top-right corner
    • Smooth animations and transitions
    • Fully responsive design
  4. Visual Improvements:
    • Dark gradient background for better contrast
    • Floating animation effect in background
    • Card hover states with elevation
    • Interactive list items
    • Professional typography with proper spacing
    • Mobile-optimized layout
  5. Deploy the changes:
    ./deploy.sh
    

The section will now have a modern, premium look that matches the quality of your app!