bgneal@3
|
1 {% extends 'base.html' %}
|
bgneal@9
|
2 {% load url from future %}
|
bob@40
|
3 {% load core_tags reviews_tags news_tags%}
|
bgneal@3
|
4 {% block title %}Home{% endblock %}
|
bgneal@12
|
5 {% block custom_meta %}
|
bgneal@12
|
6 <meta property="og:title" content="Brave New Surf" />
|
bgneal@12
|
7 <meta property="og:type" content="album" />
|
bgneal@12
|
8 <meta property="og:url" content="http://bravenewsurf.com/" />
|
bgneal@12
|
9 <meta property="og:image" content="http://bravenewsurf.com{{ STATIC_URL }}images/bns_cover.jpg" />
|
bgneal@12
|
10 <meta property="og:site_name" content="Brave New Surf" />
|
bgneal@12
|
11 <meta property="og:description"
|
bgneal@12
|
12 content="The home page for the surf music compilation album Brave New Surf. Visit for news, reviews, and song samples." />
|
bgneal@12
|
13 <meta property="fb:admins" content="100001558124013" />
|
bgneal@12
|
14 {% endblock %}
|
bgneal@5
|
15 {% block custom_css %}
|
bgneal@5
|
16 <link rel="stylesheet" href="{{ STATIC_URL }}js/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
|
ckridgway@66
|
17 <style>
|
bgneal@71
|
18 .hero-unit { margin:0px 0px 20px 0px; padding:20px;}
|
ckridgway@66
|
19 .hero-unit p#get-it-now { text-align:center; }
|
ckridgway@66
|
20 .hero-unit ol#column1 { margin-left: 0px; }
|
ckridgway@66
|
21 .hero-unit ol#column2 { margin-left: 10px; }
|
ckridgway@66
|
22 </style>
|
bgneal@5
|
23 {% endblock %}
|
bgneal@5
|
24 {% block custom_js %}
|
bgneal@5
|
25 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
|
bgneal@5
|
26 <script type="text/javascript" src="{{ STATIC_URL }}js/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
|
bgneal@5
|
27 <script type="text/javascript">
|
bgneal@5
|
28 $(function() {
|
bgneal@5
|
29 $("#album-cover").fancybox();
|
bgneal@5
|
30 });
|
bgneal@5
|
31 </script>
|
bgneal@5
|
32 {% endblock %}
|
bgneal@12
|
33 {% block begin_body %}{% include 'core/social_sharing_begin.html' %}{% endblock %}
|
bgneal@3
|
34 {% block content %}
|
bgneal@4
|
35 {% navbar 'home' %}
|
bgneal@5
|
36
|
ckridgway@66
|
37 <div class="hero-unit">
|
ckridgway@66
|
38 <div class="row">
|
ckridgway@66
|
39 <div class="span6">
|
ckridgway@66
|
40 <a id="album-cover" href="{{ STATIC_URL }}images/bns_cover.jpg">
|
bgneal@75
|
41 <img src="{{ STATIC_URL }}images/bns_cover11.jpg" width="320" height="320" alt="Album cover" title="View full size cover art" /></a>
|
ckridgway@66
|
42 <br/>
|
ckridgway@66
|
43 <br/>
|
ckridgway@66
|
44 <br/>
|
ckridgway@66
|
45 <p id="get-it-now">
|
bgneal@70
|
46 <a href="{% url 'buy' %}" class="btn large primary bns">Get it Now! »</a>
|
bgneal@70
|
47 <a href="{% url 'music' %}" class="btn large info bns">Listen Now! »</a>
|
ckridgway@66
|
48 </p>
|
bgneal@75
|
49 </div>
|
bgneal@71
|
50 <div>
|
bgneal@75
|
51 <h1>Brave New Surf</h1>
|
ckridgway@66
|
52 <p>
|
bgneal@75
|
53 is a collection of the best of modern instrumental surf music from around the world. The newest sounds of surf music are more vibrant, more diverse, more charged with energy and excitement than ever. These are the new surf classics — this is <strong><span class="bns">BRAVE NEW SURF!</span></strong>
|
ckridgway@66
|
54 </p>
|
ckridgway@66
|
55 <br/>
|
bgneal@75
|
56 <h2>Track Listing</h2>
|
ckridgway@66
|
57 <div class="row">
|
ckridgway@66
|
58 <div class="span4">
|
ckridgway@66
|
59 <ol id="column1">
|
ckridgway@66
|
60 <li>El Supernaut: Wonderman from Initiö</li>
|
ckridgway@66
|
61 <li>Los Twang! Marvels: Sea of Glory</li>
|
ckridgway@66
|
62 <li>El Ray: Cherry Cheeks</li>
|
ckridgway@66
|
63 <li>The Coffin Daggers: Borgo Pass</li>
|
ckridgway@66
|
64 <li>Aqualads: Washout</li>
|
ckridgway@66
|
65 <li>The TomorrowMen: Momentium</li>
|
ckridgway@66
|
66 <li>The Phantom Four: El Palmero</li>
|
ckridgway@66
|
67 <li>Atomic Mosquitos: Mosquito Royale</li>
|
ckridgway@66
|
68 <li>Los Kahunas: 7 Mares</li>
|
ckridgway@66
|
69 <li>The Bambi Molesters: As the Dark Wave Swells</li>
|
ckridgway@66
|
70 </ol>
|
ckridgway@66
|
71 </div>
|
ckridgway@66
|
72 <div class="span5">
|
ckridgway@66
|
73 <ol id="column2" start="11">
|
ckridgway@66
|
74 <li>The Barbwires: La Caja del Muerto</li>
|
ckridgway@66
|
75 <li>Frankie & the Pool Boys: Ewa on the Beach</li>
|
ckridgway@66
|
76 <li>The Thunderchiefs: Estratosfera</li>
|
ckridgway@66
|
77 <li>The Secret Samurai: The Khazar</li>
|
ckridgway@66
|
78 <li>The Madeira: Witch Doctor</li>
|
ckridgway@66
|
79 <li>The Eliminators: Walking Tall</li>
|
ckridgway@66
|
80 <li>Surfer Joe: North Swell</li>
|
ckridgway@66
|
81 <li>The Deadbeats: Karabasan</li>
|
ckridgway@66
|
82 <li>Daikaiju: Laser Runner</li>
|
ckridgway@66
|
83 <li>The Anacondas: Floating Home</li>
|
ckridgway@66
|
84 </ol>
|
ckridgway@66
|
85 </div>
|
ckridgway@66
|
86 </div>
|
ckridgway@66
|
87 </div>
|
ckridgway@66
|
88 </div>
|
bgneal@5
|
89 </div>
|
ckridgway@66
|
90
|
bgneal@5
|
91 <div class="row">
|
bgneal@9
|
92 <div class="span9">
|
bgneal@6
|
93 <h2>Brave New Surf</h2>
|
bgneal@6
|
94 <p>
|
bgneal@6
|
95 Welcome to Brave New Surf, a showcase for the amazing new sounds of surf music. Here is undeniable evidence that the surf genre is not only still alive but thriving. Surf music’s legendary first wave came to an untimely end at the hands of the British Invasion bands, but the genre was resurrected in 1980 by the great Jon & the Nightriders. In the three decades since, surf music has ebbed and swelled (mostly as an underground phenomenon), growing stronger with each new wave. The past four years have been extraordinarily fruitful in both the number and the quality of new releases. The best of these new tracks – many compiled for you here – can stand toe to toe with the very best of the 1960s.
|
bgneal@6
|
96 </p><p>
|
bgneal@6
|
97 The songs on this CD testify to a love affair between the musicians and their music. Surf musicians are not in this for the money – almost all have to keep their day jobs – but, rather, because of a deep passion for the music. For them, life is much more satisfying if some part of it is spent playing in a surf band. This passion is shared by an increasingly international community, reaching almost every corner of the world. The bands on this compilation come not only from North America, but also South America and Europe, these two continents emerging in the past decade as real hotbeds of surf music activity.
|
bgneal@6
|
98 </p><p>
|
ckridgway@34
|
99 Surf bands universally start off by playing the 1960s classics. As a result, the surf genre is steeped in the tradition. But while some stay largely within the boundaries of that tradition, others more fully explore the possibilities
only hinted at by the first wave bands, and still others move beyond the boundaries, in some cases obliterating them, pushing surf music into new directions.
|
bgneal@6
|
100 </p><p>
|
bgneal@6
|
101 No matter what their approach, for every one of the bands here the 1960s foundations provide a springboard to a fresh and individual approach to surf music. Remarkably, while relying on the same basic set of instruments and tonal recipes, each of the bands has its own signature sound, as unique to it as a fingerprint to a person. It’s clear that the full possibilities of surf music for musical creativity (not to mention FUN!) are really only starting to be explored.
|
bgneal@6
|
102 </p><p>
|
bgneal@6
|
103 September 2011 marked the 50th anniversary of the release of the first surf record, Let’s Go Trippin’ by The King of Surf Guitar, Dick Dale (who celebrated this anniversary by touring the US yet again, at the amazing age of 74). The first half-century of surf music was an amazing ride, but for the bands represented here surf music is NOT a nostalgia trip. They are moving beyond the 1960s standards as the be-all, end-all of surf music.
|
bgneal@6
|
104 </p><p>
|
bgneal@71
|
105 Surf music has never been so vibrant, so diverse, so charged with energy and excitement. It’s time for the new surf classics. It’s time for <span class="bns">BRAVE NEW SURF!</span>
|
bgneal@6
|
106 </p>
|
bgneal@70
|
107 <p><a href="{% url 'buy' %}" class="btn primary bns">Buy Now »</a>
|
bgneal@70
|
108 <a href="{% url 'music' %}" class="btn info bns">Listen Now »</a>
|
bob@69
|
109 </p>
|
bgneal@12
|
110 {% social_sharing 'Brave New Surf' 'http://bravenewsurf.com' %}
|
bgneal@6
|
111 </div>
|
bgneal@58
|
112 <div class="span6 offset1">
|
bgneal@6
|
113 <div class="alert-message block-message info">
|
bgneal@9
|
114 <h3>News</h3>
|
bob@40
|
115 {% list_news 5 %}
|
bgneal@70
|
116 <p><br /><a class="btn default bns" href="{% url 'news' %}">All News »</a></p>
|
bgneal@9
|
117 </div>
|
bgneal@9
|
118 <div class="alert-message block-message info">
|
bgneal@9
|
119 <h3>Reviews</h3>
|
ckridgway@34
|
120 {% list_reviews 5 %}
|
bgneal@70
|
121 <p><br /><a class="btn default bns" href="{% url 'reviews' %}">All Reviews »</a></p>
|
bgneal@6
|
122 </div>
|
bgneal@6
|
123 <div class="alert-message block-message info">
|
bgneal@6
|
124 <h3>Looking for more surf music?</h3>
|
bgneal@6
|
125 <p>Websites</p>
|
bgneal@6
|
126 <ul>
|
bgneal@6
|
127 <li><a href="http://surfguitar101.com">SurfGuitar101.com</a></li>
|
bgneal@6
|
128 <li><a href="http://www.doublecrownrecords.com">Double Crown Records</a></li>
|
bgneal@6
|
129 </ul>
|
bgneal@6
|
130 <p>Festivals</p>
|
bgneal@6
|
131 <ul>
|
bgneal@6
|
132 <li><a href="http://surfguitar101.com">SurfGuitar101.com</a></li>
|
bgneal@6
|
133 <li><a href="http://www.surferjoemusic.com">Surfer Joe</a></li>
|
bgneal@6
|
134 <li><a href="http://www.myspace.com/northseasurffestival">North Sea Surf Festival</a></li>
|
bgneal@6
|
135 </ul>
|
bgneal@6
|
136 <p>Publications</p>
|
bgneal@6
|
137 <ul>
|
bgneal@48
|
138 <li><a href="http://www.doublecrownrecords.com/continental-magazine/">The Continental</a></li>
|
bgneal@6
|
139 <li><a href="http://www.pipelinemag.co.uk/">Pipeline Magazine</a></li>
|
bgneal@6
|
140 <li><a href="http://newgandydancer.tripod.com/">New Gandy Dancer</a></li>
|
bgneal@6
|
141 </ul>
|
bgneal@6
|
142 </div>
|
bgneal@9
|
143 <div class="alert-message block-message info">
|
bgneal@9
|
144 <h3>Credits</h3>
|
bgneal@9
|
145 <ul>
|
bgneal@9
|
146 <li>Produced, compiled and sequenced by Ivan Pongracic and Sean Berry.</li>
|
bgneal@9
|
147 <li>Graphics and package design by Ferenc Dobronyi.</li>
|
bgneal@9
|
148 <li>Mastering by Bob Ridgley, Binary Recording Studio, Bellingham, WA.</li>
|
bgneal@76
|
149 <li>Website by Badger Dynamics, with design assistance from Ferenc Dobronyi.</li>
|
bgneal@9
|
150 </ul>
|
bgneal@9
|
151 </div>
|
bgneal@6
|
152 </div>
|
bgneal@6
|
153 </div>
|
bgneal@3
|
154 {% endblock %}
|
bgneal@12
|
155 {% block end_body %}{% include 'core/social_sharing_end.html' %}{% endblock %}
|