From 7e00b30d9b538a689de9e666b9d85a1a633e94f8 Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 4 Jan 2014 14:54:55 -0800 Subject: added platform icons for download page --- Rakefile | 9 +- svg/web/arrow-down.svg | 71 ---- svg/web/icons/android.svg | 71 ++++ svg/web/icons/apple.svg | 71 ++++ svg/web/icons/arrow-down.svg | 71 ++++ svg/web/icons/linux.svg | 71 ++++ svg/web/icons/windows.svg | 71 ++++ svg/web/rainbow-masthead-centered.svg | 522 +++++++++++++++++++++++++++++ web/128/mask.png | Bin 0 -> 3719 bytes web/32/android.png | Bin 0 -> 552 bytes web/32/apple.png | Bin 0 -> 583 bytes web/32/linux.png | Bin 0 -> 914 bytes web/32/windows.png | Bin 0 -> 412 bytes web/64/android.png | Bin 0 -> 1089 bytes web/64/apple.png | Bin 0 -> 1201 bytes web/64/arrow-down.png | Bin 0 -> 744 bytes web/64/linux.png | Bin 0 -> 2038 bytes web/64/windows.png | Bin 0 -> 674 bytes web/masthead/rainbow-masthead-centered.png | Bin 0 -> 25438 bytes 19 files changed, 884 insertions(+), 73 deletions(-) delete mode 100644 svg/web/arrow-down.svg create mode 100644 svg/web/icons/android.svg create mode 100644 svg/web/icons/apple.svg create mode 100644 svg/web/icons/arrow-down.svg create mode 100644 svg/web/icons/linux.svg create mode 100644 svg/web/icons/windows.svg create mode 100644 svg/web/rainbow-masthead-centered.svg create mode 100644 web/128/mask.png create mode 100644 web/32/android.png create mode 100644 web/32/apple.png create mode 100644 web/32/linux.png create mode 100644 web/32/windows.png create mode 100644 web/64/android.png create mode 100644 web/64/apple.png create mode 100644 web/64/arrow-down.png create mode 100644 web/64/linux.png create mode 100644 web/64/windows.png create mode 100644 web/masthead/rainbow-masthead-centered.png diff --git a/Rakefile b/Rakefile index 92a883a..1baaea2 100644 --- a/Rakefile +++ b/Rakefile @@ -22,6 +22,9 @@ output_directories = [ 'icons/black/32', 'icons/black/64', 'web', + 'web/32', + 'web/64', + 'web/128', 'linux', 'linux/hicolor', 'linux/hicolor/24x24', @@ -105,10 +108,12 @@ svg_to_raster = [ # web ['svg/kid-jumping-bw.svg', {:size => 16, :dest => 'web/favicon.png'}], - ['svg/web/arrow-down.svg', {:size => 32, :dest => 'web/32'}], ['svg/masks/mask.svg', {:width => 128, :dest => 'web/128'}], ['svg/web/rainbow-masthead-small.svg', {:dest => 'web/masthead'}], - + ['svg/web/rainbow-masthead-centered.svg', {:dest => 'web/masthead'}], + ['svg/web/icons/*', {:size => 32, :dest => 'web/32'}], + ['svg/web/icons/*', {:size => 64, :dest => 'web/64'}], + # linux ['svg/masks/mask-launcher.svg', linux_target], diff --git a/svg/web/arrow-down.svg b/svg/web/arrow-down.svg deleted file mode 100644 index 13e02ce..0000000 --- a/svg/web/arrow-down.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/svg/web/icons/android.svg b/svg/web/icons/android.svg new file mode 100644 index 0000000..59b1319 --- /dev/null +++ b/svg/web/icons/android.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/svg/web/icons/apple.svg b/svg/web/icons/apple.svg new file mode 100644 index 0000000..25c5c52 --- /dev/null +++ b/svg/web/icons/apple.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/svg/web/icons/arrow-down.svg b/svg/web/icons/arrow-down.svg new file mode 100644 index 0000000..13e02ce --- /dev/null +++ b/svg/web/icons/arrow-down.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/svg/web/icons/linux.svg b/svg/web/icons/linux.svg new file mode 100644 index 0000000..5fc74dc --- /dev/null +++ b/svg/web/icons/linux.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/svg/web/icons/windows.svg b/svg/web/icons/windows.svg new file mode 100644 index 0000000..4a533e1 --- /dev/null +++ b/svg/web/icons/windows.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/svg/web/rainbow-masthead-centered.svg b/svg/web/rainbow-masthead-centered.svg new file mode 100644 index 0000000..c8885b5 --- /dev/null +++ b/svg/web/rainbow-masthead-centered.svg @@ -0,0 +1,522 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/128/mask.png b/web/128/mask.png new file mode 100644 index 0000000..609e292 Binary files /dev/null and b/web/128/mask.png differ diff --git a/web/32/android.png b/web/32/android.png new file mode 100644 index 0000000..e4a0772 Binary files /dev/null and b/web/32/android.png differ diff --git a/web/32/apple.png b/web/32/apple.png new file mode 100644 index 0000000..e02e8a1 Binary files /dev/null and b/web/32/apple.png differ diff --git a/web/32/linux.png b/web/32/linux.png new file mode 100644 index 0000000..a34f6fc Binary files /dev/null and b/web/32/linux.png differ diff --git a/web/32/windows.png b/web/32/windows.png new file mode 100644 index 0000000..1d4ae14 Binary files /dev/null and b/web/32/windows.png differ diff --git a/web/64/android.png b/web/64/android.png new file mode 100644 index 0000000..d910ced Binary files /dev/null and b/web/64/android.png differ diff --git a/web/64/apple.png b/web/64/apple.png new file mode 100644 index 0000000..debf3b4 Binary files /dev/null and b/web/64/apple.png differ diff --git a/web/64/arrow-down.png b/web/64/arrow-down.png new file mode 100644 index 0000000..2f908f7 Binary files /dev/null and b/web/64/arrow-down.png differ diff --git a/web/64/linux.png b/web/64/linux.png new file mode 100644 index 0000000..df285f6 Binary files /dev/null and b/web/64/linux.png differ diff --git a/web/64/windows.png b/web/64/windows.png new file mode 100644 index 0000000..8200a78 Binary files /dev/null and b/web/64/windows.png differ diff --git a/web/masthead/rainbow-masthead-centered.png b/web/masthead/rainbow-masthead-centered.png new file mode 100644 index 0000000..f7d3165 Binary files /dev/null and b/web/masthead/rainbow-masthead-centered.png differ -- cgit v1.2.3