-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsurya.html
More file actions
58 lines (53 loc) · 2.83 KB
/
surya.html
File metadata and controls
58 lines (53 loc) · 2.83 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/surya-duo.jpg" alt="Surya Rose">
<div class="speaker-info-container">
<h2 class="speaker-name">A talk by Surya Rose</h2>
<h1>Six to Sixteen: A Child's Programming Journey</h1>
<h2>The Topic</h2>
<p>
Learning to code is not easy. It takes a lot of time and practise to become a good developer, especially with
the hundreds of different technologies that exist, it's often hard to know where to start.
In this talk, I share my experience as a programmer, starting from when I first learned to code at the age of
six.
</p>
<p class="tags">#learntocode, #journey, #youngdeveloper</p>
<h2>The Person</h2>
<p>
When I was six years old, I asked my dad to teach me to code. For some reason it stuck, and ten years later
here I am giving a talk about it.
</p>
<p>On the web: <a href="https://gearsco.de/">Website</a></p>
</div>
</section>
</body>
</html>