diff --git a/landing/src/components/Cta.svelte b/landing/src/components/Cta.svelte index 59b4b95c..8bb85802 100644 --- a/landing/src/components/Cta.svelte +++ b/landing/src/components/Cta.svelte @@ -66,7 +66,7 @@ {/if} - + {$i18n.t('star-on-github')} diff --git a/landing/src/components/Footer.svelte b/landing/src/components/Footer.svelte new file mode 100644 index 00000000..f4119327 --- /dev/null +++ b/landing/src/components/Footer.svelte @@ -0,0 +1,24 @@ + + + diff --git a/landing/src/components/Nav.svelte b/landing/src/components/Nav.svelte index 390ab728..dd0b0648 100644 --- a/landing/src/components/Nav.svelte +++ b/landing/src/components/Nav.svelte @@ -1,16 +1,23 @@ diff --git a/landing/src/icons/Github.svelte b/landing/src/icons/Github.svelte index 45867f81..43dbc237 100644 --- a/landing/src/icons/Github.svelte +++ b/landing/src/icons/Github.svelte @@ -1,4 +1,9 @@ - + export let width = '24' + export let height = '24' + + +
@@ -14,6 +15,7 @@
+
diff --git a/landing/src/routes/features/+page.svelte b/landing/src/routes/features/+page.svelte new file mode 100644 index 00000000..564aab48 --- /dev/null +++ b/landing/src/routes/features/+page.svelte @@ -0,0 +1,23 @@ + + +
+
Features
+ +
+ {#each features as feature} +
+

{feature.title}

+

{feature.description}

+ {#if feature.imageURL} + {feature.title} + {/if} + +
+ {/each} +
+
diff --git a/landing/src/routes/features/feature.svelte b/landing/src/routes/features/feature.svelte new file mode 100644 index 00000000..2cc503e0 --- /dev/null +++ b/landing/src/routes/features/feature.svelte @@ -0,0 +1,19 @@ + + +
+
{title}
+
{description}
+ + {#if imageURL} + Image + {/if} + + {#if videoURL} + + {/if} +
diff --git a/landing/static/feature-batch-transcribe.png b/landing/static/feature-batch-transcribe.png new file mode 100644 index 00000000..4bc4570b Binary files /dev/null and b/landing/static/feature-batch-transcribe.png differ diff --git a/landing/static/feature-formats.png b/landing/static/feature-formats.png new file mode 100644 index 00000000..d444745c Binary files /dev/null and b/landing/static/feature-formats.png differ diff --git a/landing/static/feature-gpu.png b/landing/static/feature-gpu.png new file mode 100644 index 00000000..f691c34b Binary files /dev/null and b/landing/static/feature-gpu.png differ diff --git a/landing/static/feature-languages.png b/landing/static/feature-languages.png new file mode 100644 index 00000000..b728fa71 Binary files /dev/null and b/landing/static/feature-languages.png differ diff --git a/landing/static/feature-privacy.png b/landing/static/feature-privacy.png new file mode 100644 index 00000000..621ed2ca Binary files /dev/null and b/landing/static/feature-privacy.png differ diff --git a/landing/static/locales/en-US.json b/landing/static/locales/en-US.json index cea4094d..a0c9a97b 100644 --- a/landing/static/locales/en-US.json +++ b/landing/static/locales/en-US.json @@ -5,5 +5,8 @@ "apple-silicon": "Apple Chip", "star-on-github": "Star On Github", "download-for": "Download For ", - "open-logs-folder": "Open Logs Folder" + "open-logs-folder": "Open Logs Folder", + "features": "Features", + "support-vibe": "Support Vibe", + "home": "Home" } \ No newline at end of file diff --git a/landing/static/locales/he-IL.json b/landing/static/locales/he-IL.json index 02d36f25..d989131c 100644 --- a/landing/static/locales/he-IL.json +++ b/landing/static/locales/he-IL.json @@ -5,5 +5,8 @@ "apple-silicon": "מעבד אפל", "star-on-github": "סטאר בגיטהאב!", "download-for": "הורדה ל", - "open-logs-folder": "Open Logs Folder" + "open-logs-folder": "Open Logs Folder", + "features": "פיצ'רים", + "support-vibe": "תמיכה בVibe", + "home": "למסך הראשי" } \ No newline at end of file