From b5fa9768e42a685d49227b2b1f446d63fde2fbd4 Mon Sep 17 00:00:00 2001 From: Luis Felipe Date: Sat, 29 Aug 2026 02:39:00 +0100 Subject: artwork: Add ravanan logo and icons. Signed-off-by: Arun Isaac --- artwork/README.md | 25 +++++++++ artwork/icon/icon-head-dark.svg | 75 ++++++++++++++++++++++++++ artwork/icon/icon-head-light.svg | 69 ++++++++++++++++++++++++ artwork/icon/icon-wheel-dark.svg | 74 ++++++++++++++++++++++++++ artwork/icon/icon-wheel-light.svg | 68 ++++++++++++++++++++++++ artwork/logo/logo-dark.svg | 107 ++++++++++++++++++++++++++++++++++++++ artwork/logo/logo-light.svg | 107 ++++++++++++++++++++++++++++++++++++++ artwork/presentation.pdf | Bin 0 -> 90607 bytes 8 files changed, 525 insertions(+) create mode 100644 artwork/README.md create mode 100644 artwork/icon/icon-head-dark.svg create mode 100644 artwork/icon/icon-head-light.svg create mode 100644 artwork/icon/icon-wheel-dark.svg create mode 100644 artwork/icon/icon-wheel-light.svg create mode 100644 artwork/logo/logo-dark.svg create mode 100644 artwork/logo/logo-light.svg create mode 100644 artwork/presentation.pdf diff --git a/artwork/README.md b/artwork/README.md new file mode 100644 index 0000000..524501e --- /dev/null +++ b/artwork/README.md @@ -0,0 +1,25 @@ +# ravanan graphics + +## Summary + +This directory contains source files for the logotype and icons of the ravanan project (see the [presentation](presentation.pdf)). SVG files were created with [Inkscape](https://inkscape.org/). + +The designs are solid shapes in black and white. They should generally work for screen and for printing, but it is always recommended to do printing tests in the latter case since printing methods vary in capabilities. + +## Fonts + +The designs use one third-party font: [MuseoModerno](https://github.com/Omnibus-Type/MuseoModerno). This font is a Free Cultural Work distributed under the [SIL Open Font License, Version 1.1](https://openfontlicense.org/open-font-license-official-text/). + +## Copying + +ravanan's logotype and icons were designed by Luis Felipe López Acevedo with conceptual and financial help from Arun Isaac. The graphics are available under the following terms: + +> Copyright © 2026 Arun Isaac +> Copyright © 2026 Luis Felipe López Acevedo + +> Permission is granted to copy, distribute and/or modify this work under the terms of the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/). + +ravanan's logotype uses the flat version of [Guix](https://guix.gnu.org/)'s wildebeest head which is part of the GNU Guix logotype. The latter was also designed by Luis Felipe López Acevedo and is distributed under the same license as ravanan's logo, which allows this use. + +Note that the SVG files in this directory also contain copyright information as metadata. Using Inkscape, document metadata can be +accessed from the File menu or from the document properties. diff --git a/artwork/icon/icon-head-dark.svg b/artwork/icon/icon-head-dark.svg new file mode 100644 index 0000000..290df60 --- /dev/null +++ b/artwork/icon/icon-head-dark.svg @@ -0,0 +1,75 @@ + + + +Ravanan head icon · DarkRavanan head icon · Dark2026-08-19Luis Felipe López AcevedoEnglish diff --git a/artwork/icon/icon-head-light.svg b/artwork/icon/icon-head-light.svg new file mode 100644 index 0000000..59a63af --- /dev/null +++ b/artwork/icon/icon-head-light.svg @@ -0,0 +1,69 @@ + + + +Ravanan head icon · LightRavanan head icon · Light2026-08-19Luis Felipe López AcevedoEnglish diff --git a/artwork/icon/icon-wheel-dark.svg b/artwork/icon/icon-wheel-dark.svg new file mode 100644 index 0000000..41c67f0 --- /dev/null +++ b/artwork/icon/icon-wheel-dark.svg @@ -0,0 +1,74 @@ + + + +Ravanan wheel icon · LightRavanan wheel icon · Light2026-08-19Luis Felipe López AcevedoEnglishRavanan logo uses the Guix head from the Guix logo. The same author of the Ravanan logo has copyright over the Guix logo, which is licensed under CC-BY-SA 4.0. diff --git a/artwork/icon/icon-wheel-light.svg b/artwork/icon/icon-wheel-light.svg new file mode 100644 index 0000000..3f1d00f --- /dev/null +++ b/artwork/icon/icon-wheel-light.svg @@ -0,0 +1,68 @@ + + + +Ravanan wheel icon · LightRavanan wheel icon · Light2026-08-19Luis Felipe López AcevedoEnglishRavanan logo uses the Guix head from the Guix logo. The same author of the Ravanan logo has copyright over the Guix logo, which is licensed under CC-BY-SA 4.0. diff --git a/artwork/logo/logo-dark.svg b/artwork/logo/logo-dark.svg new file mode 100644 index 0000000..604eda2 --- /dev/null +++ b/artwork/logo/logo-dark.svg @@ -0,0 +1,107 @@ + + + +Ravanan logotype · DarkravananEditable text:Font: MuseoModernoRavanan logotype · Dark2026-08-15Luis Felipe López AcevedoEnglishRavanan logo uses the Guix head from the Guix logo. The same author of the Ravanan logo has copyright over the Guix logo, which is licensed under CC-BY-SA 4.0. diff --git a/artwork/logo/logo-light.svg b/artwork/logo/logo-light.svg new file mode 100644 index 0000000..c1b3607 --- /dev/null +++ b/artwork/logo/logo-light.svg @@ -0,0 +1,107 @@ + + + +Ravanan logotype · LightravananEditable text:Font: MuseoModernoRavanan logotype · Light2026-08-15Luis Felipe López AcevedoEnglishRavanan logo uses the Guix head from the Guix logo. The same author of the Ravanan logo has copyright over the Guix logo, which is licensed under CC-BY-SA 4.0. diff --git a/artwork/presentation.pdf b/artwork/presentation.pdf new file mode 100644 index 0000000..fc0eb44 Binary files /dev/null and b/artwork/presentation.pdf differ -- cgit 1.4.1