Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
745bec59
Commit
745bec59
authored
Jan 05, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move homepage examples to data file
parent
9421f0af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
17 deletions
+23
-17
docs/_data/showcase.yml
docs/_data/showcase.yml
+19
-0
docs/index.html
docs/index.html
+4
-17
No files found.
docs/_data/showcase.yml
0 → 100644
View file @
745bec59
-
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
docs/index.html
View file @
745bec59
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment