diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:21:10 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:21:10 +0100 |
commit | 9972e28a91f5c5631e7c0711caf492152bf6812c (patch) | |
tree | 7da82365152c8bd274d7a243e164f4794655d15b /templates/frontpage.html | |
parent | 6006eebb578f58ffa06a6fef0501ae7d78237c60 (diff) | |
download | troggle-9972e28a91f5c5631e7c0711caf492152bf6812c.tar.gz troggle-9972e28a91f5c5631e7c0711caf492152bf6812c.tar.bz2 troggle-9972e28a91f5c5631e7c0711caf492152bf6812c.zip |
[svn]
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8333 by cucc @ 5/8/2009 8:20 PM
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r-- | templates/frontpage.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html new file mode 100644 index 0000000..3192f83 --- /dev/null +++ b/templates/frontpage.html @@ -0,0 +1,40 @@ +{% extends "base.html" %}
+{% load wiki_markup %}
+
+{% block title %}Cambridge Expeditions to Austria{% endblock %}
+
+{% block content %}
+
+<div id="col2">
+Recent edits
+</ul>
+</div>
+
+<div id="col1">
+<h3>Welcome</h3>
+<p class="indent">
+This is Troggle, the information portal for Cambridge University Caving Club's Expeditions to Austria.
+</p>
+
+<p class="indent">
+Here you will find information about the {{expedition.objects.count}} expeditions the club has undertaken since 1976. Browse survey information, photos, and description wikis for {{cave.objects.count}} caves, {{subcave.objects.count}} areas within those caves, and {{extantqms.count}} going leads yet to be explored. We have {{photo.objects.count}} photos and {{logbookentry.objects.count}} logbook entries.
+</p>
+
+<p class="indent">
+If you are an expedition member, please sign up using the link to the top right and begin editing.
+</p>
+
+<h3>News</h3>
+
+<p class="indent">
+Everyone is gearing up for the 2009 expedition; please see the link below for the main expedition website.
+</p>
+
+<h3>Troggle development</h3>
+<p class="indent">
+Troggle is still under development, and there is <a href="{%url todo%}">much work to do</a>.
+</p>
+</div>
+<img class="leftMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}eieshole.jpg">
+<img class="rightMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}goesser.jpg">
+{% endblock content %}
\ No newline at end of file |