diff --git a/.gitignore b/.gitignore
index d50b505..cc59e0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/www/static/photos/*.jpg
/www/static/photos/*.png
/www/static/photos/*.gif
+/www/static/photos/*.JPG
diff --git a/www/layout.html b/www/layout.html
index 069f695..eb0e47e 100644
--- a/www/layout.html
+++ b/www/layout.html
@@ -39,8 +39,9 @@
{% endif %}
- Copyright © 2014 Noah Petherbridge
- Powered by
{{ app["name"] }} v{{ app["version"] }}
+ Copyright © 2014 Noah Petherbridge — All rights reserved
+ Powered by
{{ app["name"] }} v{{ app["version"] }} -
+ Hosted by
DigitalOcean
Page generated in %time_elapsed%s.
@@ -147,12 +148,20 @@
diff --git a/www/static/images/css3.png b/www/static/images/css3.png
new file mode 100644
index 0000000..c0a0bf4
Binary files /dev/null and b/www/static/images/css3.png differ
diff --git a/www/static/images/digital-ocean.png b/www/static/images/digital-ocean.png
new file mode 100644
index 0000000..82f8bf3
Binary files /dev/null and b/www/static/images/digital-ocean.png differ
diff --git a/www/static/images/html5.png b/www/static/images/html5.png
new file mode 100644
index 0000000..0d99623
Binary files /dev/null and b/www/static/images/html5.png differ
diff --git a/www/static/images/python.png b/www/static/images/python.png
new file mode 100644
index 0000000..f08ab10
Binary files /dev/null and b/www/static/images/python.png differ