Merge branch 'appwrite:main' into #1499-update-contributing-guide

This commit is contained in:
Gurjeet Singh Virdee
2025-02-11 15:54:26 +05:30
committed by GitHub
4 changed files with 24 additions and 16 deletions

View File

@@ -9,11 +9,15 @@
}> = [ }> = [
{ {
question: 'What is the Appwrite Education Program?', question: 'What is the Appwrite Education Program?',
answer: "If you're a student with the GitHub Student Developer Pack, you can use Appwrite Pro for free while in school to help you build your next project." answer: "If you're a student with the GitHub Student Developer Pack, you can access the Appwrite Education plan for free while in school to help you build your next project."
},
{
question: 'What does the Education plan offer?',
answer: 'The Education plan has equal usage limits as the Appwrite Pro plan (minus email support). We also have a special channel for Education program members in the Appwrite Discord server for support, which will feature exclusive events, hackathons, etc.'
}, },
{ {
question: 'Who is eligible to apply?', question: 'Who is eligible to apply?',
answer: 'Any student enrolled in the GitHub Student Developer Pack can apply for free and receive Appwrite Pro until graduation.' answer: 'Any student enrolled in the GitHub Student Developer Pack can apply for free and receive Appwrite\'s Education plan until graduation.'
}, },
{ {
question: 'How do I apply?', question: 'How do I apply?',
@@ -21,19 +25,23 @@
}, },
{ {
question: 'What happens after I sign up?', question: 'What happens after I sign up?',
answer: 'Appwrite Cloud will automatically verify your GitHub Student Developer Pack membership and apply Appwrite Pro to your account. You can then start using Appwrite right away.' answer: 'Appwrite Cloud will automatically verify your GitHub Student Developer Pack membership and apply the Education plan to your account. You can then start using Appwrite right away.'
}, },
{ {
question: "I'm already an Appwrite user. Can I still apply?", question: "I'm already an Appwrite user. Can I still apply?",
answer: 'This program is only open to new users.' answer: 'This program is open to all Appwrite users who are verified members of the GitHub Student Developer Pack.'
}, },
{ {
question: 'How long do the Appwrite Education program benefits last?', question: 'How long do the Appwrite Education program benefits last?',
answer: 'Your access to Appwrite Pro is valid until you finish your studies and graduate from the GitHub Student Developer Pack.' answer: 'Your access to the Appwrite Education plan is valid until you finish your studies and graduate from the GitHub Student Developer Pack.'
}, },
{ {
question: 'Do Cloud credits include any add-ons?', question: 'Does the Education plan include any add-ons?',
answer: 'No, Cloud credits do not cover any add-ons.' answer: 'No, the Education plan does not cover any add-ons.'
},
{
question: 'Can I use the Education plan for commercial purposes?',
answer: 'No, you may not use the Education plan for any non-educational or commercial purposes.'
} }
]; ];

View File

@@ -16,9 +16,9 @@
} }
}, },
{ {
label: 'Redeem your Cloud credits', label: 'Access the Education plan',
description: description:
'Create your Appwrite account through the Education program sign up page. Once verified, your credits will be applied.', 'Create your Appwrite account through the Education program sign up page. Once verified, the Education plan will be applied to your account.',
cta: { url: educationSignUp, label: 'Sign up' } cta: { url: educationSignUp, label: 'Sign up' }
}, },
{ {

View File

@@ -10,19 +10,19 @@
{ {
label: 'Develop your skills', label: 'Develop your skills',
description: description:
'Get access to Appwrites Pro plan and build your entire backend with Appwrite.', 'Get access to Appwrite Cloud and build your entire backend with Appwrite.',
icon: Checkmark icon: Checkmark
}, },
{ {
label: 'Build with any framework', label: 'Build with any framework',
description: description:
'Get free access to build with Appwrite Pro, valid throughout your student career.', 'Get free access to build with Appwrites Education plan, valid throughout your student career.',
icon: Beaker icon: Beaker
}, },
{ {
label: 'Join a vibrant community', label: 'Join a vibrant community',
description: description:
'Get community support and dedicated email support from the Appwrite team.', 'Get community support in the Appwrite Discord server.',
icon: ChatIcon icon: ChatIcon
} }
]; ];
@@ -43,7 +43,7 @@
<h1 class="font-aeonik-pro text-5xl text-white">Build your next project with Appwrite</h1> <h1 class="font-aeonik-pro text-5xl text-white">Build your next project with Appwrite</h1>
<p class="text-secondary font-medium"> <p class="text-secondary font-medium">
Join the Appwrite Education program in collaboration with the GitHub Student Developer Join the Appwrite Education program in collaboration with the GitHub Student Developer
Pack. Students receive Appwrite Cloud for free throughout their studies. Pack. Students access Appwrite Cloud for free throughout their studies.
</p> </p>
<div class="flex w-full flex-col items-center justify-center gap-4 md:flex-row"> <div class="flex w-full flex-col items-center justify-center gap-4 md:flex-row">

View File

@@ -10,14 +10,14 @@
Kickstart your developer journey with Appwrite Kickstart your developer journey with Appwrite
</h2> </h2>
<p class="font-medium"> <p class="font-medium">
Earn free credits through GitHub Education to build your next project on Appwrite Cloud. Earn free access through GitHub Education to build your next project on Appwrite Cloud.
Sign up for the GitHub Student Developer Pack to receive Appwrite Cloud for the duration Sign up for the GitHub Student Developer Pack to receive Appwrite Cloud for the duration
of your studies. of your studies.
</p> </p>
<p class="font-medium"> <p class="font-medium">
This credit is available only for new users who are verified through the GitHub program This credit is available only for users who are verified through the GitHub program
as students. The credit is valid until you graduate from GitHub Education. as students. The plan is valid until you graduate from GitHub Education.
</p> </p>
</div> </div>
<img src={Kickstart} alt="Kickstart" class="mx-auto" /> <img src={Kickstart} alt="Kickstart" class="mx-auto" />