From 989336c59f3a8c201bf856e0107b22bd5e095de5 Mon Sep 17 00:00:00 2001 From: nomad Date: Thu, 5 Jun 2025 21:51:52 +0300 Subject: [PATCH] Logo + personal git social restored --- src/lib/components/atoms/Crest.svelte | 19 ++++++++ src/lib/components/atoms/Logo.svelte | 27 ++++------ src/lib/components/molecules/Socials.svelte | 9 ++++ src/lib/icons/socials/forgejo.svelte | 15 ++++++ src/lib/scss/_animations.scss | 46 ++++++++++++++++++ src/lib/scss/global.scss | 4 +- .../Font Awesome 6 Brands-Regular-400.otf | Bin 0 -> 563248 bytes static/fonts/fa-brands-400.ttf | Bin 0 -> 210792 bytes static/fonts/fa-brands-400.woff2 | Bin 0 -> 118684 bytes static/fonts/fa-regular-400.ttf | Bin 0 -> 68064 bytes static/fonts/fa-regular-400.woff2 | Bin 0 -> 25472 bytes static/fonts/fa-solid-900.ttf | Bin 0 -> 426112 bytes static/fonts/fa-solid-900.woff2 | Bin 0 -> 158220 bytes static/fonts/fa-v4compatibility.ttf | Bin 0 -> 10836 bytes static/fonts/fa-v4compatibility.woff2 | Bin 0 -> 4796 bytes static/fonts/fontawesome.css | 16 ++++++ static/images/logo.svg | 2 + 17 files changed, 120 insertions(+), 18 deletions(-) create mode 100644 src/lib/components/atoms/Crest.svelte create mode 100644 src/lib/icons/socials/forgejo.svelte create mode 100644 static/fonts/Font Awesome 6 Brands-Regular-400.otf create mode 100644 static/fonts/fa-brands-400.ttf create mode 100644 static/fonts/fa-brands-400.woff2 create mode 100644 static/fonts/fa-regular-400.ttf create mode 100644 static/fonts/fa-regular-400.woff2 create mode 100644 static/fonts/fa-solid-900.ttf create mode 100644 static/fonts/fa-solid-900.woff2 create mode 100644 static/fonts/fa-v4compatibility.ttf create mode 100644 static/fonts/fa-v4compatibility.woff2 create mode 100644 static/fonts/fontawesome.css create mode 100644 static/images/logo.svg diff --git a/src/lib/components/atoms/Crest.svelte b/src/lib/components/atoms/Crest.svelte new file mode 100644 index 0000000..ccb707e --- /dev/null +++ b/src/lib/components/atoms/Crest.svelte @@ -0,0 +1,19 @@ + + + + diff --git a/src/lib/components/atoms/Logo.svelte b/src/lib/components/atoms/Logo.svelte index a889046..3d1dd87 100644 --- a/src/lib/components/atoms/Logo.svelte +++ b/src/lib/components/atoms/Logo.svelte @@ -1,8 +1,10 @@