-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
517 lines (477 loc) · 23.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ffconf 2024 - UK web and JavaScript conference</title>
<meta name="description"
content="ffconf / 2024-11-08 / A full day of eight carefully curated sessions for an audience that cares about the future of the web, and who want their ideas challenged." />
<link rel="icon" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/assets/fonts/sataoshi-variable.css">
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" sizes="288x288" href="/favicons/favicon-288.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/favicon-192.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000000">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ffconf">
<meta name="twitter:creator" content="@ffconf">
<meta property="og:url" content="https://2024.ffconf.org/">
<meta property="og:title" content="ffconf 🌟 UK web conference since 2009">
<meta property="og:description"
content="ffconf / 2024-11-08 / A full day of eight carefully curated sessions for an audience that cares about the future of the web, and who want their ideas challenged.">
<script src="./assets/app.mjs" type="module"></script>
</head>
<body>
<header>
<img width="360" height="360" class="logo" title="FF Conf" src="./assets/logo2024.svg">
</header>
<main class="col_span_6">
<section class="flex">
<h1 class="col_span_4"><abbr title="FF Conf">ffconf</abbr><br>8 Nov 2024</h1>
<p id="buynow" class="cta col_span_2">
<a class="pill"
href="https://www.tickettailor.com/checkout/view-event/id/3260377/chk/8d7c/?modal_widget=true&widget=true">Buy
tickets</a>
<span class="pill pill-alt">£249+VAT</span>
<rem-days-to date="2024-11-08">
<slot>Not many</slot> working days left to get your ticket!
</rem-days-to>
</p>
<script src="./rem-days-to.mjs" type="module"></script>
</section>
<p class="strap col_span_3">A full day of eight carefully curated sessions for an audience that cares about the
future of the web, and who want their ideas challenged.</p>
<section id="what-to-expect">
<ffconf-card-holder>
<ffconf-card>
<img alt="" src="/assets/icons/venue.svg">
<p>Held at the <a href="https://www.picturehouses.com/cinema/duke-of-york-s-picturehouse/information">Duke
of Yorks</a> cinema</p>
</ffconf-card>
<ffconf-card>
<img alt="" src="/assets/icons/weather.svg">
<p>Located in sunny* Brighton, UK</p>
</ffconf-card>
<ffconf-card>
<img alt="" src="/assets/icons/star.svg">
<p>8 amazing and inspiring talks</p>
</ffconf-card>
<ffconf-card>
<img alt="" src="/assets/icons/date.svg">
<p>All-day conference (from 9-6pm)</p>
</ffconf-card>
<ffconf-card>
<img alt="" src="/assets/icons/scholarship.svg">
<p><a href="https://ffconf.org/scholarship">Inclusion scholarship programme</a></p>
</ffconf-card>
<ffconf-card>
<img alt="" src="/assets/icons/party.svg">
<p>After party to socialise, network & play</p>
</ffconf-card>
</ffconf-card-holder>
<p><small>* Sometimes known to rain…</small></p>
</section>
<section id="sessions">
<h2>Schedule</h2>
<ul class="container">
<li class="ffconf-break">
<img src="/assets/icons/reg.svg" alt="">
<p>Registration</p>
<div>
<time class="dt-start" datetime="2024-11-08T09:00">09:00</time>
<time class="dt-end" datetime="2024-11-08T09:35">09:35</time>
</div>
</li>
<li class="ffconf-break">
<img src="/assets/icons/speak.svg" alt="">
<p>Opening remarks</p>
<div>
<time class="dt-start" datetime="2024-11-08T09:35">09:35</time>
<time class="dt-end" datetime="2024-11-08T09:50">09:50</time>
</div>
</li>
<li class="ffconf-session" data-id="8" data-order="1">
<header>
<ffconf-speaker-image><img alt="" src="/assets/speakers/olu.jpg"></ffconf-speaker-image>
<h3 class="col_span_3">Build Better Webs</h3>
<ffconf-speaker-details>
<p>Olu Niyi-Awosusi</p>
<div>
<time class="dt-start" datetime="2024-11-08T09:50">09:50</time>
<time class="dt-end" datetime="2024-11-08T10:30">10:30</time>
</div>
</ffconf-speaker-details>
</header>
<ffconf-session-details>
<dl>
<dt>The Talk</dt>
<dd>
We shouldn't be building "the web" - a monolith, a monoculture - but better webs. Indie webs. Small
webs. Solar-powered webs. Poetic webs. All undergirded by healthy roots/infrastructure and
interlinked, interconnected and interoperable.
</dd>
<dt>Origin Story</dt>
<dd>I completed the installation of the NTL dial-up on our family computer the first time we had access
to the internet. It was only putting a CD into the computer and following a wizard but I remember how
incredibly novel it felt! The internet timed out every 20 minutes and I mostly played games at that
point, but I have been extremely online ever since.
<br>More about Olu: <a target="_blank" href="https://olu.online/">olu.online</a>
</dd>
</dl>
</ffconf-session-details>
</li>
<li class="ffconf-session" data-id="2" data-order="2">
<header>
<ffconf-speaker-image><img alt="" src="/assets/speakers/leonie.jpg"></ffconf-speaker-image>
<h3 class="col_span_3">AI and Accessibility: the Good, the Bad, and the Bollocks</h3>
<ffconf-speaker-details>
<p>Léonie Watson</p>
<div>
<time class="dt-start" datetime="2024-11-08T10:30">10:30</time>
<time class="dt-end" datetime="2024-11-08T11:10">11:10</time>
</div>
</ffconf-speaker-details>
</header>
<ffconf-session-details>
<dl>
<dt>The Talk</dt>
<dd>Depending on what you read, and who you believe, AI is either the ultimate solution or armageddon in
motion, so in this talk, Léonie is going to cut through the clickbait, dodge the doomscrollers, and
focus on the facts to bring you the good, the bad, and the bollocks of AI and accessibility.</dd>
<dt>Origin Story</dt>
<dd>Copied code from Apple magazine onto my Dad's Apple IIE in about 1982. Syntax error on line 1.
Studied Performing Arts in the early 90s. Didn't get famous. Bought a modem. Joined Compuserv. Not
entirely sure what happened to the next 30 years, but apparently here I am.
<br>More about Léonie: <a target="_blank" href="https://tink.uk">tink.uk</a>
</dd>
</dl>
</ffconf-session-details>
</li>
<li class="ffconf-break">
<img src="/assets/icons/coffee.svg" alt="">
<p>Coffee break</p>
<div>
<time class="dt-start" datetime="2024-11-08T11:10">11:10</time>
<time class="dt-end" datetime="2024-11-08T11:40">11:40</time>
</div>
</li>
<li class="ffconf-session" data-id="3" data-order="3">
<header>
<ffconf-speaker-image><img alt="" src="/assets/speakers/andy.jpg"></ffconf-speaker-image>
<h3 class="col_span_3">Get the core right and the resilient code will follow</h3>
<ffconf-speaker-details>
<p>Andy Bell</p>
<div>
<time class="dt-start" datetime="2024-11-08T11:40">11:40</time>
<time class="dt-end" datetime="2024-11-08T12:20">12:20</time>
</div>
</ffconf-speaker-details>
</header>
<ffconf-session-details>
<dl>
<dt>The Talk</dt>
<dd>More often than not, front-end developers will focus purely on improving their technical skills. I'm
going to show you a better way by demonstrating how you can produce simpler, more resilient codebases
by improving your planning & core skills — specifically improving how you provide and receive
feedback
from designer colleagues.</dd>
<dt>Origin Story</dt>
<dd>I got fed up of developers messing up my design work, so I learned HTML and CSS out of spite.
<br>More about Andy: <a target="_blank" href="https://piccalil.li">piccalil.li</a>
</dd>
</dl>
</ffconf-session-details>
</li>
<li class="ffconf-session" data-id="1" data-order="4">
<header>
<ffconf-speaker-image><img alt="" src="/assets/speakers/kimberley.jpg"></ffconf-speaker-image>
<h3 class="col_span_3">0 - 25,000 people! Growing a global community over 10 years</h3>
<ffconf-speaker-details>
<p>Kimberley Cook</p>
<div>
<time class="dt-start" datetime="2024-11-08T12:20">12:20</time>
<time class="dt-end" datetime="2024-11-08T13:00">13:00</time>
</div>
</ffconf-speaker-details>
</header>
<ffconf-session-details>
<dl>
<dt>The Talk</dt>
<dd>We started running workshops in London and before we knew it (10 years later) we'd grown a global
community of 25,000 people. I'll talk through everything I've learnt!</dd>
<dt>Origin Story</dt>
<dd>I built my first website as part of my media course at college. I loved knowing I could build
anything, so changed path from originally wanting to study Law at university to Media Production. The
course was perfect for people who didn't know what they wanted to do but liked building things for the
internet. So I basically spent 3 years building websites, apps and 3D games. The rest as they say is
history!
<br>
More about Kimberley: <a target="_blank" href="https://builtby.kim/">builtby.kim</a>
</dd>
</dl>
</ffconf-session-details>
</li>
<li class="ffconf-break">
<img src="/assets/icons/lunch.svg" alt="">
<p>Lunch break <small>(not provided)</small></p>
<div>
<time class="dt-start" datetime="2024-11-08T13:00">13:00</time>
<time class="dt-end" datetime="2024-11-08T14:30">14:30</time>
</div>
</li>
<li class="ffconf-session" data-id="4" data-order="5">
<header>
<ffconf-speaker-image><img alt="" src="/assets/speakers/amy.jpg"></ffconf-speaker-image>
<h3 class="col_span_3">It all means nothing in the end</h3>
<ffconf-speaker-details>
<p>Amy Hupe</p>
<div>
<time class="dt-start" datetime="2024-11-08T14:30">14:30</time>
<time class="dt-end" datetime="2024-11-08T15:10">15:10</time>
</div>
</ffconf-speaker-details>
</header>
<ffconf-session-details>
<dl>
<dt>The Talk</dt>
<dd>What do you do when you've attached your sense of self to work, and work suddenly feels meaningless?
In this talk, Amy explores burnout, purpose and making meaning in an increasingly confusing and
calamitous world.</dd>
<dt>Origin Story</dt>
<dd>When I was little my mum used to tell her friends "Amy started talking at 18 months old and she
hasn't stopped since". And here I am. Doing it again.
<br>
More about Amy: <a target="_blank" href="https://www.amyhupe.co.uk/">amyhupe.co.uk</a>
</dd>
</dl>
</ffconf-session-details>
</li>
<li class="ffconf-session" data-id="5" data-order="6">
<header>
<ffconf-speaker-image><img alt="" src="/assets/speakers/mike.jpg"></ffconf-speaker-image>
<h3 class="col_span_3">Debugging the Mind: A Programmer's Guide to Critical Thinking</h3>
<ffconf-speaker-details>
<p>Mike Hall</p>
<div>
<time class="dt-start" datetime="2024-11-08T15:10">15:10</time>
<time class="dt-end" datetime="2024-11-08T15:50">15:50</time>
</div>
</ffconf-speaker-details>
</header>
<ffconf-session-details>
<dl>
<dt>The Talk</dt>
<dd>Critical thinking offers a framework for questioning and evaluating claims. By challenging
assumptions, using evidence-based reasoning, and recognising our bias, we're able to come to better
solutions. Mike will outline how a sceptical approach can help avoid common pitfalls and foster more
reliable decisions.</dd>
<dt>Origin Story</dt>
<dd>I dabbled with BASIC on the BBC Micro and Amstrad 464, and got a loose handle on ADA95 and 68000
assembler at university. But my real start in software was building a PHP3-powered chatroom for sci-fi
fans in 1999.
<br>More about Mike: <a target="_blank"
href="https://www.skeptic.org.uk/author/mike-hall/">skeptic.org.uk/author/mike-hall</a>
</dd>
</dl>
</ffconf-session-details>
</li>
<li class="ffconf-break">
<img src="/assets/icons/icecream.svg" alt="">
<p>Ice cream break</p>
<div>
<time class="dt-start" datetime="2024-11-08T15:50">15:50</time>
<time class="dt-end" datetime="2024-11-08T16:15">16:15</time>
</div>
</li>
<li class="ffconf-session" data-id="7" data-order="7">
<header>
<ffconf-speaker-image><img alt="" src="/assets/speakers/michael.jpg"></ffconf-speaker-image>
<h3 class="col_span_3">Death, and how tech forgot about mortality</h3>
<ffconf-speaker-details>
<p>Michael Kibedi</p>
<div>
<time class="dt-start" datetime="2024-11-08T16:15">16:15</time>
<time class="dt-end" datetime="2024-11-08T16:55">16:55</time>
</div>
</ffconf-speaker-details>
</header>
<ffconf-session-details>
<dl>
<dt>The Talk</dt>
<dd>
How death is not only a concern for individuals and their digital remains, but rather it exposes how
the technology companies that safeguard our data are more likely to "die" before we do. So, what
happens then?
</dd>
<dt>Origin Story</dt>
<dd>Many sunny afternoons trying (unsuccessfully) to get an Amstrad 464 to run a BASIC game. Years
later, little did I know that I would prefer to use the power of words to write instead of a code!
<br>More about Michael: <a target="_blank" href="https://www.uxmichael.co/">uxmichael.co</a>
</dd>
</dl>
</ffconf-session-details>
</li>
<li class="ffconf-session" data-id="6" data-order="8">
<header>
<ffconf-speaker-image><img alt="" src="/assets/speakers/imran.jpg"></ffconf-speaker-image>
<h3 class="col_span_3">The art of reflection</h3>
<ffconf-speaker-details>
<p>Imran Afzal</p>
<div>
<time class="dt-start" datetime="2024-11-08T16:55">16:55</time>
<time class="dt-end" datetime="2024-11-08T17:35">17:35</time>
</div>
</ffconf-speaker-details>
</header>
<ffconf-session-details>
<dl>
<dt>The Talk</dt>
<dd>
Art and design require imagination, yet in our busy lives, we often neglect reflection, which is
essential for self-growth and long-term success; Imran's talk will explore how taking time to reflect
can help us learn from our experiences and shape a better future.
</dd>
<dt>Origin Story</dt>
<dd>As a kid, I was often told by teachers and friends that I could start a cult. I'm an adult now, and
people are still telling me the same. Maybe I will start that cult.
<br>More about Imran: <a target="_blank" href="https://www.imranafzal.com/">imranafzal.com</a>
</dd>
</dl>
</ffconf-session-details>
</li>
<li class="ffconf-break">
<img src="/assets/icons/closing.svg" alt="">
<p>Closing remarks</p>
<div>
<time class="dt-start" datetime="2024-11-08T17:35">17:35</time>
<time class="dt-end" datetime="2024-11-08T17:50">17:50</time>
</div>
</li>
<li class="ffconf-break">
<img src="/assets/icons/party.svg" alt="">
<p>Post-event Social <small>(OHSO Social)</small></p>
<div>
<time class="dt-start" datetime="2024-11-08T18:00">18:00</time>
<time class="dt-end" datetime="2024-11-08T23:59">Late</time>
</div>
</li>
</ul>
</section>
<section id="get-involved">
<h2>Get involved</h2>
<ul class="container">
<li hidden>
<ffconf-link class="speak">
<a href="https://ffconf.org/cfp">
<p class="category">Conference</p>
<p class="title">Apply to speak at <abbr title="FF Conf">ffconf</abbr></p>
</a>
</ffconf-link>
</li>
<li>
<ffconf-link class="scholarship">
<a href="https://ffconf.org/scholarship">
<p class="category">Equality for all</p>
<p class="title">Apply for our inclusion scholarship</p>
</a>
</ffconf-link>
</li>
<li>
<ffconf-link class="news">
<a href="https://ffconf.org/news">
<p class="category">Subscribe</p>
<p class="title">Get the latest news for <abbr title="FF Conf">ffconf</abbr></p>
</a>
</ffconf-link>
</li>
</ul>
</section>
<section hidden>
<h2 id="locations">Locations</h2>
<div class="locations">
<div>
<h3 id="venues">Venues</h3>
<dl>
<dt>The Conference</dt>
<dd><a href="https://www.picturehouses.com/cinema/duke-of-york-s-picturehouse/information">Duke of
Yorks cinema</a></dd>
<dt>Early morning networking from 7:30am</dt>
<dd><a href="https://facebook.com/MoesatTheCircus/">Moe's at the
Circus</a></dd>
<dt>"Lunch with Future Friends" and social on Thursday</dt>
<dd><a href="https://thelounges.co.uk/alcampo/">Al
Campo</a></dd>
</dl>
</div>
<div>
<h3 id="hotels">Hotels</h3>
<dl>
<dt><a href="https://www.jurysinns.com/hotels/brighton">Jury's Inn</a></dt>
<dd>From £98, next to train station & close to venue</dd>
<dt><a
href="https://www.accorhotels.com/gb/hotel-6444-ibis-brighton-city-centre-station/index.shtml">Ibis</a>
</dt>
<dd>
From £87, directly outside the front of the station</dd>
<dt><a href="https://www.travelodge.co.uk/hotels/18/Brighton-hotel">Travelodge</a></dt>
<dd>From £71</dd>
<dt>
<a href="https://www.jurysinns.com/hotels/brighton-waterfront">Jury's Inn Waterfront</a>
</dt>
<dd>
From £157, close to after party venue</dd>
</dl>
</div>
</div>
</section>
<section id="sponsors">
<h2 class="col_span_3">Sponsors</h2>
<div class="col_span_3">
<p>Without our sponsors our event would not be possible, please take a moment to look at their
web sites and find out more about them.</p>
<p>If you would like your company to be a sponsor, please <a
href="mailto:[email protected]?subject=Request%20for%20sponsor%20pack%20%5B2024%5D">request
sponsor pack</a> today.</p>
</div>
<div class="container">
<div class="sponsor">
<h3>Headline sponsor</h3>
<a href="https://web.dev/">
<img src="./assets/sponsors/google.svg" alt="Chrome for developers"></a>
</div>
<div class="sponsor">
<h3>Day sponsor</h3>
<a href="https://tetralogical.com/">
<img src="./assets/sponsors/tetra-logical.svg" alt="TetraLogical"></a>
</div>
<div class="sponsor">
<h3>Day sponsor</h3>
<a href="https://webmonetization.org/docs">
<img src="./assets/sponsors/ilf.svg" alt="Interledger Foundation"></a>
</div>
<div class="sponsor request-a-pack">
<h3>Become a sponsor</h3>
<a href="mailto:[email protected]?subject=Request%20for%20sponsor%20pack%20%5B2024%5D">Request
sponsorship
pack</a>
</div>
</div>
</section>
<footer>
<ul>
<li><a href="https://ffconf.org/accessibility">Venue Accessibility</a></li>
<li><a href="https://ffconf.org/covid">COVID policy</a></li>
<li><a href="https://ffconf.org/inclusion">Inclusion Statement</a></li>
<li><a href="https://ffconf.org/scholarship">Scholarship Programme</a></li>
<li><a href="https://ffconf.org/code-of-conduct">Code of Conduct</a></li>
<li><a href="https://ffconf.org/terms">Terms</a></li>
<li><a href="https://ffconf.org/privacy">Privacy</a></li>
</ul>
</footer>
</main>
<!-- nope, no tracking here today. -->
</body>
</html>