~singpolyma/post-part

ref: aa897ccbf0cdca6f78ac1a6854cfa568ecb543e7 post-part/credits/index.slim -rw-r--r-- 4.4 KiB
aa897ccbStephen Paul Weber slim-lint 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
/ Full source may be found at: https://git.singpolyma.net/post-part
  Copyright 2020 Stephen Paul Weber <singpolyma.net>

  Permission to use, copy, modify, and/or distribute this software for any
  purpose with or without fee is hereby granted, provided that the above
  copyright notice and this permission notice appear in all copies.

  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
  RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
  CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

doctype html
html
	head
		meta charset="utf-8"
		title Post-Part
		link type="text/css" rel="stylesheet" href="../index.css"
		base target="_blank"
		scss:
			ul, li {
				padding: 0;
				list-style-type: none;
			}

			body > section {
				padding-top: 3em;
				padding-bottom: 3em;
			}

			#artists {
				.vcard {
					display: inline-block;
					vertical-align: top;
					width: 23%;

					font-style: italic;
					.fn {
						font-style: normal;
						font-weight: bold;
						margin-bottom: 1em;
					}
				}
			}

			#audio {
				section {
					display: inline-block;
					vertical-align: top;
					width: 40%;

					h1 {
						font-size: 1em;
						font-weight: normal;
						font-family: cardo, sans-serif;
						margin: 0;
						font-style: italic;
					}
				}
			}

			cite.birds {
				font-style: normal;
				&:before { content: "“"; }
				&:after { content: "”"; }
			}

			section > p:not(.thanks) {
				font-size: 1em;
			}
			p.thanks { font-style: italic; }

			#cutting-paper {
				padding-top: 0;
			}

			#cutting-paper:before {
				$column-width: 50vw;
				content: "";
				display: block;
				margin: auto;
				background: url("../assets/img/WOMAN-ARMS.png") no-repeat center center;
				background-size: contain;
				height: $column-width/1.5;
				max-width: $column-width;
				margin-bottom: 7em;
			}

			dl {
				dt {
					display: inline;
					&:after {
						position: relative;
						left: -0.25em;
						content: ": ";
					}
				}

				dd {
					margin: 0;
					display: inline;
					&:after {
						content: "\A";
						white-space: pre;
					}
				}
			}

	body
		hgroup
			h1 Post-Part
			h2 Credits

		section#artists
			h1 Artists

			ul
				li.vcard
					.fn Pazit Cahlon
					ul
						li original concept
						li producer
						li text editing

				li.vcard
					.fn Catherine Mellinger
					ul
						li collage
						li testimony coordination
						li installation manager
						li concept

				li.vcard
					.fn Nat Janin
					ul
						li illustration
						li art direction
						li website design
						li	concept

				li.vcard
					.fn Adam Harendorf
					ul
						li audio design
						li original composition

		section#audio
			h1 Audio

			section
				h1 narration
				h1 voice-over

				ul
					li Christa Couture
					li Catherine Mellinger
					li Paula Shultz
					li Leigh Harding
					li	Pazit Cahlon
					li Coman Poon
					li Kesta
					li Tuku

			section
				h1 testimonies

				ul
					li Catherine Mellinger
					li Kayden X Coleman
					li Christa Couture
					li Mel
					li Carolyn
					li Danielle Bettke
					li Jennifer Wilson
					li Jessica Stroebel
					li Sandeep
					li Shannon Bramer
					li Tara Kelsall

		section
			p
				cite.birds White Paper Birds
				'  by
				a href="https://bookhugpress.ca/shop/ebooks/poetry-ebooks/precious-energy-by-shannon-bramer/" Shannon Bramer
				|  used with permission.

			p
				' Excerpt from
				cite How to Lose Everything
				'  by
				a href="http://christacouture.com/" Christa Couture
				|  , 2020, Douglas and Mcintyre.
				| Reprinted with permission from the publisher.

			p.thanks
				' We would like to thank those who provided testimony to
				' Post-Part for their generosity in sharing such vulnerable
				' experiences.

		section#cutting-paper
			h1 Cutting Paper — from Moving Paper Films
			dl
				dt Directed/Produced by
				dd Jennifer Dallas and Melanie Gordon
				dt Choreographed and performed by
				dd Jennifer Dallas
				dt Filmed and edited by
				dd Melanie Gordon
				dt Sound Design
				dd John MacLean
				dt Piano
				dd Markéta Ornova
				dt Music
				dd Fréderic Chopin, Prelude in B Minor, Op. 28. No. 6

			p Stephen Weber — website development