-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserges.html
More file actions
58 lines (53 loc) · 2.86 KB
/
serges.html
File metadata and controls
58 lines (53 loc) · 2.86 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
<!DOCTYPE html>
<html id="speaker" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ffconf 2025 - UK web and JavaScript conference</title>
<meta name="description" content="ffconf - the UK's best JavaScript and Web conference in Brighton" />
<link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/assets/icons/apple-touch-icon.png" />
<link rel="manifest" href="/assets/manifest.json" />
<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=Funnel+Display:wght@300..800&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap"
rel="stylesheet">
<!-- <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://2025.ffconf.org/">
<meta property="og:title" content="ffconf 🌟 UK web conference since 2009">
<meta property="og:description" content="ffconf - the UK's best JavaScript and Web conference in Brighton.">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./speaker.css">
<script defer data-domain="2025.ffconf.org" src="https://plausible.io/js/script.outbound-links.js"></script>
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body>
<section class="speaker">
<img src="./assets/speakers/serges-duo.jpg" alt="Sergès Goma">
<div class="speaker-info-container">
<h2 class="speaker-name">A talk by Sergès
Goma</h2>
<h1>You're in a Code Cult (And That's OK)</h1>
<h2>The Topic</h2>
<p>
Programming languages often become more than tools—they’re badges of belonging. This talk explores why devs
fight fiercely over languages, even though they share so much in common, uncovering the culture and rivalries
behind the code.
</p>
<h2>The Person</h2>
<p>
When I was 15, I went full hikikomori (iykyk) for an entire summer, locking myself in my parents' basement to
build text-based RPG forums with good old HTML, CSS, and JS. I had no idea what I was doing—but I got so
obsessed, I somehow turned it into a full-time thing.
</p>
<p>On the web: <a target="_blank" href="https://www.linkedin.com/in/devserges/">LinkedIn</a></p>
</div>
</section>
</body>
</html>