mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
chore: formatting
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
import Copy from './Copy.svelte';
|
||||
|
||||
const title = 'Assets' + TITLE_SUFFIX;
|
||||
const description = "This page features Appwrite's key brand assets including the logotype, colors, product visuals, and practical guidelines for their usage.";
|
||||
const description =
|
||||
"This page features Appwrite's key brand assets including the logotype, colors, product visuals, and practical guidelines for their usage.";
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
|
||||
enum Section {
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
|
||||
const seo = {
|
||||
title: 'Changelog' + TITLE_SUFFIX,
|
||||
description: "Explore Appwrite's changelog to stay on top of all the product updates and track our journey.",
|
||||
description:
|
||||
"Explore Appwrite's changelog to stay on top of all the product updates and track our journey.",
|
||||
ogImage: `${DEFAULT_HOST}/images/open-graph/website.png`
|
||||
};
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
import { DEFAULT_DESCRIPTION, DEFAULT_HOST } from '$lib/utils/metadata';
|
||||
|
||||
const title = 'Company' + TITLE_SUFFIX;
|
||||
const description = "At Appwrite, we aim to remove technical barriers with our backend solutions. Click here to learn more about our organization, its mission and goals.";
|
||||
const description =
|
||||
'At Appwrite, we aim to remove technical barriers with our backend solutions. Click here to learn more about our organization, its mission and goals.';
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
</script>
|
||||
|
||||
|
||||
@@ -39,7 +39,8 @@
|
||||
}
|
||||
|
||||
const title = 'Contact us' + TITLE_SUFFIX;
|
||||
const description = "Fill in this short form to get in touch with the Appwrite team. Questions, feature requests or bug reports - all input is welcome!";
|
||||
const description =
|
||||
'Fill in this short form to get in touch with the Appwrite team. Questions, feature requests or bug reports - all input is welcome!';
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
</script>
|
||||
|
||||
|
||||
@@ -51,7 +51,8 @@
|
||||
}
|
||||
|
||||
const title = 'Enterprise' + TITLE_SUFFIX;
|
||||
const description = "Want to learn more about Appwrite's Enterprise plan? Send us a message, and we'll propose a pricing solution that fits your unique use case.";
|
||||
const description =
|
||||
"Want to learn more about Appwrite's Enterprise plan? Send us a message, and we'll propose a pricing solution that fits your unique use case.";
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
</script>
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
</h2>
|
||||
<p class="text-secondary text-pretty">
|
||||
Join a growing community of developers and students who use Appwrite to build their
|
||||
products. Gain access to a wealth of knowledge, support, and shared experiences
|
||||
needed to grow and advance your tech career.
|
||||
products. Gain access to a wealth of knowledge, support, and shared experiences needed
|
||||
to grow and advance your tech career.
|
||||
</p>
|
||||
<a
|
||||
href="/discord"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
{
|
||||
question: 'Who is eligible to apply?',
|
||||
answer: 'Any student enrolled in the GitHub Student Developer Pack can apply for free and receive Appwrite\'s Education plan 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,8 +21,7 @@
|
||||
},
|
||||
{
|
||||
label: 'Join a vibrant community',
|
||||
description:
|
||||
'Get community support in the Appwrite Discord server.',
|
||||
description: 'Get community support in the Appwrite Discord server.',
|
||||
icon: ChatIcon
|
||||
}
|
||||
];
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
</p>
|
||||
|
||||
<p class="font-medium">
|
||||
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.
|
||||
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" />
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
import Faq from './(components)/FAQ.svelte';
|
||||
|
||||
const title = 'Education' + TITLE_SUFFIX;
|
||||
const description = "Students, here's your chance to expand your skillset without spending a penny. Sign up for Appwrite Education program to get access to our Pro plan.";
|
||||
const description =
|
||||
"Students, here's your chance to expand your skillset without spending a penny. Sign up for Appwrite Education program to get access to our Pro plan.";
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
</script>
|
||||
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
import FloatingHead from '$lib/components/FloatingHead.svelte';
|
||||
|
||||
const title = 'Heroes' + TITLE_SUFFIX;
|
||||
const description = "If you're passionate about helping developers build great products with Appwrite - join our Heroes program and get access to a number of exclusive perks.";
|
||||
const description =
|
||||
"If you're passionate about helping developers build great products with Appwrite - join our Heroes program and get access to a number of exclusive perks.";
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
|
||||
const heroCards: HeroCardProps[] = [
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
export let data;
|
||||
|
||||
const title = 'Integrations' + TITLE_SUFFIX;
|
||||
const description = "Connect your favorite apps to Appwrite for one unified tech stack. Explore our catalog of integrations now.";
|
||||
const description =
|
||||
'Connect your favorite apps to Appwrite for one unified tech stack. Explore our catalog of integrations now.';
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
|
||||
// search functionality
|
||||
|
||||
@@ -54,7 +54,8 @@
|
||||
}
|
||||
|
||||
const title = 'Become a Technology Partner' + TITLE_SUFFIX;
|
||||
const description = "Want to integrate your app with Appwrite's API? Apply to our Technology Partners program by filling a short form.";
|
||||
const description =
|
||||
"Want to integrate your app with Appwrite's API? Apply to our Technology Partners program by filling a short form.";
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
</script>
|
||||
|
||||
|
||||
@@ -49,10 +49,10 @@
|
||||
<div class="flex flex-col gap-4">
|
||||
<h1 class="font-aeonik-pro text-title text-primary text-pretty">Partner Tiers</h1>
|
||||
<p class="text-body text-secondary text-pretty font-medium">
|
||||
As you continue to grow, so do your opportunities with Appwrite.
|
||||
Our Partner Program is designed to scale with you as you grow.
|
||||
With flexible tiers tailored to your success. A partnership built to
|
||||
scale together for lasting success in a competitive market.
|
||||
As you continue to grow, so do your opportunities with Appwrite. Our Partner
|
||||
Program is designed to scale with you as you grow. With flexible tiers tailored
|
||||
to your success. A partnership built to scale together for lasting success in a
|
||||
competitive market.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
import Features from './(components)/features/Features.svelte';
|
||||
|
||||
const title = 'Auth' + TITLE_SUFFIX;
|
||||
const description = 'Enable secure and reliable user login with Appwrite Auth. We support multiple authentication methods with compliance features out of the box.';
|
||||
const description =
|
||||
'Enable secure and reliable user login with Appwrite Auth. We support multiple authentication methods with compliance features out of the box.';
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
</script>
|
||||
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
|
||||
|
||||
const title = 'Functions' + TITLE_SUFFIX;
|
||||
const description = "Appwrite Functions offer everything you need to deploy and scale serverless functions easily, without any server management overhead.";
|
||||
const description =
|
||||
'Appwrite Functions offer everything you need to deploy and scale serverless functions easily, without any server management overhead.';
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
</script>
|
||||
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
|
||||
|
||||
const title = 'Messaging' + TITLE_SUFFIX;
|
||||
const description = "Appwrite Messaging allows you to communicate with your audience across various mediums. Push notifications, SMS and emails - set up within minutes!";
|
||||
const description =
|
||||
'Appwrite Messaging allows you to communicate with your audience across various mediums. Push notifications, SMS and emails - set up within minutes!';
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
|
||||
const codeTopic = [
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
import Optimized from './(components)/Optimized.svelte';
|
||||
|
||||
const title = 'Storage' + TITLE_SUFFIX;
|
||||
const description = "Get to know Appwrite Storage - our robust infrastructure allows you to store, optimize and encrypt all of your project files in one place.";
|
||||
const description =
|
||||
'Get to know Appwrite Storage - our robust infrastructure allows you to store, optimize and encrypt all of your project files in one place.';
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
</script>
|
||||
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
import CommunitySupportChat from '$lib/components/CommunitySupportChat.svelte';
|
||||
|
||||
const title = 'Startups' + TITLE_SUFFIX;
|
||||
const description = "Get $20,000 in cloud credits to fulfill all your startup's backend needs. Apply for Appwrite's Startups Program today.";
|
||||
const description =
|
||||
"Get $20,000 in cloud credits to fulfill all your startup's backend needs. Apply for Appwrite's Startups Program today.";
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
|
||||
let personName: string;
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
import Input from '$lib/components/ui/Input.svelte';
|
||||
|
||||
const title = 'Threads' + TITLE_SUFFIX;
|
||||
const description = "Appwrite's Threads page showcases our community interactions on Discord. Join the conversation, ask questions, or assist other members with their issues.";
|
||||
const description =
|
||||
"Appwrite's Threads page showcases our community interactions on Discord. Join the conversation, ask questions, or assist other members with their issues.";
|
||||
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||
|
||||
export let data;
|
||||
|
||||
Reference in New Issue
Block a user