-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
438 lines (392 loc) · 24 KB
/
index.html
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>RISE</title>
<!-- slider stylesheet -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- font awesome style -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
<link rel="apple-touch-icon" sizes="180x180" href="images/rise-logo.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/rise-logo.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/rise-logo.png">
<link rel="shortcut icon" href="images/rise-logo.png">
<!-- https://www.figma.com/design/bH9kkWq3Uy2YDcXDogIyaH/Rise-Logo?m=auto&t=VEkLJ54ST0KvTQGn-1 -->
</head>
<body>
<div class="hero_area">
<!-- header section strats -->
<header class="header_section">
<div class="header_bottom">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<span>
RISE
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class=""> </span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"> About</a>
</li>
<li class="nav-item" style="display:none;">
<a class="nav-link" href="stem.html">STEM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="curriculum/curriculum.html">Learn</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- end header section -->
<!-- slider section -->
<section class="slider_section ">
<div class="container ">
<div class="row">
<div class="col-md-6 ">
<div class="detail-box">
<h1>
Creating the Future <br>
with STEM at <span style="font-family: 'Rock Salt', 'Lato',sans-serif; margin-left: 10px;">RISE</span>!
</h1>
<p>
<!-- -->
</p>
<a href="#contact-us">
Contact Us
</a>
</div>
</div>
<div class="col-md-6">
<div class="img-box">
<!--<img src="images/alex.JPG" alt="">-->
<img src="images/rise-logo.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- end slider section -->
</div>
<!-- feature section -->
<section class="feature_section">
<div class="container">
<div class="feature_container">
<div class="box" onclick="window.location.href='#about-us'">
<div class="img-box">
<svg enable-background="new 0 0 511.995 511.995" height="512" viewBox="0 0 511.995 511.995" width="512" xmlns="http://www.w3.org/2000/svg">
<g>
<g>
<path d="m217.106 280.749-48.214 48.214c-3.905 3.905-3.905 10.237 0 14.143 1.953 1.953 4.512 2.929 7.071 2.929s5.119-.976 7.071-2.929l48.214-48.214c3.905-3.905 3.905-10.237 0-14.143s-10.237-3.905-14.142 0z" />
<path d="m328.915 168.939-48.17 48.17c-3.905 3.905-3.905 10.237 0 14.143 1.953 1.953 4.512 2.929 7.071 2.929s5.118-.976 7.071-2.929l48.17-48.17c3.905-3.905 3.905-10.237 0-14.143-3.905-3.905-10.235-3.905-14.142 0z" />
<path d="m467.092 344.045c-19.14-11.051-41.175-14.64-62.649-10.314l-77.734-77.734 77.792-77.792c5.807 1.153 11.636 1.714 17.42 1.713 31.563-.001 61.664-16.706 78.009-45.016 14.983-25.951 16.076-57.546 2.923-84.516-4.363-8.946-10.004-13.602-16.765-13.838-6.652-.225-12.388 3.784-17.092 11.933l-15.5 26.847c-2.641 4.573-3.996 4.574-6.241 4.574h-11.499c-7.173 0-8.405-.712-11.992-6.924l-5.749-9.957c-1.161-2.011-1.801-3.12.84-7.692l15.5-26.847c4.705-8.15 5.307-15.138 1.788-20.769-3.585-5.737-10.432-8.295-20.366-7.6-29.932 2.094-56.747 18.837-71.73 44.789-11.052 19.141-14.641 41.178-10.313 62.65l-77.734 77.734-77.792-77.792c7.444-37.494-9.805-76.089-43.302-95.429-25.954-14.982-57.549-16.075-84.519-2.921-8.945 4.363-13.601 10.003-13.837 16.764-.232 6.636 3.783 12.387 11.933 17.092l26.846 15.5c4.574 2.641 4.574 3.92 4.574 6.241v11.499c0 7.173-.712 8.406-6.924 11.992l-9.958 5.749c-2.011 1.161-3.119 1.801-7.692-.839l-26.847-15.5c-8.15-4.706-15.138-5.307-20.769-1.789-5.737 3.585-8.294 10.437-7.6 20.366 2.094 29.933 18.837 56.749 44.789 71.732 19.141 11.051 41.176 14.64 62.65 10.313l77.734 77.734-77.792 77.791c-37.491-7.443-76.088 9.805-95.429 43.303-14.983 25.951-16.076 57.545-2.922 84.515 4.363 8.946 10.003 13.602 16.764 13.838 6.644.24 12.387-3.783 17.093-11.933l15.5-26.846c2.641-4.574 3.92-4.574 6.242-4.574h11.498c7.172 0 8.405.712 11.992 6.924l5.748 9.957c1.161 2.012 1.801 3.12-.839 7.692l-15.5 26.847c-4.706 8.15-5.307 15.138-1.788 20.769 3.202 5.124 9.008 7.711 17.285 7.711.991 0 2.019-.037 3.08-.111 29.933-2.094 56.749-18.837 71.731-44.788 11.051-19.141 14.641-41.178 10.314-62.65l77.733-77.733 77.792 77.792c-7.443 37.494 9.806 76.089 43.303 95.429 13.902 8.026 29.419 12.066 44.981 12.066 13.488-.001 27.012-3.037 39.534-9.144 8.945-4.363 13.601-10.003 13.837-16.764.232-6.636-3.782-12.387-11.933-17.093l-26.847-15.499c-4.573-2.641-4.573-3.92-4.573-6.242v-11.498c0-7.173.712-8.406 6.924-11.992l9.957-5.749c2.011-1.162 3.118-1.801 7.692.839l26.847 15.5c8.149 4.706 15.137 5.307 20.77 1.788 5.736-3.585 8.294-10.437 7.599-20.365-2.092-29.935-18.836-56.75-44.787-71.733zm-349.33-183.857c-2.529-2.528-6.217-3.514-9.67-2.585-18.082 4.867-36.972 2.39-53.188-6.972-19.866-11.47-32.794-31.86-34.751-54.705l25.178 14.537c6.256 3.612 15.932 7.629 27.692.839l9.958-5.749c12.336-7.123 16.923-15.067 16.923-29.312v-11.5c-.001-13.578-8.318-19.95-14.574-23.562l-25.178-14.535c20.763-9.729 44.887-8.727 64.752 2.743 27.385 15.812 40.811 48.162 32.647 78.671-.923 3.45.063 7.131 2.589 9.656l81.715 81.715-14.141 14.141-44.633-44.633c-3.905-3.905-10.237-3.905-14.143 0s-3.905 10.237 0 14.143l44.633 44.633-14.143 14.143zm42.426 234.045c-2.529 2.529-3.515 6.216-2.585 9.67 4.866 18.083 2.39 36.972-6.973 53.189-11.469 19.865-31.858 32.794-54.704 34.751l14.537-25.178c3.611-6.256 7.627-15.933.839-27.692l-5.749-9.958c-7.123-12.336-15.066-16.923-29.311-16.923h-11.5c-13.577 0-19.95 8.317-23.563 14.573l-14.536 25.178c-9.728-20.763-8.726-44.886 2.743-64.751 15.812-27.386 48.161-40.813 78.671-32.647 3.45.921 7.131-.063 9.656-2.589l234.094-234.094c2.529-2.529 3.515-6.216 2.585-9.67-4.866-18.083-2.391-36.972 6.973-53.188 11.47-19.866 31.86-32.794 54.705-34.751l-14.537 25.177c-3.612 6.256-7.629 15.932-.84 27.692l5.749 9.958c7.123 12.337 15.067 16.923 29.312 16.923h11.5c13.578-.001 19.95-8.318 23.562-14.573l14.537-25.178c9.728 20.763 8.726 44.885-2.744 64.751-15.811 27.386-48.164 40.809-78.671 32.647-3.451-.923-7.131.064-9.656 2.589zm306.476 7.3c-6.257-3.612-15.936-7.626-27.691-.839l-9.958 5.749c-12.336 7.122-16.923 15.066-16.923 29.31v11.5c0 13.578 8.317 19.95 14.573 23.563l25.178 14.536c-20.762 9.729-44.885 8.727-64.751-2.743-27.386-15.812-40.811-48.163-32.647-78.671.923-3.45-.063-7.131-2.589-9.656l-81.716-81.716 14.143-14.143 44.68 44.681c1.953 1.953 4.512 2.929 7.071 2.929s5.118-.977 7.071-2.929c3.905-3.905 3.905-10.237 0-14.142l-44.68-44.681 14.141-14.141 81.667 81.667c2.528 2.528 6.215 3.514 9.67 2.585 18.079-4.867 36.972-2.39 53.188 6.973 19.866 11.47 32.795 31.859 34.751 54.704z" />
<path d="m255.998 245.998h-.007c-5.523 0-9.996 4.477-9.996 10s4.48 10 10.003 10 10-4.477 10-10-4.477-10-10-10z" />
</g>
</g>
</svg>
</div>
<h5 class="name">
About Us
</h5>
</div>
<div class="box" onclick="window.location.href='#statistics'" style="display: none;">
<div class="img-box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512">
<g id="paint-painted-paint_roller-home-house" data-name="paint-painted-paint roller-home-house">
<path d="M60.01,25.05a2.963,2.963,0,0,0,1.85-1.54l.21-.41a3.022,3.022,0,0,0-1.14-3.91L58,17.43V7.82A3,3,0,0,0,57,2H49a3.009,3.009,0,0,0-3,3,2.979,2.979,0,0,0,1.99,2.81v3.62L33.54,2.76a2.988,2.988,0,0,0-3.08,0L3.07,19.19A3.022,3.022,0,0,0,1.93,23.1l.21.41a2.963,2.963,0,0,0,1.85,1.54,2.923,2.923,0,0,0,.83.12A3.033,3.033,0,0,0,6,24.9V56H5a3,3,0,0,0,0,6H59a3,3,0,0,0,0-6H58V24.91A2.9,2.9,0,0,0,60.01,25.05ZM49,4h8a1,1,0,0,1,0,2H49a1,1,0,0,1,0-2Zm7,4v8.23l-6.01-3.6V8ZM40,60H5a1,1,0,0,1,0-2H40Zm6,0H42V50h4Zm1-12H45V42.03a1.028,1.028,0,0,1,.42-.82l5.32-3.8A2.991,2.991,0,0,0,52,34.97V32a3.009,3.009,0,0,0-3-3H48V28a1,1,0,0,0-1-1H44a3.009,3.009,0,0,0-3-3H19a3.009,3.009,0,0,0-3,3H13a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h3a3.009,3.009,0,0,0,3,3h1v8a4,4,0,0,0,8,0V36h2a4,4,0,0,0,8,0h3a3.009,3.009,0,0,0,3-3h3a1,1,0,0,0,1-1V31h1a1,1,0,0,1,1,1v2.97a1.028,1.028,0,0,1-.42.82l-5.32,3.8A2.991,2.991,0,0,0,43,42.03V48H41a1,1,0,0,0-1,1v7H8V23.76L31.48,9.62a1.02,1.02,0,0,1,1.04,0L56,23.76V56H48V49A1,1,0,0,0,47,48ZM46,29v2H44V29Zm-4-2v6a1,1,0,0,1-1,1H38V26h3A1,1,0,0,1,42,27ZM29,30a3.009,3.009,0,0,0-3,3V44a2,2,0,0,1-4,0V26H36V36a2,2,0,0,1-4,0V33A3.009,3.009,0,0,0,29,30Zm1,3v1H28V33a1,1,0,0,1,2,0ZM20,26v8H19a1,1,0,0,1-1-1V27a1,1,0,0,1,1-1Zm-4,3v2H14V29ZM59,58a1,1,0,0,1,0,2H48V58ZM33.55,7.91a2.979,2.979,0,0,0-3.1,0L5.34,23.03a1.018,1.018,0,0,1-.8.1.972.972,0,0,1-.61-.51l-.21-.41A1.021,1.021,0,0,1,4.1,20.9L31.49,4.47a1,1,0,0,1,1.02,0L59.9,20.9a1.021,1.021,0,0,1,.38,1.31l-.21.41a.972.972,0,0,1-.61.51,1.018,1.018,0,0,1-.8-.1Z" />
</g>
</svg>
</div>
<h5 class="name">
Statistics
</h5>
</div>
<div class="box" onclick="window.location.href='#support-us'">
<div class="img-box">
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.583 1.41995C16.895 1.86149 17.7501 3.09602 17.7501 4.71455C17.7501 5.73209 17.1716 6.66866 16.527 7.41588C15.8644 8.184 15.0257 8.8733 14.2921 9.40806C14.2607 9.43097 14.2295 9.45375 14.1986 9.47635C13.4866 9.99659 12.8992 10.4258 12.0001 10.4258C11.1009 10.4258 10.5135 9.99659 9.80154 9.47634C9.77061 9.45374 9.73944 9.43097 9.708 9.40805C8.97441 8.87329 8.13575 8.18399 7.47311 7.41587C6.82851 6.66865 6.25006 5.73209 6.25006 4.71456C6.25006 3.09603 7.10508 1.8615 8.41713 1.41996C9.5362 1.04335 10.8388 1.29193 12.0001 2.13723C13.1613 1.29193 14.4639 1.04335 15.583 1.41995ZM15.1046 2.84161C14.4525 2.62218 13.4802 2.76414 12.5076 3.65812C12.2206 3.92189 11.7795 3.92189 11.4925 3.65812C10.5199 2.76414 9.5476 2.62218 8.89556 2.84161C8.27008 3.0521 7.75006 3.65592 7.75006 4.71456C7.75006 5.18213 8.03458 5.77033 8.60889 6.43607C9.16518 7.08091 9.90138 7.69278 10.5916 8.19592C11.4347 8.81053 11.6351 8.92578 12.0001 8.92578C12.365 8.92578 12.5654 8.81054 13.4085 8.19593C14.0987 7.69279 14.8349 7.08093 15.3912 6.43609C15.9655 5.77034 16.2501 5.18213 16.2501 4.71455C16.2501 3.65592 15.73 3.0521 15.1046 2.84161ZM8.68397 14.448C10.5498 14.0865 12.5471 14.1676 14.1633 15.1316C14.3903 15.267 14.6031 15.4357 14.7888 15.6442C15.1646 16.0664 15.3588 16.5911 15.3679 17.1172C15.5592 16.9938 15.7508 16.8568 15.9454 16.7098L17.7526 15.3446C18.6572 14.6613 19.9718 14.6612 20.8765 15.3443C21.7125 15.9755 22.0457 17.1083 21.4473 18.0675C21.022 18.7493 20.3815 19.6922 19.7296 20.296C19.0707 20.9063 18.1329 21.4194 17.4236 21.7618C16.5621 22.1776 15.6316 22.4075 14.7269 22.5539C12.8777 22.8532 10.9535 22.8074 9.12505 22.4308C8.19064 22.2382 7.21961 22.1382 6.25999 22.1382H4.00006C3.58585 22.1382 3.25006 21.8024 3.25006 21.3882C3.25006 20.974 3.58585 20.6382 4.00006 20.6382H6.25999C7.3221 20.6382 8.39454 20.7487 9.42772 20.9616C11.0798 21.302 12.8202 21.343 14.4872 21.0732C15.3161 20.939 16.0901 20.7398 16.7715 20.4109C17.4549 20.081 18.2233 19.6466 18.7104 19.1955C19.2029 18.7393 19.7541 17.9477 20.1747 17.2736C20.3016 17.0701 20.284 16.7765 19.9727 16.5414C19.6029 16.2622 19.0264 16.2623 18.6567 16.5415L16.8496 17.9067C16.1281 18.4516 15.2402 19.0347 14.1388 19.2103C14.0276 19.2281 13.9119 19.2443 13.7918 19.2586C13.7345 19.2689 13.6749 19.2758 13.6133 19.2781C13.051 19.334 12.3998 19.347 11.6813 19.2791C11.2689 19.2402 10.9662 18.8743 11.0051 18.4619C11.0441 18.0495 11.41 17.7468 11.8223 17.7858C12.4498 17.845 13.0127 17.8319 13.4903 17.7829C13.5 17.7819 13.5096 17.7809 13.5192 17.7799C13.5392 17.7683 13.5697 17.7472 13.6096 17.7122C13.9291 17.4334 13.9576 16.9665 13.6684 16.6416C13.5951 16.5593 13.5049 16.4854 13.3949 16.4198C12.2138 15.7153 10.6363 15.5976 8.96927 15.9206C7.31174 16.2417 5.66497 16.9815 4.43392 17.8545C4.09604 18.0941 3.6279 18.0144 3.38828 17.6766C3.14867 17.3387 3.22833 16.8706 3.5662 16.6309C4.96457 15.6393 6.80866 14.8113 8.68397 14.448Z" fill="#1C274C"/>
</svg>
</div>
<h5 class="name">
Support Us
</h5>
</div>
<div class="box" onclick="window.location.href='#stem'" style="display:none;">
<div class="img-box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512">
<path d="M42 8h-4V4a2 2 0 0 0-4 0v4h-4V4a2 2 0 0 0-4 0v4h-4a2 2 0 0 0 0 4h2v16.3L9.6 51.6A10 10 0 0 0 18 64h28a10 10 0 0 0 8.4-12.4L42 28.3V12h2a2 2 0 0 0 0-4zM46 60H18a6 6 0 0 1-4.8-9.4L28 26.7V12h8v14.7l14.8 23.9A6 6 0 0 1 46 60z"/>
<circle cx="32" cy="38" r="4"/>
<circle cx="40" cy="48" r="3"/>
<circle cx="24" cy="48" r="3"/>
</svg>
</div>
<h5 class="name">
STEM
</h5>
</div>
</div>
</div>
</section>
<!-- end feature section -->
<!-- about section -->
<section class="about_section layout_padding-bottom" id="about-us">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6">
<div class="detail-box">
<h2>
About us
</h2>
<p>
We are working on a project to bring robotics education to the students of the <a style="all:initial; cursor:inherit; color:blue" href="https://graceinitiative.org" target="_blank"><b><u>GRACE Academic Center</u></b></a> in Kisii, Kenya, in collaboration with the nonprofit organization TEEEM. Our goal is to raise $6,000 to purchase VEX-IQ kits and create a sustainable robotics curriculum. This program will teach elementary and middle schoolers fundamental building and coding concepts...
</p>
<a href="about.html">
Read More
</a>
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="img-box">
<img src="images/grace-logo-global.webp" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- end about section -->
<!-- professional section -->
<section class="professional_section layout_padding" id="statistics" style="display:none;">
<div class="container">
<div class="row">
<div class="col-md-6 ">
<div class="detail-box" style="align-content: center;">
<h2>
Statistics
</h2>
<p>
Placeholder here
</p>
<a href="">
Read More
</a>
</div>
</div>
</div>
</div>
</section>
<section class="professional_section layout_padding support_us" id="support-us">
<div class="container">
<div class="row">
<div>
<div class="detail-box" style="display: flex; flex-direction: column; align-items: center; align-self: center;">
<div style="width:100%">
<h2>
Support Us
</h2>
</div>
<div class="row align-items-center">
<div class="col-lg-4 col-md-5">
<div class="detail-box">
<p>Help us bring robotics education to Kenya! Your support enables us to provide VEX-IQ kits and create a sustainable STEM curriculum for students at the GRACE Academic Center.</p>
<br>
<p>With your help, we can provide students with hands-on STEM learning through robotics. 100% of funds raised will go toward purchasing a VEX IQ Classroom Bundle, equipping students with everything they need to build, program, and compete with their own robots.</p>
</div>
<a onclick="window.location.href='http://secure.givelively.org/donate/teeem-foundation/millburn-rise-robotics-in-schools-everywhere'">Donate Here</a>
</div>
<div class="col-lg-8 col-md-7">
<div class="img-box">
<img src="https://images.givelively.org/nonprofits/da121b0f-b89e-483e-84e7-005a0369c7b9/campaigns/millburn-rise-robotics-in-schools-everywhere/background_images/millburn-rise-robotics-in-schools-everywhere_processed_03a2faabbd4189040ce72217041b74b7e4396c13cc1be8bb8087b80a4b39ded6_background_image.png"
alt="Donate Here!"
onclick="window.location.href='http://secure.givelively.org/donate/teeem-foundation/millburn-rise-robotics-in-schools-everywhere'"
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end professional section -->
<!-- service section -->
<section class="service_section layout_padding" id="stem" style="display:none;">
<div class="container ">
<div class="heading_container heading_center">
<h2> STEM </h2>
</div>
<div class="row">
<div class="col-sm-6 col-md-4 mx-auto">
<div class="box ">
<div class="img-box">
<img src="images/s1.png" alt="" />
</div>
<div class="detail-box">
<h5>
Technology
</h5>
<p>
placeholder (ideally talk about the robotics kits here)
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 mx-auto">
<div class="box ">
<div class="img-box">
<img src="images/vex-logo.png" alt="" />
</div>
<div class="detail-box">
<h5>
VEX-IQ
</h5>
<p>
placeholder (talk about making VEX-IQ groups in Kenya)
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 mx-auto">
<div class="box ">
<div class="img-box">
<img src="images/s2.png" alt="" />
</div>
<div class="detail-box">
<h5>
Engineering
</h5>
<p>
placeholder
</p>
</div>
</div>
</div>
</div>
<div class="btn-box">
<a href="stem.html">
View More
</a>
</div>
</div>
</section>
<!-- end service section -->
<!-- contact section -->
<script src="js/email.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<script type="text/javascript">
const publicKey = "LhBca9oBylL3Kqd6E";
(function(){
emailjs.init({
publicKey: publicKey,
});
})();
</script>
<section class="contact_section layout_padding" id="contact-us">
<div class="container">
<div class="heading_container">
<h2>
Contact Us
</h2>
</div>
<div class="row">
<div class="col-md-6">
<form action="" style="color: black" onsubmit="sendMail()">
<div>
<input type="text" id="name" placeholder="Name" required/>
</div>
<div>
<input type="text" id="phone_number" placeholder="Phone Number" required/>
</div>
<div>
<input type="email" id="email" placeholder="Email" required/>
</div>
<div>
<textarea type="text" id="message" class="message-box" placeholder="Message" onkeydown="" required></textarea>
</div>
<div class="d-flex ">
<button type="submit">
SEND
</button>
</div>
</form>
</div>
<div class="col-md-6">
<div class="map_container">
<div class="map">
<!--<div id="googleMap" style="width:100%;height:100%;"></div>-->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6047.783591871301!2d-74.31829382401253!3d40.720398437101395!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3ae7f07aba7d1%3A0xb53e40f56bec7189!2sMillburn%20High%20School!5e0!3m2!1sen!2sus!4v1738850124582!5m2!1sen!2sus" width="500" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<p style="text-align: left; margin-top: 100px;">462 Millburn Ave, Millburn, NJ 07041</p>
</div>
</div>
</div>
</section>
<!-- end contact section -->
<!-- info section -->
<section class="info_section ">
<div class="social-box">
<h4>
Follow Us
</h4>
<div class="box">
<a href="">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-youtube" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</div>
</div>
</section>
<!-- end info_section -->
<!-- footer section -->
<footer class="footer_section">
<div class="container">
<p>
© <span id="displayDateYear"></span> All Rights Reserved By
<a href="https://html.design/">Free Html Templates</a>
</p>
</div>
</footer>
<!-- footer section -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js">
</script>
<script src="js/custom.js"></script>
</body>
</html>