-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFMQv2.html
539 lines (473 loc) · 14.7 KB
/
FMQv2.html
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!doctype html>
<html lang="en-US">
<head>
<!-- Title -->
<meta charset="utf-8" name="description" content="Feed My Quarantein vol. 1 is a web-based digital art zine featuring contributions from local, national, and international artists." />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="author" content="Mitchell Craft and Dave Greber" />
<title>Feed My Quarantein</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NF7GKN4GF0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NF7GKN4GF0');
</script>
<!-- End Google Tag Manager -->
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@700&display=swap" rel="stylesheet">
</head>
<style type="text/css">
.box {
display: flex;
flex-direction: column;
justify-content: left;
}
.sidenav a {
display: inline-flex;
white-space: normal;
text-decoration: none;
font-family: 'Zilla Slab', serif;
-webkit-writing-mode: vertical-lr;
transform: scale(-1);
font-size: 3vh;
color: #111 ;
margin: 0 6vw 0 2vw ;
}
/* each individual image and link */
.container {
display: flex;
align-items: center;
justify-content: flex-start;
padding-bottom: 4vw;
padding-left: 3vw;
}
img {
max-width: auto;
max-height: 110vh;
min-width:auto;
}
#home {
font-size: 22px;
font-family: 'Zilla Slab', serif;
background-color: #f00;
color: #fff;
text-decoration: none;
z-index: 1;
padding: 1rem;
position: fixed;
left: -5px;
top: -5px;
}
#home:hover {
color: #0011ff;
background-color: #009c03;
}
/* small phone */
@media screen and (max-width: 610px){
img {
max-width: 100%;
}
.sidenav a {
background-color: white;
}
}
</style>
<body bgcolor="#FFF">
<!-- home -->
<div id="home">
<a href="index.html" id="home">Home</a>
</div>
<div class="sidenav">
<!-- flex container -->
<section class="box">
<!-- Cover -->
<div class="container" style="padding-bottom: 3vw">
<div class="sidenav3">
<a href="index.html"> Vol. I </a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/FMQ-Cover.jpg" alt="feed my quarantein web-zine">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<!--Dawn Frog-->
<div class="container">
<div class="sidenav3">
<a href="http://www.dawndedeaux.net/">Dawn DeDeaux</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/Acid Frog Double Xsm.jpg" alt="colorful abstract digital frog image">
</div>
</div>
<br>
<br>
<!--Ralph-condo-->
<div class="container">
<div class="sidenav3">
<a href="http://ralphpugay.com/">Ralph Pugay</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/condo_sm.gif" alt="a brick building with 16 similar animated people in each window moving">
</div>
</div>
<!--Tom Poem-->
<div class="container">
<div class="sidenav3">
<a href="https://www.instagram.com/sensitive_bro/">Tom Obrien</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/tom_text.jpg" alt="hatched from an egg, summer came wheezing back to life, this time sheltered from the storm...">
</div>
</div>
<!--Spacer-->
<div class="container">
<div class="sidenav3">
<a href="https://thesculpted.com"> </a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/spacer-1.jpg" alt="abstract 3D tenticles breaking through the webpage">
</div>
</div>
<!--John Irving-->
<div class="container">
<div class="sidenav3">
<a href="https://www.instagram.com/dumb_angry/">John Irving</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/john-irving_sm.jpg" alt="complicated black and white vector illustration with a cat"
style=
"max-width: 100%;
max-height: 150vh;
min-width:auto;">
</div>
</div>
<!--J Knoblach 1-->
<div class="container">
<div class="sidenav3">
<a href="https://jknoblach.com/home.html">J Knoblach</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/QTein_Flip.gif" alt="a green figure on a wooden bed animated flashing">
</div>
</div>
<!--Joe George-->
<div class="container">
<div class="sidenav3">
<a href="https://www.instagram.com/joege0rge/">Joe George</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/stay-over-there.PNG" alt="a t-shirt that reads like a good neighbor, stay over there">
<img src ="feed-my-quarantine/fmq-1/Capture.PNG" alt="a mug reads six feet please">
<img src ="feed-my-quarantine/fmq-1/needsaquarantini.PNG" alt="a t-short reads 'mama needs a quarantini'">
</div>
</div>
<!--J Knoblach 2-->
<div class="container">
<div class="sidenav3">
<a href="https://jknoblach.com/home.html">J Knoblach</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/QTein_Land2.gif" alt="a green figure on a modern bed animated flashing"
style="
max-width: 100%;
max-height: 150vh;
min-width:auto;">
</div>
</div>
<br>
<br>
<br>
<br>
<!--Spacer-->
<div class="container">
<div class="sidenav3">
<a href="https://thesculpted.com"> </a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/spacer-2.jpg" alt="abstract tentacles breaking through the white background of the webpage" style="
max-width: 110vh;
max-height: 80vh;
min-width:auto;">
</div>
</div>
<br>
<br>
<br>
<br>
<!--Cora Lautze-->
<div class="container">
<div class="sidenav3">
<a href="https://coramarielautze.com/">Cora Lautze</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/cora_lautze_01.jpg" alt="two handmade masks read 'real protections for essential workers'"
style=
"max-width: 100%;
max-height: 150vh;
min-width:auto;">
</div>
</div>
<br>
<br>
<br>
<br>
<!--Ralph-LAdybugs-->
<div class="container">
<div class="sidenav3">
<a href="http://ralphpugay.com/">Ralph Pugay</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/ladybugs.gif" alt="a woman covered in animated ladybugs"
style=
"max-width: 170vh;
max-height: 150vh;
min-width:400px;">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- Kelci M. Kelci-->
<div class="container">
<div class="sidenav3">
<a href="http://www.kelcimkelci.com/poetry">Kelci M. Kelci</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/Kelci_baughman_mcdowell.gif" alt="an animated woman on zoom the screen says 'trapped'">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!--DewKim-->
<div class="container">
<div class="sidenav3">
<a href="https://www.hornyhoneydew.com/">Dew Kim</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/Dew Kim/Latrinxia_The Creation of Adam_Dew Kim_05.jpg" alt="a toilet with a light in it" >
<img src ="feed-my-quarantine/fmq-1/Dew Kim/Latrinxia_Anus Baptizes Me_Dew Kim_04.jpg" alt="a sink with a catholic fixture above it" >
<img src ="feed-my-quarantine/fmq-1/Dew Kim/Latrinxia_A New Utopia_Dew Kim_03.jpg" alt="the outside of a bathroom with a gloopy wax sculpture">
<p style="max-width: 500px;">
Dew Kim reproduces the insult ‘Ttongkko-Chung 1’ by giving it a physical presence, via a purification ritual
inspired by many religions. However, the place where Ttongkko-Chungs hold the purification ritual is
nowhere else but a bathroom (Latrinxia), and the holy water comes from the toilet. Toilet water is dirty, and is
far from what water normally symbolizes: cleanliness. This paradox becoming pure at last only after
cleansing yourself with dirty water implies a certain kind of queer action: flipping what is vulgar and what is
noble upside down, erasing the border between the two. / written by Junyoung Lee
</p>
</div>
</div>
<br>
<br>
<br>
<br>
<!-- Dave Long -->
<div class="container">
<div class="sidenav3">
<a href="https://thesculpted.com">Dave Greber</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/DAVE_GREBER_scroll_FMQ-2.jpg" alt="a very long scrolling collage of money raining down a tall pharmacy billboard, trickling down to people below"
style=
"max-width: 100%;
max-height: 450vh;
min-width:auto;">
</div>
</div>
<!--Ralph-report-->
<div class="container">
<div class="sidenav3">
<a href="http://ralphpugay.com/">Ralph Pugay</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/AYAHUASCAREPORTsm.gif" alt="tv news talking heads talking about mystic artworks"
style=
"max-width: 100%;
max-height: 150vh;
min-width:auto;">
</div>
</div>
</section>
<br>
<br>
<br>
<br>
<!--Dawn gurl-->
<div class="container">
<div class="sidenav3">
<a href="http://www.dawndedeaux.net/">Dawn DeDeaux</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/ACid-GURLsm.jpg" alt="colorful abstract digital frog image">
</div>
</div>
<br>
<br>
<br>
<br>
<!--Imani-->
<div class="container">
<div class="sidenav3">
<a href="http://www.imanijacquelinebrown.net/">Imani Jacqueline Brown</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/CC_SkyBattle2-sm.jpg" alt="a map of Louisiana"
style="
max-width: 80vw;
max-height: 150vh;
min-width:auto;">
<p style="max-width: 80vw;">Chronic Infection, or, Permits for Pipelines, Canals, and Wells of Helis Oil and Gas, Chevron Corporation, Shell Oil Company, and Others in Plaquemines Parish, Louisiana, USA.
Year: 2020 Data: LDNR.</p>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<!--Patrick Coll-->
<div class="container">
<div class="sidenav3">
<a href="https://www.patrickcoll.com/">Patrick Coll</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/CarlMarks_sm.jpg" alt="a Carl's fast food logo but says Carl Marx"
style="
max-width: 100%;
max-height: 150vh;
min-width:auto;">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!--Spacer-->
<div class="container">
<div class="sidenav3">
<a href="https://thesculpted.com"> </a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/spacer-3.jpg" alt="abstract tentacles breaking through page"
style="
max-width: 80vh;
max-height: 100vh;
min-width:auto;">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- Felipe -->
<div class="container">
<div class="sidenav3">
<a href="https://fdipoitamargo.com/">Felipe Di Poi Tamargo</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/Felipe.jpg" alt="a drawing of an abstract yellow thing coming through the window">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!--Dawn screaming-->
<div class="container">
<div class="sidenav3">
<a href="http://www.dawndedeaux.net/">Dawn DeDeaux</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/Screaming at Contrailssm.jpg" alt="abstract colorful frog illustration">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!--Cammile-->
<div class="container">
<div class="sidenav3">
<a href="https://sltcamille.com/">Camille Soulat</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/unnamed.jpg" alt="a dewy spider web with out of focus couple in the background" >
<img src ="feed-my-quarantine/fmq-1/camille_text.jpg" alt="poem reads 'lying down in a box with you, I feel the sun just coming through...'" style="
max-width: 100%;
max-height: 100vh;
min-width:auto;">
</div>
</div>
<br>
<br>
<br>
<!--JIW-->
<div class="container">
<div class="sidenav3">
<a href="https://www.instagram.com/john_isiah_ex3/">John Isiah Walton</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/JIW_King_2014.jpg" alt="an asian person with a mask on collage">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!--Spacer-->
<div class="container">
<div class="sidenav3">
<a href="https://thesculpted.com"> </a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/spacer 4.jpg" alt="abstract tentacles breaking through drywall"
style="
max-width: 80vh;
max-height: 150vh;
min-width:auto;">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- BackCover -->
<div class="container">
<div class="sidenav3">
<a href="/index.html">(=</a>
</div>
<div class="image">
<img src ="feed-my-quarantine/fmq-1/FMQ_back_Cover_i.jpg" alt="concept and compilation by Dave Greber and Mitchell Craft, March 2020">
</div>
</div>
</body>
</html>