-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.56 KB
/
Copy pathindex.html
File metadata and controls
43 lines (43 loc) · 1.56 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
<!DOCTYPE HTML>
<html>
<head>
<title>Boudicca's Way</title>
<style>
.text {
background-color: pink;
width: 100%;
height: 250px;
}
</style>
</head>
<body bgcolor="#c774c9">
<div style="text-align: center;" class="text">
<h1 style="font-size: 100px">ʙᴏᴜᴅɪᴄᴄᴀ's ᴡᴀʏ</h1>
<h1 style="font-size: 50px">ʙʟᴜᴇɢʀᴀss ʙᴀɴᴅ</h1>
</div>
<div style="text-align: center;">
<br>
<a href="index.html">Home | </a> <a href="sampleperformances.html">Sample Performances | </a> <a href="profiles.html">Profiles | </a> <a href="bookings.html">Bookings</a>
</div>
<br>
<hr>
<br>
<img src="boudicca's way.png" width="650" height="290"/>
<p style="font-size: 20px">Boudicca’s Way is a vocal harmony ensemble with exquisite accompliment from guitars, banjo and mandolin.
They bring a rich multi-level tonal sound to some classic songs, convering a range of genres from bluegrass through country and jazz to blues.
The cast of accomplished and experienced players are:</p>
<p>Donna O’Shea</p>
<p>Micheal Unwins</p>
<p>Spenser Davis snr</p>
<p>Anita Fincham</p>
<p>Suzanne Fossey</p>
<p>Johnny Fincham</p>
<br>
<p style="font-size: 20px">
The band are available for weddings, funeral wakes, garden parties, get togethers and anywhere where a mellow, uplifting entertainment is required………...
</p>
<p>Feel free to <a href="sampleperformances.html">see us playing</a>, <a href="profiles.html">learn who we are (!!!)</a>, or <a href="bookings.html">book in with us!</a></p>
<hr>
<p>Website built by JJ Enterprises (J.Z.F)</p>
</body>
</html>