Skip to content

Commit

Permalink
chore: update past talks
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 12, 2024
1 parent ffb30ac commit 566d40c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
28 changes: 27 additions & 1 deletion app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@
"malleable",
"ai"
],
"date": "2024-04-19T19:00:00.000Z"
"date": "2024-05-30T19:00:00.000Z"
},
{
"type": "conference",
Expand All @@ -839,5 +839,31 @@
"nuxt",
"live coding"
]
},
{
"type": "meetup",
"title": "Automatic Web Font Optimisation with Fontaine",
"slug": "2024-07-11-gdg-portlaoise-fontaine",
"source": "Google I/O Extended Portlaoise",
"date": "2024-07-11T00:00:00.000Z",
"video": "https://www.youtube.com/watch?v=SgvbylFEnoQ",
"tags": [
"web vitals",
"fonts"
]
},
{
"type": "meetup",
"title": "An AI-enabled framework: using LLMs to put people first",
"slug": "2024-07-11-gdg-portlaoise-llm",
"source": "Google I/O Extended Portlaoise",
"group": "ai-enabled-framework",
"tags": [
"nuxt",
"live coding",
"malleable",
"ai"
],
"date": "2024-07-11T19:00:00.000Z"
}
]
6 changes: 0 additions & 6 deletions server/api/upcoming-conferences.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ const upcomingConferences: Array<{
}
location: string
}> = [
{
name: 'Google I/O Extended Portlaoise',
dates: '11 July',
link: 'https://gdg.community.dev/events/details/google-gdg-portlaoise-presents-google-io-extended-2024-portlaoise/',
location: '🇮🇪',
},
{
name: 'Middlesborough FE',
dates: '17 July',
Expand Down

0 comments on commit 566d40c

Please sign in to comment.