Add lists of stuff bought for shopping, so we can work out consumption

levels over time.
This commit is contained in:
expoonserver 2016-05-24 12:42:41 +01:00
parent 807fe63b5e
commit 02241398da
4 changed files with 19 additions and 1 deletions

View File

@ -21,6 +21,7 @@
<li><a href="stuffleftattopcamp.html">stuff left at top camp</a></li>
<li><a href="biertent.html">Bier tent survey</a></li>
<li><a href="logbook.html">Logbook</a> (incomplete)</li>
<li><a href="stuffbought.html">Things bought 2015</a></li>
</ul>
</div>
<hr />

View File

View File

@ -9,7 +9,7 @@
<ul>
<li><a href="http://www.srcf.ucam.org/caving/wiki/Expo_2016/Who_and_When">Who and when planning page</a></li>
<li><a href="../2015/stuffleftattopcamp.html">Things left at top camp 2015</a></li>
<li><a href="../2016/stuffbought.html">Things bought 2016</a></li>
<li><a href="stuffbought.html">Things bought 2016</a></li>
</ul>
<p><span style="font-weight: bold;">Post-Expo Documentation</span></p>
<div>

View File

@ -0,0 +1,17 @@
<html><head><title>Stuff bought 2016</title></head><body>
<h1>Stuff bought for Expo 2016</h1>
<h2>Food</h2>
<ul>
<li>test</li>
</ul>
<h2>Caving gear</h2>
<ul>
<li>test</li>
</ul>
<h2>Camping gear</h2>
<ul>
<li>test</li>
</ul></body></html>