Mercurial > public > sg101
comparison gpp/templates/home.html @ 33:c018872385ea
Slideshow for home page; Initial checkin for the donations application.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 03 Jun 2009 00:59:17 +0000 |
parents | 07da6967fc40 |
children | 2763977301c2 |
comparison
equal
deleted
inserted
replaced
32:07da6967fc40 | 33:c018872385ea |
---|---|
5 {% load downloads_tags %} | 5 {% load downloads_tags %} |
6 {% block title %}Home{% endblock %} | 6 {% block title %}Home{% endblock %} |
7 {% block custom_css %} | 7 {% block custom_css %} |
8 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/news.css" /> | 8 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/news.css" /> |
9 {% endblock %} | 9 {% endblock %} |
10 {% block custom_js %} | |
11 <script type="text/javascript" src="{{ MEDIA_URL }}js/slideshow.js"></script> | |
12 {% endblock %} | |
10 {% block content %} | 13 {% block content %} |
11 <h2>Welcome to SurfGuitar101!</h2> | 14 <h2>Welcome to SurfGuitar101!</h2> |
15 <div class="span-9"> | |
16 <div id="slideshow"> | |
17 <img src="{{ MEDIA_URL }}slideshow/image-1.jpg" alt="Slideshow Image 1" class="active" /> | |
18 <img src="{{ MEDIA_URL }}slideshow/image-2.jpg" alt="Slideshow Image 2" /> | |
19 <img src="{{ MEDIA_URL }}slideshow/image-3.jpg" alt="Slideshow Image 3" /> | |
20 <img src="{{ MEDIA_URL }}slideshow/image-4.jpg" alt="Slideshow Image 4" /> | |
21 <img src="{{ MEDIA_URL }}slideshow/image-5.jpg" alt="Slideshow Image 5" /> | |
22 </div> | |
23 </div> | |
24 <div class="span-10 last"> | |
12 <p>You are looking at a test version of the new SurfGuitar101 website, dubbed <strong>SG101 2.0</strong>. | 25 <p>You are looking at a test version of the new SurfGuitar101 website, dubbed <strong>SG101 2.0</strong>. |
13 All major functionality is here except for the forums (which are still in development). | 26 All major functionality is here except for the forums (which are still in development). |
14 The purpose of this test site is to test the new site software, to get feedback from the user base, and | 27 The purpose of this test site is to test the new site software, to get feedback from the user base, and |
15 to develop a better theme (colors, logos, layout, etc.) for the site. All bugs and feature requests are being tracked at | 28 to develop a better theme (colors, logos, layout, etc.) for the site. All bugs and feature requests are being tracked at |
16 <a href="http://code.surfguitar101.com">code.surfguitar101.com</a>. Existing SG101 members are encouraged | 29 <a href="http://code.surfguitar101.com">code.surfguitar101.com</a>. Existing SG101 members are encouraged |
17 to sign up here and give the new site a test drive. Any and all feedback is appreciated! Thank you for | 30 to sign up here and give the new site a test drive. Any and all feedback is appreciated! Thank you for |
18 helping to make this site be the best home on the web for fans and friends of surf music! | 31 helping to make this site be the best home on the web for fans and friends of surf music! |
19 </p> | 32 </p> |
33 </div> | |
20 <p>Remember that this is a test site, and not everything is going to work. Nothing here is | 34 <p>Remember that this is a test site, and not everything is going to work. Nothing here is |
21 permanent. The site (content, user accounts, etc.) may be wiped at any time while we fix bugs and add features. | 35 permanent. The site (content, user accounts, etc.) may be wiped at any time while we fix bugs and add features. |
22 Also, I hope that the look and feel of this site can be greatly improved to something really cool! I'll need | 36 Also, I hope that the look and feel of this site can be greatly improved to something really cool! I'll need |
23 lots of help for this aspect, as I'm more of a coder than a designer.</p> | 37 lots of help for this aspect, as I'm more of a coder than a designer.</p> |
24 {% current_bulletins %} | 38 {% current_bulletins %} |