bgneal@19: {% extends 'base.html' %} bgneal@28: {% load bulletin_tags %} bgneal@32: {% load news_tags %} bgneal@20: {% load weblinks_tags %} bgneal@23: {% load downloads_tags %} bgneal@166: {% load poll_tags %} bgneal@159: {% load forum_tags %} bgneal@43: {% load cache %} bgneal@19: {% block title %}Home{% endblock %} bgneal@171: {% block custom_head %} bgneal@176: bgneal@171: {% endblock %} bgneal@32: {% block custom_css %} bgneal@32: bgneal@32: {% endblock %} bgneal@33: {% block custom_js %} bgneal@33: bgneal@33: {% endblock %} bgneal@19: {% block content %} bgneal@19:

Welcome to SurfGuitar101!

bgneal@33:
bgneal@33:
bgneal@33: Slideshow Image 1 bgneal@33: Slideshow Image 2 bgneal@33: Slideshow Image 3 bgneal@33: Slideshow Image 4 bgneal@33: Slideshow Image 5 bgneal@33:
bgneal@33:
bgneal@33:
bgneal@19:

You are looking at a test version of the new SurfGuitar101 website, dubbed SG101 2.0. bgneal@19: All major functionality is here except for the forums (which are still in development). bgneal@19: The purpose of this test site is to test the new site software, to get feedback from the user base, and bgneal@19: to develop a better theme (colors, logos, layout, etc.) for the site. All bugs and feature requests are being tracked at bgneal@19: code.surfguitar101.com. Existing SG101 members are encouraged bgneal@19: to sign up here and give the new site a test drive. Any and all feedback is appreciated! Thank you for bgneal@19: helping to make this site be the best home on the web for fans and friends of surf music! bgneal@19:

bgneal@33:
bgneal@19:

Remember that this is a test site, and not everything is going to work. Nothing here is bgneal@19: permanent. The site (content, user accounts, etc.) may be wiped at any time while we fix bugs and add features. bgneal@19: Also, I hope that the look and feel of this site can be greatly improved to something really cool! I'll need bgneal@19: lots of help for this aspect, as I'm more of a coder than a designer.

bgneal@54: {% cache 3600 home_bulletins %} bgneal@54: {% current_bulletins %} bgneal@54: {% endcache %} bgneal@159: {% new_posts %} bgneal@54: {% cache 3600 home_news %} bgneal@54: {% current_news %} bgneal@54: {% endcache %} bgneal@54: {% cache 3600 home_new_stuff %} bgneal@166: {% latest_poll %} bgneal@23:
bgneal@20: {% latest_weblinks %} bgneal@19:
bgneal@23:
bgneal@23: {% latest_downloads %} bgneal@19:
bgneal@43: {% endcache %} bgneal@19: {% endblock %}