Merge branch 'main' of https://github.com/widgeter/astrowind
This commit is contained in:
@ -2,10 +2,10 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="hidden md:block bg-blue-900 dark:bg-slate-800 dark:border-slate-800 dark:text-slate-400 border-b border-blue-900 text-sm px-3 py-2 text-gray-200 overflow-hidden whitespace-nowrap text-ellipsis not-prose"
|
class="text-muted text-sm bg-[#dbeafe] dark:bg-transparent dark:border-b dark:border-slate-800 dark:text-slate-400 hidden md:block overflow-hidden px-3 py-2 relative text-ellipsis whitespace-nowrap"
|
||||||
>
|
>
|
||||||
<span class="text-xs py-0.5 px-1 bg-primary dark:bg-slate-700 dark:text-slate-300 font-semibold">NEW</span>
|
<span class="dark:bg-slate-700 bg-white/40 dark:text-slate-300 font-semibold px-1 py-0.5 text-xs mr-0.5">NEW</span>
|
||||||
<a href="https://astro.build/blog/astro-2100/" class="hover:underline text-gray-200 dark:text-slate-400"
|
<a href="https://astro.build/blog/astro-2100/" class="text-muted hover:underline dark:text-slate-400 font-medium"
|
||||||
>Astro 2.10 is released. »</a
|
>Astro 2.10 is released. »</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
|
@ -13,7 +13,7 @@ import Stats from '~/components/widgets/Stats.astro';
|
|||||||
import CallToAction from '~/components/widgets/CallToAction.astro';
|
import CallToAction from '~/components/widgets/CallToAction.astro';
|
||||||
|
|
||||||
const metadata = {
|
const metadata = {
|
||||||
title: 'AstroWind — Free template for create a website with Astro + Tailwind CSS',
|
title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS',
|
||||||
dontUseTitleTemplate: true,
|
dontUseTitleTemplate: true,
|
||||||
};
|
};
|
||||||
---
|
---
|
||||||
@ -36,8 +36,8 @@ const metadata = {
|
|||||||
<span class="font-semibold">AstroWind</span> is a free, customizable and production-ready template for Astro 2.0
|
<span class="font-semibold">AstroWind</span> is a free, customizable and production-ready template for Astro 2.0
|
||||||
+ Tailwind CSS.</span
|
+ Tailwind CSS.</span
|
||||||
>
|
>
|
||||||
<span class="block mb-1 sm:hidden font-bold text-blue-600">AstroWind: Production-ready.</span> Suitable for
|
<span class="block mb-1 sm:hidden font-bold text-blue-600">AstroWind: Production-ready.</span>
|
||||||
Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs.
|
Suitable for Startups, Small Business, SaaS websites, Professional Portfolios, Marketing websites, Landing Pages & Blogs.
|
||||||
</Fragment>
|
</Fragment>
|
||||||
</Hero>
|
</Hero>
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ const metadata = {
|
|||||||
id="features"
|
id="features"
|
||||||
tagline="Features"
|
tagline="Features"
|
||||||
title="What you get with AstroWind"
|
title="What you get with AstroWind"
|
||||||
subtitle="Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque rem aperiam, eaque ipsa quae."
|
subtitle="One of the most professional and comprehensive templates currently on the market. Most starred & forked Astro theme in 2022."
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
title: 'Astro + Tailwind CSS Integration',
|
title: 'Astro + Tailwind CSS Integration',
|
||||||
@ -68,7 +68,7 @@ const metadata = {
|
|||||||
{
|
{
|
||||||
title: 'Best Practices',
|
title: 'Best Practices',
|
||||||
description:
|
description:
|
||||||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla.',
|
'Creating secure, efficient, and user-friendly websites that deliver exceptional experiences and lasting value.',
|
||||||
icon: 'tabler:list-check',
|
icon: 'tabler:list-check',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -80,13 +80,13 @@ const metadata = {
|
|||||||
{
|
{
|
||||||
title: 'Search Engine Optimization (SEO)',
|
title: 'Search Engine Optimization (SEO)',
|
||||||
description:
|
description:
|
||||||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla.',
|
'SEO lies in its ability to enhance a website\'s visibility, driving organic traffic and enabling it to reach a wider audience.',
|
||||||
icon: 'tabler:arrows-right-left',
|
icon: 'tabler:arrows-right-left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Open to new ideas and contributions',
|
title: 'Open to new ideas and contributions',
|
||||||
description:
|
description:
|
||||||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla.',
|
'Embracing a culture that is open to new ideas and contributions is integral fostering innovation, collaboration, and a dynamic user experience.',
|
||||||
icon: 'tabler:bulb',
|
icon: 'tabler:bulb',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
Reference in New Issue
Block a user