From 2b61d4d012bd719f7face709d10558afa3be583d Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Mon, 29 May 2023 22:09:01 -0700 Subject: [PATCH 1/5] New example: Multicol module --- modules/multicol.html | 249 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 modules/multicol.html diff --git a/modules/multicol.html b/modules/multicol.html new file mode 100644 index 00000000..0a33b40f --- /dev/null +++ b/modules/multicol.html @@ -0,0 +1,249 @@ + + + + + + Module template + + + +
+
+

A Lament for Confederation

+

—Chief Dan George, 1967

+
+ +

+ How long have I known you, Oh Canada? A hundred years? Yes, a hundred + years. And many, many tides more. And today, when you celebrate your + hundred years, Oh Canada, I am sad for all the Indian people throughout + the land. +

+ +

+ For I have known you when your forests were mine; when they gave me my + meat and my clothing. I have known you in your fruits and rivers where + your fish flashed and danced in the sun, where the waters said ‘come and + eat of my abundance.’ I have known you in the freedom of your winds. And + my spirit, like your winds, once roamed this good lands. +

+ +
+

+ But in long the hundred years since the white man came, I have seen + that freedom disappear just like the salmon going mysteriously out to + sea. +

+
+ +

+ The white man’s strange customs I could not understand, pressed down + upon me until I could no longer breathe. +

+ +

+ When I fought to protect my home and my land, I was called a savage. + When I neither understood nor welcomed this new way of life, I was + called lazy. When I tried to rule my people, I was stripped of my + authority. +

+ +

+ My nation was ignored in your history textbooks – we were less important + in the history of Canada than the buffalo that ranged the plains. I was + ridiculed in your plays and motion pictures, and when I drank your + fire-water, I got drunk – very, very drunk. And I forgot. +

+ +

+ Oh Canada, how can I celebrate with you this centenary, this hundred + years? Shall I thank you for the reserves that are left me of my + beautiful forests? Shall I thank you for the canned fish of my rivers? + Shall I thank you for the loss of my pride and authority, even among my + own people? For the lack of my will to fight back? No! I must forget + what is past and gone. +

+ +

+ Oh God in heaven! Give me the courage of the olden chiefs. Let me + wrestle with my surroundings. Let me once again, as in the days of old, + dominate my environment. Let me humbly accept this new culture and + through it rise up and go on. +

+ +

+ Oh god, like the thunderbird of old, I shall rise again out of the sea. + I shall grab the instruments of the white man’s success – his education, + his skills, and with these new tools I shall build my race into the + proudest segment of your society. And, before I follow the great chiefs + who have gone before us, I shall see these things come to pass. +

+ +

+ I shall see our young braves and our chiefs sitting in the house of law + and government, ruling and being ruled by the knowledge and freedoms of + our great land. So shall we shatter the barriers of our isolation. So + shall the next hundred years be the greatest in the proud history of our + tribes and nations. +

+
+
+ + Column options + +
+

+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ + +

+
+
+ + + From 0579e4b656dcf6d684f640eb6bf02a9955e081c8 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Tue, 30 May 2023 08:48:05 -0700 Subject: [PATCH 2/5] New example: Multicol module --- modules/multicol.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/multicol.html b/modules/multicol.html index 0a33b40f..addfcc1a 100644 --- a/modules/multicol.html +++ b/modules/multicol.html @@ -3,7 +3,7 @@ - Module template + CSS column layout example article { column-count: 10; From 2f4519c483c85d4de2786fd66fe721b58c50d7f0 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Tue, 30 May 2023 10:03:04 -0700 Subject: [PATCH 3/5] New example: Multicol module --- modules/multicol.html | 74 ++++++++++--------------------------------- 1 file changed, 16 insertions(+), 58 deletions(-) diff --git a/modules/multicol.html b/modules/multicol.html index addfcc1a..a3ff93fa 100644 --- a/modules/multicol.html +++ b/modules/multicol.html @@ -12,6 +12,7 @@ orphans: 3; gap: 1em; column-rule: 2px dashed #666; + height: 40em; } .title { column-span: all; @@ -24,6 +25,9 @@ margin: 0 0 1em 0; line-height: 1.4; } + .breakInside p { + break-inside: avoid; + } #options { position: fixed; top: 1rem; @@ -31,6 +35,9 @@ background: white; display: none; } + fieldset p { + margin-bottom: 0.25em; + } [aria-expanded] { position: relative; top: 0; @@ -52,7 +59,7 @@ } blockquote { border: 2px dashed red; - margin: 0; + margin: 0 0 0.25em 0; } blockquote p { margin-bottom: 0; @@ -186,64 +193,15 @@

A Lament for Confederation

+

+ + +

+

+ + +

- From cb3eea76765c84426b0d3fd47b6d920f7326ebcb Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Tue, 30 May 2023 10:04:28 -0700 Subject: [PATCH 4/5] New example: Multicol module --- modules/multicol.html | 76 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/modules/multicol.html b/modules/multicol.html index a3ff93fa..763f2bff 100644 --- a/modules/multicol.html +++ b/modules/multicol.html @@ -204,4 +204,80 @@

A Lament for Confederation

+ From 1ea705e5897baa607efd301392f50c775d6de591 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Tue, 30 May 2023 10:06:44 -0700 Subject: [PATCH 5/5] New example: Multicol module --- modules/multicol.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/multicol.html b/modules/multicol.html index 763f2bff..6c79ee8f 100644 --- a/modules/multicol.html +++ b/modules/multicol.html @@ -25,7 +25,7 @@ margin: 0 0 1em 0; line-height: 1.4; } - .breakInside p { + .breakInside * { break-inside: avoid; } #options {