-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
509 lines (490 loc) · 18.1 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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DevMission Cohort #27</title>
<!-- import the webpage's stylesheet[BootStrap & CSS] -->
<link
rel="icon"
href="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/devmissionsitelogo.png?v=1732068472378"
alt="hands coming together"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="/experience.css" />
<link rel="stylesheet" href="/navbar.css" />
<!-- bootstrap link -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
</head>
<body>
<!-- NavBar -->
<nav class="navbar navbar-expand-lg bg-body-tertiary sticky-top toppage">
<div class="container-fluid">
<div class="navbar-brand">
<a href="index.html"
><img
src="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/cropped-DM-Full-Logo-01-2048x769.png?v=1732070442895"
alt="Dev Mission logo"
class="devlogo"
/></a>
</div>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="/index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="/experience.html">Cohort #27</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/Photos.html">Gallery</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- NavBar End -->
<!-- Creating a video for my landing page -->
<section class="hero">
<video
class="video-background"
autoplay
loop
muted
playsinline
poster="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/54004618731_eefba137d5_o.jpg?v=1733310112523"
>
<source
src="https://cdn.glitch.me/79e62202-998e-4e6f-92a5-d89ab595ece8/Olumide%20Videos%20-%20DevMission.mov?v=1733360106239"
type="video/mp4"
/>
Your browser does not support the video tag.
</video>
<div class="overlay">
<h1>Discover more of our journey to tech</h1>
<p>
This directory showcases the journey, skills, and potential of
students in our Pre-Apprenticeship Program. Over 12 weeks, we've
learned, collaborated, and created meaningful projects. Explore our
profiles to meet the future changemakers of tech.
</p>
<a href="#meet_team" class="btn btn-primary"
>Meet the team behind it all</a
>
<a href="experience.html" class="btn btn-primary">Meet the students</a>
</div>
</section>
<!-- End video for landing page -->
<header class="section-header">
<h1>Our Dev/Mission Learning Journey</h1>
<p>
The Dev/Mission participants will participate in 12 weeks of computer
training and job readiness skills. Training will address hardware and
software competencies, coding fundamentals, job readiness skills, and
community service.
</p>
</header>
<main class="learning-journey">
<div class="card">
<div class="card-icon">🌐</div>
<h3>Internet of Things</h3>
<p>
Network of physical objects that are connected and can exchange data
with other devices and systems over the internet.
</p>
</div>
<div class="card">
<div class="card-icon">✏️</div>
<h3>Figma (Wireframing)</h3>
<p>
Figma is for people to create, share, and test designs for websites,
mobile apps, and other digital products and experiences.
</p>
</div>
<div class="card">
<div class="card-icon">💻</div>
<h3>HTML/CSS</h3>
<p>
Programming languages that are the foundation of modern web
development. HTML stands for HyperText Markup Language, CSS for
Cascading Style Sheets.
</p>
</div>
<div class="card">
<div class="card-icon">📚</div>
<h3>Bootstrap</h3>
<p>
Bootstrap is the most popular CSS Framework for developing responsive
and modern websites.
</p>
</div>
<div class="card">
<div class="card-icon">🔧</div>
<h3>IT Essentials</h3>
<p>
Learning hardware, software, routers, switches, and basic networking
fundamentals.
</p>
</div>
<div class="card">
<div class="card-icon">⚙️</div>
<h3>Critical Career Skills</h3>
<p>
Working on interviewing skills, elevator pitch, resume writing, and
other job readiness essentials.
</p>
</div>
<div class="card">
<div class="card-icon">🛠️</div>
<h3>C++ /& Arduino</h3>
<p>
We learned C++ to control hardware devices using Arduino, creating
projects like IoT devices and automated systems.
</p>
</div>
<div class="card">
<div class="card-icon">🌟</div>
<h3>JavaScript</h3>
<p>
We explored JavaScript to build dynamic, interactive web pages and
applications, adding functionality to our designs.
</p>
</div>
</main>
<section id="meet_team">
<main class="team-section container-fluid py-5">
<h2 class="text-center mb-4">The Dev/Mission Team</h2>
<div class="row g-4">
<!--card 1 -->
<div class="col-md-4">
<div class="card team-card h-100">
<img
src="https://cdn.glitch.me/79e62202-998e-4e6f-92a5-d89ab595ece8/54136004430_6142b71586_o.jpg?v=1733308386260"
class="card-img-top"
alt="Leo Sosa"
/>
<div class="card-body">
<h5 class="card-title">Leo Sosa</h5>
<p class="card-text">Founder and CEO for Dev/Mission</p>
<button
class="btn btn-primary"
data-bs-toggle="collapse"
data-bs-target="#leo-bio"
>
View Bio
</button>
<div class="collapse mt-2" id="leo-bio">
<p class="card-text">
Leo Sosa is the founder and CEO of Dev/Mission, committed to
empowering youth and young adults through technology
education.
</p>
</div>
</div>
</div>
</div>
<!-- Add more team cards below -->
<div class="col-md-4">
<div class="card team-card h-100">
<img
src="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/54004847848_bc061ba4a9_o.jpg?v=1733360979880"
class="card-img-top"
alt="Stephany Pescador"
/>
<div class="card-body">
<h5 class="card-title">Stephany Pescador</h5>
<p class="card-text">Program Coordinator</p>
<button
class="btn btn-primary"
data-bs-toggle="collapse"
data-bs-target="#stephany-bio"
>
View Bio
</button>
<div class="collapse mt-2" id="stephany-bio">
<p class="card-text">
Stephany was the Program Coordinator, ensuring all
activities ran smoothly and providing support to
participants throughout the program.
</p>
</div>
</div>
</div>
</div>
<!-- Ivan Hurtado -->
<div class="col-md-4">
<div class="card team-card h-100">
<img
src="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/Ivan%20teach.jpg?v=1733307971170"
class="card-img-top"
alt="Ivan Hurtado"
/>
<div class="card-body">
<h5 class="card-title">Ivan Hurtado</h5>
<p class="card-text">Lead Program Instructor</p>
<button
class="btn btn-primary"
data-bs-toggle="collapse"
data-bs-target="#ivan-bio"
>
View Bio
</button>
<div class="collapse mt-2" id="ivan-bio">
<p class="card-text">
Ivan was the Lead Program Instructor, delivering core
lessons on IT, web development, coding fundamentals and
Critical Career Skills.
</p>
</div>
</div>
</div>
</div>
<!-- Isabella Jimenez -->
<div class="col-md-4">
<div class="card team-card h-100">
<img
src="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/53768597867_962d11e2d5_o.jpg?v=1733308259825"
class="card-img-top"
alt="Isabella Jimenez"
/>
<div class="card-body">
<h5 class="card-title">Isabella Jimenez</h5>
<p class="card-text">
Google Volunteer IoT Instructor (C++ /& Arduino)
</p>
<button
class="btn btn-primary"
data-bs-toggle="collapse"
data-bs-target="#isabella-bio"
>
View Bio
</button>
<div class="collapse mt-2" id="isabella-bio">
<p class="card-text">
Isabella, a Google Volunteer, taught participants C++ and
Arduino, empowering them to create IoT devices and projects.
</p>
</div>
</div>
</div>
</div>
<!-- Mary Alverson -->
<div class="col-md-4">
<div class="card team-card h-100">
<img
src="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/53799477857_8998c65177_o.jpg?v=1733308306395"
class="card-img-top"
alt="Mary Alverson"
/>
<div class="card-body">
<h5 class="card-title">Mary Alverson</h5>
<p class="card-text">
Google Volunteer IoT Instructor (C++ /& Arduino)
</p>
<button
class="btn btn-primary"
data-bs-toggle="collapse"
data-bs-target="#mary-bio"
>
View Bio
</button>
<div class="collapse mt-2" id="mary-bio">
<p class="card-text">
Mary was a Google Volunteer Instructor specializing in C++
and Arduino, guiding participants through hands-on hardware
programming.
</p>
</div>
</div>
</div>
</div>
<!-- Ismael Sosa -->
<div class="col-md-4">
<div class="card team-card h-100">
<img
src="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/Ismael%20(1).jpg?v=1733355838435"
class="card-img-top"
alt="Ismael Sosa"
/>
<div class="card-body">
<h5 class="card-title">Ismael Sosa</h5>
<p class="card-text">Lead Social Media</p>
<button
class="btn btn-primary"
data-bs-toggle="collapse"
data-bs-target="#ismael-bio"
>
View Bio
</button>
<div class="collapse mt-2" id="ismael-bio">
<p class="card-text">
Ismael managed social media, captured content, and ensured
all participants' headshots and program moments were
documented.
</p>
</div>
</div>
</div>
</div>
<!-- Anni Lan -->
<div class="col-md-4">
<div class="card team-card h-100">
<img
src="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/IMG_8727.png?v=1733307797820"
class="card-img-top"
alt="Anni Lan"
/>
<div class="card-body">
<h5 class="card-title">Anni Lan</h5>
<p class="card-text">Data Analyst</p>
<button
class="btn btn-primary"
data-bs-toggle="collapse"
data-bs-target="#anni-bio"
>
View Bio
</button>
<div class="collapse mt-2" id="anni-bio">
<p class="card-text">
Anni contributed as a Data Analyst, tracking program metrics
and ensuring data-driven insights for program improvements.
</p>
</div>
</div>
</div>
</div>
<!-- Rochean Chapman -->
<div class="col-md-4">
<div class="card team-card h-100">
<img
src="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/54087910822_e9f3bce4c3_o.jpg?v=1733309790941"
class="card-img-top"
alt="Rochean Chapman"
/>
<div class="card-body">
<h5 class="card-title">Rochean Chapman</h5>
<p class="card-text">Front Desk Support</p>
<button
class="btn btn-primary"
data-bs-toggle="collapse"
data-bs-target="#rochean-bio"
>
View Bio
</button>
<div class="collapse mt-2" id="rochean-bio">
<p class="card-text">
Rochean was the first point of contact, offering a warm
welcome and ongoing support to participants throughout the
program.
</p>
</div>
</div>
</div>
</div>
<!-- Daniel Lee -->
<div class="col-md-4">
<div class="card team-card h-100">
<img
src="https://cdn.glitch.global/79e62202-998e-4e6f-92a5-d89ab595ece8/IMG_6769.jpg?v=1733308490081"
class="card-img-top"
alt="Daniel Lee"
/>
<div class="card-body">
<h5 class="card-title">Daniel Lee</h5>
<p class="card-text">Volunteer TA (Web Development)</p>
<button
class="btn btn-primary"
data-bs-toggle="collapse"
data-bs-target="#daniel-bio"
>
View Bio
</button>
<div class="collapse mt-2" id="daniel-bio">
<p class="card-text">
Daniel volunteered to teach web development, guiding
participants in creating responsive and interactive web
applications.
</p>
</div>
</div>
</div>
</div>
</div>
</main>
</section>
<footer class="bg-body-tertiary text-black pt-4">
<div class="container border-dark">
<div class="row">
<div class="col-md-4 mb-4">
<h5>About Dev Mission</h5>
<p>
Dev Mission empowers youth and adults through technology
education, creating opportunities and fostering innovation in
underserved communities.
</p>
</div>
<div class="col-md-4 mb-4">
<h5>Quick Links</h5>
<ul class="list-unstyled">
<li>
<a href="/index.html" class="text-black text-decoration-none"
>Home</a
>
</li>
<li>
<a
href="/experience.html"
class="text-black text-decoration-none"
>Cohort #27</a
>
</li>
<li>
<a href="/Photos.html" class="text-black text-decoration-none"
>Gallery</a
>
</li>
</ul>
</div>
<div class="col-md-4 text-center mb-4">
<h5>About Cohort 27</h5>
<p>We rock!!!!!!</p>
</div>
</div>
<hr class="border-dark" />
<div class="text-center pb-3">
<p class="mb-0">© 2024 Dev Mission. All Rights Reserved.</p>
</div>
</div>
</footer>
<!-- Bootstrap JS script-->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
<!-- <script src="experience.js"></script> -->
</body>
</html>