mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
Create vanity metrics
This commit is contained in:
9
src/components/homepage/VanityMetrics.astro
Normal file
9
src/components/homepage/VanityMetrics.astro
Normal 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>
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user