-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchetan.html
More file actions
54 lines (49 loc) · 2.73 KB
/
chetan.html
File metadata and controls
54 lines (49 loc) · 2.73 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
<!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/chetan-duo.jpg" alt="Chetan Padia">
<div class="speaker-info-container">
<h2 class="speaker-name">A talk by Chetan Padia</h2>
<h1>Powerless by Design</h1>
<h2>The Topic</h2>
<p>Your users often have to opt in to cookies, privacy policies, terms and conditions, accounts, or apps, just
to use your product. What are you and your users giving away? How do we build for the benefit of users first?
</p>
<p class="tags">#BigTech, #Ethics, #Privacy</p>
<h2>The Person</h2>
<p>I wanted to play computer games like my friends were playing but my parents put a computer with BASIC in
front of me and told me to make my own. </p>
<p>On the web: <a href="https://chetbox.com/">Website</a>, <a
href="https://www.linkedin.com/in/chetbox/">LinkedIn</a></p>
</div>
</section>
</body>
</html>