From 3a0324fe1af3d6bb7c2d8c8a7640212763d15248 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Mon, 6 Nov 2017 22:42:16 -0800 Subject: add artisanal handcrafted SVG Spack logo. (#6165) - This isn't one of those autogenerated SVGs from a drawing program! - This is a completely re-traced, minimalist SVG file with clearly delineated pieces so that your favorite renderer can draw a Spack logo at whatever resolution you want. - Included versions with text, as well. --- README.md | 3 +- lib/spack/docs/conf.py | 2 +- share/spack/logo/spack-logo-text-64.png | Bin 18644 -> 0 bytes share/spack/logo/spack-logo-text-bottom.svg | 66 ++++++++++++++++++++++ share/spack/logo/spack-logo-text.svg | 64 +++++++++++++++++++++ share/spack/logo/spack-logo-white-text-48.png | Bin 12201 -> 0 bytes share/spack/logo/spack-logo-white-text-bottom.svg | 66 ++++++++++++++++++++++ share/spack/logo/spack-logo-white-text.svg | 64 +++++++++++++++++++++ share/spack/logo/spack-logo-white.svg | 61 ++++++++++++++++++++ share/spack/logo/spack-logo.svg | 61 ++++++++++++++++++++ 10 files changed, 384 insertions(+), 3 deletions(-) delete mode 100644 share/spack/logo/spack-logo-text-64.png create mode 100644 share/spack/logo/spack-logo-text-bottom.svg create mode 100644 share/spack/logo/spack-logo-text.svg delete mode 100644 share/spack/logo/spack-logo-white-text-48.png create mode 100644 share/spack/logo/spack-logo-white-text-bottom.svg create mode 100644 share/spack/logo/spack-logo-white-text.svg create mode 100644 share/spack/logo/spack-logo-white.svg create mode 100644 share/spack/logo/spack-logo.svg diff --git a/README.md b/README.md index cffd8a74e2..44d828d3f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![image](share/spack/logo/spack-logo-text-64.png "Spack") -============ +# Spack Spack [![Build Status](https://travis-ci.org/spack/spack.svg?branch=develop)](https://travis-ci.org/spack/spack) [![codecov](https://codecov.io/gh/spack/spack/branch/develop/graph/badge.svg)](https://codecov.io/gh/spack/spack) diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py index ba4fe05b36..94d301f6d9 100644 --- a/lib/spack/docs/conf.py +++ b/lib/spack/docs/conf.py @@ -249,7 +249,7 @@ html_theme_path = ["_themes"] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '../../../share/spack/logo/spack-logo-white-text-48.png' +html_logo = '../../../share/spack/logo/spack-logo-white-text.svg' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 diff --git a/share/spack/logo/spack-logo-text-64.png b/share/spack/logo/spack-logo-text-64.png deleted file mode 100644 index 8dad4c519f..0000000000 Binary files a/share/spack/logo/spack-logo-text-64.png and /dev/null differ diff --git a/share/spack/logo/spack-logo-text-bottom.svg b/share/spack/logo/spack-logo-text-bottom.svg new file mode 100644 index 0000000000..90f5c5515e --- /dev/null +++ b/share/spack/logo/spack-logo-text-bottom.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/share/spack/logo/spack-logo-text.svg b/share/spack/logo/spack-logo-text.svg new file mode 100644 index 0000000000..5ad4588d8a --- /dev/null +++ b/share/spack/logo/spack-logo-text.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/share/spack/logo/spack-logo-white-text-48.png b/share/spack/logo/spack-logo-white-text-48.png deleted file mode 100644 index 9e60867e81..0000000000 Binary files a/share/spack/logo/spack-logo-white-text-48.png and /dev/null differ diff --git a/share/spack/logo/spack-logo-white-text-bottom.svg b/share/spack/logo/spack-logo-white-text-bottom.svg new file mode 100644 index 0000000000..25d62a6b2d --- /dev/null +++ b/share/spack/logo/spack-logo-white-text-bottom.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/share/spack/logo/spack-logo-white-text.svg b/share/spack/logo/spack-logo-white-text.svg new file mode 100644 index 0000000000..d3dfd73f5c --- /dev/null +++ b/share/spack/logo/spack-logo-white-text.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/share/spack/logo/spack-logo-white.svg b/share/spack/logo/spack-logo-white.svg new file mode 100644 index 0000000000..3e6c40d123 --- /dev/null +++ b/share/spack/logo/spack-logo-white.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/share/spack/logo/spack-logo.svg b/share/spack/logo/spack-logo.svg new file mode 100644 index 0000000000..a56eed57a6 --- /dev/null +++ b/share/spack/logo/spack-logo.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2