Mercurial > dottes
annotate web/index.html @ 456:0ed2d244b024 build-default-196
Revise New Road to Alston to match Jane's book.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Tue, 25 Feb 2014 21:13:47 +0000 |
parents | ae0836b5f4dd |
children | dfeb781e5196 |
rev | line source |
---|---|
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
1 <!DOCTYPE html> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
2 <html lang="en"> |
43
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
3 <head> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
4 <meta charset="utf-8" /> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
5 <title>Ye Crie Havock Booke of Dottes</title> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
6 <link rel="stylesheet" href="css/reset.css" /> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
7 <link rel="stylesheet" href="css/text.css" /> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
8 <link rel="stylesheet" href="css/960.css" /> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
9 <link rel="stylesheet" href="css/dottes.css" /> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
10 |
443
ae0836b5f4dd
Change main body font to Open Sans, to match the main Havoc website.
Jim Hague <jim.hague@acm.org>
parents:
411
diff
changeset
|
11 <link href='http://fonts.googleapis.com/css?family=Pirata+One|Open+Sans' |
195 | 12 rel='stylesheet' type='text/css'> |
43
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
13 </head> |
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
14 <body> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
15 <div class="container_12"> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
16 <a href="/"> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
17 <div class="grid_12 header-strip banner"> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
18 <h1>Ye Crie Havock Booke of Dottes</h1> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
19 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
20 </a> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
21 |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
22 <div class="grid_12 dottes-body"> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
23 <h1>The music of Cry Havoc, a reference.</h1> |
308
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
24 <p>Music forms a core part of Cry Havoc Botley Morris. Of course, the |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
25 musicians provide the music we dance to. And after every practice or |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
26 dance-out, there is a music-playing session. |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
27 <p>Havoc musicians come in all shades of experience and ability. |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
28 This collection is intended to help those like me who are inexpert with |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
378
diff
changeset
|
29 instrument and folk music generally.</p> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
30 <p>Being folk tunes, many of the tunes herein have many variations. |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
31 The music presented here is my attempt at reflecting what is actually |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
32 played at Havoc sessions. I'm in no way suggesting that they are |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
33 in any way <em>correct</em>. This is just how we go about them.</p> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
34 <p>The tunes we play tend to vary over time. So this collection is |
308
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
35 not static, but will change over time. Lesser used tunes, or simply |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
36 tunes that I like but are not in general Havoc currency, are in |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
37 the Library collection.</p> |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
38 <p>The majority of tunes here have no identifiable author, and |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
39 are unquestionably in the public domain. Rather than litter the |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
40 pages with <em>Trad.</em> or <em>Anon.</em>, I have left them |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
41 unattributed. Some, however, have an identifiable author or |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
42 arranger and copyright unquestionably remains with that person. |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
43 I believe these tunes to enjoy widespread currency on the folk |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
44 music scene, and therefore there is at least tacit approval by |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
45 the authors for their dissemination. If this is not the case, |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
46 please contact me at the address below and I will remove the |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
47 offending tune. |
213
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
48 <div class="dottes-container"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
49 <div class="dottes-transpose-instrument"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
50 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
51 <h1>Tunes</h1> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
52 </div> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
53 <div class="dottes-transpose-instrument-item dottes-transpose-how"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
54 <p>The tunes are separated into tune collections. |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
55 </div> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
56 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
57 <ul class="tune-type-list"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
58 <li><a href="Morris">Morris</a></li> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
59 <li><a href="Session">Session</a></li> |
234
6e96742a67a3
Add Library for non-Havoc tunes.
Jim Hague <jim.hague@laicatc.com>
parents:
216
diff
changeset
|
60 <li><a href="Library">Library</a></li> |
213
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
61 </ul> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
62 </div> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
63 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
64 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
65 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
66 |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
67 <div class="grid_12 dottes-body"> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
68 <h1>But my instrument isn't suited for treble clef concert pitch!</h1> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
69 <p>Of course, not all instruments are suited to playing music written |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
70 in concert pitch in the treble clef. |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
71 <p>To help those with such instruments get started, I've done some |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
72 simple transpositions for requested instruments. These are |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
73 <strong>not</strong> proper arrangements; I lack the time and the |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
74 knowledge or ability to do that. Instead, they are automatically |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
75 generated from the concert pitch originals using a typically very |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
76 simple method. |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
77 <p>I hope you find them useful.</p> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
78 |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
79 <div class="dottes-container"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
80 <div class="dottes-transpose-instrument"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
81 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
82 <h1>Cello</h1> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
83 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
84 <div class="dottes-transpose-instrument-item dottes-transpose-how"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
85 <p>Transpose down one or two octaves depending on the range in the |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
86 tune, and use the bass clef. |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
87 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
88 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
89 <ul class="tune-type-list"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
90 <li><a href="Morris-Cello">Morris</a></li> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
91 <li><a href="Session-Cello">Session</a></li> |
234
6e96742a67a3
Add Library for non-Havoc tunes.
Jim Hague <jim.hague@laicatc.com>
parents:
216
diff
changeset
|
92 <li><a href="Library-Cello">Library</a></li> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
93 </ul> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
94 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
95 </div> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
96 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
97 <div class="dottes-container"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
98 <div class="dottes-transpose-instrument"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
99 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
100 <h1>Horn in F</h1> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
101 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
102 <div class="dottes-transpose-instrument-item dottes-transpose-how"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
103 <p>Transpose up a fifth, or down a seventh depending on the |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
104 range in the tune. To avoid scaring less able horn players such |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
105 as myself, the transposed score will prefer going below middle C |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
106 to going above the top G on the stave. Able horn players |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
107 can transpose in their heads anyway, so don't need this. |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
108 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
109 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
110 <ul class="tune-type-list"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
111 <li><a href="Morris-HornInF">Morris</a></li> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
112 <li><a href="Session-HornInF">Session</a></li> |
234
6e96742a67a3
Add Library for non-Havoc tunes.
Jim Hague <jim.hague@laicatc.com>
parents:
216
diff
changeset
|
113 <li><a href="Library-HornInF">Library</a></li> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
114 </ul> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
115 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
116 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
117 </div> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
118 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
119 |
233
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
120 <div class="grid_12 dottes-body"> |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
121 <h1>Who is responsible for this?</h1> |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
122 <p>Found a mistake, missing a tune or just want something changed? |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
123 Email Jim at <a href="mailto:dottes@cryhavoc.org.uk"> |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
124 dottes@cryhavoc.org.uk</a>.</p> |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
125 </div> |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
126 |
257 | 127 <div class="grid_12 dottes-body"> |
411
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
128 <h1>Acknowledgements</h1> |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
129 <p>A few tunes here are from <a href="http://www.paulhardy.net/"> |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
130 Paul Hardy's Session Tunebook</a>. Many thanks to Paul for |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
131 licensing it under permissive terms. I have followed his lead |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
132 and used the same <a href="#licencing">licence</a> for the |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
133 Booke of Dottes. |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
134 <p>One icon on this website is courtesy |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
135 of <a href="www.creativefreedom.co.uk">Creative Freedom</a>. |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
136 Thanks to them. |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
137 <p>Above all, profuse and grateful thanks to all my fellow |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
138 Havocs, and to Jane. They have supplied the tunes, checked the |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
139 renditions, and offered corrections and suggestions. Without them, |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
140 this project couldn't have happened. |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
141 </div> |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
142 |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
143 <div class="grid_12 dottes-body"> |
257 | 144 <a rel="license" |
145 href="http://creativecommons.org/licenses/by-sa/2.0/uk/deed.en_US"> | |
146 <img alt="Creative Commons License" style="border-width:0" | |
378
e855ad8f39c0
Oops. Correct licence logo too.
Jim Hague <jim.hague@acm.org>
parents:
375
diff
changeset
|
147 src="http://i.creativecommons.org/l/by-nc-sa/2.0/uk/88x31.png"/> |
257 | 148 </a> |
149 <br /> | |
308
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
150 The collection of tunes that is |
257 | 151 <span xmlns:dct="http://purl.org/dc/terms/" |
152 property="dct:title">Ye Crie Havock Booke of Dottes</span> | |
153 by <a xmlns:cc="http://creativecommons.org/ns#" | |
154 href="dottes.cryhavoc.og.uk" property="cc:attributionName" | |
155 rel="cc:attributionURL">Jim Hague</a> | |
156 is licensed under a | |
375
d4b35a2fcaf0
Correct licence on website to by-nc-sa.
Jim Hague <jim.hague@acm.org>
parents:
308
diff
changeset
|
157 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/"> |
d4b35a2fcaf0
Correct licence on website to by-nc-sa.
Jim Hague <jim.hague@acm.org>
parents:
308
diff
changeset
|
158 Creative Commons Attribution-NonCommercial-ShareAlike 2.0 UK: England & Wales |
257 | 159 License</a>. |
160 </div> | |
161 | |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
162 </div> |
43
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
163 </body> |
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
164 </html> |