Skip to content

Commit

Permalink
Merge pull request #1162 from appwrite/feat-campaign-jsmasteryy
Browse files Browse the repository at this point in the history
feat: js mastery campaign
  • Loading branch information
ArmanNik authored Jun 28, 2024
2 parents ea1df58 + 4f3724c commit 7a634a0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/lib/stores/campaigns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,24 @@ campaigns
}
]
}
})
.set('JSMastery', {
template: 'review',
title: 'Claim your JavaScript Mastery $50 credits.',
description:
'Get $50 in Cloud credits when you upgrade or create an organization with a Pro plan',
onlyNewOrgs: true,
data: {
cta: 'Get everything out of Cloud with Pro',
claimed: 'Your credits will be valid for 12 months.',
unclaimed: 'Apply your code to join the Startups program.',
reviews: [
{
name: 'Marius Bloki',
desc: 'CTO // mySHOEFITTER',
img: 'js_mastery_reviewer_1.png',
review: 'Appwrite has been a tremendous asset in implementing our IT infrastructure. Not only is the software an absolute game-changer, but the team is always there when you need them.'
}
]
}
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a634a0

Please sign in to comment.