From dc8c51168c653cd2b360fc485aac2ac7d2151095 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Tue, 3 Jun 2025 13:04:02 -0500 Subject: [PATCH] Adding icons and adjusting styling --- src/routes/+page.svelte | 60 ++++++++++++++++++++------------- static/resend-icon-black.svg | 3 ++ static/resend-icon-white.svg | 3 ++ static/tailwind-logo-square.svg | 1 + 4 files changed, 43 insertions(+), 24 deletions(-) create mode 100644 static/resend-icon-black.svg create mode 100644 static/resend-icon-white.svg create mode 100644 static/tailwind-logo-square.svg diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 1ec583d..751367e 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -7,7 +7,7 @@ let { data } = $props(); -
+
@@ -57,13 +57,13 @@
-
+

-
+
99%

Faster Development

@@ -74,7 +74,7 @@
100% -

Type Safe

+

Type Safe

@@ -83,13 +83,13 @@
-
+

-
+
-
+
-
+
-
+

@@ -127,30 +127,42 @@
SvelteKit
-

SvelteKit

-
-
-
- Supabase -
-

Supabase

-
-
-
- TypeScript -
-

TypeScript

+

SvelteKit

-

Skeleton UI

+

Skeleton UI

+
+
+
+ Tailwind CSS +
+

Tailwind CSS

+
+
+
+ Supabase +
+

Supabase

+
+
+
+ Resend +
+

Resend

+
+
+
+ TypeScript +
+

TypeScript

-
+

diff --git a/static/resend-icon-black.svg b/static/resend-icon-black.svg new file mode 100644 index 0000000..5d090af --- /dev/null +++ b/static/resend-icon-black.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/resend-icon-white.svg b/static/resend-icon-white.svg new file mode 100644 index 0000000..3f14915 --- /dev/null +++ b/static/resend-icon-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/tailwind-logo-square.svg b/static/tailwind-logo-square.svg new file mode 100644 index 0000000..6a9ab49 --- /dev/null +++ b/static/tailwind-logo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file