forked from codeconnector/codeconnector.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
549 lines (542 loc) · 31.3 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
---
title: Home
---
<!-- Header -->
<header class="landing">
<div class="overlay"></div>
<video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
<source src="/content/videos/workshop1.mp4" type="video/mp4">
</video>
<div class="container h-100">
<div class="d-flex h-100 align-items-center">
<div class="w-100 text-white">
<h1>Want to learn about tech or code?</h1>
<div class="row d-none d-md-flex">
<div class="col-lg-9 col-xl-8">
<p class="pt-3">We're here to help you get connected with mentors, meetups, communities, education, and companies that have your best interest in mind.</p>
</div>
</div>
<a class="btn btn-light btn-lg my-4 js-scroll-trigger shadow" href="#service">Learn more</a>
<br>
<i class="fas fa-chevron-down fa-3x" style="opacity: .25;"></i>
</div>
</div>
</div>
</header>
<!-- Challenge -->
<section id="challenge" class="bg-challenge">
<div class="container">
<div class="row d-flex justify-content-center align-items-center">
<div class="col-lg-10 text-center">
<h1 class="mx-lg-5 challenge text-light">Learning how to use tech or code can be <span id="typed"></span><span id="journey">journey...</span></h1>
<p class="mt-5 text-white">Well, we've been there too and we're here to help!</p>
</div>
</div>
</div>
</section>
<!-- Service -->
<section id="service" class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1>This is how we help</h1>
</div>
</div>
<div class="row pt-5 text-center">
<div class="col-sm-6 col-lg-3 pb-4 mb-md-0">
<div class="card shadow h-100">
<div class="card-body">
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-hands-helping fa-stack-1x fa-inverse"></i>
</span>
<h4 class="mt-4">Assistance</h4>
<p class="text-muted mt-4">We've built and are continuing to build a network of local and regional mentors that are excited to help you along the way.</p>
</div>
<div class="card-footer p-4">
<a class="btn btn-primary" href="/assistance">Receive</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 pb-4 mb-md-0">
<div class="card shadow h-100">
<div class="card-body">
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-hammer fa-stack-1x fa-inverse"></i>
</span>
<h4 class="mt-4">Education</h4>
<p class="text-muted mt-4">Videos, bootcamps, recruiting agencies, college degree programs... there are so many options! We want you to get what you need and at a price you can afford.</p>
</div>
<div class="card-footer p-4">
<a class="btn btn-primary" href="/learn">Learn</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 pb-4 mb-md-0">
<div class="card shadow h-100">
<div class="card-body">
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-thumbs-up fa-stack-1x fa-inverse"></i>
</span>
<h4 class="mt-4">Opportunities</h4>
<p class="text-muted mt-4">What to land a new job? Want to build something that will change the world? Want to see if this stuff is right for you? No matter what, we want to see you progress.</p>
</div>
<div class="card-footer p-4">
<a class="btn btn-primary" href="learn.html#online">Find</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 pb-4 mb-md-0">
<div class="card shadow h-100">
<div class="card-body">
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-users fa-stack-1x fa-inverse"></i>
</span>
<h4 class="mt-4">Community</h4>
<p class="text-muted mt-4">Whether through our local free meetups or online chat group, you've got a group that you can rely on and give back to.</p>
</div>
<div class="card-footer p-4">
<a class="btn btn-primary" href="learn.html#online">Join</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Reason -->
<section id="reason">
<div class="container">
<div class="row mb-md-5">
<div class="col-lg-12 text-center">
<h1>What makes us different</h1>
</div>
</div>
<div class="row py-5 d-flex align-items-center justify-content-center">
<div class="col-md-4 mr-lg-4 order-2 order-md-1 text-center text-md-left">
<h1 class="text-primary">Accessible</h1>
<h5>APPROACH</h5>
<p class="text-muted">Having to learn something new on top of full-time work or taking care of kids is tough. With this in mind, we keep things easy to understand and at an undemanding pace.</p>
</div>
<div class="col-md-6 order-1 order-md-2">
<img loading="lazy" src="/content/images/meetups/color/5by7/14.jpg" class="img-fluid mb-4 mb-md-0 rounded" alt="Attendee examining laptop with mentor">
</div>
</div>
<div class="row py-5 d-flex align-items-center justify-content-center">
<div class="col-md-6">
<img loading="lazy" src="/content/images/meetups/color/5by7/20a.jpg" class="img-fluid mb-4 mb-md-0 rounded" alt="Attendees having a good time at two tables">
</div>
<div class="col-md-4 ml-md-4 text-center text-md-left">
<h1 class="text-primary">Improved</h1>
<h5>CHANCES & SALARY</h5>
<p class="text-muted">Want to double the amount of money you make? Want to build something that will change the world? Want to see if this stuff is right for you? No matter your goal, we want to see you grow.</p>
</div>
</div>
<div class="row py-5 d-flex align-items-center justify-content-center">
<div class="col-md-4 mr-md-4 order-2 order-md-1 text-center text-md-left">
<h1 class="text-primary">100%</h1>
<h5>SUCCESS</h5>
<p class="text-muted">Our goal is that attendees always leave being more prepared for their course work, next task, or job interview.</p>
</div>
<div class="col-md-6 order-1 order-md-2">
<img loading="lazy" src="/content/images/meetups/color/5by7/8.jpg" class="img-fluid mb-4 mb-md-0 rounded" alt="Attendees standing for group photo">
</div>
</div>
<div class="row py-5 d-flex align-items-center justify-content-center">
<div class="col-md-6">
<img loading="lazy" src="/content/images/meetups/color/5by7/12.jpg" class="img-fluid mb-4 mb-md-0 rounded" alt="Attendees working on code and observing others at work">
</div>
<div class="col-md-4 ml-md-4 text-center text-md-left">
<h1 class="text-primary">Affordable</h1>
<h5>RESOURCES</h5>
<p class="text-muted">We're not a recruiting agency, university, or bootcamp, but we care deeply about providing people with meaningful assistance, resources, meetups, and connections for free or at a cost that everyday folks can afford.</p>
</div>
</div>
</div>
</section>
<section id="testimonials" class="bg-light">
<div class="container">
<div class="row mb-5">
<div class="col-lg-12 text-center">
<h1>Here's what people are saying about us</h1>
</div>
</div>
</div>
<div class="container d-none d-lg-flex">
<div class="card-columns">
<div class="card shadow-sm">
<div class="card-body pb-0">
<p>
<small>
Code Connector events give me encouragement to keep going when it's easier to give up. The family atmosphere helps to motivate you to continue in your Coding or IT endeavors. The events incorporate work with fun. I cannot thank the organizers enough for having the foresight to bring this awesome organization to my city (Memphis). I understand the grit and grind that it takes to make this chapter successful.
</small>
</p>
</div>
<div class="card-footer border-top">
<div class="row d-flex align-items-center">
<div class="col-2 mr-3">
<img loading="lazy" class="img-responsive border mr-3" src="/content/images/testimonials/1.png" alt="Portrait of Demetria Farewell" style="width: 50px; border-radius: 5rem;">
</div>
<div class="col">
<p class="mb-0">Demetria Farewell</p>
<p class="mb-0">
<a href="www.linkedin.com/in/demetria-farewell-a8806340/" target="_blank" rel="noopener" aria-label="Demetria Farewell LinkedIn page"><i class="fab fa-linkedin fa-lg"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="card shadow-sm">
<div class="card-body pb-0">
<p>
<small>
Code Connector has and continues to be an amazing environment for budding or experienced developers. I love the variety of people I get to meet at their workshops and events.
</small>
</p>
</div>
<div class="card-footer border-top">
<div class="row d-flex align-items-center">
<div class="col-2 mr-3">
<img loading="lazy" class="img-responsive border mr-3" src="/content/images/testimonials/2.png" alt="Portrait of David Nguyễn" style="width: 50px; border-radius: 5rem;">
</div>
<div class="col">
<p class="mb-0">David Nguyen</p>
<p class="mb-0">
<a href="https://twitter.com/DavidNDev" target="_blank" rel="noopener" aria-label="David Nguyen twitter"><i class="fab fa-twitter fa-lg"></i></a>
<a href="https://davidnguyen.dev/" target="_blank" rel="noopener" aria-label="David Nguyen personal website"><i class="fas fa-globe fa-lg"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="card shadow-sm">
<div class="card-body pb-0">
<p>
<small>
This organization has helped to tackle so many different concerns while I was getting into coding. They helped me with interview prep, find what local employers were looking for, understand what kind of routes into coding best fit my personality, and so much more. It’s a great place to start and they might even help land you your first gig! With Code Connector, you’ll always be connected with like-minded individuals who are already in the field and always doing more to change the environment around it.
</small>
</p>
</div>
<div class="card-footer border-top">
<div class="row d-flex align-items-center">
<div class="col-2 mr-3">
<img loading="lazy" class="img-responsive border mr-3" src="/content/images/testimonials/3.png" alt="Portrait of Jordan Parker" style="width: 50px; border-radius: 5rem;">
</div>
<div class="col">
<p class="mb-0">Jordan Parker</p>
<p class="mb-0">
<a href="https://www.youtube.com/channel/UCIighrejAPkkY5nRhY8WTxA" target="_blank" rel="noopener" aria-label="Jordan Parker YouTube channel"><i class="fab fa-youtube fa-lg"></i></a>
<a href="https://www.instagram.com/jpdevelops" target="_blank" rel="noopener"><i class="fab fa-instagram fa-lg" aria-label="Jordan Parker instagram"></i></a>
<a href="https://www.twitter.com/jpdevelops_" target="_blank" rel="noopener"><i class="fab fa-twitter fa-lg" aria-label="Jordan Parker twitter"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="card shadow-sm">
<div class="card-body pb-0">
<p>
<small>
This organization has helped me connect with other developers around Memphis. I have made friends through CC that have shown me so much and I have always learned something when going to the meetups. I highly recommend going and listening and showing off your project. The feedback and experience is invaluable.
</small>
</p>
</div>
<div class="card-footer border-top">
<div class="row d-flex align-items-center">
<div class="col-2 mr-3">
<img loading="lazy" class="img-responsive border mr-3" src="/content/images/testimonials/4.jpg" alt="Portrait of Walker Laury" style="width: 50px; border-radius: 5rem;">
</div>
<div class="col">
<p class="mb-0">Walker Laury</p>
<p class="mb-0">
<a href="https://www.linkedin.com/in/walkerlaury/" target="_blank" rel="noopener" aria-label="Walker Laury LinkedIn page"><i class="fab fa-linkedin fa-lg"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="card shadow-sm">
<div class="card-body pb-0">
<p>
<small>
Code Connector was a great introduction to the tech community in Memphis. They provide a space to interact with developers of all levels and as a junior dev new to the game and I feel like I learned a lot and even taught a little through the meet ups that CC organizes.
</small>
</p>
</div>
<div class="card-footer border-top">
<div class="row d-flex align-items-center">
<div class="col-2 mr-3">
<img loading="lazy" class="img-responsive border mr-3" src="/content/images/testimonials/5.png" alt="Portrait of Autumn Ragland" style="width: 50px; border-radius: 5rem;">
</div>
<div class="col">
<p class="mb-0">Autumn Ragland</p>
<p class="mb-0">
<a href="https://www.instagram.com/autumn_tech/" target="_blank" rel="noopener" aria-label="Autumn Ragland instagram"><i class="fab fa-instagram fa-lg"></i></a>
<a href="https://www.twitter.com/techautumn" target="_blank" rel="noopener" aria-label="Autumn Ragland twitter"><i class="fab fa-twitter fa-lg"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="card shadow-sm">
<div class="card-body pb-0">
<p>
<small>
Becoming a successful software engineer is a road best traveled with friends. Communities like Code Connector provide the resources, support, and inspiration to get started and get ahead. Whether you're starting from scratch or a seasoned pro, the knowledge sharing, mentorship, and exposure to new topics you'll experience when you get involved is sure to be rewarding.
</small>
</p>
</div>
<div class="card-footer border-top">
<div class="row d-flex align-items-center">
<div class="col-2 mr-3">
<img loading="lazy" class="img-responsive border mr-3" src="/content/images/testimonials/6.jpg" alt="Portrait of George Spake" style="width: 50px; border-radius: 5rem;">
</div>
<div class="col">
<p class="mb-0">George Spake</p>
<p class="mb-0">
<a href="https://www.twitter.com/georgespake" target="_blank" rel="noopener" aria-label="George Spake twitter"><i class="fab fa-twitter fa-lg"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="card shadow-sm">
<div class="card-body pb-0">
<p>
<small>
I started a tech bootcamp early 2019, with absolutely no ties to the tech-world, aside from my brother. CC provided me with an extremely supportive and motivational community, one that helped me land my first tech job 7 months after my bootcamp!
</small>
</p>
</div>
<div class="card-footer border-top">
<div class="row d-flex align-items-center">
<div class="col-2 mr-3">
<img loading="lazy" class="img-responsive border mr-3" src="/content/images/testimonials/7.jpg" alt="Portrait of Brandon Herlong" style="width: 50px; border-radius: 5rem;">
</div>
<div class="col">
<p class="mb-0">Brandon Herlong</p>
<p class="mb-0">
<a href="https://www.linkedin.com/in/brandon-herlong/" target="_blank" rel="noopener" aria-label="Brandon Herlong LinkedIn page"><i class="fab fa-linkedin fa-lg"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="card shadow-sm">
<div class="card-body pb-0">
<p>
<small>
A few years ago, I found myself dissatisfied with my career. I had spent eighteen years in mental health and was looking for something else. I attended a Code Co-op meeting in Knoxville. I met some great people that continued to provide direction and encouragement for getting started in coding. As it happened, the person I was set to interview with, for an internship, happened to attend this meeting. Through the connections I made through these meetups I was able to finish an internship and graduate. The meetup offered an open environment for beginners and never felt like it was too good for anyone to attend. I would strongly encourage those interested in or just starting their coding journey to join Code Connector and attend local meetups.
</small>
</p>
</div>
<div class="card-footer border-top">
<div class="row d-flex align-items-center">
<div class="col-2 mr-3">
<img loading="lazy" class="img-responsive border mr-3" src="/content/images/testimonials/8.jpg" alt="Portrait of Alan Carpenter" style="width: 50px; border-radius: 5rem;">
</div>
<div class="col">
<p class="mb-0">Alan Carpenter</p>
<p class="mb-0">
<a href="https://www.linkedin.com/in/alan-carpenter-2018" target="_blank" rel="noopener" aria-label="Alan Carpenter LinkedIn page"><i class="fab fa-linkedin fa-lg"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container d-flex d-lg-none">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" id="quote-carousel">
<a class="carousel-control-prev" href="#carouselExampleIndicators" aria-label="previous slide" role="button" data-slide="prev">
<i class="fas fa-chevron-left fa-3x"></i>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" aria-label="next slide" role="button" data-slide="next">
<i class="fas fa-chevron-right fa-3x"></i>
</a>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row d-flex justify-content-center pb-3">
<div class="col-12">
<div class="card">
<div class="card-body">
<blockquote>
<p>Code Connector events give me encouragement to keep going when it's easier to give up. The family atmosphere helps to motivate you to continue in your Coding or IT endeavors. The events incorporate work with fun. I cannot thank the organizers enough for having the foresight to bring this awesome organization to my city (Memphis). I understand the grit and grind that it takes to make this chapter successful.</p>
<small>Demetria Farewell</small>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center pb-3">
<div class="col-md-8 col-lg-6">
<div class="card">
<div class="card-body">
<blockquote>
<p>Code Connector has and continues to be an amazing environment for budding or experienced developers. I love the variety of people I get to meet at their workshops and events.</p>
<small>David Nguyen</small>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center pb-3">
<div class="col-12">
<div class="card">
<div class="card-body">
<blockquote>
<p>This organization has helped to tackle so many different concerns while I was getting into coding. They helped me with interview prep, find what local employers were looking for, understand what kind of routes into coding best fit my personality, and so much more. It’s a great place to start and they might even help land you your first gig! With Code Connector, you’ll always be connected with like-minded individuals who are already in the field and always doing more to change the environment around it.</p>
<small>Jordan Parker</small>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center pb-3">
<div class="col-12">
<div class="card">
<div class="card-body">
<blockquote>
<p>Code Connector has helped me connect with other developers around Memphis. I have made friends through CC that have shown me so much and I have always learned something when going to the meetups. I highly recommend going and listening and showing off your project. The feedback and experience is invaluable.</p>
<small>Walker Laury</small>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center pb-3">
<div class="col-12">
<div class="card">
<div class="card-body">
<blockquote>
<p>Code Connector was a great introduction to the tech community in Memphis. They provide a space to interact with developers of all levels and as a junior dev new to the game and I feel like I learned a lot and even taught a little through the meet ups that CC organizes.</p>
<small>Autumn Ragland</small>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center pb-3">
<div class="col-12">
<div class="card">
<div class="card-body">
<blockquote>
<p>Becoming a successful software engineer is a road best traveled with friends. Communities like Code Connector provide the resources, support, and inspiration to get started and get ahead. Whether you're starting from scratch or a seasoned pro, the knowledge sharing, mentorship, and exposure to new topics you'll experience when you get involved is sure to be rewarding.</p>
<small>George Spake</small>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center pb-3">
<div class="col-12">
<div class="card">
<div class="card-body">
<blockquote>
<p>I started a tech bootcamp early 2019, with absolutely no ties to the tech-world, aside from my brother. CC provided me with an extremely supportive and motivational community, one that helped me land my first tech job 7 months after my bootcamp!</p>
<small>Brandon Herlong</small>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center pb-3">
<div class="col-12">
<div class="card">
<div class="card-body">
<blockquote>
<p>A few years ago, I found myself dissatisfied with my career. I had spent eighteen years in mental health and was looking for something else. Several friends were involved with coding and project management. They encouraged me to explore front end development. I attended a Code Co-op meeting in Knoxville. I met some great people that continued to provide direction and encouragement for getting started in coding. As it happened, the person I was set to interview with, for an internship, happened to attend this meeting. I started interning for Knoxville Entrepreneur Center shortly after this meetup. Through the connections I made through these meetups I was able to finish my internship and graduate. The meetup offered an open environment for beginners and never felt like it was too good for anyone to attend. I would strongly encourage those interested in or just starting their coding journey to join code connective and attend local meetups.</p>
<small>Alan Carpenter</small>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"><img loading="lazy" class="img-responsive w-100 shadow" src="/content/images/testimonials/1.png" alt="Portrait of Demetria Farewell"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"><img loading="lazy" class="img-responsive w-100" src="/content/images/testimonials/2.png" alt="Portrait of David Nguyễn"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"><img loading="lazy" class="img-responsive w-100" src="/content/images/testimonials/3.png" alt="Portrait of Jordan Parker"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"><img loading="lazy" class="img-responsive w-100" src="/content/images/testimonials/4.jpg" alt="Portrait of Walker Laury"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"><img loading="lazy" class="img-responsive w-100" src="/content/images/testimonials/5.png" alt="Portrait of Autumn Ragland"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"><img loading="lazy" class="img-responsive w-100" src="/content/images/testimonials/6.jpg" alt="Portrait of George Spake"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"><img loading="lazy" class="img-responsive w-100" src="/content/images/testimonials/7.jpg" alt="Portrait of Brandon Herlong"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="7"><img loading="lazy" class="img-responsive w-100" src="/content/images/testimonials/8.jpg" alt="Portrait of Alan Carpenter"></li>
</ol>
</div>
</section>
<!-- Sponsors -->
<section class="bg-purple-meetup1">
<div class="container-fluid">
<div class="row pb-5">
<div class="col-lg-12 text-center text-light">
<h2>These companies and teams have made our efforts possible</h2>
</div>
</div>
<div class="partner-logos py-5">
<div class="slide"><img loading="lazy" src="/content/images/sponsors/base-light.png" alt="BASE (Birmingham Alabama Software Enthusiasts"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/einsteinbagels-light.gif" alt="Einstein Bros. Bagels" style="width: 50%;"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/epicenter-light.png" alt="Epicenter Memphis"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/memtech-light.gif" alt="Memphis Technology Foundation"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/awaken-light.gif" alt="Awaken Coffee" style="width: 50%;"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/lehighvalleytech-light.png" alt="Lehigh Valley Tech" style="width: 50%;"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/codecrew-light.gif" alt="CodeCrew"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/knoxdevs-light.gif" alt="KnoxDevs" style="width: 50%;"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/coworkingnight-light.png" alt="CoWorking Night"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/innovationdepot-light.png" alt="Innovation Depot"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/themarket-light.gif" alt="Downtown Allentown Market"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/cals-light.gif" alt="Central Arkansas Library System"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/universityofmemphis-light.gif" alt="University of Memphis"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/i85cyber-light.gif" alt="I85 Cyber Corridor"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/kec-light.png" alt="Knoxville Entrepreneur Center"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/lbt-light.png" alt="Learn Build Teach" style="width: 50%;"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/starbucks-light.gif" alt="Starbucks Coffee" style="width: 50%;"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/theemptycup-light.png" alt="The Empty Cup"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/mpl-light.gif" alt="Memphis Public Libraries" style="width: 50%;"></div>
<div class="slide"><img loading="lazy" src="/content/images/sponsors/bor-light.gif" alt="Birmingham on Rails"></div>
</div>
<div class="row pt-5 d-flex justify-content-center">
<div class="col-lg-6 text-center text-light">
<p>We're especially thankful to be supported by the awesome folks at <a href="https://memphistechnology.org/" target="_blank" rel="noopener" class="text-white">Memphis Technology Foundation</a>.</p>
<a href="about.html#partner" class="btn btn-light shadow mt-3">Learn more about MTF</a>
<!--
<a class="btn btn-light shadow mt-3 text-wrap" href="/about">Learn about our partnership</a>
-->
</div>
</div>
</div>
</section>
<script defer src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11/lib/typed.min.js" integrity="sha256-SbjNN9cJzRfdpoa82bqXKC5uMg+oqbWvVAzPlubCdNc=" crossorigin="anonymous"></script>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
var typed = new Typed("#typed", {
strings: ['a lonely', 'a frustrating', 'an expensive', 'an aimless', 'an exhausting', 'a difficult'],
typeSpeed: 50,
backSpeed: 50,
backDelay: 1000,
startDelay: 0,
showCursor: true,
loop: true,
});
});
</script>
<!-- Plugin JavaScript -->
<script defer src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js" integrity="sha256-DHF4zGyjT7GOMPBwpeehwoey18z8uiz98G4PRu2lV0A=" crossorigin="anonymous"></script>
<script defer src="/js/partner-slider.js"></script>