-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (72 loc) · 2.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Simplify your workflow with AI-driven task management. Join our beta testing program today!">
<title>AI-Driven Project Management</title>
<link rel="stylesheet" href="styles.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VNE9TWDST7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VNE9TWDST7');
</script>
</head>
<body>
<header>
<h1>AI-Driven Project Management</h1>
<p>Simplify your workflow with smart prioritization and actionable insights.</p>
</header>
<section>
<h2>Key Features</h2>
<div class="features">
<div class="feature">
<h3>Smart Prioritization</h3>
<p>AI-powered prioritization to keep your team on track.</p>
</div>
<div class="feature">
<h3>Task Management</h3>
<p>Easy-to-use task creation and collaboration tools.</p>
</div>
<div class="feature">
<h3>Actionable Insights</h3>
<p>Identify and resolve bottlenecks quickly.</p>
</div>
</div>
</section>
<section>
<h2>See It in Action</h2>
<p>Explore how AI-driven project management can streamline your workflow.</p>
<img src="project-man.jpg" alt="Screenshot of project management dashboard" style="max-width: 100%; border-radius: 10px;">
</section>
<section>
<h2>What People Are Saying</h2>
<div class="testimonials">
<div class="testimonial">
<p>"This tool has transformed the way our team manages projects!"</p>
<p><strong>- Janine Dorothy, Project Manager</strong></p>
</div>
<div class="testimonial">
<p>"I love the AI prioritization feature—it saves us so much time!"</p>
<p><strong>- John Smith, Freelancer</strong></p>
</div>
</div>
</section>
<section class="cta">
<h2>Join Our Beta Testing Program</h2>
<form action="/thank-you" method="POST" data-netlify="true" name="beta-signup">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<input type="text" name="business" placeholder="Business Type / Team Size" required>
<input type="hidden" name="form-name" value="beta-signup">
<button type="submit">Sign Up</button>
</form>
</section>
<footer>
<p>© 2024 AI-Driven Project Management. All rights reserved.</p>
</footer>
</body>
</html>