From 22f1890a9beab11d8cfdceba3a4d66f8bbbb468c Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 29 Mar 2019 22:40:11 -0400 Subject: Initial commit --- assets/logos/Makefile | 10 ++ assets/logos/README.md | 10 ++ assets/logos/logo_solo_monochrome.png | Bin 0 -> 10483 bytes assets/logos/logo_solo_monochrome.svg | 73 +++++++++++++ assets/logos/logo_solo_on_dark-1024.png | Bin 0 -> 59374 bytes assets/logos/logo_solo_on_dark-128.png | Bin 0 -> 5951 bytes assets/logos/logo_solo_on_dark-16.png | Bin 0 -> 701 bytes assets/logos/logo_solo_on_dark.png | Bin 0 -> 8387 bytes assets/logos/logo_solo_on_dark.svg | 73 +++++++++++++ assets/logos/logo_solo_on_dark_full-1024.png | Bin 0 -> 80121 bytes assets/logos/logo_solo_on_dark_full-128.png | Bin 0 -> 8616 bytes assets/logos/logo_solo_on_dark_full-16.png | Bin 0 -> 900 bytes assets/logos/logo_solo_on_dark_full.png | Bin 0 -> 17055 bytes assets/logos/logo_solo_on_dark_full.svg | 79 ++++++++++++++ assets/logos/logo_solo_on_white.png | Bin 0 -> 10572 bytes assets/logos/logo_solo_on_white.svg | 73 +++++++++++++ assets/logos/logo_with_text_monochrome.png | Bin 0 -> 22220 bytes assets/logos/logo_with_text_monochrome.svg | 116 +++++++++++++++++++++ assets/logos/logo_with_text_on_dark-1024.png | Bin 0 -> 30774 bytes assets/logos/logo_with_text_on_dark-128.png | Bin 0 -> 3129 bytes assets/logos/logo_with_text_on_dark-16.png | Bin 0 -> 315 bytes assets/logos/logo_with_text_on_dark.png | Bin 0 -> 17035 bytes assets/logos/logo_with_text_on_dark.svg | 116 +++++++++++++++++++++ assets/logos/logo_with_text_on_dark_full-1024.png | Bin 0 -> 34866 bytes assets/logos/logo_with_text_on_dark_full-128.png | Bin 0 -> 3746 bytes assets/logos/logo_with_text_on_dark_full-16.png | Bin 0 -> 372 bytes assets/logos/logo_with_text_on_dark_full.png | Bin 0 -> 25956 bytes assets/logos/logo_with_text_on_dark_full.svg | 120 ++++++++++++++++++++++ assets/logos/logo_with_text_on_white.png | Bin 0 -> 22363 bytes assets/logos/logo_with_text_on_white.svg | 116 +++++++++++++++++++++ 30 files changed, 786 insertions(+) create mode 100644 assets/logos/Makefile create mode 100644 assets/logos/README.md create mode 100644 assets/logos/logo_solo_monochrome.png create mode 100644 assets/logos/logo_solo_monochrome.svg create mode 100644 assets/logos/logo_solo_on_dark-1024.png create mode 100644 assets/logos/logo_solo_on_dark-128.png create mode 100644 assets/logos/logo_solo_on_dark-16.png create mode 100644 assets/logos/logo_solo_on_dark.png create mode 100644 assets/logos/logo_solo_on_dark.svg create mode 100644 assets/logos/logo_solo_on_dark_full-1024.png create mode 100644 assets/logos/logo_solo_on_dark_full-128.png create mode 100644 assets/logos/logo_solo_on_dark_full-16.png create mode 100644 assets/logos/logo_solo_on_dark_full.png create mode 100644 assets/logos/logo_solo_on_dark_full.svg create mode 100644 assets/logos/logo_solo_on_white.png create mode 100644 assets/logos/logo_solo_on_white.svg create mode 100644 assets/logos/logo_with_text_monochrome.png create mode 100644 assets/logos/logo_with_text_monochrome.svg create mode 100644 assets/logos/logo_with_text_on_dark-1024.png create mode 100644 assets/logos/logo_with_text_on_dark-128.png create mode 100644 assets/logos/logo_with_text_on_dark-16.png create mode 100644 assets/logos/logo_with_text_on_dark.png create mode 100644 assets/logos/logo_with_text_on_dark.svg create mode 100644 assets/logos/logo_with_text_on_dark_full-1024.png create mode 100644 assets/logos/logo_with_text_on_dark_full-128.png create mode 100644 assets/logos/logo_with_text_on_dark_full-16.png create mode 100644 assets/logos/logo_with_text_on_dark_full.png create mode 100644 assets/logos/logo_with_text_on_dark_full.svg create mode 100644 assets/logos/logo_with_text_on_white.png create mode 100644 assets/logos/logo_with_text_on_white.svg (limited to 'assets/logos') diff --git a/assets/logos/Makefile b/assets/logos/Makefile new file mode 100644 index 000000000..a4c5dc9d9 --- /dev/null +++ b/assets/logos/Makefile @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +srcs := $(wildcard *.svg) +dsts := $(patsubst %.svg,%.png,$(srcs)) + +all: $(dsts) +.PHONY: all + +%.png: %.svg + @inkscape -z -e $@ $< diff --git a/assets/logos/README.md b/assets/logos/README.md new file mode 100644 index 000000000..7c17395bc --- /dev/null +++ b/assets/logos/README.md @@ -0,0 +1,10 @@ +# Logos + +This directory contains logo assets. + +The colors used are: + + * Background (blue): #262262 + * Highlight (yellow): #FBB03B + +Use `make` to generate sized PNGs from SVGs. diff --git a/assets/logos/logo_solo_monochrome.png b/assets/logos/logo_solo_monochrome.png new file mode 100644 index 000000000..e09c5ad5e Binary files /dev/null and b/assets/logos/logo_solo_monochrome.png differ diff --git a/assets/logos/logo_solo_monochrome.svg b/assets/logos/logo_solo_monochrome.svg new file mode 100644 index 000000000..73126fd8f --- /dev/null +++ b/assets/logos/logo_solo_monochrome.svg @@ -0,0 +1,73 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/assets/logos/logo_solo_on_dark-1024.png b/assets/logos/logo_solo_on_dark-1024.png new file mode 100644 index 000000000..6df428c65 Binary files /dev/null and b/assets/logos/logo_solo_on_dark-1024.png differ diff --git a/assets/logos/logo_solo_on_dark-128.png b/assets/logos/logo_solo_on_dark-128.png new file mode 100644 index 000000000..78a85475f Binary files /dev/null and b/assets/logos/logo_solo_on_dark-128.png differ diff --git a/assets/logos/logo_solo_on_dark-16.png b/assets/logos/logo_solo_on_dark-16.png new file mode 100644 index 000000000..4f1e91c02 Binary files /dev/null and b/assets/logos/logo_solo_on_dark-16.png differ diff --git a/assets/logos/logo_solo_on_dark.png b/assets/logos/logo_solo_on_dark.png new file mode 100644 index 000000000..da20756f7 Binary files /dev/null and b/assets/logos/logo_solo_on_dark.png differ diff --git a/assets/logos/logo_solo_on_dark.svg b/assets/logos/logo_solo_on_dark.svg new file mode 100644 index 000000000..ae8d9e879 --- /dev/null +++ b/assets/logos/logo_solo_on_dark.svg @@ -0,0 +1,73 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/assets/logos/logo_solo_on_dark_full-1024.png b/assets/logos/logo_solo_on_dark_full-1024.png new file mode 100644 index 000000000..8d597dd3d Binary files /dev/null and b/assets/logos/logo_solo_on_dark_full-1024.png differ diff --git a/assets/logos/logo_solo_on_dark_full-128.png b/assets/logos/logo_solo_on_dark_full-128.png new file mode 100644 index 000000000..fe6dd5dea Binary files /dev/null and b/assets/logos/logo_solo_on_dark_full-128.png differ diff --git a/assets/logos/logo_solo_on_dark_full-16.png b/assets/logos/logo_solo_on_dark_full-16.png new file mode 100644 index 000000000..f9aa7dfdd Binary files /dev/null and b/assets/logos/logo_solo_on_dark_full-16.png differ diff --git a/assets/logos/logo_solo_on_dark_full.png b/assets/logos/logo_solo_on_dark_full.png new file mode 100644 index 000000000..611b0565e Binary files /dev/null and b/assets/logos/logo_solo_on_dark_full.png differ diff --git a/assets/logos/logo_solo_on_dark_full.svg b/assets/logos/logo_solo_on_dark_full.svg new file mode 100644 index 000000000..6440835b1 --- /dev/null +++ b/assets/logos/logo_solo_on_dark_full.svg @@ -0,0 +1,79 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/assets/logos/logo_solo_on_white.png b/assets/logos/logo_solo_on_white.png new file mode 100644 index 000000000..ca539cdff Binary files /dev/null and b/assets/logos/logo_solo_on_white.png differ diff --git a/assets/logos/logo_solo_on_white.svg b/assets/logos/logo_solo_on_white.svg new file mode 100644 index 000000000..d794ad8e7 --- /dev/null +++ b/assets/logos/logo_solo_on_white.svg @@ -0,0 +1,73 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/assets/logos/logo_with_text_monochrome.png b/assets/logos/logo_with_text_monochrome.png new file mode 100644 index 000000000..17442f55d Binary files /dev/null and b/assets/logos/logo_with_text_monochrome.png differ diff --git a/assets/logos/logo_with_text_monochrome.svg b/assets/logos/logo_with_text_monochrome.svg new file mode 100644 index 000000000..4648e06c0 --- /dev/null +++ b/assets/logos/logo_with_text_monochrome.svg @@ -0,0 +1,116 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/assets/logos/logo_with_text_on_dark-1024.png b/assets/logos/logo_with_text_on_dark-1024.png new file mode 100644 index 000000000..a02a9014b Binary files /dev/null and b/assets/logos/logo_with_text_on_dark-1024.png differ diff --git a/assets/logos/logo_with_text_on_dark-128.png b/assets/logos/logo_with_text_on_dark-128.png new file mode 100644 index 000000000..efae725b8 Binary files /dev/null and b/assets/logos/logo_with_text_on_dark-128.png differ diff --git a/assets/logos/logo_with_text_on_dark-16.png b/assets/logos/logo_with_text_on_dark-16.png new file mode 100644 index 000000000..a6069f98f Binary files /dev/null and b/assets/logos/logo_with_text_on_dark-16.png differ diff --git a/assets/logos/logo_with_text_on_dark.png b/assets/logos/logo_with_text_on_dark.png new file mode 100644 index 000000000..24de18c11 Binary files /dev/null and b/assets/logos/logo_with_text_on_dark.png differ diff --git a/assets/logos/logo_with_text_on_dark.svg b/assets/logos/logo_with_text_on_dark.svg new file mode 100644 index 000000000..52d8e52da --- /dev/null +++ b/assets/logos/logo_with_text_on_dark.svg @@ -0,0 +1,116 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/assets/logos/logo_with_text_on_dark_full-1024.png b/assets/logos/logo_with_text_on_dark_full-1024.png new file mode 100644 index 000000000..eb2e63981 Binary files /dev/null and b/assets/logos/logo_with_text_on_dark_full-1024.png differ diff --git a/assets/logos/logo_with_text_on_dark_full-128.png b/assets/logos/logo_with_text_on_dark_full-128.png new file mode 100644 index 000000000..4ed21e5cb Binary files /dev/null and b/assets/logos/logo_with_text_on_dark_full-128.png differ diff --git a/assets/logos/logo_with_text_on_dark_full-16.png b/assets/logos/logo_with_text_on_dark_full-16.png new file mode 100644 index 000000000..d3968da5e Binary files /dev/null and b/assets/logos/logo_with_text_on_dark_full-16.png differ diff --git a/assets/logos/logo_with_text_on_dark_full.png b/assets/logos/logo_with_text_on_dark_full.png new file mode 100644 index 000000000..21feea356 Binary files /dev/null and b/assets/logos/logo_with_text_on_dark_full.png differ diff --git a/assets/logos/logo_with_text_on_dark_full.svg b/assets/logos/logo_with_text_on_dark_full.svg new file mode 100644 index 000000000..017e72414 --- /dev/null +++ b/assets/logos/logo_with_text_on_dark_full.svg @@ -0,0 +1,120 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/assets/logos/logo_with_text_on_white.png b/assets/logos/logo_with_text_on_white.png new file mode 100644 index 000000000..bf420a057 Binary files /dev/null and b/assets/logos/logo_with_text_on_white.png differ diff --git a/assets/logos/logo_with_text_on_white.svg b/assets/logos/logo_with_text_on_white.svg new file mode 100644 index 000000000..4275efe83 --- /dev/null +++ b/assets/logos/logo_with_text_on_white.svg @@ -0,0 +1,116 @@ + + + +image/svg+xml \ No newline at end of file -- cgit v1.2.3