-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (81 loc) · 2.88 KB
/
Copy pathindex.html
File metadata and controls
101 lines (81 loc) · 2.88 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Biodata & Resume Builder</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="announcement">
🚀 Now Build Professional Biodata in Seconds
</div>
<nav>
<div class="logo">Mr. Shubh</div>
<div class="nav-links">
<a href="#">Home</a>
<a href="#templates">Templates</a>
<a href="#">Contact</a>
</div>
</nav>
<div class="hero" data-aos="fade-up">
<h1>Create Stunning Biodata & Resume</h1>
<p>Professional Templates • Instant PDF • 100% Free</p>
<button onclick="scrollToTemplates()">Get Started</button>
<div class="stats" data-aos="fade-up" data-aos-delay="300">
<p><strong id="userCount">12,487</strong> Users Created Biodata In 2026</p>
<p>⭐ 4.9 Rating • Trusted by Thousands</p>
</div>
</div>
<section class="templates" id="templates">
<h2 data-aos="fade-up">Choose Your Template</h2>
<div class="container">
<div class="card" data-aos="zoom-in">
<img src="assets/muslim-preview.jpg">
<h3>Muslim Biodata</h3>
<a href="templates/muslim-form.html">Use Template</a>
</div>
<div class="card" data-aos="zoom-in" data-aos-delay="100">
<img src="assets/hindu-preview.jpg">
<h3>Hindu Biodata</h3>
<a href="templates/hindu-form.html">Use Template</a>
</div>
<div class="card" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/christian-preview.jpg">
<h3>Christian Biodata</h3>
<a href="templates/christian-form.html">Use Template</a>
</div>
<div class="card" data-aos="zoom-in" data-aos-delay="300">
<img src="assets/resume-preview.jpg">
<h3>Single Page Resume</h3>
<a href="templates/resume-form.html">Use Template</a>
</div>
</div>
</section>
<section class="trust-section" data-aos="fade-up">
<h3>Trusted & Secure</h3>
<div class="badges">
<span>🔒 Secure PDF</span>
<span>⚡ Instant Download</span>
<span>📱 Mobile Friendly</span>
<span>🌍 Used in 15+ States</span>
</div>
</section>
<section class="features">
<h2>Why Use Our Builder?</h2>
<div class="feature-grid">
<div class="feature-box">⚡ Instant PDF Download</div>
<div class="feature-box">📱 Mobile Friendly</div>
<div class="feature-box">🎨 Professional Designs</div>
<div class="feature-box">💯 100% Free to Use</div>
</div>
</section>
<footer>
© 2026 Mr. Shubh | Biodata & Resume Builder
</footer>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="script.js"></script>
</body>
</html>