From c7b8f434b09d7b345c56ea2541b2c69bca358ac4 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 18 Dec 2015 12:45:58 -0500 Subject: add logo to readme --- README.md | 6 ++++-- assets/img/logo-dark.png | Bin 0 -> 11305 bytes 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 assets/img/logo-dark.png diff --git a/README.md b/README.md index c1fec1df..3082fd8a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ Bootswatch ========== -Bootswatch is a collection of free themes for [Bootstrap](http://getbootstrap.com/). Check it out at [bootswatch.com](http://bootswatch.com). +[![Bootswatch Logo](./assets/img/logo-dark.png)](http://bootswatch.com) + +Bootswatch is a collection of open source themes for [Bootstrap](http://getbootstrap.com/). Check it out at [bootswatch.com](http://bootswatch.com). Usage ----- @@ -42,7 +44,7 @@ It's through your contributions that Bootswatch will continue to improve. You ca **Documentation:** If you'd like to fix a typo or beef up the docs, you can fork the project, make your changes, and submit a pull request. -**Code:** You're more than welcome to make a fix and submit it as a pull request. When making changes, it's important to keep the CSS, LESS and SASS versions in sync. To do this, be sure to edit the LESS source files for the particular theme, then run the tasks `grunt swatch` and `grunt:convert_less` to build the CSS and LESS. +**Code:** Make a fix and submit it as a pull request. When making changes, it's important to keep the CSS, LESS and SASS versions in sync. To do this, be sure to edit the LESS source files for the particular theme, then run the tasks `grunt swatch` and `grunt:convert_less` to build the CSS and LESS. **Donation:** Donations are gratefully accepted via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F22JEM3Q78JC2) and [Gratipay](https://gratipay.com/bootswatch/). diff --git a/assets/img/logo-dark.png b/assets/img/logo-dark.png new file mode 100644 index 00000000..260b4397 Binary files /dev/null and b/assets/img/logo-dark.png differ -- cgit v1.2.3