From 94a3caddf14902321c6a595158e41675d335f11a Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 8 Nov 2019 01:15:33 +0100 Subject: [PATCH] move images to copy --- src/{ => copy}/img/background.jpg | Bin src/{ => copy}/img/background85.webp | Bin ...christopher-burns-9bwXKkVC4UU-unsplash SMALL.png | Bin .../img/christopher-burns-9bwXKkVC4UU-unsplash.jpg | Bin .../img/favicon/android-chrome-192x192.png | Bin .../img/favicon/android-chrome-512x512.png | Bin .../apple-touch-icon-114x114-precomposed.png | Bin .../img/favicon/apple-touch-icon-114x114.png | Bin .../apple-touch-icon-120x120-precomposed.png | Bin .../img/favicon/apple-touch-icon-120x120.png | Bin .../apple-touch-icon-144x144-precomposed.png | Bin .../img/favicon/apple-touch-icon-144x144.png | Bin .../apple-touch-icon-152x152-precomposed.png | Bin .../img/favicon/apple-touch-icon-152x152.png | Bin .../apple-touch-icon-180x180-precomposed.png | Bin .../img/favicon/apple-touch-icon-180x180.png | Bin .../favicon/apple-touch-icon-57x57-precomposed.png | Bin .../img/favicon/apple-touch-icon-57x57.png | Bin .../favicon/apple-touch-icon-60x60-precomposed.png | Bin .../img/favicon/apple-touch-icon-60x60.png | Bin .../favicon/apple-touch-icon-72x72-precomposed.png | Bin .../img/favicon/apple-touch-icon-72x72.png | Bin .../favicon/apple-touch-icon-76x76-precomposed.png | Bin .../img/favicon/apple-touch-icon-76x76.png | Bin .../img/favicon/apple-touch-icon-precomposed.png | Bin src/{ => copy}/img/favicon/apple-touch-icon.png | Bin src/{ => copy}/img/favicon/browserconfig.xml | 0 src/{ => copy}/img/favicon/favicon-16x16.png | Bin src/{ => copy}/img/favicon/favicon-32x32.png | Bin src/{ => copy}/img/favicon/favicon.ico | Bin src/{ => copy}/img/favicon/manifest.json | 0 src/{ => copy}/img/favicon/mstile-144x144.png | Bin src/{ => copy}/img/favicon/mstile-150x150.png | Bin src/{ => copy}/img/favicon/mstile-310x310.png | Bin src/{ => copy}/img/favicon/mstile-70x70.png | Bin src/{ => copy}/img/favicon/safari-pinned-tab.svg | 0 src/{ => copy}/img/loader.gif | Bin src/{ => copy}/img/tips.jpg | Bin src/{ => copy}/img/tips.webp | Bin 39 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => copy}/img/background.jpg (100%) rename src/{ => copy}/img/background85.webp (100%) rename src/{ => copy}/img/christopher-burns-9bwXKkVC4UU-unsplash SMALL.png (100%) rename src/{ => copy}/img/christopher-burns-9bwXKkVC4UU-unsplash.jpg (100%) rename src/{ => copy}/img/favicon/android-chrome-192x192.png (100%) rename src/{ => copy}/img/favicon/android-chrome-512x512.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-114x114-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-114x114.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-120x120-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-120x120.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-144x144-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-144x144.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-152x152-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-152x152.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-180x180-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-180x180.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-57x57-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-57x57.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-60x60-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-60x60.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-72x72-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-72x72.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-76x76-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-76x76.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon-precomposed.png (100%) rename src/{ => copy}/img/favicon/apple-touch-icon.png (100%) rename src/{ => copy}/img/favicon/browserconfig.xml (100%) rename src/{ => copy}/img/favicon/favicon-16x16.png (100%) rename src/{ => copy}/img/favicon/favicon-32x32.png (100%) rename src/{ => copy}/img/favicon/favicon.ico (100%) rename src/{ => copy}/img/favicon/manifest.json (100%) rename src/{ => copy}/img/favicon/mstile-144x144.png (100%) rename src/{ => copy}/img/favicon/mstile-150x150.png (100%) rename src/{ => copy}/img/favicon/mstile-310x310.png (100%) rename src/{ => copy}/img/favicon/mstile-70x70.png (100%) rename src/{ => copy}/img/favicon/safari-pinned-tab.svg (100%) rename src/{ => copy}/img/loader.gif (100%) rename src/{ => copy}/img/tips.jpg (100%) rename src/{ => copy}/img/tips.webp (100%) diff --git a/src/img/background.jpg b/src/copy/img/background.jpg similarity index 100% rename from src/img/background.jpg rename to src/copy/img/background.jpg diff --git a/src/img/background85.webp b/src/copy/img/background85.webp similarity index 100% rename from src/img/background85.webp rename to src/copy/img/background85.webp diff --git a/src/img/christopher-burns-9bwXKkVC4UU-unsplash SMALL.png b/src/copy/img/christopher-burns-9bwXKkVC4UU-unsplash SMALL.png similarity index 100% rename from src/img/christopher-burns-9bwXKkVC4UU-unsplash SMALL.png rename to src/copy/img/christopher-burns-9bwXKkVC4UU-unsplash SMALL.png diff --git a/src/img/christopher-burns-9bwXKkVC4UU-unsplash.jpg b/src/copy/img/christopher-burns-9bwXKkVC4UU-unsplash.jpg similarity index 100% rename from src/img/christopher-burns-9bwXKkVC4UU-unsplash.jpg rename to src/copy/img/christopher-burns-9bwXKkVC4UU-unsplash.jpg diff --git a/src/img/favicon/android-chrome-192x192.png b/src/copy/img/favicon/android-chrome-192x192.png similarity index 100% rename from src/img/favicon/android-chrome-192x192.png rename to src/copy/img/favicon/android-chrome-192x192.png diff --git a/src/img/favicon/android-chrome-512x512.png b/src/copy/img/favicon/android-chrome-512x512.png similarity index 100% rename from src/img/favicon/android-chrome-512x512.png rename to src/copy/img/favicon/android-chrome-512x512.png diff --git a/src/img/favicon/apple-touch-icon-114x114-precomposed.png b/src/copy/img/favicon/apple-touch-icon-114x114-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-114x114-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-114x114-precomposed.png diff --git a/src/img/favicon/apple-touch-icon-114x114.png b/src/copy/img/favicon/apple-touch-icon-114x114.png similarity index 100% rename from src/img/favicon/apple-touch-icon-114x114.png rename to src/copy/img/favicon/apple-touch-icon-114x114.png diff --git a/src/img/favicon/apple-touch-icon-120x120-precomposed.png b/src/copy/img/favicon/apple-touch-icon-120x120-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-120x120-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-120x120-precomposed.png diff --git a/src/img/favicon/apple-touch-icon-120x120.png b/src/copy/img/favicon/apple-touch-icon-120x120.png similarity index 100% rename from src/img/favicon/apple-touch-icon-120x120.png rename to src/copy/img/favicon/apple-touch-icon-120x120.png diff --git a/src/img/favicon/apple-touch-icon-144x144-precomposed.png b/src/copy/img/favicon/apple-touch-icon-144x144-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-144x144-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-144x144-precomposed.png diff --git a/src/img/favicon/apple-touch-icon-144x144.png b/src/copy/img/favicon/apple-touch-icon-144x144.png similarity index 100% rename from src/img/favicon/apple-touch-icon-144x144.png rename to src/copy/img/favicon/apple-touch-icon-144x144.png diff --git a/src/img/favicon/apple-touch-icon-152x152-precomposed.png b/src/copy/img/favicon/apple-touch-icon-152x152-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-152x152-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-152x152-precomposed.png diff --git a/src/img/favicon/apple-touch-icon-152x152.png b/src/copy/img/favicon/apple-touch-icon-152x152.png similarity index 100% rename from src/img/favicon/apple-touch-icon-152x152.png rename to src/copy/img/favicon/apple-touch-icon-152x152.png diff --git a/src/img/favicon/apple-touch-icon-180x180-precomposed.png b/src/copy/img/favicon/apple-touch-icon-180x180-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-180x180-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-180x180-precomposed.png diff --git a/src/img/favicon/apple-touch-icon-180x180.png b/src/copy/img/favicon/apple-touch-icon-180x180.png similarity index 100% rename from src/img/favicon/apple-touch-icon-180x180.png rename to src/copy/img/favicon/apple-touch-icon-180x180.png diff --git a/src/img/favicon/apple-touch-icon-57x57-precomposed.png b/src/copy/img/favicon/apple-touch-icon-57x57-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-57x57-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-57x57-precomposed.png diff --git a/src/img/favicon/apple-touch-icon-57x57.png b/src/copy/img/favicon/apple-touch-icon-57x57.png similarity index 100% rename from src/img/favicon/apple-touch-icon-57x57.png rename to src/copy/img/favicon/apple-touch-icon-57x57.png diff --git a/src/img/favicon/apple-touch-icon-60x60-precomposed.png b/src/copy/img/favicon/apple-touch-icon-60x60-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-60x60-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-60x60-precomposed.png diff --git a/src/img/favicon/apple-touch-icon-60x60.png b/src/copy/img/favicon/apple-touch-icon-60x60.png similarity index 100% rename from src/img/favicon/apple-touch-icon-60x60.png rename to src/copy/img/favicon/apple-touch-icon-60x60.png diff --git a/src/img/favicon/apple-touch-icon-72x72-precomposed.png b/src/copy/img/favicon/apple-touch-icon-72x72-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-72x72-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-72x72-precomposed.png diff --git a/src/img/favicon/apple-touch-icon-72x72.png b/src/copy/img/favicon/apple-touch-icon-72x72.png similarity index 100% rename from src/img/favicon/apple-touch-icon-72x72.png rename to src/copy/img/favicon/apple-touch-icon-72x72.png diff --git a/src/img/favicon/apple-touch-icon-76x76-precomposed.png b/src/copy/img/favicon/apple-touch-icon-76x76-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-76x76-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-76x76-precomposed.png diff --git a/src/img/favicon/apple-touch-icon-76x76.png b/src/copy/img/favicon/apple-touch-icon-76x76.png similarity index 100% rename from src/img/favicon/apple-touch-icon-76x76.png rename to src/copy/img/favicon/apple-touch-icon-76x76.png diff --git a/src/img/favicon/apple-touch-icon-precomposed.png b/src/copy/img/favicon/apple-touch-icon-precomposed.png similarity index 100% rename from src/img/favicon/apple-touch-icon-precomposed.png rename to src/copy/img/favicon/apple-touch-icon-precomposed.png diff --git a/src/img/favicon/apple-touch-icon.png b/src/copy/img/favicon/apple-touch-icon.png similarity index 100% rename from src/img/favicon/apple-touch-icon.png rename to src/copy/img/favicon/apple-touch-icon.png diff --git a/src/img/favicon/browserconfig.xml b/src/copy/img/favicon/browserconfig.xml similarity index 100% rename from src/img/favicon/browserconfig.xml rename to src/copy/img/favicon/browserconfig.xml diff --git a/src/img/favicon/favicon-16x16.png b/src/copy/img/favicon/favicon-16x16.png similarity index 100% rename from src/img/favicon/favicon-16x16.png rename to src/copy/img/favicon/favicon-16x16.png diff --git a/src/img/favicon/favicon-32x32.png b/src/copy/img/favicon/favicon-32x32.png similarity index 100% rename from src/img/favicon/favicon-32x32.png rename to src/copy/img/favicon/favicon-32x32.png diff --git a/src/img/favicon/favicon.ico b/src/copy/img/favicon/favicon.ico similarity index 100% rename from src/img/favicon/favicon.ico rename to src/copy/img/favicon/favicon.ico diff --git a/src/img/favicon/manifest.json b/src/copy/img/favicon/manifest.json similarity index 100% rename from src/img/favicon/manifest.json rename to src/copy/img/favicon/manifest.json diff --git a/src/img/favicon/mstile-144x144.png b/src/copy/img/favicon/mstile-144x144.png similarity index 100% rename from src/img/favicon/mstile-144x144.png rename to src/copy/img/favicon/mstile-144x144.png diff --git a/src/img/favicon/mstile-150x150.png b/src/copy/img/favicon/mstile-150x150.png similarity index 100% rename from src/img/favicon/mstile-150x150.png rename to src/copy/img/favicon/mstile-150x150.png diff --git a/src/img/favicon/mstile-310x310.png b/src/copy/img/favicon/mstile-310x310.png similarity index 100% rename from src/img/favicon/mstile-310x310.png rename to src/copy/img/favicon/mstile-310x310.png diff --git a/src/img/favicon/mstile-70x70.png b/src/copy/img/favicon/mstile-70x70.png similarity index 100% rename from src/img/favicon/mstile-70x70.png rename to src/copy/img/favicon/mstile-70x70.png diff --git a/src/img/favicon/safari-pinned-tab.svg b/src/copy/img/favicon/safari-pinned-tab.svg similarity index 100% rename from src/img/favicon/safari-pinned-tab.svg rename to src/copy/img/favicon/safari-pinned-tab.svg diff --git a/src/img/loader.gif b/src/copy/img/loader.gif similarity index 100% rename from src/img/loader.gif rename to src/copy/img/loader.gif diff --git a/src/img/tips.jpg b/src/copy/img/tips.jpg similarity index 100% rename from src/img/tips.jpg rename to src/copy/img/tips.jpg diff --git a/src/img/tips.webp b/src/copy/img/tips.webp similarity index 100% rename from src/img/tips.webp rename to src/copy/img/tips.webp