diff --git a/README.md b/README.md index a8e213b..0a09014 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,4 @@ number of open files allowed on your system: ## License & Acknowledgements -FilePizza is released under the [BSD 3-Clause license](https://github.com/kern/filepizza/blob/master/LICENSE). A huge thanks to [WebTorrent](https://github.com/feross/webtorrent) which we use for the file transfers under the hood. +FilePizza is released under the [BSD 3-Clause license](https://github.com/kern/filepizza/blob/master/LICENSE). A huge thanks to [WebTorrent](https://github.com/feross/webtorrent) which we use for the file transfers under the hood, and to [iblowyourdesign](https://dribbble.com/iblowyourdesign) for the pizza illustration. diff --git a/resources/pizza.psd b/resources/pizza.psd deleted file mode 100644 index 1672824..0000000 Binary files a/resources/pizza.psd and /dev/null differ diff --git a/src/index.styl b/src/index.styl index f0b01e2..86697be 100644 --- a/src/index.styl +++ b/src/index.styl @@ -101,6 +101,7 @@ small { justify-content: center; height: 100%; min-height: 640px; + padding: 40px 0 80px; } .drop-zone { @@ -164,7 +165,8 @@ small { } .spinner-image { - width: 50% + display: block; + height: 150px; } .spinner-name { @@ -175,6 +177,7 @@ small { text-overflow: ellipsis white-space: nowrap margin-top: 10px + text-shadow: 0 0 3px #333 } .spinner-size { @@ -184,6 +187,7 @@ small { overflow: hidden text-overflow: ellipsis white-space: nowrap + text-shadow: 0 0 3px #333 } } diff --git a/src/static/favicon.ico b/src/static/favicon.ico index 66a945a..ab07dfc 100644 Binary files a/src/static/favicon.ico and b/src/static/favicon.ico differ diff --git a/src/static/images/down.png b/src/static/images/down.png index 30ed080..9029707 100644 Binary files a/src/static/images/down.png and b/src/static/images/down.png differ diff --git a/src/static/images/fb.png b/src/static/images/fb.png index a8a7149..8b733a8 100644 Binary files a/src/static/images/fb.png and b/src/static/images/fb.png differ diff --git a/src/static/images/pizza.png b/src/static/images/pizza.png index 20b467c..40d0ec8 100644 Binary files a/src/static/images/pizza.png and b/src/static/images/pizza.png differ diff --git a/src/static/images/up.png b/src/static/images/up.png index 955be40..5683ab5 100644 Binary files a/src/static/images/up.png and b/src/static/images/up.png differ