comparison gpp/templates/home.html @ 19:aa2b41c5212b

First steps at scratching out a home page. Will need to develop some template tags now to fill it out.
author Brian Neal <bgneal@gmail.com>
date Sun, 19 Apr 2009 20:10:00 +0000
parents
children c0d0779b266f
comparison
equal deleted inserted replaced
18:5c03abb0cd0a 19:aa2b41c5212b
1 {% extends 'base.html' %}
2 {% block title %}Home{% endblock %}
3 {% block content %}
4 <h2>Welcome to SurfGuitar101!</h2>
5 <p>You are looking at a test version of the new SurfGuitar101 website, dubbed <strong>SG101 2.0</strong>.
6 All major functionality is here except for the forums (which are still in development).
7 The purpose of this test site is to test the new site software, to get feedback from the user base, and
8 to develop a better theme (colors, logos, layout, etc.) for the site. All bugs and feature requests are being tracked at
9 <a href="http://code.surfguitar101.com">code.surfguitar101.com</a>. Existing SG101 members are encouraged
10 to sign up here and give the new site a test drive. Any and all feedback is appreciated! Thank you for
11 helping to make this site be the best home on the web for fans and friends of surf music!
12 </p>
13 <p>Remember that this is a test site, and not everything is going to work. Nothing here is
14 permanent. The site (content, user accounts, etc.) may be wiped at any time while we fix bugs and add features.
15 Also, I hope that the look and feel of this site can be greatly improved to something really cool! I'll need
16 lots of help for this aspect, as I'm more of a coder than a designer.</p>
17 <div class="span-9">
18 Some stuff.
19 </div>
20 <div class="span-10 last">
21 Some more stuff.
22 </div>
23 {% endblock %}