-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
328 lines (318 loc) · 21.5 KB
/
schedule.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>codebar Festival 2024 | 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 technical workshop you would like to attend, and then get a separate ticket for the Saturday event too.</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>4th 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="mt-12 pink-box">
<div class="bg-cb-pink text-white pt-5 pb-5 font-bold pl-4">TECHNICAL WORKSHOP</div>
<div class="p-4">
<p class="font-bold text-sm">18:00 - 20:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">Building Search Experiences on the Web with Elasticsearch</p>
<p class="pt-4">Carly Richmond</p>
<div class="flex justify-end mt-4">
<a href="https://twitter.com/CarlyLRichmond" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Carly on Twitter"/></a>
<a href="https://codebar.io/events/building-search-experiences-on-the-web-with-elasticsearch" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this workshop"/></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>5th 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">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">Basics of UI Design and Principles for Developers</p>
<p class="pt-4">Shreya Reddy</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://twitter.com/shreyuum" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Shreya on Twitter"/></a>
<a href="https://codebar.io/events/basics-of-ui-design-and-principles-for-developers-cb-festival-2024" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this workshop"/></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">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">Becoming Career-Ready using GitHub</p>
<p class="pt-4">Adam Drummond</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://codebar.io/events/becoming-career-ready-using-github-cb-festival-2024" 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> 6th 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="mt-12 green-box">
<div class="bg-cb-green text-white pt-5 pb-5 font-bold pl-4">TECHNICAL WORKSHOP</div>
<div class="p-4">
<p class="font-bold text-sm">18:00 - 20:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">SVG Animation with GSAP</p>
<p class="pt-4">Cassie Evans</p>
<div class="flex justify-end mt-4">
<a href="https://twitter.com/cassiecodes" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Cassie on Twitter"/></a>
<a href="https://codebar.io/events/svg-animation-with-gsap-cb-festival-2024" 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>7th 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">TALK</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 - 13:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">Owning Your Narrative in Tech Online</p>
<p class="pt-4">Em Bayley-Melendez</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/emmabayley-melendez/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Connect with Em on LinkedIn"/></a>
<a href="https://codebar.io/events/owning-your-narrative-in-tech-online" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this workshop"/></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">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">Warming Planet: Visualising Climate Change Data with Python</p>
<p class="pt-4">Charlene Kuye</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://twitter.com/datadivas_hq" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Charlene on Twitter"/></a>
<a href="https://codebar.io/events/warming-planet-visualising-climate-change-data-with-python-cb-festival-2024" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to this workshop"/></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-blue font-light text-4xl"><span class="font-bold">Saturday </span>9th March</h2>
</div>
<div class="flex-grow px-5 border-2 border-codebar-green-400/100"></div>
<div class="w-4/5 mx-auto mt-10">
<p>You can attend this day virtually or in person. The in-person event will be happening in London (Shoreditch) at Shoreditch Exchange.</p>
</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">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) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">Networking while Awkward: A Guide</p>
<p class="pt-4">Danielle Inkster</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/danielle-i-27326b173/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Connect with Danielle on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival 2024"/></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">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) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">AI+ Tools That Make my Developer Life Easier</p>
<p class="pt-4">Dastan Kasmamytov</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/dastan-kasmamytov/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Connect with Dastan on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival"/></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">TALK</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) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">From Gazelle to Pride Leader: The Path to Public Speaking in Tech</p>
<p class="pt-4">Carly Richmond</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://twitter.com/CarlyLRichmond" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Danni on Twitter"/></a>
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival"/></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">TALK & Q&A</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">12:45 (GMT) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">Sponsor talks & Q&A with Contentful, T.Rowe Price, Alfa, VISA and GitHub</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival"/></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">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:15 (GMT) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">What It’s Really Like to Found (and be hired by!) a Tech-for-Good Startup</p>
<p class="pt-4">Jaye Hacket and Lisa Ghosn</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival"/></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">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:45 (GMT) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">For the Multidisciplinary Technologists</p>
<p class="pt-4">Nkechi Anyanwu</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/nkechianyanwu/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Connect with Nkechi on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival"/></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">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:15 (GMT) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">From Swearing to Pairing - How the 'F' word helped me get my first job in tech</p>
<p class="pt-4">Hayley Dobbs</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://linkedin.com/in/hayleydobbs" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Connect with Hayley on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival"/></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">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:45 (GMT) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">Juggling with Hedgehogs: Accessibility and Code</p>
<p class="pt-4">Doro Hinrichs</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.linkedin.com/in/doro-hinrichs/" target="_blank"><img src="assets/social-icons/linkedin.svg" class="w-9 mr-3" alt="Connect with Doro on LinkedIn"/></a>
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival"/></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">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:00 (GMT) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">Fundamentals of Async Code Execution in Frontend</p>
<p class="pt-4">Burak Güneli</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival"/></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">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:30 (GMT) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">Demystifying Documentation</p>
<p class="pt-4">Leo Riviera</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://ti.to/codebar/codebar-festival-2024/" target="_blank"><img src="assets/envelope.svg" class="w-8" alt="RSVP to codebar Festival"/></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:[email protected]?subject=Question about codebar Festival 2024" class="text-white"><p>[email protected]</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:[email protected]?subject=Question about codebar Festival 2024" class="text-white">Contact</a></li>
<li><a href="festival-2022.html" class="text-white">codebar Festival 2024</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://twitter.com/codebar" target="_blank" class="mr-1">
<img src="assets/social-icons/new-twitter-icon.png" alt="Follow us on Twitter" 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>