diff --git a/apps/svelte.dev/scripts/get_contributors.js b/apps/svelte.dev/scripts/get_contributors.js index df9e42cd1e..68f5c33b5f 100644 --- a/apps/svelte.dev/scripts/get_contributors.js +++ b/apps/svelte.dev/scripts/get_contributors.js @@ -22,7 +22,7 @@ try { const base = `https://api.github.com/repos/sveltejs/svelte/contributors`; const { GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET } = process.env; - const MAX = 24; + const MAX = 48; const SIZE = 128; const contributors = []; diff --git a/apps/svelte.dev/scripts/get_donors.js b/apps/svelte.dev/scripts/get_donors.js index ffd7c9be9b..60773cf4a5 100644 --- a/apps/svelte.dev/scripts/get_donors.js +++ b/apps/svelte.dev/scripts/get_donors.js @@ -18,7 +18,7 @@ try { process.exit(0); } } catch { - const MAX = 24; + const MAX = 48; const SIZE = 128; const res = await fetch('https://opencollective.com/svelte/members/all.json'); diff --git a/apps/svelte.dev/src/routes/+page.svelte b/apps/svelte.dev/src/routes/+page.svelte index ced0e01df2..68bfbb9c19 100644 --- a/apps/svelte.dev/src/routes/+page.svelte +++ b/apps/svelte.dev/src/routes/+page.svelte @@ -1,14 +1,13 @@ @@ -24,99 +23,38 @@ - - {#snippet one()} -
-

fast

-

- Svelte shifts as much work as possible out of the browser and into your build step. No - more manual optimisations — just faster, smaller and more efficient apps. -

-
- {/snippet} + - {#snippet two()} -
-

fun

-

- Write concise components using languages you already know — HTML, CSS and JavaScript. Get - things done without fighting the framework. Code with joy. -

-
- {/snippet} + - {#snippet three()} -
-

flexible

-

- Svelte scales from tiny widgets all the way to big full-stack applications. State - management, motion primitives, form bindings and more — all built-in. -

-
- {/snippet} -
+
+
+
+
- - - - - - - - - - - - - + - +