3 lines
5.9 KiB
HTML
3 lines
5.9 KiB
HTML
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Features - ComplianceShield Pro</title> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛡️</text></svg>"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --gold-light: #f0d68c; --gold-dark: #c9a55a; --bg-dark: #0a0a0a; --text-primary: #ffffff; --text-secondary: #a0a0a0; --text-muted: #606060; --border-light: rgba(255, 255, 255, 0.1); --border-lighter: rgba(255, 255, 255, 0.05); --green: #4caf50; --orange: #ff9800; --red: #ef4444; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg-dark); color: var(--text-primary); line-height: 1.6; } nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 60px; background: rgba(10, 10, 10, 0.95); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; border-bottom: 1px solid var(--border-light); } .logo { display: flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 600; color: var(--text-primary); text-decoration: none; } .logo-icon { width: 32px; height: 32px; background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-light) 100%); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; } .nav-links { display: flex; gap: 40px; list-style: none; } .nav-links a { color: var(--text-secondary); text-decoration: none; font-size: 15px; transition: color 0.3s; } .nav-links a:hover, .nav-links a.active { color: var(--text-primary); } .nav-cta { background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-light) 100%); color: var(--bg-dark); padding: 10px 24px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.3s; } .features-hero { padding: 160px 60px 100px; text-align:
|
|
<body> <nav> <a href="index.html" class="logo"> <div class="logo-icon">🛡️</div> ComplianceShield </a> <ul class="nav-links"> <li><a href="index.html">Home</a></li> <li><a href="features.html" class="active">Features</a></li> <li><a href="pricing.html">Pricing</a></li> <li><a href="contact.html">Contact</a></li> </ul> <a href="#" class="nav-cta">Sign In</a> </nav> <section class="features-hero"> <div class="hero-badge">🛡️ Complete Compliance Suite</div> <h1>Everything you need to<br/>stay compliant</h1> <p>A complete suite of tools to manage construction compliance, from team hours to OSHA standards, all in one place.</p> </section> <div class="stats-bar"> <div class="stat-card"> <span class="stat-icon">⚡</span> <div class="stat-number">100%</div> <div class="stat-label">OSHA Compliant</div> </div> <div class="stat-card"> <span class="stat-icon">📊</span> <div class="stat-number">24/7</div> <div class="stat-label">Real-time Monitoring</div> </div> <div class="stat-card"> <span class="stat-icon">🤖</span> <div class="stat-number">50+</div> <div class="stat-label">Automated Workflows</div> </div> <div class="stat-card"> <span class="stat-icon">💰</span> <div class="stat-number">$15K</div> <div class="stat-label">Avg. Fine Prevented</div> </div> </div> <div class="features-container"> <div class="feature-showcase"> <div class="showcase-content"> <div class="feature-badge">⏱️ Time Management</div> <h2>Time Tracking & Scheduling</h2> <p>Monitor team hours, schedule shifts, and manage payroll with an integrated time management system.</p> <ul class="feature-list"> <li>GPS-verified clock in/out from mobile</li> <li>Automated timesheet generation</li> <li>Shift scheduling with notifications</li> <li>Overtime tracking and alerts</li> <li>Payroll integration ready</li> </ul> <a href="#" class="showcase-cta">Explore Time Tracking →</a> </div> <div class="showcase-visual"> <div class="mockup-window"> <div class="mockup-header"> <div class="mockup-title">Today's Timesheet</div> <div
|
|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Features - ComplianceShield Pro</title> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛡️</text></svg>"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --gold-light: #f0d68c; --gold-dark: #c9a55a; --bg-dark: #0a0a0a; --text-primary: #ffffff; --text-secondary: #a0a0a0; --text-muted: #606060; --border-light: rgba(255, 255, 255, 0.1); --border-lighter: rgba(255, 255, 255, 0.05); --green: #4caf50; --orange: #ff9800; --red: #ef4444; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg-dark); color: var(--text-primary); line-height: 1.6; } nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 60px; background: rgba(10, 10, 10, 0.95); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; border-bottom: 1px solid var(--border-light); } .logo { display: flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 600; color: var(--text-primary); text-decoration: none; } .logo-icon { width: 32px; height: 32px; background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-light) 100%); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; } .nav-links { display: flex; gap: 40px; list-style: none; } .nav-links a { color: var(--text-secondary); text-decoration: none; font-size: 15px; transition: color 0.3s; } .nav-links a:hover, .nav-links a.active { color: var(--text-primary); } .nav-cta { background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-light) 100%); color: var(--bg-dark); padding: 10px 24px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.3s; } .features-hero { padding: 160px 60px 100px; text-align: |