Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
thejessewinton committed Nov 1, 2024
1 parent 85189ee commit c2fcc15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/routes/students/(components)/FAQ.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
question: 'Who is eligible to apply?',
answer: 'Any student enrolled in the GitHub Student Developer Pack can apply for free and get $250 worth of Appwrite Pro credits until they graduate.'
answer: 'Any student enrolled in the GitHub Student Developer Pack can apply for free and receive Appwrite Pro until graudation.'
},
{
question: 'How do I apply?',
Expand Down
3 changes: 1 addition & 2 deletions src/routes/students/(components)/Hero.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script>
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
import Button from '$lib/components/ui/Button.svelte';
import { classNames } from '$lib/utils/classnames';
import Logos from './Logos.svelte';
import ChatIcon from '../(assets)/chat-icon.svg';
Expand Down Expand Up @@ -42,7 +41,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 two years of Appwrite Cloud Pro for free.
Pack. Students receive Appwrite Cloud for free throughout their studies.
</p>

<div class="flex w-full flex-col items-center justify-center gap-4 md:flex-row">
Expand Down
3 changes: 2 additions & 1 deletion src/routes/students/(components)/Kickstart.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
</h2>
<p class="font-medium">
Earn free credits through GitHub Education to build your next project on Appwrite Cloud.
Sign up for the GitHub Student Developer Pack to receive a $250 Appwrite Cloud credit.
Sign up for the GitHub Student Developer Pack to receive Appwrite Cloud for the duration
of your studies.
</p>

<p class="font-medium">
Expand Down

0 comments on commit c2fcc15

Please sign in to comment.