comparison gpp/templates/home.html @ 490:f0f3966ea44f

For #233, switched to asynchronous loading of the social media sharing javascript. Also switched to Facebook's javascript SDK instead of using an iframe for the like/share button.
author Brian Neal <bgneal@gmail.com>
date Thu, 20 Oct 2011 00:36:37 +0000
parents bbbc357ac5f3
children c4696a0cbd3f
comparison
equal deleted inserted replaced
489:f785a646a5fc 490:f0f3966ea44f
29 }); 29 });
30 </script> 30 </script>
31 <style type="text/css"> 31 <style type="text/css">
32 #home-slideshow img { display: none } 32 #home-slideshow img { display: none }
33 </style> 33 </style>
34 {% script_tags "social" %}
35 {% endblock %} 34 {% endblock %}
35 {% block begin_body %}{% include 'core/social_sharing_begin.html' %}{% endblock %}
36 {% block content %} 36 {% block content %}
37 <h2>Welcome to SurfGuitar101!</h2> 37 <h2>Welcome to SurfGuitar101!</h2>
38 <div class="span-9"> 38 <div class="span-9">
39 <div id="home-slideshow"> 39 <div id="home-slideshow">
40 <img src="{{ STATIC_URL }}slideshow/image-1.jpg" alt="Slideshow Image 1" /> 40 <img src="{{ STATIC_URL }}slideshow/image-1.jpg" alt="Slideshow Image 1" />
67 <div class="span-9 last"> 67 <div class="span-9 last">
68 {% latest_downloads %} 68 {% latest_downloads %}
69 </div> 69 </div>
70 {% endcache %} 70 {% endcache %}
71 {% endblock %} 71 {% endblock %}
72 {% block end_body %}{% include 'core/social_sharing_end.html' %}{% endblock %}