diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-05 17:13:11 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-05 17:13:11 -0400 |
commit | bab4f70e5707c6e52b6a30d94beb434eba40b6d7 (patch) | |
tree | 2c45eeaca5fb9e90003ac416311902c9a5da0d0c | |
parent | 8d68acfe18c9bd2b2a1e53a1f38e712d0ad0d402 (diff) | |
download | bnewnet-bab4f70e5707c6e52b6a30d94beb434eba40b6d7.tar.gz bnewnet-bab4f70e5707c6e52b6a30d94beb434eba40b6d7.zip |
bring some images into this repo
-rw-r--r-- | pages/advancedenterpriseresearchoffice.md | 2 | ||||
-rw-r--r-- | static/img/aero_screenshot01.jpeg | bin | 0 -> 33396 bytes | |||
-rw-r--r-- | static/img/nudie_favicon.png | bin | 0 -> 914 bytes | |||
-rw-r--r-- | static/robots.txt | 8 | ||||
-rw-r--r-- | theme/templates/base.html | 2 |
5 files changed, 10 insertions, 2 deletions
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 </p><p>
datamoshed quake3 visual blah blah by <a href="http://sundialtone.com">toby schachman</a> and me for the 2010 <a href="http://globalgamejam.org/">global game jam</a> kindly hosted by the <a href="http://gamecenter.nyu.edu/">nyu game center</a> and <a href="http://itp.nyu.edu/itp/">itp</a> at tisch.
</p>
-<center><img src="http://static.bnewbold.net/img/aero_screenshot01.png"></center>
+<center><img src="/static/img/aero_screenshot01.jpeg"></center>
<p>
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:
</p>
diff --git a/static/img/aero_screenshot01.jpeg b/static/img/aero_screenshot01.jpeg Binary files differnew file mode 100644 index 0000000..9eabe33 --- /dev/null +++ b/static/img/aero_screenshot01.jpeg diff --git a/static/img/nudie_favicon.png b/static/img/nudie_favicon.png Binary files differnew file mode 100644 index 0000000..3c80a03 --- /dev/null +++ b/static/img/nudie_favicon.png 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 @@ <link rel="stylesheet" type="text/css" href="/static/style/reset.css" /> <link rel="stylesheet" type="text/css" href="/static/style/default.css" /> <link rel="stylesheet" type="text/css" href="/static/style/commentary.css" /> -<link rel="icon" href="http://static.bnewbold.net/img/nudie_favicon.png" /> +<link rel="icon" href="/static/img/nudie_favicon.png" /> {% endblock %} {% block externaljs %} {% endblock %} {% block otherhead %} {% endblock %} {% endblock head %} |