Revert to version fd5f450
This commit is contained in:
parent
7442a3b48c
commit
42e99be0ab
@ -28,5 +28,72 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<main class="page-header">
|
||||||
|
<div class="header-content">
|
||||||
|
<h1>All-in-One Compliance Platform</h1>
|
||||||
|
<p class="subtitle">A complete suite of tools to manage construction compliance, from team hours to OSHA standards, all in one place.</p>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<section class="features-grid">
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon" style="background-color: var(--blue);">⏱️</div>
|
||||||
|
<h3>Time Tracking & Scheduling</h3>
|
||||||
|
<p>Monitor team hours, schedule shifts, and manage payroll with an integrated time management system.</p>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon" style="background-color: var(--green);">📋</div>
|
||||||
|
<h3>OSHA Compliance</h3>
|
||||||
|
<p>Automated checks and reporting to ensure your job sites meet the latest OSHA safety standards.</p>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon" style="background-color: var(--orange);">📂</div>
|
||||||
|
<h3>Document Management</h3>
|
||||||
|
<p>Securely store, access, and manage all your compliance documents, certifications, and reports.</p>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon" style="background-color: var(--red);">🤝</div>
|
||||||
|
<h3>Subcontractor Oversight</h3>
|
||||||
|
<p>Onboard and manage subcontractors, track their compliance status, and mitigate project risks.</p>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon" style="background-color: var(--gold-dark);">📊</div>
|
||||||
|
<h3>Real-Time Analytics</h3>
|
||||||
|
<p>Access intuitive dashboards to visualize compliance metrics and make data-driven decisions.</p>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon" style="background-color: var(--text-muted);">🔔</div>
|
||||||
|
<h3>Automated Alerts</h3>
|
||||||
|
<p>Receive instant notifications for expiring certifications, non-compliance events, and critical deadlines.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="footer-container">
|
||||||
|
<div class="footer-about">
|
||||||
|
<h3>ComplianceShield Pro</h3>
|
||||||
|
<p>Construction compliance management, simplified.</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer-links">
|
||||||
|
<h4>Company</h4>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">About Us</a></li>
|
||||||
|
<li><a href="#">Blog</a></li>
|
||||||
|
<li><a href="#">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer-links">
|
||||||
|
<h4>Legal</h4>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Privacy Policy</a></li>
|
||||||
|
<li><a href="#">Terms of Service</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-bottom">
|
||||||
|
<p>© 2025 ComplianceShield Pro. All rights reserved.</p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -1,3 +0,0 @@
|
|||||||
<!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:
|
|
||||||
Loading…
x
Reference in New Issue
Block a user