comparison gpp/templates/home.html @ 312:88b2b9cb8c1f

Fixing #142; cut over to the django.contrib.staticfiles app.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Jan 2011 02:56:10 +0000
parents daa2916f5b34
children 2934a867c2ef
comparison
equal deleted inserted replaced
311:b1c39788e511 312:88b2b9cb8c1f
10 {% block title %}Home{% endblock %} 10 {% block title %}Home{% endblock %}
11 {% block custom_head %} 11 {% block custom_head %}
12 <link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url 'feeds-news' %}" /> 12 <link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url 'feeds-news' %}" />
13 {% endblock %} 13 {% endblock %}
14 {% block custom_css %} 14 {% block custom_css %}
15 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/news.css" /> 15 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/news.css" />
16 {% endblock %} 16 {% endblock %}
17 {% block custom_js %} 17 {% block custom_js %}
18 <script type="text/javascript"> 18 <script type="text/javascript">
19 $(document).ready(function() { 19 $(document).ready(function() {
20 $('#home-slideshow img:first').fadeIn(1000, function() { 20 $('#home-slideshow img:first').fadeIn(1000, function() {
33 {% endblock %} 33 {% endblock %}
34 {% block content %} 34 {% block content %}
35 <h2>Welcome to SurfGuitar101!</h2> 35 <h2>Welcome to SurfGuitar101!</h2>
36 <div class="span-9"> 36 <div class="span-9">
37 <div id="home-slideshow"> 37 <div id="home-slideshow">
38 <img src="{{ MEDIA_URL }}slideshow/image-1.jpg" alt="Slideshow Image 1" /> 38 <img src="{{ STATIC_URL }}slideshow/image-1.jpg" alt="Slideshow Image 1" />
39 <img src="{{ MEDIA_URL }}slideshow/image-2.jpg" alt="Slideshow Image 2" /> 39 <img src="{{ STATIC_URL }}slideshow/image-2.jpg" alt="Slideshow Image 2" />
40 <img src="{{ MEDIA_URL }}slideshow/image-3.jpg" alt="Slideshow Image 3" /> 40 <img src="{{ STATIC_URL }}slideshow/image-3.jpg" alt="Slideshow Image 3" />
41 <img src="{{ MEDIA_URL }}slideshow/image-4.jpg" alt="Slideshow Image 4" /> 41 <img src="{{ STATIC_URL }}slideshow/image-4.jpg" alt="Slideshow Image 4" />
42 <img src="{{ MEDIA_URL }}slideshow/image-5.jpg" alt="Slideshow Image 5" /> 42 <img src="{{ STATIC_URL }}slideshow/image-5.jpg" alt="Slideshow Image 5" />
43 </div> 43 </div>
44 </div> 44 </div>
45 <div class="span-10 last"> 45 <div class="span-10 last">
46 <p>You are looking at a test version of the new SurfGuitar101 website, dubbed <strong>SG101 2.0</strong>. 46 <p>You are looking at a test version of the new SurfGuitar101 website, dubbed <strong>SG101 2.0</strong>.
47 The purpose of this test site is to test the new site software, to get feedback from the user base, and 47 The purpose of this test site is to test the new site software, to get feedback from the user base, and