-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
374 lines (354 loc) · 24 KB
/
schedule.html
File metadata and controls
374 lines (354 loc) · 24 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>codebar Festival 2026 | Schedule</title>
<meta name="description" content="Join us for codebar Festival on March 11th, 12th and 13th">
<meta name="keywords" content="codebar, codebar Festival, diversity in tech, learning to code, learn to code">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.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=Montserrat:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/jpg" href="assets/favicons/favicon.png"/>
</head>
<body>
<div class="w-full bg-banner bg-black">
<a href="http://festival.codebar.io/"><img src="assets/house-icon.svg" class="w-16 p-3" alt="Back to homepage"/></a>
<div class="flex items-center flex-col md:flex-row w-5/5 py-24">
<div class="w-full">
<h2 class="text-6xl codebar-pink font-bold text-center">Schedule</h2>
</div>
</div>
</div>
<div class="w-4/5 mx-auto mt-10">
<p>You will need to RSVP to each session you would like to attend via <a href="https://ti.to/codebar/codebar-festival-2026" target="_blank" class="underline">this external ti.to page</a>!</p>
</div>
<!-- Monday -->
<div class="w-4/5 mx-auto mx-24 flex flex-col md:flex-row mt-8 mb-2">
<h2 class="codebar-pink font-light text-4xl"><span class="font-bold">Monday </span>16th March</h2>
</div>
<div class="flex-grow px-5 border-2 border-codebar-blue-400/100"></div>
<div class="w-4/5 mx-auto grid grid-cols-1 md:grid-cols-3">
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">EVENING TECHNICAL WORKSHOP</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">18:00 - 20:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">HTML & CSS from Zero to a Real Website. A Practical Beginner Workshop</p>
<p class="pt-4">Oluwatobi(Tobi) Salawu</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/oluwatobi-s/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Connect with Oluwatobi on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
</div>
<!-- Tuesday -->
<div class="w-4/5 mx-auto mx-24 flex flex-col md:flex-row mt-8 mb-2">
<h2 class="codebar-blue font-light text-4xl"><span class="font-bold">Tuesday </span>17th March</h2>
</div>
<div class="flex-grow px-5 border-2 border-codebar-blue-400/100"></div>
<div class="w-4/5 mx-auto grid grid-cols-1 md:grid-cols-3">
<div class="flex flex-col mt-12 blue-box mr-6">
<div class="bg-cb-blue text-white pt-5 pb-5 font-bold pl-4">LUNCHTIME TECHNICAL WORKSHOP</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">12:00 - 14:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">How to Write and Publish Your First Blog Post</p>
<p class="pt-4">Hugh Evans</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/hugh-evans-435134153" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Connect with Hugh on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to these talks"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 blue-box mr-6">
<div class="bg-cb-blue text-white pt-5 pb-5 font-bold pl-4">EVENING TECHNICAL WORKSHOP</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">18:00 - 20:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">Create your First Pipeline with GitHub Actions</p>
<p class="pt-4">Emma Jourzac</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/emma-jourzac/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Emma on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this workshop"/></a>
</div>
</div>
</div>
</div>
<!-- Wednesday -->
<div class="w-4/5 mx-auto mx-24 flex flex-col md:flex-row mt-8 mb-2">
<h2 class="codebar-green font-light text-4xl"><span class="font-bold">Wednesday</span> 18th March</h2>
</div>
<div class="flex-grow px-5 border-2 border-codebar-green-400/100"></div>
<div class="w-4/5 mx-auto grid grid-cols-1 md:grid-cols-3">
<div class="flex flex-col mt-12 green-box mr-6">
<div class="bg-cb-green text-white pt-5 pb-5 font-bold pl-4">LUNCHTIME TECHNICAL WORKSHOP</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">12:00 - 14:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8"> Designing for Everyone: Building Accessible and Inclusive Interfaces</p>
<p class="pt-4">Michael Okolo</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/michael-okolo-b24497b2/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Michael on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to these talks"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 green-box mr-6">
<div class="bg-cb-green text-white pt-5 pb-5 font-bold pl-4">EVENING TECHNICAL WORKSHOP</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">18:00 - 20:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8"> Let's Build Our First API</p>
<p class="pt-4">Julissa Rodriguez</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://x.com/julissarparco" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Connect with Julissa on X"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this workshop"/></a>
</div>
</div>
</div>
</div>
<!-- Thursday -->
<div class="w-4/5 mx-auto mx-24 flex flex-col md:flex-row mt-8 mb-2">
<h2 class="codebar-pink font-light text-4xl"><span class="font-bold">Thursday </span>19th March</h2>
</div>
<div class="flex-grow px-5 border-2 border-codebar-green-400/100"></div>
<div class="w-4/5 mx-auto grid grid-cols-1 md:grid-cols-3">
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">LUNCHTIME TECHNICAL WORKSHOP</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">12:00 - 14:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">Data Science for Beginners</p>
<p class="pt-4">Nigel Tart</p>
</div>
<div class="flex justify-end mt-4">
<a href="http://linkedin.com/in/nigeltart" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Nigel on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to these talks"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">EVENING TECHNICAL WORKSHOP</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">18:00 - 20:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">Frontend Engineering - Design Systems and Auditing an Existing App</p>
<p class="pt-4">Helen Khor</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this workshop"/></a>
</div>
</div>
</div>
</div>
<!-- Friday -->
<div class="w-4/5 mx-auto mx-24 flex flex-col md:flex-row mt-8 mb-2">
<h2 class="codebar-blue font-light text-4xl"><span class="font-bold">Friday </span>20th March</h2>
</div>
<div class="flex-grow px-5 border-2 border-codebar-blue-400/100"></div>
<div class="w-4/5 mx-auto grid grid-cols-1 md:grid-cols-3">
<div class="flex flex-col mt-12 blue-box mr-6">
<div class="bg-cb-blue text-white pt-5 pb-5 font-bold pl-4">LUNCHTIME TALKS</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">12:00 - 14:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">SCRUM and developers - Helen Khor</p>
<p class="font-medium text-base pt-8">AI & Ethics: Why Data Quality and Fairness Matter - Charlene Kuye</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to these talks"/></a>
</div>
</div>
</div>
</div>
<!-- Saturday -->
<div class="w-4/5 mx-auto mx-24 flex flex-col md:flex-row mt-8 mb-2">
<h2 class="codebar-pink font-light text-4xl"><span class="font-bold">Saturday </span>21st March</h2>
</div>
<div class="flex-grow px-5 border-2 border-codebar-pink-400/100"></div>
<div class="w-4/5 mx-auto grid grid-cols-1 md:grid-cols-3">
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TALK</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">10:15 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">Why Doing Difficult Things is Good for you and Good for Your Team</p>
<p class="pt-4">Katie Bickford</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/katie-bickford-7a9958aa/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Katie on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TALK</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">10:45 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">Understanding Software Requirements: Writing Clear User Stories</p>
<p class="pt-4">Millicent Didacus</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/millicent-didacus/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Millicent on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">PANEL</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">11:15 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">Technical interview panel - TBC</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TALK</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">13:00 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">Sponsor talks & Q&A</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TALK</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">13:30 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">Pay Rises and Progression: The Unwritten Playbook</p>
<p class="pt-4">Maddie Clingan</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/maddie-clingan/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Maddie on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TALK</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">14:00 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">The Hard Parts of JavaScript</p>
<p class="pt-4">Feyikemi Agboola</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/feyikemiogunsanya/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Feyikemi on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TALK/WORKSHOP</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">14:30 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">CV tips and tricks talk and workshop. Bring along your CV to get it reviewed.</p>
<p class="pt-4">Josh O'Brien</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/josh-obrien-4639ab68/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Josh on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TALK</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">15:45 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">Tech Beyond Code: A Roadmap for Sustainable Growth in Tech</p>
<p class="pt-4">Chinaza Chukwunweike</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/chinaza-chukwunweike-72395b185/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Chinaza on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TALK</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">16:15 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">Learning Python to Buy Shoes</p>
<p class="pt-4">Isaac Oldwood</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/isaac-oldwood/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Isaac on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
<div class="flex flex-col mt-12 pink-box mr-6">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TALK</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">16:45 (GMT) | LONDON</p>
<p class="font-medium text-base pt-8">Models Gone Rogue: A Guide to AI Security</p>
<p class="pt-4">Elena Calvo Carazo</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/elena-calvo-carazo/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Follow Elena on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2026" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this talk"/></a>
</div>
</div>
</div>
</div>
<footer class="w-full bg-dark-blue mt-16 pt-16 pb-16">
<div class="flex mb-12">
<div class="w-1/4">
<img src="assets/new-festival-logo-light.png" class="w-1/2 m-auto" alt="codebar Festival logo 2024"/>
</div>
<div class="w-1/4 bg-blue">
<p class="text-white">Get in touch</p>
<a href="mailto:hello@codebar.io?subject=Question about codebar Festival 2024" class="text-white"><p>hello@codebar.io</p></a>
</div>
<div class="w-1/4">
<ul class="list-none">
<li><a href="https://codebar.io/code-of-conduct" class="text-white font-medium text-s">Code of Conduct</a></li>
<li><a href="faq.html" class="text-white font-medium text-s">FAQ</a></li>
<li><a href="https://codebar.io/cookie-policy" class="text-white">Cookie Policy</a></li>
<li><a href="https://codebar.io/privacy-policy" class="text-white">Privacy Policy</a></li>
<li><a href="mailto:hello@codebar.io?subject=Question about codebar Festival 2024" class="text-white">Contact</a></li>
<li><a href="festival-2022.html" class="text-white">codebar Festival 2022</a></li>
<li><a href="festival-2023.html" class="text-white">codebar Festival 2023</a></li>
<li><a href="festival-2024.html" class="text-white">codebar Festival 2024</a></li>
<li><a href="festival-2025.html" class="text-white">codebar Festival 2025</a></li>
</ul>
</div>
<div class="w-1/4">
<div class="flex">
<a href="https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA" target="_blank" class="mr-1">
<img src="assets/social-icons/new-youtube-icon.png" alt="Subscribe to our YouTube channel" class="w-10">
</a>
<a href="https://www.instagram.com/codebarhq/" target="_blank" class="mr-1">
<img src="assets/social-icons/new-instagram-icon.png" alt="Follow us on Instagram" class="w-10">
</a>
<a href="https://www.facebook.com/codebarHQ" target="_blank" class="mr-1">
<img src="assets/social-icons/new-facebook-icon.png" alt="Like our Facebook page" class="w-10">
</a>
</div>
</div>
</div>
<p class="text-xs text-white text-center festival-cream">All rights reserved to codebar Charity. Registered UK and Wales charity number 1187776.</p>
</footer>
</body>
</html>