-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule-2023.html
287 lines (278 loc) · 18.1 KB
/
schedule-2023.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>codebar Festival 2022 | 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"/>
<title>codebar Festival 2022 | Schedule</title>
</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">2023 Schedule</h2>
</div>
</div>
</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-bold text-4xl">Monday</h2>
<h2 class="codebar-pink font-light text-4xl md:px-2">6th 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">12:00 - 14:00 (GMT) | VIRTUAL</p>
<p class="font-medium text-base pt-8">Bash it up: Scripts simplifying life (not javascript)</p>
<p class="pt-4">Karuna Tata</p>
<div class="flex justify-end items-center mt-4">
<a href="https://twitter.com/starlightknown" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Karuna on Twitter"/></a>
<a href="https://youtu.be/y3VsQrTXGBQ?si=3q8R1brk34C_7FcK" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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-bold text-4xl">Tuesday</h2>
<h2 class="codebar-blue font-light text-4xl md:px-2">7th 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 blue-box">
<div class="bg-cb-blue 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">Create a game in Javascript</p>
<p class="pt-4">Alice Lieutier</p>
<div class="flex justify-end items-center mt-4">
<a href="https://twitter.com/alicelieutier" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Alice on Twitter"/></a>
<a href="https://youtu.be/KkfndXmeJJo?si=0niWIwv_-J6HnA9K" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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-bold text-4xl">Wednesday</h2>
<h2 class="codebar-green font-light text-4xl md:px-2">8th 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">YOGA | VIRTUAL</div>
<div class="flex flex-col h-full p-4">
<div class="flex flex-col h-full">
<p class="font-bold text-sm">8:30 - 9:00 (GMT)</p>
<p class="font-medium text-base pt-8">Wake up yoga flow</p>
<p class="pt-4">Iain Ross from Proud Yoga</p>
</div>
<div class="flex justify-end mt-4">
<a href="https://www.instagram.com/codebarhq/" target="_blank"><img src="assets/social-icons/instagram-icon.svg" class="w-9 mr-3" alt="Follow Iain on Instagram"/></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">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">Figma For Everyone: Exploring Templates For Productivity, Organising, Note Taking And More!</p>
<p class="pt-4">Shreya Reddy</p>
</div>
<div class="flex justify-end items-center 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://youtu.be/5hFlosjcHCs?si=RAk_F67vLETdl-Vy" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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-bold text-4xl">Thursday</h2>
<h2 class="codebar-pink font-light text-4xl md:px-2">9th 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="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">Version Control, Git and Github</p>
<p class="pt-4">Jessie Auguste</p>
<div class="flex justify-end items-center mt-4">
<a href="https://twitter.com/_jessie_belle" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Jessie on Twitter"/></a>
<a href="https://youtu.be/U_jP4ws4y7o?si=COuYEN9n8GFbrnzu" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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-bold text-4xl">Saturday</h2>
<h2 class="codebar-blue font-light text-4xl md:px-2">11th 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 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">Is My Code Doing Good? How Is The Tech Industry Impacting Climate Change?</p>
<p class="pt-4">Pat Graczyk</p>
</div>
<div class="flex justify-end items-center mt-4">
<a href="https://youtu.be/tP05WLZ7pMk?si=u7TV1hsvvwYslYTf" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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">Structuring Communities To Be Passive Inclusive</p>
<p class="pt-4">Ashwin Kumar Uppala</p>
</div>
<div class="flex justify-end items-center mt-4">
<a href="https://twitter.com/ashwinexe" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Ashwin on Twitter"/></a>
<a href="https://youtu.be/G3OA9CEvCPs?si=jGBL706Z-CdOYCpl" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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">Make It Make Sense | From Pet Projects To Production Code</p>
<p class="pt-4">Danni Youziel</p>
</div>
<div class="flex justify-end items-center mt-4">
<a href="https://twitter.com/youzelle__" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Danni on Twitter"/></a>
<a href="https://youtu.be/EXkfra8pV24?si=TroaB-_j_Ivxpy2T" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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</p>
</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">PANEL</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">The Importance of Diversity in Tech Panel</p>
</div>
<div class="flex justify-end items-center mt-4">
<a href="https://youtu.be/IqHcqAjfG1I?si=reiF8_7nu7Gy-hIc" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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">PRACTICAL SESSION</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) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">CV Review Hour</p>
<p class="pt-4">Bring your CV along and have someone review it</p>
</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">15:00 (GMT) | IN-PERSON & VIRTUAL</p>
<p class="font-medium text-base pt-8">How Open Source Mentorship Programs Helped Me Level-Up My Career
</p>
<p class="pt-4">Navendu Pottekkat</p>
</div>
<div class="flex justify-end items-center mt-4">
<a href="https://twitter.com/sudo_navendu" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Navendu on Twitter"/></a>
<a href="https://youtu.be/2TEihouham8?si=mavTsrlCwYQH7yVw" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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">Secure Software Development Fundamentals </p>
<p class="pt-4">Jessie Auguste</p>
</div>
<div class="flex justify-end items-center mt-4">
<a href="https://twitter.com/_jessie_belle" target="_blank"><img src="assets/social-icons/twitter-icon.svg" class="w-9 mr-3" alt="Follow Jessie on Twitter"/></a>
<a href="https://youtu.be/FwCv1TilYek?si=VlsnRkWf7DqIIKyl" target="_blank"><img src="assets/youtube.svg" class="w-10" alt="Watch the workshop on Youtube"/></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">Accessibility with Mobile & Web Fundamentals </p>
<p class="pt-4">Seyoung Joo</p>
</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 2023"/>
</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 2022" 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 2022" class="text-white">Contact</a></li>
<li><a href="festival-2022.html" class="text-white">codebar Festival 2022</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>