# HG changeset patch # User Brian Neal # Date 1343532122 18000 # Node ID e4faf6f90710e20653f9b9a50ebba3324c21ba3f # Parent fa072915b52b556fc9a4e283ffd307aa7132a3b8 Added Tribal Fires quotes on the home page. diff -r fa072915b52b -r e4faf6f90710 madeira/templates/index.html --- 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 @@

On these pages you will find the latest news from the band, show dates, songs & videos to download, photos, and merchandise information.

Please also visit The Madeira on Myspace and The Madeira on Facebook. Send us email at: themadeira@themadeira.net.

-
+ +
+

What people are saying about Tribal Fires...

+
+ +Tribal Fires + +
+
+“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.”
— Duke, SurfRockMusic.com +
+ +
+“Five stars! The Madeira just keep producing exceptionally fine +instrumental music. I love this album!”
— Phil Dirt, + reverbcentral.com +
+ +
+“The Madeira are on top of their game here. 'Tribal Fires' is an album +that raises the bar for other surf bands. Recommended!”
— Johnny + Slams, slamsreviews.blogspot.com +
+ +
+“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 ‘albums.’ Definitely one of the best albums of the +year.”
— Strange Jason, + Gravedigger's Local 16 +
+ +
+“‘Tribal Fires’ 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.”
+— Diego RJ, Spanish public radio + show El Sótano (The Basement) +
+
{% upcoming_gigs %} diff -r fa072915b52b -r e4faf6f90710 static/css/theme.css --- 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; +}