From a5beac06b2f632f6cd9aca20d2be2c51b97b79e1 Mon Sep 17 00:00:00 2001 From: Luis Felipe Date: Wed, 19 Jan 2022 12:13:45 -0500 Subject: [PATCH] artwork: Move badges to a badges directory. * logo/guix-badge-black.svg: Move to badges/guix-badge-black.svg * logo/guix-badge-white.svg: Move to badges/guix-badge-white.svg * badges/guix-badge-black.svg: Use original aspect ratio for the golden head. * badges/guix-badge-white.svg: Likewise. --- badges/guix-badge-black.svg | 223 +++++++++++++++++++++++++++++++++++ badges/guix-badge-white.svg | 229 ++++++++++++++++++++++++++++++++++++ logo/guix-badge-black.svg | 210 --------------------------------- logo/guix-badge-white.svg | 216 ---------------------------------- 4 files changed, 452 insertions(+), 426 deletions(-) create mode 100644 badges/guix-badge-black.svg create mode 100644 badges/guix-badge-white.svg delete mode 100644 logo/guix-badge-black.svg delete mode 100644 logo/guix-badge-white.svg diff --git a/badges/guix-badge-black.svg b/badges/guix-badge-black.svg new file mode 100644 index 0000000..95cc407 --- /dev/null +++ b/badges/guix-badge-black.svg @@ -0,0 +1,223 @@ + + + + Guix Badge + + + + + + + + + + + + + + + + + + image/svg+xml + + Guix Badge + + Guix badge with black background. + + + Raghav Gururajan + + + + + + + + + + + + + + + + Deploy withGNU Guix + + + + + + + + + + Font type: Noto Sans + diff --git a/badges/guix-badge-white.svg b/badges/guix-badge-white.svg new file mode 100644 index 0000000..3ed1ca0 --- /dev/null +++ b/badges/guix-badge-white.svg @@ -0,0 +1,229 @@ + + + + Guix Badge + + + + + + + + + + + + + + + + + + image/svg+xml + + Guix Badge + + + + Raghav Gururajan + + + + + + + + Guix badge with white background. + + + + + + + + + + + + + + + Deploy withGNU Guix + + + + + + + + + + Font type: Noto Sans + diff --git a/logo/guix-badge-black.svg b/logo/guix-badge-black.svg deleted file mode 100644 index 15ef631..0000000 --- a/logo/guix-badge-black.svg +++ /dev/null @@ -1,210 +0,0 @@ - - - - Guix Badge - - - - - - - - - - - - - - - - - - - image/svg+xml - - Guix Badge - - Guix badge with black background. - - - Raghav Gururajan - - - - - - - - - - - - - - - - - - Deploy withGNU Guix - - - - - - - - - - - - diff --git a/logo/guix-badge-white.svg b/logo/guix-badge-white.svg deleted file mode 100644 index da3297b..0000000 --- a/logo/guix-badge-white.svg +++ /dev/null @@ -1,216 +0,0 @@ - - - - Guix Badge - - - - - - - - - - - - - - - - - - - image/svg+xml - - Guix Badge - - - - Raghav Gururajan - - - - - - - - Guix badge with white background. - - - - - - - - - - - - - - - - - Deploy withGNU Guix - - - - - - - - - - - - -- 2.34.0