aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/img/example-sites/example-codecademy.jpgbin0 -> 110371 bytes
-rw-r--r--docs/gallery.html5
-rw-r--r--docs/templates/pages/gallery.mustache5
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
new file mode 100644
index 000000000..9248f0ac2
--- /dev/null
+++ b/docs/assets/img/example-sites/example-codecademy.jpg
Binary files differ
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>