forked from juanitaherrera/Summer-Guild
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
835 lines (740 loc) · 48.6 KB
/
index.html
File metadata and controls
835 lines (740 loc) · 48.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
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
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CUNY Tech Equity: 2025 Summer Guild | Floreo Labs</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Messina+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container">
<div class="header-content">
<div>
<img id="navbar-mark" src="Floreo Wordmark- Black.png" alt="Floreo Labs Black Logo">
</div>
<nav class="nav">
<a href="#overview">Overview</a>
<a href="#classes">Projects</a>
<a href="#instructors">Instructors</a>
<a href="#students">Students</a>
<a href="#creators">Creators</a>
</nav>
<button class="mobile-menu-toggle" id="mobileMenuToggle" aria-label="Toggle mobile menu">
☰
</button>
</div>
<nav class="mobile-nav" id="mobileNav">
<a href="#overview">Overview</a>
<a href="#classes">Projects</a>
<a href="#instructors">Instructors</a>
<a href="#students">Students</a>
<a href="#creators">Creators</a>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-text">
<h1>Nurturing the Next Generation of Tech Leadership</h1>
<p>CUNY Tech Equity's Summer Guild is where the next wave of diverse tech talent builds, leads, and launches. Step inside the Guild and see what today's rising developers are creating.</p>
<div class="hero-cta">
<button class="btn-primary">Explore Student Projects</button>
</div>
</div>
<div class="circles-container">
<!-- Background hollow circles - emphasized with larger sizes -->
<img src="hollow circle.png" class="draggable-bg circle-large circle-bg-1"
style="width: 300px; top: 30px; left: 80px;">
<img src="hollow circle.png" class="draggable-bg circle-large circle-bg-2"
style="width: 280px; top: 180px; left: 320px;">
<img src="hollow circle.png" class="draggable-bg circle-medium circle-bg-3"
style="width: 250px; top: -60px; left: 540px;">
<!-- Colored circles - smaller sizes with variety -->
<img src="bluecircle.png" class="draggable-bg circle-medium circle-bg-5"
style="width: 160px; top: 60px; left: 150px;">
<img src="greencircle.png" class="draggable-bg circle-small circle-bg-6"
style="width: 100px; top: 200px; left: 380px;">
<img src="yellowcircle.png" class="draggable-bg circle-small circle-bg-7"
style="width: 120px; top: 120px; left: 420px;">
<img src="redcircle.png" class="draggable-bg circle-tiny circle-bg-8"
style="width: 70px; top: 260px; left: 220px;">
<img src="hollow circle.png" class="draggable-bg circle-small circle-bg-10"
style="width: 100px; top: 100px; left: 500px;">
</div>
</div>
</div>
</section>
<!-- Program Overview -->
<section id="overview" class="overview">
<div class="container">
<div class="section-header">
<h2>Program Overview</h2>
<p>What is the Summer Guild?</p>
</div>
<div class="program-description">
<p>The Summer Guild is a one-week immersive program that introduces CUNY students to the world of computer science and tech careers. Designed for first- and second-year college women and underrepresented students, the Guild blends hands-on coding, community building, and career exploration, no prior experience required.</p>
<p>Offered through the CUNY Tech Equity initiative in partnership with Break Through Tech and delivered by Floreo Labs, the program empowers students to build real-world, mission-driven websites while gaining exposure to industry tools and professionals.</p>
<p><strong>We welcome all students from underrepresented groups in tech to participate in our programs, regardless of race or gender.</strong></p>
</div>
<div class="program-details">
<div class="details-grid">
<div class="detail-section">
<h3>In Just One Week, Students:</h3>
<ul class="student-benefits">
<li>Learn HTML, CSS, and JavaScript</li>
<li>Explore AI and emerging tech tools</li>
<li>Build and launch a personal or professional website</li>
<li>Meet professionals from top tech companies</li>
<li>Join a supportive community of fellow CUNY students</li>
</ul>
</div>
<div class="detail-section">
<h3>Program Details:</h3>
<div class="program-info">
<div class="info-item">
<strong>Format:</strong> 100% Virtual
</div>
<div class="info-item">
<strong>Cost:</strong> Free
</div>
<div class="info-item">
<strong>Eligibility:</strong> First- or second-year CUNY students (no prior experience required)
</div>
<div class="info-item">
<strong>Incentives:</strong> Participants receive an e-gift card upon successful completion
</div>
</div>
</div>
</div>
</div>
<div class="section-header">
<h2>Program Impact</h2>
<p>Empowering the next generation of tech leaders through hands-on learning and community collaboration.
</p>
</div>
<div class="stats-grid">
<div class="stat-card">
<div class="stat-number">123</div>
<div class="stat-label">This Year's Cohort</div>
</div>
<div class="stat-card">
<div class="stat-number">75</div>
<div class="stat-label">Projects Pitched</div>
</div>
<div class="stat-card">
<div class="stat-number">+120%</div>
<div class="stat-label">Confidence Growth</div>
</div>
<div class="stat-card">
<div class="stat-number">+125%</div>
<div class="stat-label">Sense of Belonging</div>
</div>
</div>
</div>
</section>
<!-- Hackathon Videos Section -->
<section id="classes" class="classes">
<div class="container">
<div class="section-header">
<h2>Learning in Action</h2>
<p>Dive into project demos and see how beginner coders became creators in just one week.</p>
</div>
<div class="carousel" id="videoCarousel">
<!-- Video 1 -->
<div class="class-card">
<div class="video-container" data-video-id="1iUAKUfKXNrrxMvbhVwC2A7M0_i06pOz3">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1iUAKUfKXNrrxMvbhVwC2A7M0_i06pOz3/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>Expressions of Me</h3>
<p>A personal portfolio website showcasing creative self-expression and individual identity.</p>
</div>
</div>
<!-- Video 3 -->
<div class="class-card">
<div class="video-container" data-video-id="1I8OS-cz7ARJ71Kfg0vyeFjqCLyQqK_Yk">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1I8OS-cz7ARJ71Kfg0vyeFjqCLyQqK_Yk/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>Tic Tac Toe</h3>
<p>A beautifully designed interactive game with capybara characters and player vs player functionality.</p>
</div>
</div>
<!-- Video 4 -->
<div class="class-card">
<div class="video-container" data-video-id="1tplM24UL-SmQhkWYO7BQPElXxXqysrPc">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1tplM24UL-SmQhkWYO7BQPElXxXqysrPc/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>Chess</h3>
<p>An educational website teaching chess history, movements, and techniques with a fully functional chess game.</p>
</div>
</div>
<!-- Video 5 -->
<div class="class-card">
<div class="video-container" data-video-id="1k4kLMwy_nbnQxSKMjlRWYbAYRnAukNXI">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1k4kLMwy_nbnQxSKMjlRWYbAYRnAukNXI/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>Click of Chaos</h3>
<p>A platform that takes you to different places where you can find random generators.</p>
</div>
</div>
<!-- Video 6 -->
<div class="class-card">
<div class="video-container" data-video-id="1naIiS92wCQ_7KD3MtAjhlBSvmp5g06A6">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1naIiS92wCQ_7KD3MtAjhlBSvmp5g06A6/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>Top 5 Free Steam Games</h3>
<p>A gaming review website featuring curated lists of free Steam games.</p>
</div>
</div>
<!-- Video 7 -->
<div class="class-card">
<div class="video-container" data-video-id="1RQ1xWjb9JJYORNisLoPPnwBphmlnfvLF">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1RQ1xWjb9JJYORNisLoPPnwBphmlnfvLF/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>Kpop Hunters</h3>
<p>A website dedicated to the Kpop Hunters movie with information and fan content.</p>
</div>
</div>
<!-- Video 8 -->
<div class="class-card">
<div class="video-container" data-video-id="1EAyFy17j8c4ywqKKoi_eLSMc2ao2KFLL">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1EAyFy17j8c4ywqKKoi_eLSMc2ao2KFLL/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>Mindful Teens NYC</h3>
<p>Interactive wellness platform with breathing games, lofi music, and mental health resources for NYC teens.</p>
</div>
</div>
<!-- Video 9 -->
<div class="class-card">
<div class="video-container" data-video-id="1z6UxxbMiCdqrun2ibjMyeLDS2fiAPtTQ">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1z6UxxbMiCdqrun2ibjMyeLDS2fiAPtTQ/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>Operation Smile</h3>
<p>A mental health awareness organization connecting teens to support each other through community.</p>
</div>
</div>
<!-- Video 10 -->
<div class="class-card">
<div class="video-container" data-video-id="1a0ygygMiXaFrul4ES9E8gvL2y2C3PjNM">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1a0ygygMiXaFrul4ES9E8gvL2y2C3PjNM/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>The Gambia</h3>
<p>A cultural and travel website showcasing the beauty and heritage of The Gambia.</p>
</div>
</div>
<!-- Video 11 -->
<div class="class-card">
<div class="video-container" data-video-id="1FM9ba3K6VMb18LVWuh9Y4oj9emQQVZnF">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1FM9ba3K6VMb18LVWuh9Y4oj9emQQVZnF/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>Growth Grid</h3>
<p>A platform for designing growth chambers and exploring controlled environment agriculture solutions.</p>
</div>
</div>
<!-- Video 12 -->
<div class="class-card">
<div class="video-container" data-video-id="1g7WAP85BMldsTyBIKA0m1mFUVzPO-JVF">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1g7WAP85BMldsTyBIKA0m1mFUVzPO-JVF/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="class-info">
<h3>UpliftNYC</h3>
<p>A wellness platform with mood checkers, self-care tools, and journaling challenges.</p>
</div>
</div>
<!-- Final div for the video section -->
</div>
</div>
</section>
<!-- Instructors Section -->
<section id="instructors" class="instructors">
<div class="container">
<div class="section-header">
<h2>Meet Your Instructors</h2>
<p>Industry experts dedicated to nurturing the next generation of tech talent.</p>
</div>
<div class="instructors-grid">
<!-- Instructor 1 -->
<div class="instructor-card">
<div class="instructor-avatar">
<!-- INSERT INSTRUCTOR GIF HERE -->
<img src="images/cam headshot.jpg" alt="Instructor 1 Avatar" class="avatar-gif">
</div>
<div class="instructor-info">
<h3>Cameron Flowers</h3>
<p class="title">Floreo Labs Founder & CEO</p>
<blockquote>
National technology leader, innovation expert, and workforce development strategist for Fortune 500 and mid-large nonprofit organizations
</blockquote>
<div class="instructor-expertise">
<span class="tag">Artist</span>
<span class="tag">Engineer</span>
<span class="tag">Educator</span>
</div>
</div>
</div>
<!-- Instructor 2 -->
<div class="instructor-card">
<div class="instructor-avatar">
<!-- INSERT INSTRUCTOR GIF HERE -->
<img src="images/salif.jpeg" alt="Instructor 2 Avatar" class="avatar-gif">
</div>
<div class="instructor-info">
<h3>Salif Tankoano</h3>
<p class="title">Lead Instructor and AI Engineer</p>
<blockquote>
AI engineer, product innovator, and educator with expertise in rapid prototyping and early-stage product development
</blockquote>
<div class="instructor-expertise">
<span class="tag">Next.js</span>
<span class="tag">React.js</span>
<span class="tag">Python</span>
</div>
</div>
</div>
<!-- Instructor 3 -->
<div class="instructor-card">
<div class="instructor-avatar">
<!-- INSERT INSTRUCTOR GIF HERE -->
<img src="images/emilia bravo headshot.jpg" alt="Instructor 3 Avatar" class="avatar-gif">
</div>
<div class="instructor-info">
<h3>Emilia Bravo</h3>
<p class="title">Lead Instructor</p>
<blockquote>
International Computer Science student, Python and Java programmer, and analytical problem-solver with experience in technical and administrative project environments
</blockquote>
<div class="instructor-expertise">
<span class="tag">Python</span>
<span class="tag">Java</span>
<span class="tag">Education</span>
</div>
</div>
</div>
<!-- Instructor 4 -->
<div class="instructor-card">
<div class="instructor-avatar">
<!-- INSERT INSTRUCTOR GIF HERE -->
<img src="images/Naomi 2025.jpeg" alt="Instructor 4 Avatar" class="avatar-gif">
</div>
<div class="instructor-info">
<h3>Naomi Arroyo</h3>
<p class="title">Managing Partner of Floreo Labs</p>
<blockquote>
Nationally recognized tech educator, business operations consultant, and workforce strategist with deep ties to public systems
</blockquote>
<div class="instructor-expertise">
<span class="tag">Education</span>
<span class="tag">Strategic Operations</span>
<span class="tag">Business Development</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Students Section -->
<section id="students" class="students">
<div class="container">
<div class="section-header">
<h2>Student Success Stories</h2>
<p>Hear from our graduates about their transformative experience.</p>
</div>
<div class="students-brick-container">
<!-- Brick 1 - Left aligned -->
<div class="student-brick brick-left">
<div class="brick-emoji emoji-1">😆</div>
<div class="brick-content">
<blockquote>
My favorite thing was the way in which the instructors facilitated the course. They were so willing, diligent and open. They made the experience feel less daunting and more interactive as well as exciting. I appreciate everything I was able to learn.
</blockquote>
</div>
</div>
<!-- Brick 2 - Right aligned -->
<div class="student-brick brick-right">
<div class="brick-emoji emoji-2">😍</div>
<div class="brick-content">
<blockquote class="right-aligned-bq">
My favorite thing about Summer Guild was how supporting and enthusiastic the Summer Guild team was. I greatly appreciate the level of support and encouragement they have given throughout the week. I felt more supported in this program than I did for some of the classes I took for my Associates Degree at LaGuardia Community College.
</blockquote>
</div>
</div>
<!-- Brick 3 - Left aligned -->
<div class="student-brick brick-left">
<div class="brick-emoji emoji-3">🥳</div>
<div class="brick-content">
<blockquote>
My favorite thing about Summer Guild was the sense of community and the opportunity to collaborate with like-minded individuals. It felt amazing to work alongside passionate people, sharing ideas, solving problems, and pushing our boundaries. The energy and creativity in every session made it an unforgettable experience
</blockquote>
</div>
</div>
<!-- Brick 4 - Right aligned -->
<div class="student-brick brick-right">
<div class="brick-emoji emoji-4">🥰</div>
<div class="brick-content">
<blockquote class="right-aligned-bq">
One thing I learned about myself as a coder is I do have the ability to problem solve and keep going when things don't go as intended, as shown when I was able to rebuild Fruit Clicker almost from scratch, using the knowledge I gained from making the original Fruit Clicker.
</blockquote>
</div>
</div>
<!-- Brick 5 - Left aligned -->
<div class="student-brick brick-left">
<div class="brick-emoji emoji-5">🤩</div>
<div class="brick-content">
<blockquote>
One thing I learned about myself as a coder is that I thrive when faced with challenges. Rather than getting frustrated, I enjoy troubleshooting step by step. I work best when I break down complex tasks into smaller, manageable pieces.
</blockquote>
</div>
</div>
<!-- Brick 6 - Right aligned -->
<div class="student-brick brick-right">
<div class="brick-emoji emoji-4">😎</div>
<div class="brick-content">
<blockquote class="right-aligned-bq">
I learned to adapt and overcome.
</blockquote>
</div>
</div>
<!-- Brick 7 - Left aligned -->
<div class="student-brick brick-left">
<div class="brick-emoji emoji-5">😁</div>
<div class="brick-content">
<blockquote>
Whenever I felt stuck, [our instructors] took the time to explain concepts in different ways and always reminded me that struggling with a problem was part of the learning process. Their patience and willingness to answer questions made a huge difference in my confidence as a coder
</blockquote>
</div>
</div>
</div>
</div>
</section>
<!-- Creators Section -->
<section id="creators" class="creators">
<div class="container">
<div class="section-header">
<h2>Still not convinced?</h2>
<p>Learn more about two former Summer Guild students who built THIS ENTIRE WEBSITE after the program 🤯.</p>
</div>
<!-- Bio Section -->
<div class="creators-bio">
<div class="creator-card">
<div class="creator-avatar">
<img src="Daria Profile Pic.jpg" alt="Daria Hrabar" class="creator-image">
</div>
<div class="creator-info">
<h3>Daria Hrabar</h3>
<p class="creator-role">Website Creator & Developer</p>
<p class="creator-bio">Honors human resource management student at CUNY Baruch College with peer mentoring, article writing, and copy-editing experiences. Aspiring software developer eager to improve her coding skills through accessible, creative, and meaningful projects.</p>
<div class="instructor-expertise">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">JavaScript</span>
</div>
<a href="https://www.linkedin.com/in/daria-hrabar/" target="_blank" class="btn-linkedin">
<span>Connect on LinkedIn</span>
</a>
</div>
</div>
<div class="creator-card">
<div class="creator-avatar">
<img src="Juanita Profile Pic.png" alt="Juanita Herrera" class="creator-image">
</div>
<div class="creator-info">
<h3>Juanita Herrera</h3>
<p class="creator-role">Website Creator & Developer</p>
<p class="creator-bio">Audio engineering student at CCNY and alumnus of the 2025 Summer Guild. Enjoys working on creative projects where technology and art come together, including this website.</p>
<div class="instructor-expertise">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">JavaScript</span>
</div>
<a href="https://www.linkedin.com/in/juanita-herrera/" target="_blank" class="btn-linkedin">
<span>Connect on LinkedIn</span>
</a>
</div>
</div>
</div>
<!-- Video Section -->
<div class="creators-video">
<div class="section-header">
<h3>Learn Their Story</h3>
<p>Hear from Daria and Juanita about their work, experiences, and what drives their passion for tech.</p>
</div>
<div class="video-container" data-video-id="1lZd-Vmbnu2yQFnqT_J90QNPgVPFr7lI2">
<!-- Google Drive iframe (visible by default) -->
<iframe class="video-iframe"
src="https://drive.google.com/file/d/1lZd-Vmbnu2yQFnqT_J90QNPgVPFr7lI2/preview"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta">
<div class="container">
<div class="cta-content">
<h2>Ready to Join the Next Cohort?</h2>
<p>Applications for the 2026 Summer Guild are opening soon. Be part of the next generation of tech
equity leaders.</p>
<div class="cta-buttons">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfFvxJG_9hTz6B6mGMyN9MDqDliqmniwrPKUwAGflIiI9ZjNA/viewform?usp=header" target="_blank" rel="noopener noreferrer">
<button class="btn-cta">Get Notified</button>
</a>
<a href="https://www.floreolabs.org/post/floreo-cuny-partner-to-deliver-summer-guild-program" target="_blank" rel="noopener noreferrer">
<button class="btn-cta">About Floreo Labs</button>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="SITE_FOOTER" class="xU8fqS SITE_FOOTER wixui-footer" tabindex="-1">
<div class="_C0cVf">
<div class="_4XcTfy" data-testid="screenWidthContainerBg"></div>
</div>
<div class="U4Bvut">
<div class="G5K6X8">
<div class="gUbusX" data-testid="screenWidthContainerBgCenter"></div>
</div>
<div class="CJF7A2">
<div data-mesh-id="SITE_FOOTERinlineContent" data-testid="inline-content" class="">
<div data-mesh-id="SITE_FOOTERinlineContent-gridContainer" data-testid="mesh-container-content">
<div class="footer-top-line">
<!-- logo -->
<div id="comp-let06kig" class="MazNVa comp-let06kig wixui-image rYiAuL"><a
data-testid="linkElement" href="https://www.floreolabs.org" target="_self"
class="j7pOnl"><img loading="lazy" sizes="60px"
srcset="https://static.wixstatic.com/media/7ea8f6_66d2ba873277490dba6cf811f6451fdf~mv2.png/v1/fill/w_60,h_31,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Floreo%20Logo%20White.png 1x, https://static.wixstatic.com/media/7ea8f6_66d2ba873277490dba6cf811f6451fdf~mv2.png/v1/fill/w_120,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Floreo%20Logo%20White.png 2x"
id="img_comp-let06kig"
src="https://static.wixstatic.com/media/7ea8f6_66d2ba873277490dba6cf811f6451fdf~mv2.png/v1/fill/w_60,h_31,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Floreo%20Logo%20White.png"
alt="Floreo Logo White" style="object-fit:cover" class="BI8PVQ Tj01hh"
width="60" height="31"></a></div>
<!--floreo labs & year-->
<div id="comp-ikzfsfcb"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-ikzfsfcb wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px; text-align:center;"><span
style="font-size:11px;" class="wixui-rich-text__text"><span
style="color:#FFFFFF;" class="wixui-rich-text__text">© 2025 by Floreo Labs
LLC</span></span></p>
</div>
</div>
<div class="footer-4-columns">
<!--socials-->
<div id="comp-jr5b5vq8" class="comp-jr5b5vq8 WzbAF8">
<ul class="mpGTIt" aria-label="Social Bar">
<li id="dataItem-jr5bh9u9-comp-jr5b5vq8" class="O6KwRn"><a data-testid="linkElement"
href="https://www.linkedin.com/company/floreolabs" target="_blank"
rel="noreferrer noopener" class="oRtuWN" aria-label="LinkedIn"><img
sizes="undefinedpx"
srcset="https://static.wixstatic.com/media/11062b_b5690303a8ff470e9b1c03a24aff140b~mv2.png/v1/fill/w_20,h_20,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_b5690303a8ff470e9b1c03a24aff140b~mv2.png 1x, https://static.wixstatic.com/media/11062b_b5690303a8ff470e9b1c03a24aff140b~mv2.png/v1/fill/w_40,h_40,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_b5690303a8ff470e9b1c03a24aff140b~mv2.png 2x"
id="img_0_comp-jr5b5vq8"
src="https://static.wixstatic.com/media/11062b_b5690303a8ff470e9b1c03a24aff140b~mv2.png/v1/fill/w_20,h_20,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_b5690303a8ff470e9b1c03a24aff140b~mv2.png"
alt="LinkedIn" style="object-fit:cover" class="YaS0jR Tj01hh"></a></li>
<li id="dataItem-jr5b5vqd-comp-jr5b5vq8" class="O6KwRn"><a data-testid="linkElement"
href="http://www.twitter.com/floreolabs" target="_blank"
rel="noreferrer noopener" class="oRtuWN" aria-label="Twitter "><img
sizes="undefinedpx"
srcset="https://static.wixstatic.com/media/11062b_8616df6eb29e41d9a61d3677e7ace261~mv2.png/v1/fill/w_20,h_20,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_8616df6eb29e41d9a61d3677e7ace261~mv2.png 1x, https://static.wixstatic.com/media/11062b_8616df6eb29e41d9a61d3677e7ace261~mv2.png/v1/fill/w_40,h_40,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_8616df6eb29e41d9a61d3677e7ace261~mv2.png 2x"
id="img_1_comp-jr5b5vq8"
src="https://static.wixstatic.com/media/11062b_8616df6eb29e41d9a61d3677e7ace261~mv2.png/v1/fill/w_20,h_20,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_8616df6eb29e41d9a61d3677e7ace261~mv2.png"
alt="Twitter " style="object-fit:cover" class="YaS0jR Tj01hh"></a>
</li>
<li id="dataItem-ko7c5cga-comp-jr5b5vq8" class="O6KwRn"><a data-testid="linkElement"
href="https://instagram.com/floreolabs" target="_blank"
rel="noreferrer noopener" class="oRtuWN" aria-label="Instagram "><img
sizes="undefinedpx"
srcset="https://static.wixstatic.com/media/11062b_cef3b719166a4815b446d4dcfcb6120d~mv2.png/v1/fill/w_20,h_20,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_cef3b719166a4815b446d4dcfcb6120d~mv2.png 1x, https://static.wixstatic.com/media/11062b_cef3b719166a4815b446d4dcfcb6120d~mv2.png/v1/fill/w_40,h_40,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_cef3b719166a4815b446d4dcfcb6120d~mv2.png 2x"
id="img_2_comp-jr5b5vq8"
src="https://static.wixstatic.com/media/11062b_cef3b719166a4815b446d4dcfcb6120d~mv2.png/v1/fill/w_20,h_20,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_cef3b719166a4815b446d4dcfcb6120d~mv2.png"
alt="Instagram " style="object-fit:cover" class="YaS0jR Tj01hh"></a>
</li>
</ul>
</div>
<!--learn-->
<div>
<div id="comp-let0ejd9"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-let0ejd9 wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><span
style="color:#FFFFFF;" class="wixui-rich-text__text"><span
style="font-weight:bold;" class="wixui-rich-text__text"><span
style="font-size:11px;"
class="wixui-rich-text__text">Learn</span></span></span></p>
</div>
<div id="comp-let1m5u4"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-let1m5u4 wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><a
href="https://www.floreolabs.org/insights/categories/featured" target="_self"
class="wixui-rich-text__text"><span style="color:#FFFFFF;"
class="wixui-rich-text__text"><span style="text-decoration:underline;"
class="wixui-rich-text__text"><span style="font-size:11px;"
class="wixui-rich-text__text">Blog</span></span></span></a></p>
</div>
<div id="comp-ljxgmofr"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-ljxgmofr wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><a
href="http://learn.floreolabs.org" target="_self" rel="noreferrer noopener"
class="wixui-rich-text__text"><span style="color:#FFFFFF;"
class="wixui-rich-text__text"><span style="text-decoration:underline;"
class="wixui-rich-text__text"><span style="font-size:11px;"
class="wixui-rich-text__text">Lab Accelerator
Program</span></span></span></a></p>
</div>
<div id="comp-let0ezw6"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-let0ezw6 wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><a
href="https://www.floreolabs.org/schedule" target="_self"
class="wixui-rich-text__text"><span style="color:#FFFFFF;"
class="wixui-rich-text__text"><span style="text-decoration:underline;"
class="wixui-rich-text__text"><span style="font-size:11px;"
class="wixui-rich-text__text">Webinars</span></span></span></a></p>
</div>
</div>
<!--buold-->
<div>
<div id="comp-let1nb14"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-let1nb14 wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><span
style="color:#FFFFFF;" class="wixui-rich-text__text"><span
style="font-weight:bold;" class="wixui-rich-text__text"><span
style="font-size:11px;"
class="wixui-rich-text__text">Build</span></span></span></p>
</div>
<div id="comp-let1nb191"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-let1nb191 wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><a
href="https://www.floreolabs.org/research" target="_self"
class="wixui-rich-text__text"><span style="color:#FFFFFF;"
class="wixui-rich-text__text"><span style="text-decoration:underline;"
class="wixui-rich-text__text"><span style="font-size:11px;"
class="wixui-rich-text__text">Research
Support</span></span></span></a>
</p>
</div>
<div id="comp-ljxgqqx3"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-ljxgqqx3 wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><a
href="https://www.floreolabs.org/strategy" target="_self"
class="wixui-rich-text__text"><span style="color:#FFFFFF;"
class="wixui-rich-text__text"><span style="text-decoration:underline;"
class="wixui-rich-text__text"><span style="font-size:11px;"
class="wixui-rich-text__text">Tech / Data
Strategy</span></span></span></a></p>
</div>
<div id="comp-let1nb171"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-let1nb171 wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><a
href="https://www.floreolabs.org/staffing" target="_self"
class="wixui-rich-text__text"><span style="color:#FFFFFF;"
class="wixui-rich-text__text"><span style="text-decoration:underline;"
class="wixui-rich-text__text"><span style="font-size:11px;"
class="wixui-rich-text__text">Staffing and Talent
Development</span></span></span></a></p>
</div>
</div>
<!--company-->
<div>
<div id="comp-let0daog"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-let0daog wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><span
style="color:#FFFFFF;" class="wixui-rich-text__text"><span
style="font-weight:bold;" class="wixui-rich-text__text"><span
style="font-size:11px;"
class="wixui-rich-text__text">Company</span></span></span></p>
</div>
<div id="comp-let0jzmw"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-let0jzmw wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><a
href="https://www.floreolabs.org/about" target="_self"
class="wixui-rich-text__text"><span style="color:#FFFFFF;"
class="wixui-rich-text__text"><span style="text-decoration:underline;"
class="wixui-rich-text__text"><span style="font-size:11px;"
class="wixui-rich-text__text">About Us</span></span></span></a></p>
</div>
<div id="comp-il0yizug"
class="Z_l5lU ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-il0yizug wixui-rich-text"
data-testid="richTextElement">
<p class="font_8 wixui-rich-text__text" style="font-size:11px;"><a
href="https://www.floreolabs.org/contact" target="_self"
class="wixui-rich-text__text"><span style="color:#FFFFFF;"
class="wixui-rich-text__text"><span style="text-decoration:underline;"
class="wixui-rich-text__text"><span style="font-size:11px;"
class="wixui-rich-text__text">Contact</span></span></span></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>