Araptoo commited on
Commit
2e3b466
·
verified ·
1 Parent(s): 7698710

Add 2 files

Browse files
Files changed (1) hide show
  1. index.html +66 -1
index.html CHANGED
@@ -173,5 +173,70 @@
173
  </p>
174
  </div>
175
  <div class="mt-6">
176
- <a href="programs.html#stem-labs" class="text-blue-600 hover:text-blue-800 font
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  </html>
 
173
  </p>
174
  </div>
175
  <div class="mt-6">
176
+ <a href="programs.html#stem-labs" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
177
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
178
+ </a>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Program 2 -->
184
+ <div class="bg-gray-50 rounded-xl shadow-lg overflow-hidden transition-all duration-300 card-hover">
185
+ <div class="p-6">
186
+ <div class="flex items-center">
187
+ <div class="flex-shrink-0 bg-blue-100 p-3 rounded-lg">
188
+ <i class="fas fa-chalkboard-teacher text-blue-600 text-xl"></i>
189
+ </div>
190
+ <div class="ml-4">
191
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Teacher Training</h3>
192
+ </div>
193
+ </div>
194
+ <div class="mt-4">
195
+ <p class="text-base text-gray-500">
196
+ Professional development programs to enhance STEM teaching methodologies.
197
+ </p>
198
+ </div>
199
+ <div class="mt-6">
200
+ <a href="programs.html#teacher-training" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
201
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
202
+ </a>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Program 3 -->
208
+ <div class="bg-gray-50 rounded-xl shadow-lg overflow-hidden transition-all duration-300 card-hover">
209
+ <div class="p-6">
210
+ <div class="flex items-center">
211
+ <div class="flex-shrink-0 bg-blue-100 p-3 rounded-lg">
212
+ <i class="fas fa-female text-blue-600 text-xl"></i>
213
+ </div>
214
+ <div class="ml-4">
215
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Girls in STEM</h3>
216
+ </div>
217
+ </div>
218
+ <div class="mt-4">
219
+ <p class="text-base text-gray-500">
220
+ Initiatives to increase participation of girls and young women in STEM fields.
221
+ </p>
222
+ </div>
223
+ <div class="mt-6">
224
+ <a href="programs.html#girls-in-stem" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
225
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
226
+ </a>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="mt-12 text-center">
233
+ <a href="programs.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700">
234
+ View All Programs
235
+ </a>
236
+ </div>
237
+ </div>
238
+ </section>
239
+
240
+ <!-- About Section -->
241
+ <section class="py-
242
  </html>