-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
273 lines (264 loc) · 12.6 KB
/
about.html
File metadata and controls
273 lines (264 loc) · 12.6 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - EthioStemers</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<a href="index.html" class="logo">
<i class="fas fa-atom logo-icon"></i>
<span>EthioStemers</span>
</a>
<button class="mobile-menu-btn">
<i class="fas fa-bars"></i>
</button>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html" class="active">About</a></li>
<li><a href="program.html">Programs</a></li>
<li><a href="get-involved.html">Get Involved</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- About Hero -->
<section class="about-hero">
<div class="container">
<h1>About EthioStemers</h1>
<p>Transforming Ethiopia through STEM education and innovation</p>
</div>
</section>
<!-- Story Section -->
<section class="section story-section">
<div class="container">
<div class="story-content">
<div class="story-text fade-in">
<h3>Our Story</h3>
<p>Founded in 2020, EthioStemers emerged from a simple observation: Ethiopia's youth possess incredible potential in science and technology, but lack access to quality STEM education and resources.</p>
<p>What started as a small initiative with 20 students in Addis Ababa has grown into a nationwide movement, reaching thousands of young Ethiopians across 12 cities.</p>
<p>Our founders - a group of Ethiopian engineers, scientists, and educators - shared a common vision: to create a platform where every Ethiopian child can discover their potential in STEM fields.</p>
<a href="get-involved.html" class="btn btn-primary">Join Our Mission</a>
</div>
<div class="story-visual fade-in">
<div class="animated-cube">
<div class="cube-face"><i class="fas fa-flask"></i></div>
<div class="cube-face"><i class="fas fa-robot"></i></div>
<div class="cube-face"><i class="fas fa-code"></i></div>
<div class="cube-face"><i class="fas fa-calculator"></i></div>
<div class="cube-face"><i class="fas fa-microscope"></i></div>
<div class="cube-face"><i class="fas fa-rocket"></i></div>
</div>
</div>
</div>
</div>
</section>
<!-- Mission & Vision -->
<section class="section" style="background: var(--light-bg);">
<div class="container">
<div class="section-title">
<h2>Our Mission & Vision</h2>
</div>
<div class="program-cards">
<div class="program-card fade-in">
<div class="program-icon">
<i class="fas fa-bullseye"></i>
</div>
<div class="program-content">
<h3>Our Mission</h3>
<p>To ignite passion for Science, Technology, Engineering, and Mathematics in Ethiopian youth through hands-on learning, mentorship, and access to cutting-edge resources.</p>
<p>We believe that by nurturing young minds today, we're building Ethiopia's technological leadership for tomorrow.</p>
</div>
</div>
<div class="program-card fade-in">
<div class="program-icon">
<i class="fas fa-eye"></i>
</div>
<div class="program-content">
<h3>Our Vision</h3>
<p>An Ethiopia where every child has the opportunity to become an innovator, problem-solver, and leader in STEM fields.</p>
<p>We envision a future where Ethiopian scientists and engineers are at the forefront of solving global challenges.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Values -->
<section class="section">
<div class="container">
<div class="section-title">
<h2>Our Values</h2>
</div>
<div class="program-cards">
<div class="program-card fade-in">
<div class="program-icon" style="background: linear-gradient(135deg, var(--primary-green), var(--dark-blue));">
<i class="fas fa-handshake"></i>
</div>
<div class="program-content">
<h3>Collaboration</h3>
<p>We believe in the power of working together with schools, communities, and partners to create lasting impact.</p>
</div>
</div>
<div class="program-card fade-in">
<div class="program-icon" style="background: linear-gradient(135deg, var(--primary-red), var(--primary-yellow));">
<i class="fas fa-lightbulb"></i>
</div>
<div class="program-content">
<h3>Innovation</h3>
<p>We embrace creative thinking and new approaches to solve educational challenges in Ethiopia.</p>
</div>
</div>
<div class="program-card fade-in">
<div class="program-icon" style="background: linear-gradient(135deg, var(--primary-yellow), var(--primary-green));">
<i class="fas fa-heart"></i>
</div>
<div class="program-content">
<h3>Inclusion</h3>
<p>We are committed to reaching all Ethiopian youth, with special focus on girls and underserved communities.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section class="section team-section">
<div class="container">
<div class="section-title">
<h2>Our Team</h2>
<p>Meet the passionate individuals driving our mission forward</p>
</div>
<div class="team-grid">
<div class="team-card fade-in">
<div class="team-image">
<i class="fas fa-user-tie"></i>
</div>
<div class="team-info">
<h4>Dr. Samuel Bekele</h4>
<div class="team-role">Executive Director</div>
<p>Former university professor with 15+ years in STEM education.</p>
</div>
</div>
<div class="team-card fade-in">
<div class="team-image">
<i class="fas fa-user-graduate"></i>
</div>
<div class="team-info">
<h4>Ms. Hanna Girma</h4>
<div class="team-role">Program Director</div>
<p>Software engineer passionate about youth empowerment.</p>
</div>
</div>
<div class="team-card fade-in">
<div class="team-image">
<i class="fas fa-user-md"></i>
</div>
<div class="team-info">
<h4>Mr. Tomas Worku</h4>
<div class="team-role">Outreach Coordinator</div>
<p>Community organizer with extensive network across Ethiopia.</p>
</div>
</div>
<div class="team-card fade-in">
<div class="team-image">
<i class="fas fa-user-cog"></i>
</div>
<div class="team-info">
<h4>Ms. Liya Assefa</h4>
<div class="team-role">Technical Lead</div>
<p>Robotics expert and competition judge.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Impact Stats -->
<section class="section">
<div class="container">
<div class="section-title">
<h2>Our Impact in Numbers</h2>
</div>
<div class="impact-stats">
<div class="stat-item fade-in">
<div class="stat-number" data-count="1500">0</div>
<div class="stat-label">Students Reached</div>
</div>
<div class="stat-item fade-in">
<div class="stat-number" data-count="50">0</div>
<div class="stat-label">Schools Partnered</div>
</div>
<div class="stat-item fade-in">
<div class="stat-number" data-count="25">0</div>
<div class="stat-label">National Awards</div>
</div>
<div class="stat-item fade-in">
<div class="stat-number" data-count="12">0</div>
<div class="stat-label">Cities Reached</div>
</div>
<div class="stat-item fade-in">
<div class="stat-number" data-count="45">0</div>
<div class="stat-label">Volunteers</div>
</div>
<div class="stat-item fade-in">
<div class="stat-number" data-count="3">0</div>
<div class="stat-label">Years of Impact</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<h2>Be Part of Our Story</h2>
<p>Join us in our mission to transform Ethiopia through STEM education. Together, we can build a brighter future.</p>
<a href="get-involved.html" class="btn btn-primary btn-large">Get Involved</a>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-column">
<h3>EthioStemers</h3>
<p>Empowering the next generation of Ethiopian innovators through STEM education.</p>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="footer-column">
<h3>Quick Links</h3>
<ul class="footer-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="get-involved.html">Get Involved</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Contact Info</h3>
<ul class="footer-links">
<li><i class="fas fa-map-marker-alt"></i> Addis Ababa, Ethiopia</li>
<li><i class="fas fa-phone"></i> +251 123 456 789</li>
<li><i class="fas fa-envelope"></i> info@ethiostemers.org</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2023 EthioStemers. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>