-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (84 loc) · 5.68 KB
/
index.html
File metadata and controls
90 lines (84 loc) · 5.68 KB
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
<!DOCTYPE html>
<html>
<head>
<title>THAT bush is NOT burning</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="apple-touch-icon" sizes="180x180" href="/content/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/content/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/content/favicons/favicon-16x16.png">
<link rel="manifest" href="/content/favicons/site.webmanifest">
<link rel="mask-icon" href="/content/favicons/safari-pinned-tab.svg" color="#fff302">
<link rel="shortcut icon" href="/content/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#fff302">
<meta name="msapplication-config" content="/content/favicons/browserconfig.xml">
<meta name="theme-color" content="#fff302">
</head>
<body id="site">
<!-- <form id="form_container">
<input type="text" name="email" autocomplete="off" placeholder="Newsletter Signup" id="signup"
><input type="submit" name="submit">
</form> -->
<!-- Begin MailChimp Signup Form -->
<form id="form_container" action="https://cargocollective.us18.list-manage.com/subscribe/post?u=621001038400fbea43519a09f&id=b8612544d2" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="mc-field-group">
<input id="signup" type="email" value="" name="EMAIL" placeholder="Newsletter Signup" class="required email" id="mce-EMAIL" autocomplete="off">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_621001038400fbea43519a09f_b8612544d2" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
<!--End mc_embed_signup-->
<section id="main_content">
<img id="title" src="content/logo.svg">
<div class="content_section" id="about_text">
<p>
<em>That Bush, is Not Burning!</em> is a publication where written content is delivered to your email address. Content covers historical research, book reviews, art criticism, and independent essays by Bailey Sheehan/ and other artists and writers. An archive of writings published prior to ‘your’ signing up is available for purchase.
</p>
<p>
This method of distribution seems <em>most ethical.</em>
</p>
<p>
Let me explain:
</p>
<p>
<em>(sometimes)</em>   art criticism can bestow qualities and actions unto an object that are outside what is empirically given. These fictive qualities that are effectuated by art speak often go on to produce real affect, which in turn stands to be— manipulated.
</p>
<p>
(I can’t stand) that— art is often denied any objecthood of its own. An art that is documenting or interpreting some other <em>thing</em> is digested under the assumption that said art object is less than a thing than that which <em>it</em> is documenting.
</p>
<p>
So, to paraphrase academic Steven Shaviro, this publication will be interested more in effect than cause, and “evocation rather than explanation”.
</p>
<p>
Art criticism and critical thought do not represent the institution of art— they are an active participant in the institution of art, and help to constitute its hegemony. Thus the writer needs to be aware that their work is inevitably productive, and must then work to minimize the destructive capacity of that production. We should start by retreating into a network that is somewhat enclosed. Here the writer may set ethicals bounds to their practice (the annihilation of: metaphor, symbology, virtue signaling, etc) in an arena that encourages an understanding that, even though those bounds will never be met there is greater pleasure in that failure than the comfort that accompanies succumbing to our institutional training. <em>That Bush is Not Burning</em>, will attempt to detail exactly what an ethical writing practice and an even power exchange between the many institutions of art and their constituents may look like through both exposition and implemented practice.
</p>
</div
><div id="recent">
<div class="recent_section">
<h2 class="section_heading">Recently:</h2>
<!-- <a href="#">Newsletter Title</a> -->
<p><a href="https://docs.google.com/document/d/1Tk-n0UAYLi-158seCERJZX8HYBxtTGdgfPttPJplExs/edit?usp=sharing" target="_blank">PHARMA-CON</a></p>
</div>
<div class="recent_section">
<h2 class="section_heading">Paywall:</h2>
<p>
For $5.00 + # post x $0.05 a complete archive of posts will be sent to your email as a single PDF. Current price: $5.90, contact admin@thatbushisnotburning.net for more info.
</p>
<!-- <a href="#" target="_blank"><img src="content/paypal.png" id="paypal"></a> -->
</div>
</div>
</section>
<footer>
<video autoplay loop muted playsinline id="burning_bush">
<source src="content/burning_bush.mp4" type="video/mp4">
</video>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>