-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (162 loc) · 5.95 KB
/
Copy pathindex.html
File metadata and controls
185 lines (162 loc) · 5.95 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>EmpowerHub - Unlock Potential, Unleash Opportunities</title>
<style>
body {
font-family: 'Segoe UI', cursive, sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(to right, #fceabb, #f8b500);
color: #2f2f2f;
}
header {
background: linear-gradient(to right, #0077b6, #00b4d8);
color: white;
padding: 40px 20px;
text-align: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
header h1 {
font-size: 3em;
font-style: italic;
margin-bottom: 10px;
}
header p {
font-style: italic;
font-size: 1.2em;
}
nav {
background: #023e8a;
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 15px 0;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
nav a {
color: white;
margin: 10px 20px;
text-decoration: none;
font-weight: bold;
font-size: 1.1em;
transition: color 0.3s;
}
nav a:hover {
color: #ffd166;
}
.container {
max-width: 1100px;
margin: 30px auto;
padding: 25px;
background: white;
border-radius: 20px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
section {
margin-bottom: 50px;
}
h2 {
color: #0077b6;
font-size: 2em;
font-style: italic;
margin-bottom: 10px;
}
p, li {
font-size: 1.1em;
line-height: 1.7em;
font-style: italic;
}
ul {
padding-left: 20px;
}
.section-img {
width: 100%;
max-height: 350px;
object-fit: cover;
border-radius: 15px;
margin: 15px 0;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
footer {
text-align: center;
padding: 25px;
background: linear-gradient(to right, #0077b6, #0096c7);
color: white;
font-style: italic;
}
</style>
</head>
<body>
<header>
<h1>EmpowerHub</h1>
<p>Unlock Potential, Unleash Opportunities — Empowering Youth for a Better Tomorrow</p>
</header>
<nav>
<a href="#mission">Mission</a>
<a href="#features">Features</a>
<a href="#benefits">Benefits</a>
<a href="#partners">Partnerships</a>
<a href="#impact">Impact</a>
<a href="#cta">Join Us</a>
</nav>
<div class="container">
<section id="mission">
<h2>Our Mission</h2>
<img src="https://akm-img-a-in.tosshub.com/indiatoday/images/story/202207/termination-g1bb0a581c_640_1200x768.jpeg?VersionId=8ZxPg8Y4_QWqnAN2DvW5JLOJ8nLDAZ5O">
<p>At EmpowerHub, our mission is to ignite the untapped potential within every young individual. We strive to bridge the ever-widening gap between education and employability, offering not just training but a transformative journey toward purpose, confidence, and contribution.</p>
</section>
<section id="features">
<h2>Key Features</h2>
<img src="https://melange-works.com/wp-content/uploads/2024/09/Training.jpg" alt="Training" class="section-img"> <ul>
<li><strong>Industry-relevant training:</strong> Learn in-demand skills with real-world value.</li>
<li><strong>Practical experience:</strong> Dive into live projects, internships, and portfolio work.</li>
<li><strong>Mentorship:</strong> One-on-one guidance from inspiring professionals.</li>
<li><strong>Career counseling:</strong> Discover your path with personalized insight.</li>
<li><strong>Job placement assistance:</strong> Step confidently into the job market.</li>
</ul>
</section>
<section id="benefits">
<h2>Benefits</h2>
<img src="https://media.assettype.com/sentinelassam-english/2024-06/afb2e846-415a-44ea-acff-8ec5c405c6e9/empl.webp?w=1200&h=675&auto=format%2Ccompress&fit=max&enlarge=true" alt="Benefits" class="section-img">
<ul>
<li>Empowers youth with confidence, clarity, and career skills</li>
<li>Stimulates economic vibrance in local communities</li>
<li>Breaks cycles of poverty through opportunity and access</li>
</ul>
</section>
<section id="partners">
<h2>Partnerships</h2>
<img src="https://www.gettingsmart.com/wp-content/uploads/2018/02/Team-Leaders.jpg" alt="Partnerships" class="section-img">
<p>We believe in collaboration. Our strength lies in united efforts with:</p>
<ul>
<li><strong>Local businesses:</strong> To tailor skills to market needs and offer hiring pathways</li>
<li><strong>Government agencies:</strong> To scale impact through policy and funding</li>
<li><strong>NGOs and grassroots organizations:</strong> To reach and uplift underserved youth</li>
</ul>
</section>
<section id="impact">
<h2>Impact Metrics</h2>
<img src="https://images.unsplash.com/photo-1519389950473-47ba0277781c" alt="Impact" class="section-img">
<ul>
<li><strong>Youth Trained:</strong> Thousands have enrolled in our transformative programs</li>
<li><strong>Job Placement Rate:</strong> Over 75% find employment within 3 months</li>
<li><strong>Career Progression:</strong> Alumni report growth in skills, roles, and income</li>
</ul>
</section>
<section id="cta">
<h2>Join the Movement</h2>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVeyYBQlLWEddngXzlrBg2AoAg0h97K0hdqg&s" alt="Join Us" class="section-img">
<p>Whether you're a passionate individual, an innovative company, or a change-making institution — EmpowerHub welcomes you.</p>
<p><strong>Let’s co-create a world where every young person thrives.</strong></p>
<p style="text-align: center; font-size: 1.2em;">💌 <em>Contact us today. Empower the future.</em></p>
</section>
</div>
</div>
<footer>
<p>© 2025 EmpowerHub. All rights reserved. Crafted with passion and purpose 💙</p>
</footer>
</body>
</html>