diff options
| author | Mark Otto <[email protected]> | 2015-07-31 14:51:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-07-31 14:51:31 -0700 |
| commit | 32f9b626b3e5edeecff8cb3ff6f443cbbe2b46b0 (patch) | |
| tree | 95085d35b1c71b73ce8f748cdfcf7aca8bb367e8 /docs | |
| parent | 5c028448c1fc171cf4a0fd99d3a672b649bef2aa (diff) | |
| download | bootstrap-32f9b626b3e5edeecff8cb3ff6f443cbbe2b46b0.tar.xz bootstrap-32f9b626b3e5edeecff8cb3ff6f443cbbe2b46b0.zip | |
smaller, local expo screenshots
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/img/expo-lyft.jpg | bin | 0 -> 159273 bytes | |||
| -rw-r--r-- | docs/assets/img/expo-newsweek.jpg | bin | 0 -> 201647 bytes | |||
| -rw-r--r-- | docs/assets/img/expo-riot.jpg | bin | 0 -> 161715 bytes | |||
| -rw-r--r-- | docs/assets/img/expo-vogue.jpg | bin | 0 -> 198624 bytes | |||
| -rw-r--r-- | docs/index.html | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/img/expo-lyft.jpg b/docs/assets/img/expo-lyft.jpg Binary files differnew file mode 100644 index 000000000..0a7d622ce --- /dev/null +++ b/docs/assets/img/expo-lyft.jpg diff --git a/docs/assets/img/expo-newsweek.jpg b/docs/assets/img/expo-newsweek.jpg Binary files differnew file mode 100644 index 000000000..5a45929f7 --- /dev/null +++ b/docs/assets/img/expo-newsweek.jpg diff --git a/docs/assets/img/expo-riot.jpg b/docs/assets/img/expo-riot.jpg Binary files differnew file mode 100644 index 000000000..e9ab163de --- /dev/null +++ b/docs/assets/img/expo-riot.jpg diff --git a/docs/assets/img/expo-vogue.jpg b/docs/assets/img/expo-vogue.jpg Binary files differnew file mode 100644 index 000000000..196a21eae --- /dev/null +++ b/docs/assets/img/expo-vogue.jpg diff --git a/docs/index.html b/docs/index.html index e2e91a79e..fe30668eb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -59,7 +59,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f {% for showcase in site.data.showcase %} <div class="col-xs-6 col-sm-3"> <a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}"> - <img src="http://expo.getbootstrap.com/thumbs/{{ showcase.img }}-thumb.jpg" alt="{{ showcase.name }}" class="img-responsive"> + <img src="{{ site.baseurl }}/assets/img/expo-{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-responsive"> </a> </div> {% endfor %} |
