diff options
| author | Mark Otto <[email protected]> | 2013-02-05 21:07:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-05 21:07:30 -0800 |
| commit | 4270496e8a02085e13ab5335eacbd1e1b6b8ad65 (patch) | |
| tree | bf31f3859e61457344f77ff5eacb1e5994e0e8fc /docs | |
| parent | a92069738280924fcad7d58a3ee5e5d8873b2b4b (diff) | |
| download | bootstrap-4270496e8a02085e13ab5335eacbd1e1b6b8ad65.tar.xz bootstrap-4270496e8a02085e13ab5335eacbd1e1b6b8ad65.zip | |
add codecademy to gallery
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/img/example-sites/example-codecademy.jpg | bin | 0 -> 110371 bytes | |||
| -rw-r--r-- | docs/gallery.html | 5 | ||||
| -rw-r--r-- | docs/templates/pages/gallery.mustache | 5 |
3 files changed, 10 insertions, 0 deletions
diff --git a/docs/assets/img/example-sites/example-codecademy.jpg b/docs/assets/img/example-sites/example-codecademy.jpg Binary files differnew file mode 100644 index 000000000..9248f0ac2 --- /dev/null +++ b/docs/assets/img/example-sites/example-codecademy.jpg diff --git a/docs/gallery.html b/docs/gallery.html index cddbdf9b9..5481a66cd 100644 --- a/docs/gallery.html +++ b/docs/gallery.html @@ -116,6 +116,11 @@ </a> </div> <div class="span4"> + <a class="thumbnail" href="http://codecademy.com"> + <img src="assets/img/example-sites/example-codecademy.jpg"> + </a> + </div> + <div class="span4"> <a class="thumbnail" href="http://jetstrap.com"> <img src="assets/img/example-sites/example-jetstrap.jpg"> </a> diff --git a/docs/templates/pages/gallery.mustache b/docs/templates/pages/gallery.mustache index 6388ed7bc..a3ba5d3de 100644 --- a/docs/templates/pages/gallery.mustache +++ b/docs/templates/pages/gallery.mustache @@ -48,6 +48,11 @@ </a> </div> <div class="span4"> + <a class="thumbnail" href="http://codecademy.com"> + <img src="assets/img/example-sites/example-codecademy.jpg"> + </a> + </div> + <div class="span4"> <a class="thumbnail" href="http://jetstrap.com"> <img src="assets/img/example-sites/example-jetstrap.jpg"> </a> |
