38
|
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 © 2022 <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">body {width: 30cm}
|
|
110 .intro {font-size: 120% ; font-weight: bold; margin-top: 5mm }
|
|
111 .narrow2 {width: 49%}
|
|
112 .right {float: right}
|
|
113 .left {float: left; margin-right: 2mm}
|
|
114 .clearRight {clear: right}
|
|
115 .clearLeft {clear: left}
|
|
116 .sad {border: black solid 2mm; padding: 2mm}
|
|
117 .centre {display: block; margin-left: auto; margin-right: auto}
|
|
118 #caption p { opacity: 0.0 }
|
|
119 #caption:hover p { opacity: 1.0 }
|
52
|
120 </style><title>Christmas 2022</title></head><body style="font-family: DejaVu Sans, Arial; background: rgb(254,250,246)"><div style="text-align: center" class="head"><h1>Christmas 2022</h1><hr/><div class="byline">Catharine and Henry</div><div class="byline">23 December 2022</div><div class="copyright">Copyright © 2022 <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
|
38
|
121 this holiday season. Now more than ever the season calls for a heartfelt prayer for
|
54
|
122 peace and justice.</p></div><div><p>Photos from the last year, roughly in date order (hover with mouse to see names, places and dates):</p><p class="intro">Christmas 2021</p><img src="2022pics/christmas_20211225.jpg" class="image" alt="Christmas table, Edinburgh, 2021-12-25, Joanna, Henry and Catharine's brother Jonathan and his wife Sally" title="Christmas table, Edinburgh, 2021-12-25, Joanna, Henry and Catharine's brother Jonathan and his wife Sally" width="100%" style="margin-bottom: 0.5cm"/><img src="2022pics/simone_20211225.jpg" class="left clearLeft" alt="James's cat Simone in Seattle on Christmas morning" title="James's cat Simone in Seattle on Christmas morning" width="49%"/><img src="2022pics/boland_christmas_20211205.jpg" class="left" alt="Cambridge, 2021-12-05, Freya, Jamie, Callum, Emma, Rob" title="Cambridge, 2021-12-05, Freya, Jamie, Callum, Emma, Rob" width="49%" style="margin-bottom: 0.6cm"/><p class="intro clearLeft">Travels various, spring and early summer</p><img src="2022pics/emma-rob_20220219.jpg" class="left" alt="Norfolk, 2022-02-19, Rob and Emma on the beach" title="Norfolk, 2022-02-19, Rob and Emma on the beach" width="49%"/><img src="2022pics/james-freya_20220410.jpg" class="left" alt="Easter in Edinburgh, 2022, James and Freya" title="Easter in Edinburgh, 2022, James and Freya" width="49%"/><div style="margin: auto; width: 80%; clear: left"><img src="2022pics/callum_1st_communion_20220619.jpg" class="image" alt="Callum's first Communion, Cambridge, 2022-06-03, Emma, Adam, Rob, Henry, Joanna, Callum, Freya, Catharine, Jamie (channeling Hulk)" title="Callum's first Communion, Cambridge, 2022-06-03, Emma, Adam, Rob, Henry, Joanna, Callum, Freya, Catharine, Jamie (channeling Hulk)" width="100%"/></div><p class="intro">Summer hols</p><img src="2022pics/villeseque_20220627.jpg" class="left" alt="Villeseque, France, view from Clare and Chris Thomson's new guestroom, June 2022" title="Villeseque, France, view from Clare and Chris Thomson's new guestroom, June 2022" width="49%"/><img src="2022pics/vassiviere_20220825.jpg" class="left" alt="Lac de Vassiviere, France, view from our campsite, August 2022" title="Lac de Vassiviere, France, view from our campsite, August 2022" width="49%"/><img src="2022pics/adam-jo_cropped_20220918.jpg" class="left" alt="Cornwall, September 2022, Adam and Joanna" title="Cornwall, September 2022, Adam and Joanna" width="49%"/><div style="margin: auto; width: 80%; clear: left"><img src="2022pics/campsite_20220822.jpg" class="image" alt="Lac de Vassiviere, France, Bolands' campsite, August 2022, Freya, Jamie, Emma, Callum" title="Lac de Vassiviere, France, Bolands' campsite, August 2022, Freya, Jamie, Emma, Callum" width="100%"/></div><p class="intro">Autumn/Winter 2022</p><img src="2022pics/fall_colours_20221012.jpg" class="left clearLeft" alt="Little Tunk Lake, Maine, October 2022, fall colours" title="Little Tunk Lake, Maine, October 2022, fall colours" width="32%"/><img src="2022pics/henry-cath_20221203.jpg" class="left" alt="Mount Blair, Glenshee, Scotland, December 2022, Catharine and Henry" title="Mount Blair, Glenshee, Scotland, December 2022, Catharine and Henry" width="32%"/><img src="2022pics/cath_at_70_20221210.jpg" class="left" alt="Edinburgh, Catharine's birthday, December 2022" title="Edinburgh, Catharine's birthday, December 2022" width="32%" style="margin-bottom: 0.6cm"/><p class="intro clearleft">Preparing for Christmas, 2022</p><img src="2022pics/jo-wreath-20221203.jpg" class="clearLeft left" alt="Wreath by Joanna, London, 2022-12-03" title="Wreath by Joanna, London, 2022-12-03" width="24.5%"/><img src="2022pics/flying_santa_20221205.jpg" class="left" alt="Christmas tree with elf, Cambridge, 2022-12-06" title="Christmas tree with elf, Cambridge, 2022-12-06" width="24%"/><img src="2022pics/boland-wreath_20221127.jpg" class="left" alt="Wreath by Emma, Cambridge, 2022-11-27" title="Wreath by Emma, Cambridge, 2022-11-27" width="24.5%"/><img src="2022pics/11dc-wreath_20221223.jpg" class="left" alt="Wreath by Catharine, Edinburgh, 2022-12-23" title="Wreath by Catharine, Edinburgh, 2022-12-23" width="24%"/><p class="clearLeft"> </p></div></div></body></html> |