We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a866be commit 4e10058Copy full SHA for 4e10058
src/website/page/index.gleam
@@ -96,13 +96,6 @@ fn post(post: blog.Post(_)) -> element.Element(_) {
96
}
97
98
const talks = [
99
- Talk(
100
- description: "Six to Sixteen: A Child's Programming Journey (Recording coming soon)",
101
- url: "https://2025.ffconf.org/surya",
102
- date: "14 November, 2025",
103
- conference: "FFConf 2025",
104
- location: "Duke of York's Cinema, Brighton",
105
- ),
106
Talk(
107
description: "Optimising the hell out of Gleam (Upcoming)",
108
url: "https://gleamgathering.com/#speakers",
@@ -117,6 +110,13 @@ const talks = [
117
110
conference: "Gleam Gathering",
118
111
location: "Origin Workspace, Bristol",
119
112
),
113
+ Talk(
114
+ description: "Six to Sixteen: A Child's Programming Journey (Recording)",
115
+ url: "https://www.youtube.com/watch?v=anF9c2zq1BM",
116
+ date: "14 November, 2025",
+ conference: "FFConf 2025",
+ location: "Duke of York's Cinema, Brighton",
+ ),
120
]
121
122
type Social {
0 commit comments