From d0119f21542559e4957ac4dbe4a5c6421c0876ac Mon Sep 17 00:00:00 2001 From: Snezhanna Date: Tue, 1 Oct 2024 07:52:31 +0000 Subject: [PATCH 1/2] Fix to HF ideas blog ## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.) ## Related PRs and Issues (If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.) ### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? (Write your answer here.) --- .../post/hacktoberfest-ideas-2024/+page.markdoc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/routes/blog/post/hacktoberfest-ideas-2024/+page.markdoc b/src/routes/blog/post/hacktoberfest-ideas-2024/+page.markdoc index 88ffab2b03..7b2457ca4d 100644 --- a/src/routes/blog/post/hacktoberfest-ideas-2024/+page.markdoc +++ b/src/routes/blog/post/hacktoberfest-ideas-2024/+page.markdoc @@ -8,7 +8,7 @@ timeToRead: 4 author: snezhanna category: hacktoberfest --- -Appwrite has just announced our very own **Hacktoberfest 2024 Hackathon**, and if we know our community, you're probably buzzing with ideas! Hacktoberfest is the perfect chance to collaborate, build, and showcase your creativity, whether you’re an experienced developer or just getting started. But with so many possibilities, where do you start? +Appwrite has just announced our very own **Hacktoberfest 2024 Hackathon**, and if we know the open source community, you're probably buzzing with ideas! Hacktoberfest is the perfect chance to collaborate, build, and showcase your creativity, whether you’re an experienced developer or just getting started. But with so many possibilities, where do you start? A few months ago, we hosted our own internal hackathon to foster collaboration, spark creativity, and put the new 1.6 features to the test before [their official release](https://appwrite.io/changelog/entry/2024-09-18). The Appwrite team rose to the challenge and delivered some amazing projects. @@ -27,10 +27,11 @@ Seasoned hackathon contributor Aditya Oberai [shared his 4-step approach](https: We have 3 projects we'd like to share that demonstrate a variety of ideas and approaches. We hope these examples provide some inspiration as you start thinking about your own Hacktoberfest projects. -# Terrazone: Revolutionizing global workforce management ![Terrazone](/images/blog/get-inspired-for-hackathon/1.png) +# Terrazone: Revolutionizing global workforce management + Terrazone is a platform designed to help remote teams work better together across different time zones through a simple, user-friendly interface. ## What problem does it solve? @@ -51,10 +52,10 @@ Working remotely can come with challenges, such as scheduling meetings, dealing - [Local development](https://appwrite.io/blog/post/announcing-local-development) to test functions - [Appwrite Authentication](https://appwrite.io/docs/products/auth/oauth2) for authentication -# MailMemo: Simplifying calendar notifications - ![MailMemo](/images/blog/get-inspired-for-hackathon/2.png) +# MailMemo: Simplifying calendar notifications + ## What problem does it solve? Managing multiple personal and work calendars can be overwhelming, especially with last-minute event notifications. MailMemo simplifies this by consolidating all your calendar events and sending personalized email reminders, helping you stay organized and on top of your schedule. @@ -73,10 +74,10 @@ Managing multiple personal and work calendars can be overwhelming, especially wi - [New Go runtime and SDK](https://appwrite.io/blog/post/announcing-go-support) for Functions - [New Functions ecosystem](https://appwrite.io/blog/post/introducing-functions-ecosystem) to sync calendars and schedule emails -# Cord: A new way to do async - ![Cord](/images/blog/get-inspired-for-hackathon/3.png) +# Cord: A new way to do async + Cord is a Discord bot designed to help teams be more effective when communicating through async. It comes with a few handy features like timezone and location in bio, automatic starting messages, and standup summaries. ## What problem does it solve? From fb4254cf338a4af69695dee46ac142a1ec0889f0 Mon Sep 17 00:00:00 2001 From: Snezhanna Date: Tue, 1 Oct 2024 08:44:39 +0000 Subject: [PATCH 2/2] Spacing --- src/routes/blog/post/hacktoberfest-ideas-2024/+page.markdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/routes/blog/post/hacktoberfest-ideas-2024/+page.markdoc b/src/routes/blog/post/hacktoberfest-ideas-2024/+page.markdoc index 7b2457ca4d..dad1fc5c43 100644 --- a/src/routes/blog/post/hacktoberfest-ideas-2024/+page.markdoc +++ b/src/routes/blog/post/hacktoberfest-ideas-2024/+page.markdoc @@ -28,6 +28,7 @@ Seasoned hackathon contributor Aditya Oberai [shared his 4-step approach](https: We have 3 projects we'd like to share that demonstrate a variety of ideas and approaches. We hope these examples provide some inspiration as you start thinking about your own Hacktoberfest projects. + ![Terrazone](/images/blog/get-inspired-for-hackathon/1.png) # Terrazone: Revolutionizing global workforce management @@ -52,6 +53,8 @@ Working remotely can come with challenges, such as scheduling meetings, dealing - [Local development](https://appwrite.io/blog/post/announcing-local-development) to test functions - [Appwrite Authentication](https://appwrite.io/docs/products/auth/oauth2) for authentication + + ![MailMemo](/images/blog/get-inspired-for-hackathon/2.png) # MailMemo: Simplifying calendar notifications @@ -74,6 +77,8 @@ Managing multiple personal and work calendars can be overwhelming, especially wi - [New Go runtime and SDK](https://appwrite.io/blog/post/announcing-go-support) for Functions - [New Functions ecosystem](https://appwrite.io/blog/post/introducing-functions-ecosystem) to sync calendars and schedule emails + + ![Cord](/images/blog/get-inspired-for-hackathon/3.png) # Cord: A new way to do async