-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
56 lines (42 loc) · 1.53 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>White Fragility | Introduction</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>
</div>
<div id="text" class="col-md-6" style="text-align: center; font-size: 40px;">
<i>I am a white woman. I am standing beside a black woman. We are facing a group of white
people who are seated in front of us. We are in their
workplace, and have been hired by their employer
to lead them in a dialogue about race. The room is
filled with tension and charged with hostility. I have
just presented a definition of racism that includes
the acknowledgment that whites hold social and
institutional power over people of color. A white man
is pounding his fist on the table.</i>
<br>
<br>
<p><a href="intro.html">READ THE TEXT</a></p>
<br>
</div>
<div class="col-md-3" id="right">
</div>
</div>
</body>
</html>