-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
237 lines (230 loc) · 10.6 KB
/
index.html
File metadata and controls
237 lines (230 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EthioStemers - Igniting Ethiopia's STEM Future</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" class="active">Home</a></li>
<li><a href="about.html">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>
<!-- Hero Section -->
<section class="hero">
<div class="floating-elements">
<div class="floating-element"></div>
<div class="floating-element"></div>
<div class="floating-element"></div>
<div class="floating-element"></div>
</div>
<div class="container">
<div class="hero-content">
<h1>Igniting Ethiopia's STEM Future</h1>
<p>Empowering the next generation of Ethiopian innovators through Science, Technology, Engineering, and Mathematics education.</p>
<div class="cta-buttons">
<a href="programs.html" class="btn btn-primary">Explore Programs</a>
<a href="get-involved.html" class="btn btn-secondary">Join Our Mission</a>
</div>
</div>
</div>
</section>
<!-- Impact Section -->
<section class="section">
<div class="container">
<div class="section-title">
<h2>Our Impact</h2>
<p>Transforming communities through STEM education</p>
</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>
</div>
</section>
<!-- Programs Preview -->
<section class="section" style="background: var(--white);">
<div class="container">
<div class="section-title">
<h2>Featured Programs</h2>
<p>Hands-on learning experiences that inspire innovation</p>
</div>
<div class="program-cards">
<div class="program-card fade-in">
<div class="program-icon">
<i class="fas fa-robot"></i>
</div>
<div class="program-content">
<h3>Robotics & AI</h3>
<p>Learn to build and program intelligent machines using cutting-edge technology.</p>
<ul class="program-features">
<li>Beginner to advanced levels</li>
<li>Hands-on projects</li>
<li>Competition preparation</li>
</ul>
<a href="programs.html#robotics" class="btn btn-primary">Learn More</a>
</div>
</div>
<div class="program-card fade-in">
<div class="program-icon">
<i class="fas fa-code"></i>
</div>
<div class="program-content">
<h3>Coding Bootcamp</h3>
<p>Master programming skills through interactive projects and real-world applications.</p>
<ul class="program-features">
<li>Web development</li>
<li>Mobile apps</li>
<li>Game design</li>
</ul>
<a href="programs.html#coding" class="btn btn-primary">Learn More</a>
</div>
</div>
<div class="program-card fade-in">
<div class="program-icon">
<i class="fas fa-flask"></i>
</div>
<div class="program-content">
<h3>Science Labs</h3>
<p>Explore chemistry, physics, and biology through exciting experiments.</p>
<ul class="program-features">
<li>Laboratory safety</li>
<li>Research projects</li>
<li>Science fair prep</li>
</ul>
<a href="programs.html#science" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="section testimonials">
<div class="container">
<div class="section-title">
<h2>Success Stories</h2>
<p>Hear from our students and partners</p>
</div>
<div class="testimonial-grid">
<div class="testimonial-card fade-in">
<div class="testimonial-text">
"EthioStemers showed me that I could be an engineer. I built my first robot here and won a national competition!"
</div>
<div class="testimonial-author">
<div class="author-avatar">SA</div>
<div class="author-info">
<h4>Selam Awoke</h4>
<div class="author-role">Student, Age 14</div>
</div>
</div>
</div>
<div class="testimonial-card fade-in">
<div class="testimonial-text">
"The coding bootcamp transformed our students' perspective on technology. They're now creating solutions for local challenges."
</div>
<div class="testimonial-author">
<div class="author-avatar">MT</div>
<div class="author-info">
<h4>Mr. Mekonnen Tesfaye</h4>
<div class="author-role">School Principal</div>
</div>
</div>
</div>
<div class="testimonial-card fade-in">
<div class="testimonial-text">
"As a volunteer, I've seen firsthand how EthioStemers is changing lives. These students are Ethiopia's future innovators."
</div>
<div class="testimonial-author">
<div class="author-avatar">AG</div>
<div class="author-info">
<h4>Amina Getachew</h4>
<div class="author-role">Software Engineer & Volunteer</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<h2>Ready to Make a Difference?</h2>
<p>Join us in our mission to empower Ethiopia's next generation of STEM leaders. Whether you're a student, educator, or supporter, there's a place for you in our community.</p>
<a href="get-involved.html" class="btn btn-primary btn-large">Get Involved Today</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>