diff --git a/src/routes/community/+page.svelte b/src/routes/community/+page.svelte index a2e16c31d8..024563daa8 100644 --- a/src/routes/community/+page.svelte +++ b/src/routes/community/+page.svelte @@ -17,50 +17,61 @@ { href: '/discord', cover: { - src: '/images/community/events/office-hours.png', + src: '/images/community/events/office-hours2.png', alt: '' }, - date: 'Sep 28th', + date: 'November 2nd', location: 'Discord', title: 'Office hours', description: 'Join us for an exciting hour of technical conversations around Appwrite.', buttonText: 'View event' }, { - href: 'https://www.twitch.tv/wesscope', + href: '/discord', cover: { - src: '/images/community/events/live-coding.png', + src: '/images/community/events/office-hours3.png', alt: '' }, - date: 'Sep 28th', - location: 'Twitch', - title: 'Live coding with Wess', - description: "Pluck is going mobile. Join us in building Pluck.io's Flutter app.", + date: 'November 9th', + location: 'Discord', + title: 'Office hours', + description: 'Join us for an exciting hour of technical conversations around Appwrite.', buttonText: 'View event' }, - { - href: 'https://lu.ma/hf-kickoff-blr', + { + href: '/discord', cover: { - src: '/images/community/events/hf-kickoff-bangalore.png', - alt: 'Hacktoberfest kickoff event' + src: '/images/community/events/office-hours4.png', + alt: '' }, - date: 'Oct 1st', - location: 'Bengaluru', - title: 'Hacktoberfest kickoff event', - description: 'Join us for our Hacktoberfest kickoff event in Bengaluru.', + date: 'November 16th', + location: 'Discord', + title: 'Office hours', + description: 'Join us for an exciting hour of technical conversations around Appwrite.', buttonText: 'View event' }, - { - href: 'https://hacktoberfest.com/', + { + href: '/discord', + cover: { + src: '/images/community/events/office-hours5.png', + alt: '' + }, + date: 'November 23rd', + location: 'Discord', + title: 'Office hours', + description: 'Join us for an exciting hour of technical conversations around Appwrite.', + buttonText: 'View event' + }, + { + href: '/discord', cover: { - src: '/images/community/events/oss-celebration.png', - alt: 'Hacktoberfest kickoff event' + src: '/images/community/events/office-hours6.png', + alt: '' }, - date: 'Oct', - location: 'Virtual', - title: 'Hacktoberfest 10', - description: - 'Join us for a month long celebration of open source in collaboration with DigitalOcean.', + date: 'November 30th', + location: 'Discord', + title: 'Office hours', + description: 'Join us for an exciting hour of technical conversations around Appwrite.', buttonText: 'View event' } ]; diff --git a/static/images/community/events/office-hours2.png b/static/images/community/events/office-hours2.png new file mode 100644 index 0000000000..4d66d894ae Binary files /dev/null and b/static/images/community/events/office-hours2.png differ diff --git a/static/images/community/events/office-hours3.png b/static/images/community/events/office-hours3.png new file mode 100644 index 0000000000..ce2b09eb75 Binary files /dev/null and b/static/images/community/events/office-hours3.png differ diff --git a/static/images/community/events/office-hours4.png b/static/images/community/events/office-hours4.png new file mode 100644 index 0000000000..ad224afd0a Binary files /dev/null and b/static/images/community/events/office-hours4.png differ diff --git a/static/images/community/events/office-hours5.png b/static/images/community/events/office-hours5.png new file mode 100644 index 0000000000..3356acd222 Binary files /dev/null and b/static/images/community/events/office-hours5.png differ diff --git a/static/images/community/events/office-hours6.png b/static/images/community/events/office-hours6.png new file mode 100644 index 0000000000..e7db52f2f3 Binary files /dev/null and b/static/images/community/events/office-hours6.png differ