From b8d9e58386fecb4323013cb06964582c3def6869 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 21 Oct 2024 06:58:10 -0300 Subject: src/content/img/: Add favicon and logo SVGs --- src/content/img/favicon.svg | 64 +++++++++++++++++++++++++++++++++ src/content/img/logo/dark.svg | 80 ++++++++++++++++++++++++++++++++++++++++++ src/content/img/logo/light.svg | 80 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 224 insertions(+) create mode 100644 src/content/img/favicon.svg create mode 100644 src/content/img/logo/dark.svg create mode 100644 src/content/img/logo/light.svg diff --git a/src/content/img/favicon.svg b/src/content/img/favicon.svg new file mode 100644 index 0000000..e97121c --- /dev/null +++ b/src/content/img/favicon.svg @@ -0,0 +1,64 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/content/img/logo/dark.svg b/src/content/img/logo/dark.svg new file mode 100644 index 0000000..7db07e8 --- /dev/null +++ b/src/content/img/logo/dark.svg @@ -0,0 +1,80 @@ + + + + + + + + image/svg+xml + + + + + + + + PAPO + + + + diff --git a/src/content/img/logo/light.svg b/src/content/img/logo/light.svg new file mode 100644 index 0000000..f9f2976 --- /dev/null +++ b/src/content/img/logo/light.svg @@ -0,0 +1,80 @@ + + + + + + + + image/svg+xml + + + + + + + + PAPO + + + + -- cgit v1.2.3