changeset 76:e4faf6f90710

Added Tribal Fires quotes on the home page.
author Brian Neal <bgneal@gmail.com>
date Sat, 28 Jul 2012 22:22:02 -0500
parents fa072915b52b
children d2e32fa2dc99
files madeira/templates/index.html static/css/theme.css
diffstat 2 files changed, 78 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/madeira/templates/index.html	Sat Jul 14 13:57:25 2012 -0500
+++ b/madeira/templates/index.html	Sat Jul 28 22:22:02 2012 -0500
@@ -25,7 +25,54 @@
 <p>On these pages you will find the latest news from the band, show dates, songs &amp; videos to download, photos, and merchandise information.</p>
 
 <p>Please also visit <a href="http://myspace.com/themadeira">The Madeira on Myspace</a> and <a href="http://facebook.com/themadeira">The Madeira on Facebook</a>. Send us email at: <a href="mailto:themadeira@themadeira.net">themadeira@themadeira.net</a>.</p>
-<br />
+
+<div class="quotes">
+<h2>What people are saying about Tribal Fires...</h2>
+<div style="float:left; margin-right: 1.5em; margin-bottom: 1em;">
+<a href="/buy/">
+<img src="/media/photologue/photos/tribal_fires_cover_200_1.jpg" alt="Tribal Fires" title="Tribal Fires" />
+</a>
+</div>
+   <blockquote>
+&ldquo;A 13-track masterpiece. It's filled with an all-encompassing
+atmosphere of awe and mystique that will mesmerize you from start to
+finish. A total must-have. There is no letup, absolutely no letup, in
+the quality of the tracks on this outstanding CD. Each song is a work
+of art.&rdquo;<br /><span class="citation">&mdash; Duke, <a href="http://surfrockmusic.com/">SurfRockMusic.com</a></span>
+   </blockquote>
+
+   <blockquote class="odd">
+&ldquo;Five stars! The Madeira just keep producing exceptionally fine
+instrumental music. I love this album!&rdquo; <br /><span class="citation">&mdash; Phil Dirt,
+   <a href="http://reverbcentral.com">reverbcentral.com</a></span>
+   </blockquote>
+
+   <blockquote>
+&ldquo;The Madeira are on top of their game here. 'Tribal Fires' is an album
+that raises the bar for other surf bands. Recommended!&rdquo; <br /><span class="citation">&mdash; Johnny
+   Slams, <a href="http://slamsreviews.blogspot.com/">slamsreviews.blogspot.com</a></span>
+   </blockquote>
+
+   <blockquote class="odd">
+&ldquo;The quality of surf music on this album is unreal.  Everyone is
+playing at a level that hadn’t been reached before on prior releases,
+albums that are by no means of the imagination products of
+half-hearted work. The song arrangement is pretty smart, producing not
+a collection of songs but an overall experience that is lacking in a
+lot of modern &lsquo;albums.&rsquo;  Definitely one of the best albums of the
+year.&rdquo; <br /><span class="citation">&mdash; Strange Jason,
+   <a href="http://gravediggerslocal.com/">Gravedigger's Local 16</a></span>
+   </blockquote>
+
+   <blockquote>
+&ldquo;&lsquo;Tribal Fires&rsquo; is by far the best album in the genre that we've heard
+so far this year. An instrumental and conceptual trip into the dark
+jungle with ultra-intense passages, enigmatic atmospheres and
+absolutely captivating melodies.&rdquo; <br />
+<span class="citation">&mdash; Diego RJ, Spanish public radio
+   show <a href="http://www.rtve.es">El Sótano</a> (The Basement)</span>
+   </blockquote>
+</div>
 
 {% upcoming_gigs %}
 
--- a/static/css/theme.css	Sat Jul 14 13:57:25 2012 -0500
+++ b/static/css/theme.css	Sat Jul 28 22:22:02 2012 -0500
@@ -276,3 +276,33 @@
    width: 600px;
    height: 200px;
 }
+
+.quotes h2 {
+   font: italic 20px verdana, tahoma, arial, sans-serif;
+   padding-top: 0px;
+   margin-top: 0em;
+   color: #EF7D21;
+   border-top: none;
+}
+.quotes blockquote {
+   color: #EF7D21;
+   font-style: italic;
+   font-family:'Courier New', Courier, monospace;
+   padding:10px;
+}
+.quotes blockquote.odd {
+   border: 1px dotted #6B969C;
+   -moz-box-shadow: 3px 3px 4px #000;
+   -webkit-box-shadow: 3px 3px 4px #000;
+   box-shadow: 3px 3px 4px #000;
+   /* For IE 8 */
+   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
+   /* For IE 5.5 - 7 */
+   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
+}
+.quotes blockquote .citation {
+   font-style: normal;
+   font-size: smaller;
+   font-family: arial, helvetica, sans-serif;
+   padding:20px;
+}