From ce5bf3650e739c6ccccbca7df50c0129c0242a21 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 28 Sep 2024 13:28:33 -0300 Subject: Setup dark-mode rules and icons --- src/content/img/database-light.svg | 64 ------------------------------ src/content/img/database/light.svg | 64 ++++++++++++++++++++++++++++++ src/content/img/diagram-light.svg | 64 ------------------------------ src/content/img/diagram/light.svg | 64 ++++++++++++++++++++++++++++++ src/content/img/envelope.svg | 4 -- src/content/img/envelope/dark.svg | 4 ++ src/content/img/envelope/light.svg | 4 ++ src/content/img/link.svg | 5 --- src/content/img/link/dark.svg | 6 +++ src/content/img/link/light.svg | 6 +++ src/content/img/logo.svg | 80 -------------------------------------- src/content/img/logo/dark.svg | 80 ++++++++++++++++++++++++++++++++++++++ src/content/img/logo/light.svg | 80 ++++++++++++++++++++++++++++++++++++++ src/content/img/shield-light.svg | 64 ------------------------------ src/content/img/shield/light.svg | 64 ++++++++++++++++++++++++++++++ src/content/index.adoc | 17 ++++++-- 16 files changed, 385 insertions(+), 285 deletions(-) delete mode 100644 src/content/img/database-light.svg create mode 100644 src/content/img/database/light.svg delete mode 100644 src/content/img/diagram-light.svg create mode 100644 src/content/img/diagram/light.svg delete mode 100644 src/content/img/envelope.svg create mode 100644 src/content/img/envelope/dark.svg create mode 100644 src/content/img/envelope/light.svg delete mode 100644 src/content/img/link.svg create mode 100644 src/content/img/link/dark.svg create mode 100644 src/content/img/link/light.svg delete mode 100644 src/content/img/logo.svg create mode 100644 src/content/img/logo/dark.svg create mode 100644 src/content/img/logo/light.svg delete mode 100644 src/content/img/shield-light.svg create mode 100644 src/content/img/shield/light.svg (limited to 'src/content') diff --git a/src/content/img/database-light.svg b/src/content/img/database-light.svg deleted file mode 100644 index 5843d8f..0000000 --- a/src/content/img/database-light.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/content/img/database/light.svg b/src/content/img/database/light.svg new file mode 100644 index 0000000..5843d8f --- /dev/null +++ b/src/content/img/database/light.svg @@ -0,0 +1,64 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/content/img/diagram-light.svg b/src/content/img/diagram-light.svg deleted file mode 100644 index 3e9275a..0000000 --- a/src/content/img/diagram-light.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/content/img/diagram/light.svg b/src/content/img/diagram/light.svg new file mode 100644 index 0000000..3e9275a --- /dev/null +++ b/src/content/img/diagram/light.svg @@ -0,0 +1,64 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/content/img/envelope.svg b/src/content/img/envelope.svg deleted file mode 100644 index c2251f4..0000000 --- a/src/content/img/envelope.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/content/img/envelope/dark.svg b/src/content/img/envelope/dark.svg new file mode 100644 index 0000000..63da96e --- /dev/null +++ b/src/content/img/envelope/dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/content/img/envelope/light.svg b/src/content/img/envelope/light.svg new file mode 100644 index 0000000..16a1225 --- /dev/null +++ b/src/content/img/envelope/light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/content/img/link.svg b/src/content/img/link.svg deleted file mode 100644 index e5c7050..0000000 --- a/src/content/img/link.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - diff --git a/src/content/img/link/dark.svg b/src/content/img/link/dark.svg new file mode 100644 index 0000000..6a9868a --- /dev/null +++ b/src/content/img/link/dark.svg @@ -0,0 +1,6 @@ + + + + diff --git a/src/content/img/link/light.svg b/src/content/img/link/light.svg new file mode 100644 index 0000000..471ea6f --- /dev/null +++ b/src/content/img/link/light.svg @@ -0,0 +1,6 @@ + + + + diff --git a/src/content/img/logo.svg b/src/content/img/logo.svg deleted file mode 100644 index f9f2976..0000000 --- a/src/content/img/logo.svg +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - PAPO - - - - 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 + + + + diff --git a/src/content/img/shield-light.svg b/src/content/img/shield-light.svg deleted file mode 100644 index 5126931..0000000 --- a/src/content/img/shield-light.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/content/img/shield/light.svg b/src/content/img/shield/light.svg new file mode 100644 index 0000000..5126931 --- /dev/null +++ b/src/content/img/shield/light.svg @@ -0,0 +1,64 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/content/index.adoc b/src/content/index.adoc index 4065605..e13706f 100644 --- a/src/content/index.adoc +++ b/src/content/index.adoc @@ -16,7 +16,10 @@ export custom_body=true

Why Papo?

- shild icon + + + an icon of a small outlined shield inside a chat bubble +

Privacy-first hosted team chat

A convenient hosted service for you to subscribe to and delegate management of, @@ -25,7 +28,10 @@ export custom_body=true

- database with an x icon + + + an outlined database icon with an "X" marker on its right-bottom corner +

No gratuitous data collection

No "accept necessary cookies" or third-party tracking. Revenue is made via @@ -33,7 +39,10 @@ export custom_body=true

- diagram icon + + + a small outlined icon of a cog surrounded by 6 smaller circles with a short dashed line between the cog and each circle, where each circle also has 2 dashed lines coming from and going to the next circle, fully surrounding the inner cog +

Build for interoperability

Built on existing open standards, we're not in the business of profiting from @@ -52,5 +61,5 @@ export custom_body=true

Purposefully designed to consectetur adipiscing elit

- + ++++ -- cgit v1.2.3