mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles
This commit is contained in:
@@ -2,29 +2,6 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Appwrite is an open-source platform for building applications at any scale, using your preferred programming languages and tools." />
|
||||
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/logos/appwrite-icon.svg" />
|
||||
<link rel="mask-icon" type="image/png" href="%sveltekit.assets%/logos/appwrite-icon.png" />
|
||||
|
||||
<!-- apple touch icons for ios/ipados -->
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="%sveltekit.assets%/logos/apple-touch-icon-180x180.png" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="167x167"
|
||||
href="%sveltekit.assets%/logos/apple-touch-icon-167x167.png" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="152x152"
|
||||
href="%sveltekit.assets%/logos/apple-touch-icon-152x152.png" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="120x120"
|
||||
href="%sveltekit.assets%/logos/apple-touch-icon-120x120.png" />
|
||||
|
||||
<!-- apple web app meta tags -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
|
||||
@@ -177,6 +177,56 @@
|
||||
<link rel="preload" as="style" type="text/css" href="{base}/fonts/main.css" />
|
||||
<link rel="stylesheet" href={`${base}/fonts/main.css`} />
|
||||
|
||||
{#if resolvedProfile.id === ProfileMode.STUDIO}
|
||||
<link rel="icon" type="image/svg+xml" href={`${base}/logos/imagine-icon.svg`} />
|
||||
<link rel="mask-icon" type="image/png" href={`${base}/logos/imagine-icon.png`} />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="120x120"
|
||||
href={`${base}/logos/imagine/apple-touch-icon-120x120.png`} />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="152x152"
|
||||
href={`${base}/logos/imagine/apple-touch-icon-152x152.png`} />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="167x167"
|
||||
href={`${base}/logos/imagine/apple-touch-icon-167x167.png`} />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href={`${base}/logos/imagine/apple-touch-icon-180x180.png`} />
|
||||
{:else}
|
||||
<link rel="icon" type="image/svg+xml" href={`${base}/logos/appwrite-icon.svg`} />
|
||||
<link rel="mask-icon" type="image/png" href={`${base}/logos/appwrite-icon.png`} />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="120x120"
|
||||
href={`${base}/logos/apple-touch-icon-120x120.png`} />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="152x152"
|
||||
href={`${base}/logos/apple-touch-icon-152x152.png`} />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="167x167"
|
||||
href={`${base}/logos/apple-touch-icon-167x167.png`} />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href={`${base}/logos/apple-touch-icon-180x180.png`} />
|
||||
{/if}
|
||||
|
||||
{#if resolvedProfile.id === ProfileMode.STUDIO}
|
||||
<meta
|
||||
name="description"
|
||||
content="Build something real. Turn your ideas into real products by chatting with the most complete AI builder available to date" />
|
||||
{:else}
|
||||
<meta
|
||||
name="description"
|
||||
content="Appwrite is an open-source platform for building applications at any scale, using your preferred programming languages and tools." />
|
||||
{/if}
|
||||
|
||||
{#if isCloud}
|
||||
{#each preloadFontsCloud as font}
|
||||
<link rel="preload" href={font} as="font" type="font/woff2" crossorigin="anonymous" />
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
Reference in New Issue
Block a user