-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (49 loc) · 3.32 KB
/
index.html
File metadata and controls
61 lines (49 loc) · 3.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Guitar Dad</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="images/styles.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3785698-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="HEADER">
<a href="index.html"><img src="images/banneriii.jpg" width="760" height="200" alt="Guitar Dad" /></a>
<ul>
<li><a href="contact.html">Contact</a></li>
<li><a href="guitar_dads.html">Guitar Dads</a></li>
<li><a href="stages.html">Stages</a></li>
<li><a href="gurus.html">Gurus</a></li>
<li><a href="index.html">Gigs</a></li>
</ul>
</div>
<div id="CONTENT">
<div id="TEXT">
<h2>Rock & Roll, jazz and rhythm & blues guitar weekends, workshops and on-stage performances in the yorkshire countryside</h2>
<p>Get away from everyday life to enjoy playing your guitar along with other like-minded people “ I’ve played more in the last two days than I have in the past ten years” (Kevin Harvey)</p>
<p>Play along with Angelo Palladino, one of the best guitar/vocalist in the country and also an inspirational teacher. Angelo has supported Sting at Maddison Square Gardens, The Chieftans at The Royal Albert Hall, as well as many other major artists(see Tutors).</p>
<p>Learn new pieces or look to re-arrange old favourites along with other players of similar abilities. “I’ve learned more in the last five minutes than I have in the previous two years” (Roger Wainwright).</p>
<p>Rekindle your enthusiasm for playing. “This has really fired my enthusiasm to play again. What a great time! (Dave Sumpner).</p>
<p>You will learn how to play a range of pieces and also have the opportunity to perform in front of an audience, playing along with professionals. “It’s taken me four days to come down to earth. What a fantastic experience” (Jem Smith).</p>
<p>Build up your confidence to attempt pieces that you never felt able to attempt previously. “Had a superb time, thoroughly enjoyed it and would be keen to join in again. In the meantime if you know anybody else looking for a new band member, please let me know. ( Carl Chambers).</p>
<p>Enjoy lovely food and drink in comfortable, friendly surroundings. “What a great weekend; one of the best. Great company, great location, great food, great tuition and most of all, just great fun”. (Peter Dickinson).</p>
<p>You'll learn how to play a range of pieces and you will have the opportunity to play as part of a group, play individually, provide backing for others and sing, if you want to!</p>
<br></br>Ring us now on: 07810 358042<br></br><br></br>Email us now at: <a href="mailto:steverichardson15@hotmail.com">steverichardson15@hotmail.com</a>
</div>
</div>
<div id="FOOTER">
<p>Guitar Dad © 2011 </p>
<p>Website by Freerangeweb</p>
</div>
</body>
</html>