-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
747 lines (648 loc) · 39.4 KB
/
index.html
File metadata and controls
747 lines (648 loc) · 39.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DevRelChat — Community & Engineering at Scale</title>
<meta charset="utf-8">
<link rel="manifest" href="manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#040402">
<link rel="icon" href="images/fav.jpg" type="image" sizes="50x50">
<link rel="apple-touch-icon" href="images/icons/icon-72x72.png" />
<link rel="apple-touch-icon" href="images/icons/icon-96x96.png" />
<link rel="apple-touch-icon" href="images/icons/icon-128x128.png" />
<link rel="apple-touch-icon" href="images/icons/icon-144x144.png" />
<link rel="apple-touch-icon" href="images/icons/icon-152x152.png" />
<link rel="apple-touch-icon" href="images/icons/icon-192x192.png" />
<link rel="apple-touch-icon" href="images/icons/icon-384x384.png" />
<link rel="apple-touch-icon" href="images/icons/icon-512x512.png" />
<meta name="apple-mobile-web-app-status-bar" content="#040402" />
<meta name="title" content="DevRelChat - Community and Engineering at Scale">
<meta name="description"
content="Senior Developer Advocate Shodipo Ayomide speaks and interviews leading people in the Developer Relations ecosystem across the globe, discussing about everything Community & Engineering. ">
<meta property="og:type" content="website">
<meta property="og:url" content="http://www.devrelchat.dev/">
<meta property="og:title" content="DevRelChat - Community and Engineering at Scale">
<meta property="og:description"
content="Senior Developer Advocate Shodipo Ayomide speaks and interviews leading people in the Developer Relations ecosystem across the globe, discussing about everything Community & Engineering. ">
<meta property="og:image" content="images/devrelchat-shodipo-ayomide.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="http://www.devrelchat.dev/">
<meta property="twitter:title" content="DevRelChat - Community and Engineering at Scale">
<meta property="twitter:description"
content="Senior Developer Advocate Shodipo Ayomide speaks and interviews leading people in the Developer Relations ecosystem across the globe, discussing about everything Community & Engineering. ">
<meta property="twitter:image" content="images/devrelchat-shodipo-ayomide.jpg">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,700,900">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mediaelement@4.2.7/build/mediaelementplayer.min.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<style>
hr.colored {
height: 8px;
background: linear-gradient(to left,
#6DD801,
#6DD801,
rgb(184, 226, 15) 12.5%,
rgba(245, 253, 212, 1) 25%,
rgb(15, 224, 60) 100%,
rgb(15, 224, 60) 100%,
rgba(242, 122, 107, 1) 37.5%,
rgba(242, 122, 107, 1) 50%,
rgba(223, 157, 185, 1) 50%,
rgba(223, 157, 185, 1) 62.5%,
rgba(192, 156, 221, 1) 62.5%,
rgba(192, 156, 221, 1) 75%,
rgba(95, 156, 217, 1) 75%,
rgba(95, 156, 217, 1) 87.5%,
rgba(94, 190, 227, 1) 87.5%,
rgb(15, 224, 60) 100%,
rgb(15, 224, 60) 100%);
}
.button-main {
color: white;
background: #6DD801;
font-size: 20px;
margin: 14px;
font-family: inherit;
box-sizing: border-box;
padding: 11px 48px;
border: 0;
border-radius: 6px;
font-weight: bold;
cursor: pointer;
transition: .15s ease-in-out;
box-shadow: 0 4px 6px -1px hsl(0 0% 0% / .07), 0 2px 4px -1px hsl(0 0% 0% / .07);
}
.button-main:hover,
.button-main:focus {
background: #54a304;
}
.button-main:active {
transform: scale(.96);
}
.button-main2 {
color: white;
background: #6DD801;
font-size: 20px;
margin: 14px;
font-family: inherit;
box-sizing: border-box;
padding: 11px 48px;
border: 0;
border-radius: 6px;
font-weight: bold;
cursor: pointer;
transition: .15s ease-in-out;
box-shadow: 0 4px 6px -1px hsl(0 0% 0% / .07), 0 2px 4px -1px hsl(0 0% 0% / .07);
}
.button-main2:hover,
.button-main2:focus {
background: #54a304;
}
.button-main2:active {
transform: scale(.96);
}
.wrap {
overflow: hidden;
margin: 10px;
max-width: 1500px;
margin-left: auto;
margin-right: auto;
}
.box {
float: left;
position: relative;
width: 50%;
padding-bottom: 34%;
}
.boxInner {
position: absolute;
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
overflow: hidden;
}
.boxInner img {
width: 100%
}
@media only screen and (max-width:480px) {
/* Smartphone view: 1 tile */
.box {
width: 100%;
padding-bottom: 85%;
}
}
@media only screen and (max-width:650px) and (min-width:481px) {
/* Tablet view: 2 tiles */
.box {
width: 50%;
padding-bottom: 35%;
}
}
@media only screen and (max-width:1050px) and (min-width:651px) {
/* Small desktop / ipad view: 3 tiles */
.box {
width: 43.3%;
padding-bottom: 30%;
margin-left: 32px;
}
}
@media only screen and (max-width:1290px) and (min-width:1051px) {
/* Medium desktop: 4 tiles */
.box {
width: 46%;
padding-bottom: 33%;
margin-left: 32px;
}
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125265218-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-125265218-4');
</script>
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-4 absolute transparent" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-3" data-aos="fade-down">
<a href="/"><img class="logo" src="images/logo.png"></a>
</div>
<div class="col-9" data-aos="fade-down">
<nav class="site-navigation position-relative text-right text-md-right" role="navigation">
<div class="d-inline-block ml-md-0 mr-auto py-3"><a href="#"
class="site-menu-toggle js-menu-toggle text-white"><span class="icon-menu h3"></span></a></div>
<ul class="site-menu js-clone-nav d-none">
<li><a href="/">Home</a></li>
<li><a href="audio-episodes.html">All Audio Episodes</a></li>
<li><a href="video-episodes.html">All Video Eposodes</a></li>
<li><a href="contact.html">Contact</a></li>
<!-- <a href="https://anchor.fm/" target="_blank"> <img src="https://www.tn.gov/content/tn/environment/program-areas/opsp-policy-and-sustainable-practices/sp-meet-the-team/the-state-of-sustainability-podcast/jcr%3acontent/content/tn_columnctrl/column_parsys0/tn_image.img.png/1585683863139.png" alt="" style="width:200px; margin-top:50px; margin-right: 10px; margin-left: -14px;" loading="lazy"></a>
<a href="https://www.youtube.com/channel/UCwTMR6EuyaBZQF4obn3zemQ/?guided_help_flow=5" target="_blank"><img src="https://ih1.redbubble.net/image.421033767.8936/flat,800x800,075,f.u7.jpg" alt="" style="width:136px; margin-top:50px; margin-right: 10px;" loading="lazy"></a>
<a href="coming-soon.html" target="_blank"><img src="https://www.tn.gov/content/tn/environment/program-areas/opsp-policy-and-sustainable-practices/sp-meet-the-team/the-state-of-sustainability-podcast/jcr%3acontent/content/tn_columnctrl/column_parsys2/tn_image_342576147.img.png/1585683966089.png" alt="" style="width:150px; margin-top:50px; margin-right: 10px;" loading="lazy"></a>
<a href="coming-soon.html" target="_blank"><img src="https://www.tn.gov/content/tn/environment/program-areas/opsp-policy-and-sustainable-practices/sp-meet-the-team/the-state-of-sustainability-podcast/jcr%3acontent/content/tn_columnctrl/column_parsys3/tn_image.img.png/1585683924628.png" alt="" style="width:150px; margin-top:50px; margin-right: 10px;" loading="lazy"></a> -->
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="site-blocks-cover overlay" style="background-image: url(https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205980/hero_bg_1.jpg);" data-aos="fade"
data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center text-center">
<div class="col-md-8" data-aos="fade-up" data-aos-delay="400" >
<h2 class="text-white font-weight-light mb-2 display-4">Latest: Understanding Developer Relations</h2>
<div class="text-white mb-4"><span class="text-white-opacity-05"><small>From <a
href="https://twitter.com/developerayo" target="_blank" style="color: #dedede;">Shodipo Ayomide</a>
| With <a href="https://twitter.com/MayaShavin" target="_blank" style="color: #dedede;">Maya Shavin</a> & <a href="https://twitter.com/unicodeveloper" target="_blank" style="color: #dedede;">Prosper Otemuyiwa</a> | August 11th 2020 </small></span></div>
<div style="text-align: center;">
<a href="audio-episodes.html"><button class="button-main">Audio Episodes</button></a>
</div>
<div style="text-align: center;"></div>
<a href="video-episodes.html"><button class="button-main2">Video Episodes</button></a>
</div>
<div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section bg-light">
<div class="container">
<div class="row mb-5" data-aos="fade-up">
<div class="col-md-12 text-center">
<h2 class="font-weight-bold text-black">Recent Audio Recordings</h2>
<small>(Click the poster to access either the audio or the video format)</small>
</div>
</div>
<div class="wrap">
<!-- Define all of the tiles: -->
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://anchor.fm/devrelchat/episodes/Understanding-Developer-Relations-with-Maya-Shavin-From-Shodipo-Ayomide-eio0nr" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1598522285/Maya-shodipoayomide-developerayo.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/mayashavin"
target="_blank" style="color: #64c008;">Maya Shavin</a> <span class="sep">|</span> August 11th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://anchor.fm/devrelchat/episodes/Understanding-Developer-Relations-with-Prosper-Otemuyiwa-From-Shodipo-Ayomide-eintqv" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1598521093/prosper-shodipoayomide-developerayo.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/unicodeveloper"
target="_blank" style="color: #64c008;">Prosper Otemuyiwa</a> <span class="sep">|</span> August 11th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://anchor.fm/devrelchat/episodes/DevRelChat---Understanding-Developer-Advocacy-with-Cassidy-Williams-From-Shodipo-Ayomide-egif57/a-a2ltck8" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205139/Cassidy-Willians-DevRelChat-shodipo-ayomide.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/cassidoo"
target="_blank" style="color: #64c008;">Cassidy Williams</a> <span class="sep">|</span> June 30th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://anchor.fm/devrelchat/episodes/DevRelChat---Understanding-Developer-Advocacy-with-Doron-Sherman-From-Shodipo-Ayomide-egiepd/a-a2lt8vc" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205138/Doron-DevRelChat-shodipo-ayomide.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/TraderD65"
target="_blank" style="color: #64c008;">Doron Sherman</a> <span class="sep">|</span> June 30th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://anchor.fm/devrelchat/episodes/DevRelChat---Understanding-Developer-Advocacy-with-Jen-Looper-From-Shodipo-Ayomide-egiffn/a-a2ltegr" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205144/Jen-Looper-DevRelChat-shodipo-ayomide.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/jenlooper"
target="_blank" style="color: #64c008;">Jen Looper</a> <span class="sep">|</span> June 30th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://anchor.fm/devrelchat/episodes/DevRelChat---Understanding-Developer-Advocacy-with-Aniedi-Udo-Obong-From-Shodipo-Ayomide-egidmu/a-a2lt2m7" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205144/Aniedi-Udo-DevRelChat-shodipo-ayomide.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/aniediudo"
target="_blank" style="color: #64c008;">Aniedi Udo-Obong</a> <span class="sep">|</span> June 30th
2020</small></span></div>
</div>
</div>
</div>
</div><br /><br />
<div class="row mb-5" data-aos="fade-up">
<div class="col-md-12 text-center">
<h2 class="font-weight-bold text-black">Recent Video Recordings</h2>
<small>(Click the poster to access either the audio or the video format)</small>
</div>
</div>
<div class="wrap">
<!-- Define all of the tiles: -->
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://youtu.be/AoWLF83L6Gs" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1598522285/Maya-shodipoayomide-developerayo.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/mayashavin"
target="_blank" style="color: #64c008;">Maya Shavin</a> <span class="sep">|</span> August 11th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://youtu.be/R3WP5qWGrfc" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1598521093/prosper-shodipoayomide-developerayo.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/unicodeveloper"
target="_blank" style="color: #64c008;">Prosper Otemuyiwa</a> <span class="sep">|</span> August 11th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://youtu.be/mQO5Pl6QiDU" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205139/Cassidy-Willians-DevRelChat-shodipo-ayomide.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/cassidoo"
target="_blank" style="color: #64c008;">Cassidy Williams</a> <span class="sep">|</span> June 30th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://youtu.be/QWyUCVQbSc4" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205138/Doron-DevRelChat-shodipo-ayomide.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/TraderD65"
target="_blank" style="color: #64c008;">Doron Sherman</a> <span class="sep">|</span> June 30th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://youtu.be/XLUDr_cdS1c" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205144/Jen-Looper-DevRelChat-shodipo-ayomide.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/jenlooper"
target="_blank" style="color: #64c008;">Jen Looper</a> <span class="sep">|</span> June 30th
2020</small></span></div>
</div>
</div>
</div>
<div class="box">
<div class="boxInner" data-aos="fade-up">
<a href="https://youtu.be/6enCam1_ol8" target="_blank"><img
src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205144/Aniedi-Udo-DevRelChat-shodipo-ayomide.png" /></a>
<div class="titleBox">
<div class="text-white mb-3"><span class="text-black-opacity-05"><small>From: <a
href="https://twitter.com/developerayo" target="_blank" style="color: #64c008;">Shodipo
Ayomide</a> <span class="sep">|</span> With: <a href="https://twitter.com/aniediudo"
target="_blank" style="color: #64c008;">Aniedi Udo-Obong</a> <span class="sep">|</span> June 30th
2020</small></span></div>
</div>
</div>
</div>
</div>
<div style="text-align: center;">
<a href="audio-episodes.html" target="_blank"><button class="button-main">Audio Episodes</button></a>
<a href="video-episodes.html" target="_blank"><button class="button-main2">Video Episodes</button></a>
</div>
<div class="site-section">
<div class="container" data-aos="fade-up">
<div class="row mb-5">
<div class="col-md-12 text-center">
<small class="font-weight-bold text-black" style="float: left;">Who's behind this?!</small><br />
<h2 class="font-weight-bold text-black" style="float: left;">Shodipo Ayomide</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-5 mb-lg-5">
<div class="team-member">
<img src="https://res.cloudinary.com/developerayo/image/upload/q_auto:best,f_auto/v1594205988/shodipo-ayomide.jpg" alt="Image" class="img-fluid">
<div class="text">
<h2 class="mb-2 font-weight-light h4">Shodipo Ayomide</h2>
<span class="d-block mb-2 text-white-opacity-05">Senior Developer Advocate & Program Manager</span>
<p class="mb-4">OSS Contributor | Developer Community Evangelist | Conference Speaker | Software
Engineer | Technical Writer</p>
<p>
<a href="http://fb.com/shodipo.ayomide" target="_blank" class="text-white p-2"><span
class="icon-facebook"></span></a>
<a href="https://twitter.com/developerayo" target="_blank" class="text-white p-2"><span
class="icon-twitter"></span></a>
<a href="https://www.linkedin.com/in/shodipo-ayomide/" target="_blank" class="text-white p-2"><span
class="icon-linkedin"></span></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section bg-light block-13">
<div class="container">
<div class="row mb-5">
<div class="col-md-12 text-center">
<h2 class="font-weight-bold text-black">Past Guests</h2>
</div>
</div>
<div class="at-grid" data-column="3">
<div class="at-column">
<div class="at-user">
<div class="at-user__avatar"><img
src="https://images.squarespace-cdn.com/content/v1/58bfb8c059cc68cc36914ea9/1574059619758-U8OEQVAGIE1J2PPRWL4C/ke17ZwdGBToddI8pDm48kMxxU8BBM7QXTkUS9RsZ0_JZw-zPPgdn4jUwVcJE1ZvWQUxwkmyExglNqGp0IvTJZUJFbgE-7XRK3dMEBRBhUpySNVZN3VG4kRUgitBjy0AdiIWqiUMGC62P-cIWCx7uLF3R7CTcaJXTmUOe2ItFBBs/casssquare.jpg" /></div>
<div class="at-user__name">Cassidy Williams</div>
<div class="at-user__title">Principal Developer Experience <br /> Engineer at Netlify</div>
<ul class="at-social">
<li class="at-social__item"><a href="https://twitter.com/cassidoo" target="_blank">
<svg viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg"
style="margin-left:-32px ">
<path
d="M20.875 7.5v.563c0 3.28-1.18 6.257-3.54 8.93C14.978 19.663 11.845 21 7.938 21c-2.5 0-4.812-.687-6.937-2.063.5.063.86.094 1.078.094 2.094 0 3.969-.656 5.625-1.968a4.563 4.563 0 0 1-2.625-.915 4.294 4.294 0 0 1-1.594-2.226c.375.062.657.094.844.094.313 0 .719-.063 1.219-.188-1.031-.219-1.899-.742-2.602-1.57a4.32 4.32 0 0 1-1.054-2.883c.687.328 1.375.516 2.062.516C2.61 9.016 1.938 7.75 1.938 6.094c0-.782.203-1.531.609-2.25 2.406 2.969 5.515 4.547 9.328 4.734-.063-.219-.094-.562-.094-1.031 0-1.281.438-2.36 1.313-3.234C13.969 3.437 15.047 3 16.328 3s2.375.484 3.281 1.453c.938-.156 1.907-.531 2.907-1.125-.313 1.094-.985 1.938-2.016 2.531.969-.093 1.844-.328 2.625-.703-.563.875-1.312 1.656-2.25 2.344z"
fill-rule="evenodd"></path>
</svg></a></li>
</ul>
</div>
</div>
<div class="at-column">
<div class="at-user">
<div class="at-user__avatar"><img
src="https://pbs.twimg.com/profile_images/806609603957919744/SI3n1EPT_400x400.jpg" /></div>
<div class="at-user__name">Doron Sherman</div>
<div class="at-user__title">Vice President Evangelism at Cloudinary </div>
<ul class="at-social">
<li class="at-social__item"><a href="https://twitter.com/TraderD65" target="_blank">
<svg viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg"
style="margin-left:-32px ">
<path
d="M20.875 7.5v.563c0 3.28-1.18 6.257-3.54 8.93C14.978 19.663 11.845 21 7.938 21c-2.5 0-4.812-.687-6.937-2.063.5.063.86.094 1.078.094 2.094 0 3.969-.656 5.625-1.968a4.563 4.563 0 0 1-2.625-.915 4.294 4.294 0 0 1-1.594-2.226c.375.062.657.094.844.094.313 0 .719-.063 1.219-.188-1.031-.219-1.899-.742-2.602-1.57a4.32 4.32 0 0 1-1.054-2.883c.687.328 1.375.516 2.062.516C2.61 9.016 1.938 7.75 1.938 6.094c0-.782.203-1.531.609-2.25 2.406 2.969 5.515 4.547 9.328 4.734-.063-.219-.094-.562-.094-1.031 0-1.281.438-2.36 1.313-3.234C13.969 3.437 15.047 3 16.328 3s2.375.484 3.281 1.453c.938-.156 1.907-.531 2.907-1.125-.313 1.094-.985 1.938-2.016 2.531.969-.093 1.844-.328 2.625-.703-.563.875-1.312 1.656-2.25 2.344z"
fill-rule="evenodd"></path>
</svg></a></li>
</ul>
</div>
</div>
<div class="at-column">
<div class="at-user">
<div class="at-user__avatar"><img
src="https://pbs.twimg.com/profile_images/1154042252613677057/P1CrGjog_400x400.png" /></div>
<div class="at-user__name">Jen Looper</div>
<div class="at-user__title">Developer Advocate Lead at Microsoft</div>
<ul class="at-social">
<li class="at-social__item"><a href="https://twitter.com/jenlooper" target="_blank">
<svg viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg"
style="margin-left:-32px ">
<path
d="M20.875 7.5v.563c0 3.28-1.18 6.257-3.54 8.93C14.978 19.663 11.845 21 7.938 21c-2.5 0-4.812-.687-6.937-2.063.5.063.86.094 1.078.094 2.094 0 3.969-.656 5.625-1.968a4.563 4.563 0 0 1-2.625-.915 4.294 4.294 0 0 1-1.594-2.226c.375.062.657.094.844.094.313 0 .719-.063 1.219-.188-1.031-.219-1.899-.742-2.602-1.57a4.32 4.32 0 0 1-1.054-2.883c.687.328 1.375.516 2.062.516C2.61 9.016 1.938 7.75 1.938 6.094c0-.782.203-1.531.609-2.25 2.406 2.969 5.515 4.547 9.328 4.734-.063-.219-.094-.562-.094-1.031 0-1.281.438-2.36 1.313-3.234C13.969 3.437 15.047 3 16.328 3s2.375.484 3.281 1.453c.938-.156 1.907-.531 2.907-1.125-.313 1.094-.985 1.938-2.016 2.531.969-.093 1.844-.328 2.625-.703-.563.875-1.312 1.656-2.25 2.344z"
fill-rule="evenodd"></path>
</svg></a></li>
</ul>
</div>
</div>
<div class="at-column">
<div class="at-user">
<div class="at-user__avatar"><img
src="https://pbs.twimg.com/profile_images/1270049684120354816/RuezR1Es_400x400.jpg" /></div>
<div class="at-user__name">Aniedi Udo-Obong</div>
<div class="at-user__title">Program Manager Sub Sarahan <br /> Africa at Google</div>
<ul class="at-social">
<li class="at-social__item"><a href="https://twitter.com/aniediudo" target="_blank">
<svg viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg"
style="margin-left:-32px ">
<path
d="M20.875 7.5v.563c0 3.28-1.18 6.257-3.54 8.93C14.978 19.663 11.845 21 7.938 21c-2.5 0-4.812-.687-6.937-2.063.5.063.86.094 1.078.094 2.094 0 3.969-.656 5.625-1.968a4.563 4.563 0 0 1-2.625-.915 4.294 4.294 0 0 1-1.594-2.226c.375.062.657.094.844.094.313 0 .719-.063 1.219-.188-1.031-.219-1.899-.742-2.602-1.57a4.32 4.32 0 0 1-1.054-2.883c.687.328 1.375.516 2.062.516C2.61 9.016 1.938 7.75 1.938 6.094c0-.782.203-1.531.609-2.25 2.406 2.969 5.515 4.547 9.328 4.734-.063-.219-.094-.562-.094-1.031 0-1.281.438-2.36 1.313-3.234C13.969 3.437 15.047 3 16.328 3s2.375.484 3.281 1.453c.938-.156 1.907-.531 2.907-1.125-.313 1.094-.985 1.938-2.016 2.531.969-.093 1.844-.328 2.625-.703-.563.875-1.312 1.656-2.25 2.344z"
fill-rule="evenodd"></path>
</svg></a></li>
</ul>
</div>
</div>
<div class="at-column">
<div class="at-user">
<div class="at-user__avatar"><img
src="https://miro.medium.com/max/500/1*tv9pIQPhwumDnYBfCoapYg.jpeg" /></div>
<div class="at-user__name">Prosper Otemuyiwa</div>
<div class="at-user__title">Co-Founder & CTO EdenLife</div>
<ul class="at-social">
<li class="at-social__item"><a href="https://twitter.com/unicodeveloper" target="_blank">
<svg viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg"
style="margin-left:-32px ">
<path
d="M20.875 7.5v.563c0 3.28-1.18 6.257-3.54 8.93C14.978 19.663 11.845 21 7.938 21c-2.5 0-4.812-.687-6.937-2.063.5.063.86.094 1.078.094 2.094 0 3.969-.656 5.625-1.968a4.563 4.563 0 0 1-2.625-.915 4.294 4.294 0 0 1-1.594-2.226c.375.062.657.094.844.094.313 0 .719-.063 1.219-.188-1.031-.219-1.899-.742-2.602-1.57a4.32 4.32 0 0 1-1.054-2.883c.687.328 1.375.516 2.062.516C2.61 9.016 1.938 7.75 1.938 6.094c0-.782.203-1.531.609-2.25 2.406 2.969 5.515 4.547 9.328 4.734-.063-.219-.094-.562-.094-1.031 0-1.281.438-2.36 1.313-3.234C13.969 3.437 15.047 3 16.328 3s2.375.484 3.281 1.453c.938-.156 1.907-.531 2.907-1.125-.313 1.094-.985 1.938-2.016 2.531.969-.093 1.844-.328 2.625-.703-.563.875-1.312 1.656-2.25 2.344z"
fill-rule="evenodd"></path>
</svg></a></li>
</ul>
</div>
</div>
<div class="at-column">
<div class="at-user">
<div class="at-user__avatar"><img
src="https://pbs.twimg.com/profile_images/1180146252371111936/pwOaWc29_400x400.jpg" /></div>
<div class="at-user__name">Maya Shavin</div>
<div class="at-user__title">Senior Frontend Engineer at Cloudinary</div>
<ul class="at-social">
<li class="at-social__item"><a href="https://twitter.com/mayashavin" target="_blank">
<svg viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg"
style="margin-left:-32px ">
<path
d="M20.875 7.5v.563c0 3.28-1.18 6.257-3.54 8.93C14.978 19.663 11.845 21 7.938 21c-2.5 0-4.812-.687-6.937-2.063.5.063.86.094 1.078.094 2.094 0 3.969-.656 5.625-1.968a4.563 4.563 0 0 1-2.625-.915 4.294 4.294 0 0 1-1.594-2.226c.375.062.657.094.844.094.313 0 .719-.063 1.219-.188-1.031-.219-1.899-.742-2.602-1.57a4.32 4.32 0 0 1-1.054-2.883c.687.328 1.375.516 2.062.516C2.61 9.016 1.938 7.75 1.938 6.094c0-.782.203-1.531.609-2.25 2.406 2.969 5.515 4.547 9.328 4.734-.063-.219-.094-.562-.094-1.031 0-1.281.438-2.36 1.313-3.234C13.969 3.437 15.047 3 16.328 3s2.375.484 3.281 1.453c.938-.156 1.907-.531 2.907-1.125-.313 1.094-.985 1.938-2.016 2.531.969-.093 1.844-.328 2.625-.703-.563.875-1.312 1.656-2.25 2.344z"
fill-rule="evenodd"></path>
</svg></a></li>
</ul>
</div>
</div>
<!-- <div class="at-column">
<div class="at-user">
<div class="at-user__avatar"><img src="https://pbs.twimg.com/profile_images/1154042252613677057/P1CrGjog_400x400.png"/></div>
<div class="at-user__name">Jen Looper</div>
<div class="at-user__title">Developer Advocate Lead at Microsoft</div>
<ul class="at-social">
<li class="at-social__item"><a href="https://twitter.com/jenlooper" target="_blank">
<svg viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg" style="margin-left:-32px ">
<path d="M20.875 7.5v.563c0 3.28-1.18 6.257-3.54 8.93C14.978 19.663 11.845 21 7.938 21c-2.5 0-4.812-.687-6.937-2.063.5.063.86.094 1.078.094 2.094 0 3.969-.656 5.625-1.968a4.563 4.563 0 0 1-2.625-.915 4.294 4.294 0 0 1-1.594-2.226c.375.062.657.094.844.094.313 0 .719-.063 1.219-.188-1.031-.219-1.899-.742-2.602-1.57a4.32 4.32 0 0 1-1.054-2.883c.687.328 1.375.516 2.062.516C2.61 9.016 1.938 7.75 1.938 6.094c0-.782.203-1.531.609-2.25 2.406 2.969 5.515 4.547 9.328 4.734-.063-.219-.094-.562-.094-1.031 0-1.281.438-2.36 1.313-3.234C13.969 3.437 15.047 3 16.328 3s2.375.484 3.281 1.453c.938-.156 1.907-.531 2.907-1.125-.313 1.094-.985 1.938-2.016 2.531.969-.093 1.844-.328 2.625-.703-.563.875-1.312 1.656-2.25 2.344z" fill-rule="evenodd"></path>
</svg></a></li>
</ul>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- <div class="site-blocks-cover overlay inner-page-cover" style="background-image: url(images/hero_bg_1.jpg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center text-center">
<div class="col-md-6" data-aos="fade-up" data-aos-delay="400">
<h2>Subscribe</h2>
<p class="mb-5">Subscribe to our newsletter</p>
<form action="#" method="post" class="site-block-subscribe">
<div class="input-group mb-3">
<input type="text" class="form-control border-secondary text-white bg-transparent" placeholder="Enter Email" aria-label="Enter Email" aria-describedby="button-addon2">
<div class="input-group-append">
<button class="btn btn-primary" type="button" id="button-addon2">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div> -->
<footer class="site-footer">
<div class="container">
<section id="lab_social_icon_footer">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container">
<div class="text-center center-block">
<a href="https://twitter.com/devrelchat" target="_blank"><i id="social-tw"
class="fa fa-twitter-square fa-3x social"></i></a>
<a href="https://github.com/DevRelChat" target="_blank"><i
id="social-github" class="fa fa-github-square fa-3x social"></i></a>
<a href="https://www.facebook.com/shodipo.ayomide" target="_blank"><i id="social-fb"
class="fa fa-facebook-square fa-3x social"></i></a>
<a href="https://www.youtube.com/channel/UCpidmaY0_DVjBk1lyHKNxtQ?view_as=subscriber" target="_blank"><i
id="social-youtube" class="fa fa-youtube-square fa-3x social"></i></a>
<a href="mailto:devrelchat@gmail.com"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
</div>
</div>
</section>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<p>
Copyright ©
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script>document.write(new Date().getFullYear());</script> All rights reserved.
</p>
<hr class="colored" />
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/mediaelement-and-player.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
var mediaElements = document.querySelectorAll('video, audio'), total = mediaElements.length;
for (var i = 0; i < total; i++) {
new MediaElementPlayer(mediaElements[i], {
pluginPath: 'https://cdn.jsdelivr.net/npm/mediaelement@4.2.7/build/',
shimScriptAccess: 'always',
success: function () {
var target = document.body.querySelectorAll('.player'), targetTotal = target.length;
for (var j = 0; j < targetTotal; j++) {
target[j].style.visibility = 'visible';
}
}
});
}
});
</script>
<script src="js/main.js"></script>
</body>
</html>