diff --git a/src/lib/components/FooterNav.svelte b/src/lib/components/FooterNav.svelte index 4275c44eb15..aceebfbfd1b 100644 --- a/src/lib/components/FooterNav.svelte +++ b/src/lib/components/FooterNav.svelte @@ -86,7 +86,6 @@ // } ], Programs: [ - { label: 'Heroes', href: '/heroes' }, { label: 'Startups', href: '/startups' }, { label: 'Education', href: '/education' }, { label: 'Partners', href: '/partners' } diff --git a/src/lib/components/layout/site-footer.svelte b/src/lib/components/layout/site-footer.svelte index 26d6625ced8..17e370b1b4b 100644 --- a/src/lib/components/layout/site-footer.svelte +++ b/src/lib/components/layout/site-footer.svelte @@ -68,7 +68,6 @@ // } ], Programs: [ - { label: 'Heroes', href: '/heroes' }, { label: 'Startups', href: '/startups' }, { label: 'Education', href: '/education' } ], diff --git a/src/redirects.json b/src/redirects.json index b6b7fb6528b..85d37658dec 100644 --- a/src/redirects.json +++ b/src/redirects.json @@ -863,5 +863,9 @@ { "link": "/blog/post/choosing-the-right-backend", "redirect": "/blog/post/backend-as-a-service" + }, + { + "link": "/heroes", + "redirect": "/" } ] diff --git a/src/routes/heroes/+page.svelte b/src/routes/heroes/+page.svelte deleted file mode 100644 index 238b07804e7..00000000000 --- a/src/routes/heroes/+page.svelte +++ /dev/null @@ -1,531 +0,0 @@ - - - - - {title} - - - - - - - - - - - - - - -
-
-
-
-
-
-

Appwrite Heroes

-

- If you love building, writing, speaking, and helping other developers - build with Appwrite, help us support you by joining the Appwrite Heroes - program and becoming a leader in our developer community. -

- -
-
- -
-
-
-
-
-
-
-
-

- About Appwrite Heroes -

-
-

- The Appwrite Heroes program is an exclusive group of developers who - are experts in Appwrite and dedicated to creating valuable content - to assist other developers in achieving success. Appwrite Heroes - excel in creating video tutorials, written guides, blog posts, or - providing support in our fast-growing Discord community. -

-
-
- -
-
- -
-
- -
- -
-
-
-
- -
-
-
-
-
- Meet our Heroes -
-
-
    - {#each heroCards as heroCardProps} - - {/each} -
-
-
-
- -
-
-
-
-

- How Appwrite Heroes can benefit you -

-
-
-
    -
  • - -

    Channel access

    -

    - Access to internal channel with Appwrite’s Engineering and - DevRel teams. -

    -
  • -
  • - -

    In-person gatherings

    -

    - Top contributors get invited to an in-person gathering with the - Appwrite team. -

    -
  • -
  • - -

    Digital badge

    -

    - Exclusive digital badge to share on Discord and LinkedIn. -

    -
  • -
  • - -

    Travel

    -

    - Travel paid for top contributors (case-by-case) to attend dev - conferences. -

    -
  • -
  • - -

    - Beta-test -

    -

    - Opportunity to beta-test Appwrite releases. -

    -
  • -
  • - -

    - Roadmap access -

    -

    - Special access to a more in-depth roadmap. -

    -
  • -
-
-
-
-
- - -
-
- - diff --git a/src/routes/heroes/HeroCard.svelte b/src/routes/heroes/HeroCard.svelte deleted file mode 100644 index b76b8c98add..00000000000 --- a/src/routes/heroes/HeroCard.svelte +++ /dev/null @@ -1,81 +0,0 @@ - - - - -
-
-
-
- -
- {name} -
-
{role}
-
-
-

- {bio} -

- -
-
- - diff --git a/src/routes/heroes/bg-pre.avif b/src/routes/heroes/bg-pre.avif deleted file mode 100644 index 66176038c14..00000000000 Binary files a/src/routes/heroes/bg-pre.avif and /dev/null differ diff --git a/src/routes/heroes/teal-blur.avif b/src/routes/heroes/teal-blur.avif deleted file mode 100644 index 2077fe828aa..00000000000 Binary files a/src/routes/heroes/teal-blur.avif and /dev/null differ