From bab4f70e5707c6e52b6a30d94beb434eba40b6d7 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 5 May 2016 17:13:11 -0400 Subject: bring some images into this repo --- pages/advancedenterpriseresearchoffice.md | 2 +- static/img/aero_screenshot01.jpeg | Bin 0 -> 33396 bytes static/img/nudie_favicon.png | Bin 0 -> 914 bytes static/robots.txt | 8 ++++++++ theme/templates/base.html | 2 +- 5 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 static/img/aero_screenshot01.jpeg create mode 100644 static/img/nudie_favicon.png create mode 100644 static/robots.txt diff --git a/pages/advancedenterpriseresearchoffice.md b/pages/advancedenterpriseresearchoffice.md index 0383d3a..10f93cd 100644 --- a/pages/advancedenterpriseresearchoffice.md +++ b/pages/advancedenterpriseresearchoffice.md @@ -8,7 +8,7 @@ SaveAs: /advancedenterpriseresearchoffice/index.html

datamoshed quake3 visual blah blah by toby schachman and me for the 2010 global game jam kindly hosted by the nyu game center and itp at tisch.

-
+

we'll post all of our code and instructions (soon? email us at bnewbold at robocracy dot org or toby schachman at gmail dot come if you are interested), for now try these numbers:

diff --git a/static/img/aero_screenshot01.jpeg b/static/img/aero_screenshot01.jpeg new file mode 100644 index 0000000..9eabe33 Binary files /dev/null and b/static/img/aero_screenshot01.jpeg differ diff --git a/static/img/nudie_favicon.png b/static/img/nudie_favicon.png new file mode 100644 index 0000000..3c80a03 Binary files /dev/null and b/static/img/nudie_favicon.png differ diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..675dafd --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /pub +Disallow: /static +Disallow: /code/dotfiles +Disallow: /knowledge/commit +Disallow: /k/* +Disallow: /k + diff --git a/theme/templates/base.html b/theme/templates/base.html index a671e21..2f7af8f 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -33,7 +33,7 @@ - + {% endblock %} {% block externaljs %} {% endblock %} {% block otherhead %} {% endblock %} {% endblock head %} -- cgit v1.2.3