-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
87 lines (81 loc) · 3.38 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>White Fragility | About</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="css/style.css">
<!-- Latest compiled and minified JavaScript -->
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<div id="main" class="row">
<div class="col-md-3" id="nav">
<h1>WHITE FRAGILITY</h1>
<h2>by Robin DiAngelo</h2>
<br>
<h3><a href="intro.html">INTRO</a></h3>
<h3><a href="triggers.html">TRIGGERS</a></h3>
<h3><a href="segregation.html">FACTORS</a></h3>
<h5><a href="segregation.html">SEGREGATION</a></h5>
<h5><a href="uai.html">UNIVERSALISM & INDIVIDUALISM</a></h5>
<h5><a href="entitlement.html">ENTITLEMENT TO RACIAL COMFORT</a></h5>
<h5><a href="arrogance.html">RACIAL ARROGANCE</a></h5>
<h5><a href="belonging.html">RACIAL BELONGING</a></h5>
<h5><a href="psychicfreedom.html">PSYCHIC FREEDOM</a></h5>
<h5><a href="constant.html">CONSTANT MESSAGES</a></h5>
<h3><a href="wf.html">WHAT DOES WHITE FRAGILITY LOOK LIKE?</a></h3>
<h3><a href="conclusion.html">CONCLUSION</a></h3>
<h3><a href="references.html">REFERENCES</a></h3>
</div>
<div id="text" class="col-md-6">
<br>
This website offers an easy-to-read and easy-to-share version of <a href="http://robindiangelo.com/">Robin
DiAngelo</a>'s White Fragility. On this site you can read the entire
paper, as well as print, assemble and distribute your own White
Fragility zine. For each section, we've pulled a quote that you can
tweet.
<br>
<br>
Once upon a time, someone shared this paper. Later, someone else found
it useful. With Robin DiAngelo's permission, we decided to spread her
words far and wide across the land. During the
<a href="http://publicscience.co/">Public Science</a> Winter Residency,
we distributed the White Fragility zine on the
subway, handed them out to our close friends and strangers, mailed it
across the country, and traded them for donations at a Internet-ish
flea market. We are excted to see
where you take it next.
<br>
<br>
We hope you find it useful too. As the saying goes, talking about race
shouldn't be so stressful -_-
<br>
<br>
<b>If this work has been useful to you in anyway, feel free to donate!: <a href="http://paypal.me/whitefragility/7">PayPal</a></b>
<br>
<br>
Anything helps - in the past we have asked for more or less $7 for our printed zines.
</div>
<div class="col-md-3" id="right">
<h3><a href="print.html">PRINT</a></h3>
<h3><u>ABOUT</u></h3>
<BR>
<BR>
<BR>
<BR>
<BR>
<a href="http://twitter.com/home/?status=PRINT%2C+ASSEMBLE+AND+DISTRIBUTE+YOUR+OWN+WHITE+FRAGILITY+ZINE+http%3A%2F%2Fw-f.is">
<h1>
<i>PRINT, ASSEMBLE AND DISTRIBUTE YOUR OWN WHITE FRAGILITY ZINE</i></h1>
<br>
<p>Tweet this shit~</p></a>
</div>
</div>
</body>
</html>