Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new campaign #1134

Merged
merged 8 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/lib/stores/campaigns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ campaigns
.set('startup', {
title: 'Welcome to the Startups program!',
description:
"We're excited to have you on board. Add your credit code to your Appwrite Pro account to join."
"We're excited to have you on board. Add the coupon code to your Appwrite Pro account to join."
})
.set('RenderATL2024', {
title: 'Claim your RenderATL $100 credits',
title: 'Claim your $100 RenderATL credits',
description:
'Get $100 in Cloud credits when you upgrade or create an organization with a Pro plan.'
})
.set('dealsfordevs', {
title: 'Claim your $50 Deals For Devs credits',
description:
'Get $50 in Cloud credits when you upgrade or create an organization with a Pro plan.'
});
6 changes: 3 additions & 3 deletions src/routes/console/apply-credit/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@
</script>

<svelte:head>
<title>Apply credits - Appwrite</title>
<title>Get started - Appwrite</title>
</svelte:head>

<WizardSecondaryContainer href={previousPage} bind:showExitModal>
<WizardSecondaryHeader confirmExit on:exit={() => (showExitModal = true)}>
Apply credits
Get started
</WizardSecondaryHeader>
<WizardSecondaryContent>
<Form bind:this={formComponent} onSubmit={handleSubmit} bind:isSubmitting>
Expand Down Expand Up @@ -255,7 +255,7 @@
{#if $isSubmitting}
<span class="loader is-small is-transparent u-line-height-1-5" aria-hidden="true" />
{/if}
Apply credits
Create Organization
</Button>
</WizardSecondaryFooter>
<svelte:fragment slot="exit">
Expand Down
Binary file added static/images/campaigns/dealsfordevs/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/campaigns/dealsfordevs/light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading