Redesign splash screen for better mobile experience

- Created new splash-mobile.css with mobile-optimized styles
- Redesigned hero section with better mobile typography and spacing
- Optimized feature cards to stack properly on mobile
- Enhanced CTA buttons with proper touch targets (min 48px height)
- Improved animations and performance for mobile devices
- Added landscape mobile layout support
- Simplified backgrounds and animations for better performance
- Better responsive typography using clamp() for fluid scaling
- Added touch device optimizations
This commit is contained in:
2025-07-14 10:29:24 +02:00
committed by Jens Luedicke
parent 16e33aa08e
commit 6dfdc58afc
3 changed files with 416 additions and 2 deletions

View File

@@ -70,8 +70,12 @@
<h1 class="hero-title">Transform Your Productivity</h1>
<p class="hero-subtitle">Experience the future of time management with {{ g.branding.app_name if g.branding else 'TimeTrack' }}'s intelligent tracking system</p>
<div class="cta-buttons">
<a href="{{ url_for('register') }}" class="btn-primary">Get Started Free</a>
<a href="{{ url_for('login') }}" class="btn-secondary">Sign In</a>
<a href="{{ url_for('register') }}" class="btn-primary">
<span>Get Started Free</span>
</a>
<a href="{{ url_for('login') }}" class="btn-secondary">
<span>Sign In</span>
</a>
</div>
</div>
<div class="hero-visual">