Mercurial > dottes
comparison dottes.html.header @ 197:8f352063f277
Finish first version of newly tarted up website.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 17 Feb 2013 00:27:07 +0000 |
parents | 09a87d3f128c |
children | afe8fc2c8d8c |
comparison
equal
deleted
inserted
replaced
196:5b4c478142e1 | 197:8f352063f277 |
---|---|
1 <html> | 1 <!DOCTYPE html> |
2 <html lang="en"> | |
2 <head> | 3 <head> |
3 <title>Cry Havoc tunes - @BOOK@</title> | 4 <meta charset="utf-8" /> |
5 <title>Cry Havoc tunes - @TITLE@</title> | |
6 <link rel="stylesheet" href="../css/reset.css" /> | |
7 <link rel="stylesheet" href="../css/text.css" /> | |
8 <link rel="stylesheet" href="../css/960.css" /> | |
9 <link rel="stylesheet" href="../css/dottes.css" /> | |
10 | |
11 <link href='http://fonts.googleapis.com/css?family=Pirata+One|Oswald' | |
12 rel='stylesheet' type='text/css'> | |
4 </head> | 13 </head> |
5 <body> | 14 <body> |
6 <h1>@SUBTITLE@</h1> | 15 <div class="container_12"> |
7 <p> | 16 <a href="/"> |
8 @INTRO@ | 17 <div class="grid_12 header-strip banner"> |
9 <p> | 18 <h1>Ye Crie Havock Booke of Dottes</h1> |
10 You can download a PDF with a booklet of these tunes. There is an | 19 </div> |
11 <a href="@BOOK@-A5.pdf">A5 landscape book</a> with one | 20 </a> |
12 tune per page, or an <a href="@BOOK@-A4.pdf">A4 book</a> with two or | 21 |
13 more tunes per page. | 22 <div class="clear"></div> |
14 <p> | 23 |
15 If you have a printer that can do duplex (i.e. print on both sides of the | 24 <div class="grid_12 dottes-body"> |
16 paper), you might like the | 25 <h1>@SUBTITLE@</h1> |
17 <a href="@BOOK@-A5bookletA4.pdf">A5 booklet</a>. | 26 <p>@INTRO@ |
18 Print this onto A4 paper using both sides of the paper, and fold in half | 27 <p>You can download a PDF with a booklet of these tunes. There is an |
19 to make an A5 booklet. | 28 <a href="@BOOK@-A5.pdf">A5 landscape book</a> with one |
20 <p> | 29 tune per page, or an <a href="@BOOK@-A4.pdf">A4 book</a> with two or |
21 Issue @BUILD@ | 30 more tunes per page. |
22 <p> | 31 <p>If you have a printer that can do duplex (i.e. print on both sides |
23 <table> | 32 of the paper), you might like the |
33 <a href="@BOOK@-A5bookletA4.pdf">A5 booklet</a>. | |
34 Print this onto A4 paper using both sides of the paper, and fold in half | |
35 to make an A5 booklet. | |
36 <p>When changes to this site are made, the issue number is incremented. | |
37 This is issue @BUILD@. | |
38 </div> | |
39 | |
40 <div class="clear"></div> | |
41 | |
42 <div class="grid_12 dottes-body"> | |
43 <h1>The tunes</h1> | |
44 <table class="dottes-tune-table"> |