-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
588 lines (531 loc) · 32.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>uncodebar</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="./images/uncodebar-logo.png">
<link rel="stylesheet" href="./css/style.css">
<!-- Tailwind -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Social media icons are used -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@codebar" />
<meta name="twitter:title" content="uncodebar 2024 | Saturday 21st September" />
<meta name="twitter:description"
content="uncodebar is codebar's annual unconference. It's a day where our community comes together, shares knowledge, and strengthens the community that supports our workshops." />
<meta name="twitter:image" content="./images/social-banner.png" />
<!-- fb, linkedin, etc -->
<meta property="og:type" content="article" />
<meta property="og:title" content="uncodebar 2024 | Saturday 21st September" />
<meta property="og:description"
content="uncodebar is codebar's annual unconference. It's a day where our community comes together, shares knowledge, and strengthens the community that supports our workshops." />
<meta property="og:url" content="https://uncodebar.com" />
<meta property="og:image" content="./images/social-banner.png" />
</head>
<body class="box-border m-0">
<header>
<section>
<nav class="bg-gray-800 m-0 w-full border-b border-gray-800 dark:border-gray-700">
<div class="top-40 md:dark:bg-gray-800 max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
<a id="top" href="#">
<img src="images/uncodebar-10-white-logo.svg" alt="The logo of Uncodebar" class="w-40" />
</a>
<button data-collapse-toggle="navbar-dropdown" type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-dropdown" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M1 1h15M1 7h15M1 13h15" />
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="navbar-dropdown">
<ul
class="flex flex-col font-medium p-3 md:p-3 mt-4 border border-gray-100 rounded-lg bg-gray-800 md:flex-row md:space-x-8 md:mt-0 md:border-0 md:bg-gray-800 dark:border-gray-700">
<li>
<a href="#event"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Event</a>
</li>
<li>
<a href="#highlights"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Highlights</a>
</li>
<li>
<a href="#sponsor"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Sponsor</a>
</li>
<li>
<a href="#locations"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Locations</a>
</li>
<li>
<a href="#faqs"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">FAQs</a>
</li>
<li class="lg:hidden">
<button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar"
class="flex items-center justify-between w-full py-2 pl-3 pr-4 rounded md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 md:w-auto text-white md:dark:hover:text-blue-500 dark:focus:text-white dark:border-gray-700 dark:hover:bg-gray-700 md:dark:hover:bg-transparent">Choose
Location<svg class="w-2.5 h-2.5 ml-2.5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="m1 1 4 4 4-4" />
</svg>
</button>
<!-- Dropdown menu -->
<div id="dropdownNavbar"
class="z-10 hidden font-normal bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600">
<ul class="py-2 text-sm text-gray-700 dark:text-gray-400" aria-labelledby="dropdownLargeButton">
<li>
<a href="./index.html"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">London</a>
</li>
<li>
<a href="./barcelona.html"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Barcelona</a>
</li>
<!-- <li>
<a href="./scotland.html"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Scotland</a>
</li> -->
</ul>
</div>
</li>
</ul>
</div>
<div class="hidden lg:flex">
<ul class="flex flex-wrap gap-5 text-xs border-solid border-2 border-white p-2">
<li class="text-blue-300 hover:text-blue-500"><a href="./index.html">London</a></li>
<li class="text-white hover:text-gray-400"><a href="./barcelona.html">Barcelona</a></li>
<!-- <li class="text-white hover:text-gray-400"><a href="./scotland.html">Scotland</a></li> -->
</ul>
</div>
</div>
</nav>
</section>
</header>
<main>
<section id="home">
<div class="flex flex-wrap">
<div class="flex flex-col bg-light_blue lg:w-2/4 w-screen justify-center lg:gap-10 gap-7 lg:p-20 p-10">
<div class="w-min -rotate-12 -ml-1 -mb-8 lg:-mb-10 text-center text-xl font-mono pt-16 lg:pt-10">
<p class="font-semibold -m-5 text-xs lg:text-lg">NEW!</p>
<span class="font-semibold text-xs lg:text-lg">⌄</span>
</div>
<div class="flex flex-col gap-5">
<h1 class="lg:text-5xl text-2xl font-semibold">uncodebar 2024</h1>
<h2 class="lg:text-2xl text-xl">Saturday 21st September | 10:00 - 17:30 BST</h2>
</div>
<p class="lg:text-lg text-sm font-semibold">
Now in the TENTH year, uncodebar, the codebar unconference is
back! Our annual one-day conference that encourages the codebar
community to come together, share knowledge, and strengthen the
community that supports our workshops.
</p>
<p class="lg:text-lg text-sm font-semibold">uncodebar London 2024 has now happened! A huge thank you to everyone who attended</p>
<!-- <button
class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none"
type="submit"
>
GET YOUR TICKETS!
</button> -->
</div>
<div class="lg:w-2/4 flex w-screen">
<img class="object-cover" src="./images/kim-diep.jpg" alt="Kim Diep from uncodebar at Google in 2022">
</div>
</div>
<div class="flex flex-wrap text-white">
<div class="bg-main_pink lg:text-3xl text-xl md:w-2/4 md:flex w-screen md:flex-col lg:p-20 p-10">
<p>At an unconference:</p>
<p>- no topics predetermined</p>
<p>- no keynote speakers</p>
<p>- no panels or working groups</p>
</div>
<div class="bg-main_blue lg:text-3xl text-xl md:w-2/4 md:flex w-screen md:flex-col lg:p-20 p-10">
<p>Instead:</p>
<p>+ collaboration</p>
<p>+ no agenda until the day</p>
<p>+ freedom & discussion</p>
</div>
</div>
</section>
<section id="event" class="flex flex-col md:flex-row bg-light_pink lg:p-20 p-10 gap-10 font-semibold">
<div class="flex flex-col flex-wrap gap-8 lg:w-2/4 min-w-screen">
<h2 class="lg:text-5xl text-2xl lg:pb-2">The event</h2>
<div class="lg:text-xl text-md">
<p>An unconference is a "loosely structured open space event emphasising the informal exchange of information and ideas between participants."</p>
</div>
<div class="lg:text-xl text-md">
<p>
The event lives and dies through the participation of its attendees.
You propose talks, workshops, and panels and decide what topics will
be discussed. Then people convene in separate breakout sessions. In
other words, an unconference has no agenda until the morning when
participants create it.
</p>
</div>
<h3 class="lg:text-3xl text-xl ">Venue</h3>
<div class="">
<img src="images/google.png" alt="The logo of Uncodebar" class="w-52 mb-4" />
<p>- - - - -</p>
<address class="mb-2">
<p class="lg:text-xl text-sm">6 Pancras Square</p>
<p class="lg:text-xl text-sm">London</p>
<p class="lg:text-xl text-sm">N1C 4AG</p>
</address>
</div>
<div class="flex flex-col gap-2">
<h3 class="lg:text-3xl text-xl">Accesibility information</h3>
<p class="lg:text-xl text-sm">
Fully wheelchair accessible. There is step free access to the venue from both entrances to the building (Pancras Square and Pancras Road).
</p>
</div>
<!-- <button
class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none"
type="submit"
>
GET YOUR TICKETS
</button> -->
</div>
<div
class="flex flex-col flex-wrap gap-5 lg:w-2/4 w-screen border-solid border-2 border-slate-950 min-w-fit max-w-full p-5 sm:p-10 md:pl-20">
<div class="flex flex-wrap flex-col gap-5">
<h3 class="lg:text-3xl text-xl font-medium">Schedule</h3>
<p class="lg:text-xl text-sm font-medium">10:00 - 10:30 ✍ Arrivals, and registration</p>
<p class="lg:text-xl text-sm font-medium">10:30 - 11:00 📈 Welcome talk and session pitches</p>
<p class="lg:text-xl text-sm font-medium">11:00 - 11:45 ⏳ 1st round of sessions</p>
<p class="lg:text-xl text-sm font-medium">11:45 - 12:30 ⏳ 2nd round of sessions</p>
<p class="lg:text-xl text-sm font-medium">12:30 - 13:30 🍝 Lunch</p>
<p class="lg:text-xl text-sm font-medium">13:30 - 13:45 🏛 Sponsor chats</p>
<p class="lg:text-xl text-sm font-medium">13:45 - 14:30 ⏳ 3rd round of sessions</p>
<p class="lg:text-xl text-sm font-medium">14:30 - 15:15 ⏳ 4th round of sessions</p>
<p class="lg:text-xl text-sm font-medium">15:15 - 16:00 ☕
Break</p>
<p class="lg:text-xl text-sm font-medium">16:00 - 16:30 ⏳ 5th round of sessions</p>
<p class="lg:text-xl text-sm font-medium">16:30 - 17:15 ⚡ Lightning talks</p>
<p class="lg:text-xl text-sm font-medium">17:15 📈 Closing remarks</p>
<p class="lg:text-xl text-sm font-medium">17:30 onwards 🍹 Pub for refreshments</p>
</div>
</div>
</section>
<section id="highlights"
class="flex flex-col gap-7 lg:gap-10 bg-main_yellow lg:p-20 p-10 box-border min-w-screen w-screen max-w-full sm:max-lg:justify-center">
<div class="flex flex-col gap-2">
<h2 class="lg:text-5xl text-2xl font-semibold">uncodebar highlights</h2>
<p class="font-medium text-md">Check out our video highlights from previous events</p>
</div>
<div
class="sm:grid sm:grid-cols-3 gap-10 sm:gap-2 md:gap-5 lg:gap-10 flex flex-wrap sm:px-0 justify-center items-center">
<iframe src="https://www.youtube.com/embed/eMKcynl-A8o"
class="sm:w-full w-11/12 aspect-video shadow-xl rounded-sm"></iframe>
<iframe src="https://www.youtube.com/embed/eMKcynl-A8o"
class="sm:w-full w-11/12 aspect-video shadow-xl rounded-sm"></iframe>
<iframe src="https://www.youtube.com/embed/eMKcynl-A8o"
class="sm:w-full w-11/12 aspect-video shadow-xl rounded-sm"></iframe>
</div>
<!-- <button
class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none"
type="submit"
>
GET YOUR TICKETS
</button> -->
</section>
<section id="sponsor" class="flex flex-col justify-center items-center text-center lg:p-20 p-10">
<h2 class="lg:text-5xl text-3xl font-semibold mb-4">Meet our partners</h2>
<p class="font-medium">We are excited to partner with some amazing companies <br/> as we champion
diversity and inclusion in the tech space together.</p>
<div class="mt-12 gold-box w-6/12 m-auto">
<div class="bg-gold text-black pt-5 pb-5 font-bold">GOLD SPONSOR</div>
<a href="https://www.contentful.com/" target="_blank"><img src="images/contentful.png" class="p-10" alt="Contentful logo"></a>
</div>
<div class="mt-12 dark-green-box w-3/12 m-auto">
<div class="bg-dark-green text-white pt-5 pb-5 font-bold">TRAVEL SPONSOR</div>
<a href="https://www.travelperk.com/" target="_blank"><img src="images/travelperk-logo.jpeg" alt="TravelPerk logo"></a>
</div>
</section>
<section class="flex flex-wrap">
<div class="md:w-2/4 md:flex w-screen md:flex-col">
<img src="images/uncodebar-speaker-shot.jpg" class="" alt="Pink speech marks">
</div>
<div class="flex md:w-2/4 md:flex w-screen md:flex-col bg-light_blue md:pt-0 pt-10 md:pb-0 pb-10">
<div class="w-8/12 m-auto">
<h3 class="text-3xl font-bold mb-6">Join us as a sponsor this year!</h3>
<ul role="list" class="list-disc pl-5">
<li class="font-medium mb-2">Connect with 120 people on the day</li>
<li class="font-medium mb-2">Exposure to our global community of 25,000+ people</li>
<li class="font-medium mb-2">Connect with professionals on a global scale</li>
<li class="font-medium mb-2">Tap into a diverse, well-rounded talent pool</li>
<li class="font-medium mb-2">Drive digital footfall to your online platforms</li>
<li class="font-medium mb-6">Effect real, positive change in our industry</li>
</ul>
<p class="font-medium mb-12">We welcome companies from anywhere in the world who want to be a part of our upcoming festival. If you’re looking to discover fresh, diverse talent in the tech space, support our event, and/or nurture a new generation of coders, drop us an email and let’s explore new ways to work together.</p>
<a
class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none"
href="mailto:[email protected]"
>
GET IN TOUCH TODAY!
</a>
</div>
</div>
</section>
<section id="locations" class="bg-main_blue flex flex-col gap-10 sm:gap-0">
<div class="lg:pt-20 pt-10 lg:pl-20 pl-10 text-white flex flex-col gap-5">
<h2 class="lg:text-5xl text-2xl">Our locations</h2>
<p class="lg:text-xl text-sm">uncodebar happens in <strong>other locations </strong> too - London, Glasgow & Barcelona.
</p>
</div>
<div class="flex flex-col relative items-end justify-end sm:flex-row sm:top-20">
<div
class="max-w-lg p-10 lg:p-20 flex flex-col text-center text-main_blue font-semibold justify-center items-center lg:gap-10 gap-7 bg-main_yellow ">
<h3 class="text-2xl">Barcelona</h3>
<p class="lg:text-xl text-sm">We are so excited to be bringing uncodebar to Barcelona on Saturday 9th
November</p>
<a href="barcelona.html"
class="bg-gradient-to-tr from-button_blue to-button_blue_ py-5 px-9 rounded-full text-white">VISIT
BARCELONA</a>
</div>
<!-- <div
class="max-w-lg p-10 lg:p-20 flex flex-col text-center justify-center items-center lg:gap-10 gap-7 text-main_blue font-semibold bg-turquoise">
<h3 class="text-2xl">Scotland</h3>
<p class="lg:text-xl text-sm">We are so excited to be bringing uncodebar to Glasgow on Saturday 18th November.
</p>
<a href="scotland.html"
class="bg-gradient-to-tr from-button_blue to-button_blue_ py-5 px-9 rounded-full text-white">VISIT
SCOTLAND</a>
</div> -->
</div>
</section>
<section id="faqs" class="mt-0 h-full">
<div class="flex flex-col gap-5 p-10 lg:p-20">
<h2 class="lg:text-5xl text-3xl font-semibold">Frequently Asked Questions</h2>
<!-- Customized accordion menu (flowbite) -->
<div id="accordion-collapse" data-accordion="collapse" class="mt-10 bg-white">
<!-- Question 1 -->
<h2 id="accordion-collapse-heading-1">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-0 border-gray-200 rounded-t-xl focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-1" aria-expanded="true"
aria-controls="accordion-collapse-body-1">
<span>Does codebar have a Code of Conduct?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-1" class="hidden" aria-labelledby="accordion-collapse-heading-1">
<div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700 dark:bg-gray-900">
<p class="mb-2 text-gray-500 dark:text-gray-400">Absolutely, and we take it very seriously. Please take a
read <a href="https://codebar.io/code-of-conduct" target="_blank" class="underline">here</a>.</p>
</div>
</div>
<!-- Question 2 -->
<h2 id="accordion-collapse-heading-2">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-0 border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-2" aria-expanded="false"
aria-controls="accordion-collapse-body-2">
<span>How much does it cost to attend uncodebar?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-2" class="hidden" aria-labelledby="accordion-collapse-heading-2">
<div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">It is 100% free! We are really lucky to have some great
companies who support uncodebar and ensure all our events will be free, forever!</p>
</div>
</div>
<!-- Question 3
<h2 id="accordion-collapse-heading-3">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-3" aria-expanded="false"
aria-controls="accordion-collapse-body-3">
<span>I'd love to attend in London but I can't afford the travel, is codebar able to help?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-3" class="hidden" aria-labelledby="accordion-collapse-heading-3">
<div class="p-5 border border-t-0 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">If you are in the UK, we may have some budget to pay for
your travel. Please fill in this form. Unfortunately, if you're outside the UK, we don't have budget. We
would love to help everyone but securing sponsorship this year has been tougher than ever before.</p>
</div>
</div> -->
<!-- Question 4 -->
<h2 id="accordion-collapse-heading-4">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-4" aria-expanded="false"
aria-controls="accordion-collapse-body-3">
<span>Is this event virtual or in-person?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-4" class="hidden" aria-labelledby="accordion-collapse-heading-4">
<div class="p-5 border border-t-0 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">This event is just in person.</p>
</div>
</div>
<!-- Question 5 -->
<h2 id="accordion-collapse-heading-5">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-5" aria-expanded="false"
aria-controls="accordion-collapse-body-5">
<span>Will sessions be recorded?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-5" class="hidden" aria-labelledby="accordion-collapse-heading-5">
<div class="p-5 border border-t-0 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">Nope. The whole goal of an unconference is that it is
personal, and intimate. We record lots of other amazing sessions, please check them out on our <a
href="https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA" target="_blank"
class="underline">YouTube</a>.</p>
</div>
</div>
<!-- Question 6 -->
<h2 id="accordion-collapse-heading-6">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-6" aria-expanded="false"
aria-controls="accordion-collapse-body-6">
<span>How do we become a sponsor of uncodebar?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-6" class="hidden" aria-labelledby="accordion-collapse-heading-6">
<div class="p-5 border border-t-0 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">We are always looking for amazing companies to come on
board and sponsor our events. Whether it's big ones like this, or smaller ones. Please drop us an <a
href="mailto:[email protected]" target="_blank" class="underline">email</a>.</p>
</div>
</div>
<!-- Question 7 -->
<h2 id="accordion-collapse-heading-7">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-7" aria-expanded="false"
aria-controls="accordion-collapse-body-6">
<span>Can I ask another question?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-7" class="hidden" aria-labelledby="accordion-collapse-heading-7">
<div class="p-5 border border-t-0 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">Yes, please do! You can drop Kimberley Cook a direct
message in the <a href="https://slack.codebar.io/" class="underline">codebar Slack</a>, you can send us
a DM on any of our socials, or send us<a href="mailto:[email protected]" class="underline"> an email</a>.
</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer
class="flex flex-col flex-wrap gap-10 lg:gap-20 bg-main_blue lg:items-stretch px-10 pt-20 lg:px-20 pb-5 max-w-screen items-center">
<div class="flex flex-col lg:flex-row justify-between gap-10">
<div class="flex flex-col flex-wrap gap-5 text-lg lg:text-xl flex-center">
<h3 class="text-slate-100">Join our community</h3>
<div id="mc_embed_shell">
<link href="https://cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
clear: left;
width: 150%;
background: #1401b8;
font: 14px Helvetica, Arial, sans-serif;
}
#mc_embed_signup form {
margin: 0;
}
@media only screen and (max-width: 400px) {
#mc_embed_signup {
width: 100%;
}
}
</style>
<div id="mc_embed_signup">
<form
action="https://codebar.us8.list-manage.com/subscribe/post?u=b4652d85b385945c79f2ffa2e&id=3798974cb3&f_id=00e516e1f0"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank">
<div id="mc_embed_signup_scroll">
<div class="mc-field-group"><input type="email" name="EMAIL" class="required email" id="mce-EMAIL"
required="" value="Enter your email"></div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;"></div>
</div>
<div aria-hidden="true" style="position: absolute; left: -5000px;"><input type="text"
name="b_b4652d85b385945c79f2ffa2e_3798974cb3" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button"
value="Join"></div>
</div>
</form>
</div>
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
<script
type="text/javascript">(function ($) { window.fnames = new Array(); window.ftypes = new Array(); fnames[0] = 'EMAIL'; ftypes[0] = 'email'; fnames[1] = 'FNAME'; ftypes[1] = 'text'; }(jQuery)); var $mcj = jQuery.noConflict(true);</script>
</div>
</div>
<div class="hidden lg:inline-flex lg:px-0.5 lg:py-12 lg:shadow-3xl lg:border-black"></div>
<div class="flex flex-col gap-5 text-lg lg:text-xl text-slate-100">
<h3>Follow us</h3>
<div class="flex gap-5">
<a href="https://www.instagram.com/codebarhq/" class="fa fa-instagram fa-lg" target="_blank"></a>
<a href="https://www.facebook.com/codebarHQ/" class="fa fa-facebook fa-lg" target="_blank"></a>
<a href="https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA" class="fa fa-youtube fa-lg"
target="_blank"></a>
<a href="https://twitter.com/codebar" target="_blank" class="fa fa-twitter fa-lg"></a>
<a href="https://www.linkedin.com/company/codebarcommunity/?originalSubdomain=uk" class="fa fa-linkedin fa-lg"
target="_blank"></a>
</div>
</div>
<div class="hidden lg:inline-flex lg:px-0.5 lg:py-12 lg:shadow-3xl lg:border-black"></div>
<div class="flex flex-col gap-5 text-lg lg:text-xl text-slate-100">
<h3>Get in touch</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="flex justify-center items-center">
<p class="text-sm text-slate-100">
All rights reserved to codebar Charity. Registered UK and Wales
charity number 1187776.
</p>
</div>
</footer>
<!-- Flowbite -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.1/flowbite.min.js"></script>
</body>
</html>