From f2dd166cf37adf309437abcbe23c200cfaa2af41 Mon Sep 17 00:00:00 2001 From: Patrick Quinn-Graham <7331+thepatrick@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:21:37 +1100 Subject: [PATCH] add videos for September 2023 --- .../events/were-back-and-weve-brought-friends.mdoc | 4 +++- src/content/persons/gilmore-davidson.yaml | 4 ++++ src/content/persons/hon-boey.yaml | 2 ++ src/content/talks/if-johannes-gutenberg-wrote-css.mdoc | 10 ++++++++++ src/content/talks/the-power-of-stupid-ideas.mdoc | 10 ++++++++++ 5 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 src/content/persons/gilmore-davidson.yaml create mode 100644 src/content/persons/hon-boey.yaml create mode 100644 src/content/talks/if-johannes-gutenberg-wrote-css.mdoc create mode 100644 src/content/talks/the-power-of-stupid-ideas.mdoc diff --git a/src/content/events/were-back-and-weve-brought-friends.mdoc b/src/content/events/were-back-and-weve-brought-friends.mdoc index 29314f8..0a59c6e 100644 --- a/src/content/events/were-back-and-weve-brought-friends.mdoc +++ b/src/content/events/were-back-and-weve-brought-friends.mdoc @@ -11,7 +11,9 @@ endTime: 9:00 PM rsvpLink: https://www.meetup.com/en-AU/sydjs-classic/events/bgrfctyfcmbbc/ featuredMedia: discriminant: none -talks: [] +talks: +- if-johannes-gutenberg-wrote-css +- the-power-of-stupid-ideas --- SydJS is back! And even better — we're bringing friends. Well ... more friends! diff --git a/src/content/persons/gilmore-davidson.yaml b/src/content/persons/gilmore-davidson.yaml new file mode 100644 index 0000000..ba3e72a --- /dev/null +++ b/src/content/persons/gilmore-davidson.yaml @@ -0,0 +1,4 @@ +name: Gilmore Davidson +# avatar: /images/avatars/dinesh-pandiyan/avatar.png +# twitterHandle: flexdinesh +socialLinks: [] diff --git a/src/content/persons/hon-boey.yaml b/src/content/persons/hon-boey.yaml new file mode 100644 index 0000000..d82d30b --- /dev/null +++ b/src/content/persons/hon-boey.yaml @@ -0,0 +1,2 @@ +name: Hon Boey +socialLinks: [] diff --git a/src/content/talks/if-johannes-gutenberg-wrote-css.mdoc b/src/content/talks/if-johannes-gutenberg-wrote-css.mdoc new file mode 100644 index 0000000..9fd2abe --- /dev/null +++ b/src/content/talks/if-johannes-gutenberg-wrote-css.mdoc @@ -0,0 +1,10 @@ +--- +name: If Johannes Gutenberg wrote CSS +speakers: + - hon-boey +featuredMedia: + discriminant: video + value: + url: https://www.youtube.com/watch?v=VR_m0wTS54E + image: {} +--- diff --git a/src/content/talks/the-power-of-stupid-ideas.mdoc b/src/content/talks/the-power-of-stupid-ideas.mdoc new file mode 100644 index 0000000..c5b7271 --- /dev/null +++ b/src/content/talks/the-power-of-stupid-ideas.mdoc @@ -0,0 +1,10 @@ +--- +name: The Power Of Stupid Ideas That Get Taken Too Far +speakers: + - gilmore-davidson +featuredMedia: + discriminant: video + value: + url: https://www.youtube.com/watch?v=ki2mHDan6Ow + image: {} +---