diff options
| author | Mark Otto <[email protected]> | 2012-09-14 14:48:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-14 14:48:03 -0700 |
| commit | e4e2e37c5c713944df61dd807bedb2febca31c13 (patch) | |
| tree | 79b087a071bc3d4090aa86e41a941d9d047b4c9f /docs | |
| parent | 5aa10184968ac70b7d0d809d370623866252a663 (diff) | |
| download | bootstrap-e4e2e37c5c713944df61dd807bedb2febca31c13.tar.xz bootstrap-e4e2e37c5c713944df61dd807bedb2febca31c13.zip | |
add in some more examples (will work em in later), removed fleetio per their request, and added gather content to replace it
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/img/example-sites/8020select.png | bin | 0 -> 62853 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/adoptahydrant.png | bin | 0 -> 136480 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/breakingnews.png | bin | 0 -> 72725 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/gathercontent.png | bin | 0 -> 76560 bytes | |||
| -rw-r--r-- | docs/index.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 4 |
6 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/img/example-sites/8020select.png b/docs/assets/img/example-sites/8020select.png Binary files differnew file mode 100644 index 000000000..e8eeeb226 --- /dev/null +++ b/docs/assets/img/example-sites/8020select.png diff --git a/docs/assets/img/example-sites/adoptahydrant.png b/docs/assets/img/example-sites/adoptahydrant.png Binary files differnew file mode 100644 index 000000000..ec9188914 --- /dev/null +++ b/docs/assets/img/example-sites/adoptahydrant.png diff --git a/docs/assets/img/example-sites/breakingnews.png b/docs/assets/img/example-sites/breakingnews.png Binary files differnew file mode 100644 index 000000000..5a077856c --- /dev/null +++ b/docs/assets/img/example-sites/breakingnews.png diff --git a/docs/assets/img/example-sites/gathercontent.png b/docs/assets/img/example-sites/gathercontent.png Binary files differnew file mode 100644 index 000000000..92cd0ee2a --- /dev/null +++ b/docs/assets/img/example-sites/gathercontent.png diff --git a/docs/index.html b/docs/index.html index 74c2cc341..572a25925 100644 --- a/docs/index.html +++ b/docs/index.html @@ -143,8 +143,8 @@ </a> </li> <li class="span3"> - <a class="thumbnail" href="http://www.fleetio.com/" target="_blank"> - <img src="assets/img/example-sites/fleetio.png" alt="Fleetio"> + <a class="thumbnail" href="http://www.gathercontent.com/" target="_blank"> + <img src="assets/img/example-sites/gathercontent.png" alt="Gather Content"> </a> </li> <li class="span3"> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index f8fe1bd53..ddd296299 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -72,8 +72,8 @@ </a> </li> <li class="span3"> - <a class="thumbnail" href="http://www.fleetio.com/" target="_blank"> - <img src="assets/img/example-sites/fleetio.png" alt="Fleetio"> + <a class="thumbnail" href="http://www.gathercontent.com/" target="_blank"> + <img src="assets/img/example-sites/gathercontent.png" alt="Gather Content"> </a> </li> <li class="span3"> |
