diff options
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> |
