mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
Merge branch 'main' of https://github.com/appwrite/website
This commit is contained in:
@@ -78,6 +78,12 @@
|
||||
{
|
||||
title: 'Mobile and native',
|
||||
quickStarts: [
|
||||
{
|
||||
title: 'React Native',
|
||||
icon: 'icon-react-native',
|
||||
image: '/images/blog/placeholder.png',
|
||||
href: 'react-native'
|
||||
},
|
||||
{
|
||||
title: 'Flutter',
|
||||
icon: 'icon-flutter',
|
||||
@@ -95,13 +101,7 @@
|
||||
icon: 'icon-android',
|
||||
image: '/images/blog/placeholder.png',
|
||||
href: 'android'
|
||||
},
|
||||
{
|
||||
title: 'React Native',
|
||||
icon: 'icon-react',
|
||||
image: '/images/blog/placeholder.png',
|
||||
href: 'react-native'
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -187,6 +187,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<main class="web-main-section" id="main">
|
||||
<article class="web-article">
|
||||
<header class="web-article-header">
|
||||
@@ -225,7 +226,6 @@
|
||||
{/each}
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<MainFooter variant="docs" />
|
||||
</main>
|
||||
|
||||
@@ -233,4 +233,4 @@
|
||||
.web-media {
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user