-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (44 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
51 lines (44 loc) · 1.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Digital Envisioned</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="navbar">
<div class="logo">Digital Envisioned</div>
<a href="#cta" class="cta-button">Get Started</a>
</header>
<section class="hero">
<h1>Master Your Online Presence & Monetization</h1>
<p>Launch high-converting AI-powered marketing funnels with Digital Envisioned's Toolkit.</p>
<a href="#cta" class="hero-btn">Start Now</a>
</section>
<section class="about">
<h2>Why Digital Envisioned?</h2>
<p>We're reshaping how small businesses and entrepreneurs dominate online marketing with cutting-edge AI tools, conversion strategies, and mobile-optimized funnels.</p>
<img src="https://images.unsplash.com/photo-1624386360003-78fa9112e52b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&q=80&w=800" alt="AI Technology">
</section>
<section class="product">
<h2>AI-Powered Digital Marketing Toolkit</h2>
<ul>
<li>✔️ Pre-built Funnels & Templates</li>
<li>✔️ AI Copy & Content Generators</li>
<li>✔️ Automation Integrations</li>
<li>✔️ Step-by-Step Video Guides</li>
</ul>
</section>
<section class="cta" id="cta">
<h2>Get Instant Access</h2>
<form action="thankyou.html" method="POST">
<input type="email" placeholder="Enter your email" required>
<button type="submit">Join Now</button>
</form>
</section>
<footer>
<p>© 2025 Digital Envisioned | <a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
</footer>
</body>
</html>