mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 04:22:13 +00:00
@@ -11,8 +11,7 @@
|
|||||||
import Copy from './Copy.svelte';
|
import Copy from './Copy.svelte';
|
||||||
|
|
||||||
const title = 'Assets' + TITLE_SUFFIX;
|
const title = 'Assets' + TITLE_SUFFIX;
|
||||||
const description =
|
const description = "This page features Appwrite's key brand assets including the logotype, colors, product visuals, and practical guidelines for their usage.";
|
||||||
"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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
|
|
||||||
enum Section {
|
enum Section {
|
||||||
|
|||||||
@@ -13,8 +13,7 @@
|
|||||||
|
|
||||||
const seo = {
|
const seo = {
|
||||||
title: 'Changelog' + TITLE_SUFFIX,
|
title: 'Changelog' + TITLE_SUFFIX,
|
||||||
description:
|
description: "Explore Appwrite's changelog to stay on top of all the product updates and track our journey.",
|
||||||
"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`
|
ogImage: `${DEFAULT_HOST}/images/open-graph/website.png`
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,7 @@
|
|||||||
import { DEFAULT_DESCRIPTION, DEFAULT_HOST } from '$lib/utils/metadata';
|
import { DEFAULT_DESCRIPTION, DEFAULT_HOST } from '$lib/utils/metadata';
|
||||||
|
|
||||||
const title = 'Company' + TITLE_SUFFIX;
|
const title = 'Company' + TITLE_SUFFIX;
|
||||||
const description =
|
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.";
|
||||||
'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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -39,8 +39,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const title = 'Contact us' + TITLE_SUFFIX;
|
const title = 'Contact us' + TITLE_SUFFIX;
|
||||||
const description =
|
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!";
|
||||||
'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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -51,8 +51,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const title = 'Enterprise' + TITLE_SUFFIX;
|
const title = 'Enterprise' + TITLE_SUFFIX;
|
||||||
const description =
|
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.";
|
||||||
"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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,7 @@
|
|||||||
import Faq from './(components)/FAQ.svelte';
|
import Faq from './(components)/FAQ.svelte';
|
||||||
|
|
||||||
const title = 'Education' + TITLE_SUFFIX;
|
const title = 'Education' + TITLE_SUFFIX;
|
||||||
const description =
|
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.";
|
||||||
"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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
import FloatingHead from '$lib/components/FloatingHead.svelte';
|
import FloatingHead from '$lib/components/FloatingHead.svelte';
|
||||||
|
|
||||||
const title = 'Heroes' + TITLE_SUFFIX;
|
const title = 'Heroes' + TITLE_SUFFIX;
|
||||||
const description =
|
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.";
|
||||||
"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 ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
|
|
||||||
const heroCards: HeroCardProps[] = [
|
const heroCards: HeroCardProps[] = [
|
||||||
|
|||||||
@@ -18,8 +18,7 @@
|
|||||||
export let data;
|
export let data;
|
||||||
|
|
||||||
const title = 'Integrations' + TITLE_SUFFIX;
|
const title = 'Integrations' + TITLE_SUFFIX;
|
||||||
const description =
|
const description = "Connect your favorite apps to Appwrite for one unified tech stack. Explore our catalog of integrations now.";
|
||||||
'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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
|
|
||||||
// search functionality
|
// search functionality
|
||||||
|
|||||||
@@ -54,8 +54,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const title = 'Become a Technology Partner' + TITLE_SUFFIX;
|
const title = 'Become a Technology Partner' + TITLE_SUFFIX;
|
||||||
const description =
|
const description = "Want to integrate your app with Appwrite's API? Apply to our Technology Partners program by filling a short form.";
|
||||||
"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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -49,10 +49,10 @@
|
|||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<h1 class="font-aeonik-pro text-title text-primary text-pretty">Partner Tiers</h1>
|
<h1 class="font-aeonik-pro text-title text-primary text-pretty">Partner Tiers</h1>
|
||||||
<p class="text-body text-secondary text-pretty font-medium">
|
<p class="text-body text-secondary text-pretty font-medium">
|
||||||
As you continue to grow, so do your opportunities with Appwrite. Our Partner
|
As you continue to grow, so do your opportunities with Appwrite.
|
||||||
Program is designed to scale with you as you grow. With flexible tiers tailored
|
Our Partner Program is designed to scale with you as you grow.
|
||||||
to your success. A partnership built to scale together for lasting success in a
|
With flexible tiers tailored to your success. A partnership built to
|
||||||
competitive market.
|
scale together for lasting success in a competitive market.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,7 @@
|
|||||||
import Features from './(components)/features/Features.svelte';
|
import Features from './(components)/features/Features.svelte';
|
||||||
|
|
||||||
const title = 'Auth' + TITLE_SUFFIX;
|
const title = 'Auth' + TITLE_SUFFIX;
|
||||||
const description =
|
const description = 'Enable secure and reliable user login with Appwrite Auth. We support multiple authentication methods with compliance features out of the box.';
|
||||||
'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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -18,8 +18,7 @@
|
|||||||
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
|
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
|
||||||
|
|
||||||
const title = 'Functions' + TITLE_SUFFIX;
|
const title = 'Functions' + TITLE_SUFFIX;
|
||||||
const description =
|
const description = "Appwrite Functions offer everything you need to deploy and scale serverless functions easily, without any server management overhead.";
|
||||||
'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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -12,8 +12,7 @@
|
|||||||
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
|
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
|
||||||
|
|
||||||
const title = 'Messaging' + TITLE_SUFFIX;
|
const title = 'Messaging' + TITLE_SUFFIX;
|
||||||
const description =
|
const description = "Appwrite Messaging allows you to communicate with your audience across various mediums. Push notifications, SMS and emails - set up within minutes!";
|
||||||
'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 ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
|
|
||||||
const codeTopic = [
|
const codeTopic = [
|
||||||
|
|||||||
@@ -17,8 +17,7 @@
|
|||||||
import Optimized from './(components)/Optimized.svelte';
|
import Optimized from './(components)/Optimized.svelte';
|
||||||
|
|
||||||
const title = 'Storage' + TITLE_SUFFIX;
|
const title = 'Storage' + TITLE_SUFFIX;
|
||||||
const description =
|
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.";
|
||||||
'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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,7 @@
|
|||||||
import { getReferrerAndUtmSource } from '$lib/utils/utm';
|
import { getReferrerAndUtmSource } from '$lib/utils/utm';
|
||||||
|
|
||||||
const title = 'Startups' + TITLE_SUFFIX;
|
const title = 'Startups' + TITLE_SUFFIX;
|
||||||
const description =
|
const description = "Get $20,000 in cloud credits to fulfill all your startup's backend needs. Apply for Appwrite's Startups Program today.";
|
||||||
"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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
|
|
||||||
let personName: string;
|
let personName: string;
|
||||||
|
|||||||
@@ -14,8 +14,7 @@
|
|||||||
import Input from '$lib/components/ui/Input.svelte';
|
import Input from '$lib/components/ui/Input.svelte';
|
||||||
|
|
||||||
const title = 'Threads' + TITLE_SUFFIX;
|
const title = 'Threads' + TITLE_SUFFIX;
|
||||||
const description =
|
const description = "Appwrite's Threads page showcases our community interactions on Discord. Join the conversation, ask questions, or assist other members with their issues.";
|
||||||
"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';
|
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
|
||||||
|
|
||||||
export let data;
|
export let data;
|
||||||
|
|||||||
Reference in New Issue
Block a user