Skip to content

Commit

Permalink
Add new logo (kern#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
kern authored Feb 19, 2020
1 parent 5c67daf commit 9b6d999
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Binary file removed resources/pizza.psd
Binary file not shown.
6 changes: 5 additions & 1 deletion src/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ small {
justify-content: center;
height: 100%;
min-height: 640px;
padding: 40px 0 80px;
}

.drop-zone {
Expand Down Expand Up @@ -164,7 +165,8 @@ small {
}

.spinner-image {
width: 50%
display: block;
height: 150px;
}

.spinner-name {
Expand All @@ -175,6 +177,7 @@ small {
text-overflow: ellipsis
white-space: nowrap
margin-top: 10px
text-shadow: 0 0 3px #333
}

.spinner-size {
Expand All @@ -184,6 +187,7 @@ small {
overflow: hidden
text-overflow: ellipsis
white-space: nowrap
text-shadow: 0 0 3px #333
}
}

Expand Down
Binary file modified src/static/favicon.ico
Binary file not shown.
Binary file modified src/static/images/down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/static/images/fb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/static/images/pizza.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/static/images/up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b6d999

Please sign in to comment.