Commit 745bec59 authored by Mark Otto's avatar Mark Otto
Browse files

Move homepage examples to data file

parent 9421f0af
No related merge requests found
Showing with 23 additions and 17 deletions
+23 -17
- name: Coinbase
url: https://coinbase.com/
expo_url: http://expo.getbootstrap.com/2013/08/06/coinbase/
img: http://expo.getbootstrap.com/screenshots/coinbase.jpg
- name: Localcrime
url: http://www.localcrimeapp.com/
expo_url: http://expo.getbootstrap.com/2013/08/08/localcrime/
img: http://expo.getbootstrap.com/screenshots/localcrime.jpg
- name: Sentry
url: https://www.getsentry.com/
expo_url: http://expo.getbootstrap.com/2013/05/09/sentry/
img: http://expo.getbootstrap.com/screenshots/sentry.jpg
- name: Fortrabbit
url: http://fortrabbit.com/
expo_url: http://expo.getbootstrap.com/2013/08/05/fortrabbit/
img: http://expo.getbootstrap.com/screenshots/fortrabbit.jpg
...@@ -56,26 +56,13 @@ title: Bootstrap ...@@ -56,26 +56,13 @@ title: Bootstrap
<hr class="half-rule"> <hr class="half-rule">
<div class="row bs-featured-sites"> <div class="row bs-featured-sites">
{% for showcase in site.data.showcase %}
<div class="col-sm-3"> <div class="col-sm-3">
<a href="http://expo.getbootstrap.com/" class="bs-featurette-img"> <a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
<img src="http://expo.getbootstrap.com/screenshots/coinbase.jpg" alt="" class="img-responsive"> <img src="{{ showcase.img }}" alt="{{ showcase.name }}" class="img-responsive">
</a>
</div>
<div class="col-sm-3">
<a href="http://expo.getbootstrap.com/" class="bs-featurette-img">
<img src="http://expo.getbootstrap.com/screenshots/localcrime.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="col-sm-3">
<a href="http://expo.getbootstrap.com/" class="bs-featurette-img">
<img src="http://expo.getbootstrap.com/screenshots/fortrabbit.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="col-sm-3">
<a href="http://expo.getbootstrap.com/" class="bs-featurette-img">
<img src="http://expo.getbootstrap.com/screenshots/sentry.jpg" alt="" class="img-responsive">
</a> </a>
</div> </div>
{% endfor %}
</div> </div>
<hr class="half-rule"> <hr class="half-rule">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment