-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
798 lines (772 loc) · 31.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="technology, modesto, california, tech, community, women, lgbtqia, mitu, career, it, cyber, tech events, tech show, tech conferences 2022, technology conferences, tech summit, women's tech conference, google, google developer groups, women techmakers, devfest, devfest 22"
/>
<meta
name="description"
content="DevFest is an annual decentralized world-wide tech conference hosted by Google Developer Groups. GDG and Women Techmakers Modesto are at it once again, disrupting your regularly scheduled program to create a space for tech in the Central Valley."
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
rel="stylesheet"
/>
<link href="css/style.css" rel="stylesheet" />
<title>DevFest 2022</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark sticky-top">
<div class="container-fluid mx-3">
<a class="navbar-brand fw-bold fs-4" href="index.html"
><img
class="brand"
src="/devfest22/img/DevFestLogo.jpg"
alt="DevFest Modesto logo"
/></a>
<button
type="button"
class="navbar-toggler"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto fw-bold">
<li><a class="nav-link active" href="index.html">Home</a></li>
<li><a class="nav-link" href="speakers.html">Speakers</a></li>
<li>
<a
class="nav-link"
href="https://www.canva.com/design/DAFO5eYyZ-0/ovLic24e8jO9mNwXPu5mMw/view?utm_content=DAFO5eYyZ-0"
target="_blank"
>Agenda</a
>
</li>
<li>
<a
class="nav-link"
href="https://www.amazon.com/hz/wishlist/ls/18C0XPNU9GP7W"
target="_blank"
>Donate</a
>
</li>
<li>
<noscript
><a
href="https://www.eventbrite.com/e/devwars-a-devfest-2022-event-tickets-404767429277"
rel="noopener noreferrer"
target="_blank"
>Buy Tickets on Eventbrite</a
></noscript
>
<!-- You can customize this button any way you like -->
<button
id="eventbrite-widget-modal-trigger-404767429277"
type="button"
class="btn btn-warning fw-bold"
>
Register
</button>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
<script type="text/javascript">
var exampleCallback = function () {
console.log("Order complete!");
};
window.EBWidgets.createWidget({
widgetType: "checkout",
eventId: "404767429277",
modal: true,
modalTriggerElementId:
"eventbrite-widget-modal-trigger-404767429277",
onOrderComplete: exampleCallback,
});
</script>
</li>
</ul>
</div>
</div>
</nav>
<section class="hero container my-3" id="home">
<div class="row">
<div class="col-lg-4 text-center">
<div class="logo-box">
<img
class="logo"
src="./img/DevWarsSticker.png"
alt="DevWars logo"
/>
</div>
</div>
<div class="col-lg-8 text-center">
<h1 class="fw-bold">DevWars</h1>
<h2 class="mb-3">[A DevFest 2022 Event]</h2>
<h4>Friday, October 28, 2022</h4>
<h4 class="mb-3">4:00 PM - 9:00 PM PST</h4>
<h5>
<a
class="event-map text-warning fs-5"
href="https://goo.gl/maps/g3CibhyJJMPAUiyb7"
target="blank"
><i class="bi bi-geo-alt-fill text-warning fs-4"></i></a
>Martin G. Petersen Event Center
</h5>
<h5 class="mb-3">720 12th St Modesto, CA 95354</h5>
<!-- Button that overlays a modal window -->
<div>
<!-- Noscript content for added SEO -->
<noscript
><a
href="https://www.eventbrite.com/e/devwars-a-devfest-2022-event-tickets-404767429277"
rel="noopener noreferrer"
target="_blank"
>Buy Tickets on Eventbrite</a
></noscript
>
<!-- You can customize this button any way you like -->
<button
id="eventbrite-widget-modal-trigger-404767429277"
type="button"
class="btn btn-warning fw-bold"
>
Register
</button>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
<script type="text/javascript">
var exampleCallback = function () {
console.log("Order complete!");
};
window.EBWidgets.createWidget({
widgetType: "checkout",
eventId: "404767429277",
modal: true,
modalTriggerElementId:
"eventbrite-widget-modal-trigger-404767429277",
onOrderComplete: exampleCallback,
});
</script>
</div>
</div>
</div>
</section>
<section class="about p-1 text-center" id="about">
<h2 class="mt-4 fw-bold">About</h2>
<p class="mx-5 fs-5">
What happens when Star Wars meets Tech? DevWars [A DevFest 2022 Event],
a dope all-ages tech-equity summit! <br /><br />Are you a Sith Lord
living in the tech “darkside,” or are you ready to learn live the
principles of a tech JEDI #Justice #Equity #Diversity #Inclusion and use
THE FORCE to elevate tech in our community?! <br /><br /><span class=" fw-bold">NO TECH
EXPERIENCE REQUIRED!</span><br /><br />
DevFest is an annual decentralized world-wide tech conference hosted by
Google Developer Groups. GDG and Women Techmakers Modesto are at it once
again, disrupting your regularly scheduled program to create a space for
tech in the Central Valley. There will be inspiring tech-equity talks
for our community, career conversations for the young skywalkers
interested in learning more and technical workshops for the Yodas in the
room. <br /><br />Our friends at Stanislaus County Office of Education’s
Career Inspiration Center are bringing their lightsabers…errr we mean
cool drones and 3D equipment, DJ El Super Fantastico will be spinning
the vinyl and hopefully a stormtrooper or two will drop by.
<br /><br />In the wise words of a little green Yoda, “Do. Or do not.
There is no try.” #TECHJEDI
</p>
</section>
<section class="attend pt-5 text-center" id="attend">
<div class="info-grid">
<h4 class="why-box col-lg-6 col-sm-3 text-warning">
Become a J.E.D.I. Leader
</h4>
<h4 class="why-box col-lg-6 col-sm-3 text-warning">
Learn a New Skill
</h4>
</div>
<div class="info-grid">
<h4 class="why-box col-lg-6 col-sm-3 text-warning">Tell Your Story</h4>
<h4 class="why-box col-lg-6 col-sm-3 text-warning">
Meet Your Next Mentor
</h4>
</div>
</section>
<section class="speakers text-center" id="speakers">
<h2 class="mt-5 fw-bold">Featured Speakers</h2>
<p>
We are excited to bring a variety of technical experts to DevFest
Modesto!
</p>
<a
type="button"
class="btn btn-warning fw-bold mb-2"
href="speakers.html"
>
View All Speakers
</a>
<div class="speaker-grid">
<div class="row row-cols-1 row-cols-md-2 p-2">
<div class="col">
<div class="card text-center">
<img
src="./img/speakers/JoyDixon.jpg"
class="card-img-top speakerMain-image"
alt="Speaker-JoyDixon"
/>
<div class="card-body">
<h5 class="card-title text-light">Joy Dixon</h5>
<p class="card-subtitle text-light" style="font-size: 8pt">
(she/her)
</p>
<a
class="text-warning px-2 fs-5"
href="https://www.linkedin.com/in/joysorlyndixon/"
target="_blank"
><i class="bi bi-linkedin"></i
></a>
<p class="card-subtitle text-light">Founder & CEO</p>
<p class="card-subtitle mb-2 text-light">Mosaic Presence</p>
<!-- Button trigger modal -->
<button
type="button"
class="btn btn-sm btn-warning fw-bold"
data-bs-toggle="modal"
data-bs-target="#modalMain1"
>
Bio
</button>
<!-- Modal -->
<div
class="modal fade"
id="modalMain1"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">
Speaker Bio
</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body text-start">
<span class="fw-bold">Joy Dixon (she/her)</span>
<br />
<span class="fw-bold"
>Founder & CEO | Mosaic Presence</span
>
<br />
<br />
Joy Dixon has worked in the tech industry for 20+ years
as an engineering leader, software engineer, technical
trainer, and even as a network administrator. Currently,
Joy is on her venture capital journey and working with
start up founders: advising, investing, and developing
their MVPs.
<br />
<br />
Joy holds a Bachelor’s degree in African-American
Studies, a Master’s degree in Software Engineering, and
several professional certifications. In the course of a
diverse career, Joy has lead development teams, designed
and developed applications using several languages
including Java, Python, SQL, JavaScript, HTML, and
Swift. In addition, she has configured and administered
networks for global companies.
<br />
<br />
Joy loves learning new technologies and has a great deal
of passion for training. In 2008, Joy decided to move
into technical training in order to assist people with
successfully utilizing technology. Joy has designed and
delivered online and in-person, web and game
development, courses for the University of Virginia, the
Art Institute of California-San Francisco, Academy of
Art University as well as AcademyX (professional
training center).
<br />
<br />
JEDI, technology, coaching, and investing are Joy’s
bliss!
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-dark"
data-bs-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-md-2 p-2">
<div class="col">
<div class="card text-center">
<img
src="./img/speakers/RobertBarrios.jpeg"
class="card-img-top speakerMain-image"
alt="Speaker-RobertBarrios"
/>
<div class="card-body">
<h5 class="card-title text-light">Robert Barrios</h5>
<p class="card-subtitle text-light" style="font-size: 8pt">
(he/him)
</p>
<a
class="text-warning px-2 fs-5"
href="https://www.linkedin.com/in/robertbarrios/"
target="_blank"
><i class="bi bi-linkedin"></i
></a>
<p class="card-subtitle text-light">
Chief Information Officer
</p>
<p class="card-subtitle mb-2 text-light">E & J Gallo Winery</p>
<!-- Button trigger modal -->
<button
type="button"
class="btn btn-sm btn-warning fw-bold"
data-bs-toggle="modal"
data-bs-target="#modalMain2"
>
Bio
</button>
<!-- Modal -->
<div
class="modal fade"
id="modalMain2"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">
Speaker Bio
</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body text-start">
<span class="fw-bold">Robert Barrios (he/him)</span>
<br />
<span class="fw-bold"
>Chief Information Officer | E & J Gallo Winery</span
>
<br />
<br />
Robert Barrios is Chief Information Officer at E&J Gallo
Winery. Robert has been with the Winery since 2014 and
prior to being the CIO had responsibility for Enterprise
Architecture, Quality Assurance, Application
Development, Project Management, End User Services,
Infrastructure Technology, Information Security, IT
Business Office, Data Services, and Business
Intelligence. Robert also serves on E&J Gallo Winery’s
Diversity and Inclusion Council.
<br />
<br />
Robert serves on several Customer Advisory Boards which
includes Optiv and UI Path.
<br />
<br />
Prior to joining E&J Gallo Winery, Robert spent 15 years
with Oracle Corporation, with his last role as
Vice-President, Software Engineering for Oracle Cloud
Services where he ran Fusion Application Hosting,
Exadata Hosting, Network/Security Operations, Business
Office, Project Management, and the Automation/DevOps
group.
<br />
<br />
Robert graduated from California Polytechnic University,
Pomona with a Bachelors of Science in Business
Administration, majoring in Computer Information
Systems. Robert enjoys spending time with his family as
well as outdoor activities, such as camping,
backpacking, fishing, kayaking, and off-roading.
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-dark"
data-bs-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-md-2 p-2">
<div class="col">
<div class="card text-center">
<img
src="img/speakers/AniediUdoObong.jpg"
class="card-img-top speakerMain-image"
alt="Speaker-AniediUdoObong"
/>
<div class="card-body">
<h5 class="card-title text-light">Aniedi Udo-Obong</h5>
<p class="card-subtitle text-light" style="font-size: 8pt">
<br />
</p>
<a
class="text-warning px-2 fs-5"
href="https://www.linkedin.com/in/aniediudo/"
target="_blank"
><i class="bi bi-linkedin"></i
></a>
<p class="card-subtitle text-light">Program Manager</p>
<p class="card-subtitle mb-2 text-light">
Google Developer Programs
</p>
<!-- Button trigger modal -->
<button
type="button"
class="btn btn-sm btn-warning fw-bold"
data-bs-toggle="modal"
data-bs-target="#modalMain3"
>
Bio
</button>
<!-- Modal -->
<div
class="modal fade"
id="modalMain3"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">
Speaker Bio
</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body text-start">
<span class="fw-bold">Aniedi Udo-Obong (pronouns)</span>
<br />
<span class="fw-bold"
>Program Manager | Google Developer Programs</span
>
<br />
<br />
Experienced Program Manager with a demonstrated history
of working in the technology industry. Skilled in
Management, Networking, Software Development, Start-ups,
and Project Management. Strong program and project
management professional with a Bachelor of Engineering
focused in Electrical/Electronics Engineering.
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-dark"
data-bs-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-md-2 p-2">
<div class="col">
<div class="card text-center">
<img
src="./img/speakers/TheresaGonzales.jpg"
class="card-img-top speakerMain-image"
alt="Speaker-TheresaGonzalez"
/>
<div class="card-body">
<h5 class="card-title text-light">Theresa E. Gonzales</h5>
<p class="card-subtitle text-light" style="font-size: 8pt">
(she/her)
</p>
<a
class="text-warning px-2 fs-5"
href="https://www.linkedin.com/in/theresalatinasb2b/"
target="_blank"
><i class="bi bi-linkedin"></i
></a>
<p class="card-subtitle text-light">CEO</p>
<p class="card-subtitle mb-2 text-light">
Latinasb2b.Marketing
</p>
<!-- Button trigger modal -->
<button
type="button"
class="btn btn-sm btn-warning fw-bold"
data-bs-toggle="modal"
data-bs-target="#modalMain4"
>
Bio
</button>
<!-- Modal -->
<div
class="modal fade"
id="modalMain4"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">
Speaker Bio
</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body text-start">
<span class="fw-bold"
>Theresa E. Gonzales (she/her)</span
>
<br />
<span class="fw-bold">CEO | Latinasb2b.Marketing</span>
<br />
<br />
Theresa E. Gonzales has worked for companies such as,
Facebook, Google, Oracle, Dell and managed strategic
partnerships, such as Salesforce.com. She has launched
new market business initiatives for technology products,
strategic partnerships and product research initiatives
for a better customer experience.
<br />
<br />
Theresa is a graduate of San Francisco State University
in Business Administration, Product Management and
Innovative Business Models from Berkeley’s Haas School
of Business-Executive Education and certificates in
Business, Brand & Product Strategy.
<br />
<br />
Theresa started her own business consulting, 5-E
Leadership & Marketing and Podcasting Platform,
Latinasb2b.com, as a digital marketing and sales
consulting organization to bridge small businesses with
marketing and technology business models, specifically
for women of color and community organizations, to stay
competitive and relevant within the global tech
environments.
<br />
<br />
Theresa has served on the Board of Girls Inc. of the
Island City and The Calculus RoundTable, located in the
Bay Area.
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-dark"
data-bs-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sessions" id="sessions">
<h2 class="text-center fw-bold mt-5">Experience Live Sessions</h2>
<p class="text-center text-secondary">
Experience the live sessions exploring our different tracks, from tech
to jobs.
</p>
<div class="info-grid">
<div class="session-box col-lg-6">
<h4 class="text-warning">J.E.D.I. Stage</h4>
<p class="text-light">Google Community</p>
<p class="text-light">Lead for Equity</p>
<p class="text-light">J.E.D.I. Leaders Panel</p>
<p class="text-light">STEM at Schools</p>
<p class="text-light">Landscape of Building UI</p>
<p class="text-light">Platform for Change</p>
</div>
<div class="session-box col-lg-6">
<h4 class="text-warning">Naboo Stage</h4>
<p class="text-light">Web Development</p>
<p class="text-light">Women's Representation in Pop Culture</p>
<p class="text-light">BigQuery Madness</p>
<p class="text-light">Angular AMA</p>
</div>
<div class="session-box col-lg-6">
<h4 class="text-warning">Yoda Stage</h4>
<p class="text-light">Information Security</p>
<p class="text-light">Courage to Rise</p>
<p class="text-light">AWS Certifications</p>
<p class="text-light">Game Development</p>
</div>
<div class="session-box col-lg-6">
<h4 class="text-warning">Lightning Booths</h4>
<p class="text-light">Career Inspiration Center</p>
<p class="text-light">Modesto Peace Life Center</p>
<p class="text-light">Bay Valley Tech</p>
<p class="text-light">Bitwise Industries</p>
<p class="text-light">Latinasb2b.marketing</p>
<p class="text-light">Somos Familia Valle</p>
<p class="text-light">VOLT Institute</p>
</div>
</section>
<section class="sponsors text-center mb-5" id="sponsors">
<h2 class="mt-5 fw-bold">Sponsors</h2>
<a
type="button"
class="btn btn-warning fw-bold"
href="https://www.amazon.com/hz/wishlist/ls/18C0XPNU9GP7W"
target="_blank"
>
Donate
</a>
<div class="sponsor-grid col-12">
<img
class="sponsor-image"
alt="Stanislaus County Office of Education"
src="https://user-images.githubusercontent.com/100311616/192164769-df3efdb9-9f88-4284-9b69-2db2b8c249be.png"
/>
<img
class="sponsor-image"
alt="Google"
src="https://user-images.githubusercontent.com/68982348/190878628-1d0186ce-76b3-4763-8aa5-4aa181a36aeb.png"
/>
</div>
<div class="sponsor-grid col-12">
<img
class="sponsor-image"
alt="Bay Valley Tech"
src="https://user-images.githubusercontent.com/68982348/190878657-0b99d88d-e9e2-433a-b7bb-c8db18c631f3.png"
/>
<img
class="sponsor-image"
alt="Bitwise Industries"
src="https://user-images.githubusercontent.com/100311616/193478272-0f30b2fc-8d3d-423a-b6b1-cba394eeda11.png"
/>
</div>
</section>
<footer>
<div class="container-fluid-lg py-4 text-light text-center">
<div class="container-fluid row align-items-start">
<div class="col-md-4">
<h4>Explore</h4>
<p>
<a
class="footer-link text-warning p-2"
href="https://gdg.community.dev/gdg-modesto/"
>GDG Modesto</a
>
</p>
<p>
<a
class="footer-link text-warning p-2"
href="https://www.wtmmodesto.com/"
>WTM Modesto</a
>
</p>
</div>
<div class="col-md-4">
<h4>Community</h4>
<p>
<a
class="footer-link text-warning p-2"
href="https://www.wtmmodesto.com/#mu-about"
>WTM Modesto - About</a
>
</p>
<p>
<a
class="footer-link text-warning p-2"
href="https://docs.google.com/forms/d/e/1FAIpQLSc-AV-zQX1npy-hzeoc_Q9rLlNx64zQ3FuvzgF2xOz9p6e1Fw/viewform"
>Volunteer</a
>
</p>
</div>
<div class="col-md-4">
<h4>Follow Us</h4>
<a
class="text-warning fs-4 p-2"
href="https://www.facebook.com/wtmmodesto"
><i class="bi bi-facebook"></i
></a>
<a
class="text-warning fs-4 p-2"
href="https://www.instagram.com/wtmmodesto/"
><i class="bi bi-instagram"></i
></a>
<a
class="text-warning fs-4 p-2"
href="https://www.linkedin.com/company/women-techmakers-modesto/"
><i class="bi bi-linkedin"></i
></a>
</div>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"
></script>
</body>
</html>