mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Merge branch 'appwrite:main' into #1499-update-contributing-guide
This commit is contained in:
@@ -9,11 +9,15 @@
|
||||
}> = [
|
||||
{
|
||||
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?',
|
||||
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?',
|
||||
@@ -21,19 +25,23 @@
|
||||
},
|
||||
{
|
||||
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?",
|
||||
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?',
|
||||
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?',
|
||||
answer: 'No, Cloud credits do not cover any add-ons.'
|
||||
question: 'Does the Education plan include 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.'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Redeem your Cloud credits',
|
||||
label: 'Access the Education plan',
|
||||
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' }
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10,19 +10,19 @@
|
||||
{
|
||||
label: 'Develop your skills',
|
||||
description:
|
||||
'Get access to Appwrite’s Pro plan and build your entire backend with Appwrite.',
|
||||
'Get access to Appwrite Cloud and build your entire backend with Appwrite.',
|
||||
icon: Checkmark
|
||||
},
|
||||
{
|
||||
label: 'Build with any framework',
|
||||
description:
|
||||
'Get free access to build with Appwrite Pro, valid throughout your student career.',
|
||||
'Get free access to build with Appwrite’s Education plan, valid throughout your student career.',
|
||||
icon: Beaker
|
||||
},
|
||||
{
|
||||
label: 'Join a vibrant community',
|
||||
description:
|
||||
'Get community support and dedicated email support from the Appwrite team.',
|
||||
'Get community support in the Appwrite Discord server.',
|
||||
icon: ChatIcon
|
||||
}
|
||||
];
|
||||
@@ -43,7 +43,7 @@
|
||||
<h1 class="font-aeonik-pro text-5xl text-white">Build your next project with Appwrite</h1>
|
||||
<p class="text-secondary font-medium">
|
||||
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>
|
||||
|
||||
<div class="flex w-full flex-col items-center justify-center gap-4 md:flex-row">
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
Kickstart your developer journey with Appwrite
|
||||
</h2>
|
||||
<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
|
||||
of your studies.
|
||||
</p>
|
||||
|
||||
<p class="font-medium">
|
||||
This credit is available only for new users who are verified through the GitHub program
|
||||
as students. The credit is valid until you graduate from GitHub Education.
|
||||
This credit is available only for users who are verified through the GitHub program
|
||||
as students. The plan is valid until you graduate from GitHub Education.
|
||||
</p>
|
||||
</div>
|
||||
<img src={Kickstart} alt="Kickstart" class="mx-auto" />
|
||||
|
||||
Reference in New Issue
Block a user