Create vanity metrics

This commit is contained in:
Dilson's Pickles
2023-02-23 13:07:55 +00:00
parent d772ddd909
commit 35f5b49102
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<section class="bg-gradient-to-r from-indigo-500 to-indigo-700">
<div class="mx-auto max-w-4xl lg:max-w-6xl px-3 lg:px-0 pt-16 pb-16 grid md:grid-cols-3 divide-x-2 text-center text-white divide-white-50">
<div><h2 class="font-mono font-bold text-4xl">100m +</h2><p class="text-lg mt-2">Downloads since 2004</p></div>
<div><h2 class="font-mono font-bold text-4xl">16</h2><p class="text-lg mt-2">Supported languages</p></div>
<div><h2 class="font-mono font-bold text-4xl">245</h2><p class="text-lg mt-2">Individual contributors</p></div>
</div>
</section>

View File

@@ -4,12 +4,14 @@ import DownloadBanner from "../components/homepage/DownloadBanner.astro";
import HeroBanner from "../components/homepage/HeroBanner.astro";
import NewFeatures from "../components/homepage/NewFeatures.astro";
import ReleaseVideo from "../components/homepage/ReleaseVideo.astro";
import VanityMetrics from "../components/homepage/VanityMetrics.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
---
<BaseLayout title="Audacity | Home">
<HeroBanner/>
<VanityMetrics/>
<ReleaseVideo/>
<NewFeatures/>
<BlogPosts />