109
|
1 <?xml version="1.0" encoding="US-ASCII"?>
|
|
2 <!DOCTYPE html
|
|
3 PUBLIC "-//HST//DTD XHTML5 1.0 Transitional//EN" "http://www.ltg.ed.ac.uk/~ht/xhtml5.dtd">
|
|
4 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta name="copyright" content="Copyright © 2024 <a href="http://www.ltg.ed.ac.uk/~ht/">Henry S. Thompson</a>&#160;<a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">CC-BY-SA</a>"/><meta http-equiv="Content-type" content="text/html; charset=utf-8"/><style type="text/css">
|
|
5 ul.nolabel { margin: 0; margin-left: -2.5em}
|
|
6 ul.naked.nolabel {margin: 0; margin-left: 0; padding-left: 0}
|
|
7 ul.cdefn {clear: both}
|
|
8 div.ndli { margin-bottom: 1ex }
|
|
9 div.hidden {display: none}
|
|
10
|
|
11 ul.naked > li { list-style-type: none; background: none; margin-left: 2em;
|
|
12 margin-bottom: 0 }
|
|
13 li ul.naked > li, dd ul.naked > li { list-style-type: none; background: none; margin-left: 0;
|
|
14 margin-bottom: 0 }
|
|
15 li.cdefni {}
|
|
16 li.cdefni span.cl {display: inline-block; vertical-align: bottom}
|
|
17 li.cdefni span.cr {display: inline-block; margin-left: 1em; vertical-align: bottom}
|
|
18 pre.code {display: inline-block}
|
|
19 blockquote.vanilla {display: inline-block; margin-left: 1em;
|
|
20 border: solid 1px; background: rgb(238,234,230);
|
|
21 padding: .5ex .5em}
|
|
22 blockquote.vanilla ul.naked li {margin-left: 0 ! important;font-size: 100%}
|
|
23 ol ol ol, ol ol ol li {list-style-type: lower-roman}
|
|
24 ol ol, ol ol li {list-style-type: lower-alpha}
|
|
25 i i {font-style: normal}
|
|
26 li li {font-style: normal}
|
|
27 li ul li {font-style: normal}
|
|
28 li { line-height: 100%; margin-top: 0.3em}
|
|
29 .math {font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', serif}
|
|
30 .sub {font-size: 80%; vertical-align: sub}
|
|
31 .termref {text-decoration: none; color: #606000}
|
|
32 .licence {margin-left: 1em; font-size: 70%}
|
|
33 .credits {margin-left: 1.5em; font-size: 70%}
|
|
34 .right {position: absolute}
|
|
35 .stackdown {vertical-align: text-top; margin-top: 0}
|
|
36 body {font-size: 12pt}
|
|
37 pre.numbered {
|
|
38 white-space: pre-wrap;
|
|
39 }
|
|
40 div.counter {
|
|
41 counter-reset: listing;
|
|
42 }
|
|
43 pre.numbered code {
|
|
44 counter-increment: listing;
|
|
45 }
|
|
46 pre.cl code::before {
|
|
47 content: "$ " ;
|
|
48 font-size: 80%;
|
|
49 width: 2em
|
|
50 }
|
|
51 pre.numbered code::before {
|
|
52 content: counter(listing) ". ";
|
|
53 display: inline-block;
|
|
54 font-size: 80%;
|
|
55 width: 3em;
|
|
56 padding-left: auto;
|
|
57 margin-left: auto;
|
|
58 text-align: right;
|
|
59 }
|
|
60
|
|
61 /* content doesn't combine :-( */
|
|
62 pre.numbered.cl code::before {
|
|
63 content: counter(listing) ". $ ";
|
|
64 display: inline-block;
|
|
65 font-size: 80%;
|
|
66 width: 3em;
|
|
67 padding-left: auto;
|
|
68 margin-left: auto;
|
|
69 text-align: right;
|
|
70 }
|
|
71 @page { size: A4 portrait; margin: 2cm;
|
|
72 orphans: 2; widows: 2;}
|
|
73 @media screen {
|
|
74 body {width: 20cm; margin-left: auto; margin-right: auto}
|
|
75 }
|
|
76 @media print {
|
|
77 body {font-size: 10pt}
|
|
78 h1, h2, h3, h4 {page-break-after: avoid}
|
|
79 }
|
|
80 pre.code {font-family: monospace;
|
|
81 font-weight: bold;
|
|
82 line-height: 120%;
|
|
83 padding-top: 0.2em;
|
|
84 padding-bottom: 0.2em;
|
|
85 padding-left: 1em;
|
|
86 padding-right: 1em;
|
|
87 border-style: solid;
|
|
88 border-left-width: 1em;
|
|
89 border-top-width: thin;
|
|
90 border-right-width: thin;
|
|
91 border-bottom-width: thin;
|
|
92 border-color: #95ABD0;
|
|
93 color: #00428C;
|
|
94 background-color: #E4E5E7;
|
|
95 }
|
|
96 pre {margin-left: 0em}
|
|
97 div.toc h2 {font-size: 120%; margin-top: 0em; margin-bottom: 0em}
|
|
98 div.toc h4 {font-size: 100%; margin-top: 0em; margin-bottom: 0em;
|
|
99 margin-left: 1em}
|
|
100 div.toc h1 {font-size: 140%; margin-bottom: 0em}
|
|
101 div.toc ul {margin-top: 1ex}
|
|
102 .byline {font-size: 120%}
|
|
103 div.figure {margin-left: 2em}
|
|
104 div.caption {font-style: italic; font-weight: bold; margin-top: 1em}
|
|
105 i i {font-style: normal}
|
|
106 img {border: 0}
|
|
107 .copyright {font-size: 70%}
|
|
108 .note {width: 20%; float: right; clear: right; margin-left: .5em}
|
|
109 </style><style type="text/css">
|
|
110 .intro {font-size: 120% ; font-weight: bold; margin-top: 5mm }
|
|
111 .lspace {margin-left: 3%}
|
|
112 .llspace {margin-left: 1.5%}
|
|
113 .H {width: 48%}
|
|
114 .V {width: 32%}
|
|
115 .VV {width: 64%}
|
|
116 body {width: 30cm}
|
|
117 </style><title>Christmas 2024</title></head><body style="font-family: DejaVu Sans, Arial; background: rgb(254,250,246)"><div style="text-align: center" class="head"><h1>Christmas 2024</h1><hr/><div class="byline">Catharine and Henry</div><div class="byline">28 December 2024</div><div class="copyright">Copyright © 2024 <a href="http://www.ltg.ed.ac.uk/~ht/">Henry S. Thompson</a> <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">CC-BY-SA</a></div></div><div class="body"><div><p>As ever, Catharine and I hope you have your share of repose and reflection, peace and joy, during
|
111
|
118 this holiday season. </p><p>Photos from the last year, roughly in date order (hover with mouse to see names, places and dates):</p></div><div><p class="intro">Our 40th anniversary celebration, 30 December 2023</p><img src="2024pics/blessing_cropped.jpg" title="A blessing for us from Father John Farrell, who married us 40 years ago, Oxford 2023-12-30" class="V"/><img class="lspace VV" src="2024pics/guests.jpg" title="Family and friends joined us for mass, Oxford 2023-12-30"/><p class="intro">Winter 2024</p><img src="2024pics/new-year.jpg" title="Callum, Emma, Henry, Freya, Rob and Jamie, Maisey Hampton for New Year 2024-01-01" class="V"/><img class="llspace V" src="2024pics/seattle.jpg" title="James and Catharine, Seattle 2024-01-14"/><img src="2024pics/callum-10th.jpg" title="Jamie, Callum and Freya at Callum's 10th birthday 2024-02-17" class="llspace V"/><p class="intro">Joanna's trip to Japan, April 2024</p><img class="V" src="2024pics/jo-japan-1.jpg" title="Imperial Palace, Tokyo 2024-04-19"/><img src="2024pics/jo-japan-2.jpg" title="Naoshima Island, 2024-04-21" class="llspace V"/><img class="llspace V" src="2024pics/fuji.jpg" title="Fisherman with Fuji-san in the background, Hakone 2024-04-22"/><p class="intro">Spring 2024</p><img src="2024pics/easter.jpg" title="Easter eggs, Edinburgh 2024-03-31" class="H"/><img src="2024pics/blossom.jpg" title="Trees in blossom, Roseburn Park Edinburgh 2024-04-26" class="lspace H"/><img class="V" src="2024pics/freya-1st-communion.jpg" title="Emma, Callum, Freya, Rob and Jamie, Freya's first communion, Cambridge 2024-06-02"/><img src="2024pics/glasto.jpg" title="Adam and Joanna, Glastonbury 2024-06-29" class="llspace V"/><p class="intro">West and East coasts of Scotland, Summer 2024</p><img class="V" src="2024pics/lochinver-3.jpg" title="Catharine above Lochinver 2024-07-07"/><img src="2024pics/lochinver-5.jpg" title="Sea wrack, Achmelvich 2024-07-07" class="llspace V"/><img src="2024pics/wildflowers.jpg" title="Wildflower machar, Baddidarach 2024-07-07" class="llspace V"/><img class="H" src="2024pics/lochinver-1_cropped.jpg" title="Baddidarach Bay 2024-07-06"/><img src="2024pics/lochinver-2.jpg" title="Lochinver harbour 2024-07-06" class="lspace H"/><img src="2024pics/lochinver-4.jpg" title="Achmelvich 2024-07-07" class="H"/><img class="lspace H" src="2024pics/lochinver-6.jpg" title="Lochinver harbour 2024-07-07"/><img class="H" src="2024pics/stac-poly-1.jpg" title="Suilven and Stac Pollaidh 2024-07-07"/><img src="2024pics/gullane-1.jpg" title="Adam and Catharine, Tyninghame beach, East Lothian 2024-07-13" class="llspace V"/><img class="V" src="2024pics/gullane-2.jpg" title="Tyninghame beach, East Lothian 2024-07-13"/><p class="intro">L'Île-Rousse, Corsica, Summer 2024</p><img src="2024pics/ile-rousse.jpg" title="Jamie and Emma at the beach, L'Île-Rousse 2024-07-27" class="H"/><img class="lspace H" src="2024pics/bike.jpg" title="Henry's bike and L'Île-Rousse bay with ferry 2024-07-28"/><img src="2024pics/sand-castle_cropped.jpg" title="Freya, Jamie, Rob and Callum and their sand-castle, Plage d'Aregno, Corsica 2024-08-07" class="V"/><img src="2024pics/jo_and_adam.jpg" title="Jo and Adam, L'Île-Rousse 2024-07-30" class="V llspace"/><img class="llspace V" src="2024pics/bolands_cropped.jpg" title="Emma and Rob dîner à deux, L'Île-Rousse 2024-08-14"/><p class="intro">West coast, September 2024</p><img src="2024pics/oban-1_cropped.jpg" title="Emma kayaking in Oban harbour 2024-09-04 temperature 24C!" class="V"/><img class="llspace V" src="2024pics/oban-2.jpg" title="Oban harbour with Mull in the distance 2024-09-04"/><img src="2024pics/arran.jpg" title="Henry cycling on Arran, view toward Goatfell 2024-09-11" class="llspace V"/><p class="intro">The Bolands built a new kitchen</p><img class="V" src="2024pics/kitchen-1.jpg" title="Frame is up 2024-03-24"/><img class="llspace V" src="2024pics/kitchen-2.jpg" title="Nearly done 2024-09-13"/><img src="2024pics/kitchen-3.jpg" title="Only 8 months later, it's finished 2024-10-18!" class="llspace V"/><p class="intro">Henry visited Hancock Point briefly</p><img class="H" src="2024pics/hancock-point-1.jpg" title="Mount Desert Island at dusk, Hancock Point 2024-10-25"/><img src="2024pics/hancock-point-2.jpg" title="Tea-time on the porch, Hancock Point 2024-10-26" class="lspace V"/><p class="intro">Christmas greenery, December 2024</p><img class="V" src="2024pics/cambridge_wreath.jpg" title="Emma's wreath, cambridge 2024-12-08"/><img class="llspace V" src="2024pics/edinburgh_tree.jpg" title="Thompsons/Bolands' tree, Edinburgh 2024-12-25"/><img class="llspace V" src="2024pics/seattle_tree.jpg" title="James's tree, Seattle 2024-12-25"/></div></div></body></html> |