-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprint.html
147 lines (141 loc) · 4.1 KB
/
print.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>White Fragility | Print</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>
Instruction:
<br>
<br>
(There were done on a Mac, but should be easy to follow on other kinds of
computers)
<Br>
<br>
Tools:
<br>
<br>
<ul>
<li>Printer that is able to do double sided printing
<br>(we recommend this printer, it's pretty afforable!:
<a href="https://www.amazon.com/gp/product/B00LZS5EEI/ref=oh_aui_detailpage_o01_s01?ie=UTF8&psc=1">Brother HL-L2340DW</a>)<br>
</li>
<li>Paper<br></li>
<li>Ink<br></li>
<li>Stapler<br></li>
<li>Scissors / some way to cut</li>
</ul>
Click <a
href="https://drive.google.com/file/d/0B0A_LPl2W2T1Wk5yZzZBM1VobFVIQUNNbDlPblc0XzJnRlFr/view"><b>here</b></a>
and save the PDF.
<br>
<br>
Open the PDF and go to File->Print
<br>
<br>
<img src="img/fileprint.jpg" alt="picture of file menu">
<br>
<br>
Make sure to check the box for two sided printing
<br>
<br>
<img src="img/doublesided.jpg" alt="picture of printer menu">
<br>
<br>
Print!
<br>
<br>
Your zine will come out like this.
<br>
<br>
<img src="img/wf-printed.jpg" alt="stack of prints waiting in printer">
<br>
<br>
<!--
Flip it over and you'll have a spread on top that looks like this (with pages
14, 43, 28 and 29 on top)
<br>
<br>
-->
Flip the pages over so the front cover is facing you, along with pages 42 and
15)
<br>
<br>
<img src="img/wf-flip-1.jpg" alt="picture of one of the printed pages">
<br>
<br>
Cut the pages in half horizontally so you have a top portion and a bottom
portion, like this:
<br>
<br>
<img src="img/wf-cut-1.jpg" alt="picture of one of the printed pages after cutting in halfes">
<br>
<br>
Flip over the top portion of the zine so pages 14 and 43 are showing:
<br>
<br>
<img src="img/wf-cut-2.jpg" alt="shows the backsides of the printed pages from above">
<br>
<br>
Flip over the bottom portion as well, so that page 28 (Psychic Freedom) and 29
are showing:
<br>
<br>
<img src="img/wf-cut-3.jpg" alt="shows the backsides of the printed pages from above, now bottom half">
<br>
<br>
Place the bottom half on top of the top half so that pages 28 and 29 are showing.
<br>
<br>
Fold the booklet in half and notice all the pages are in the right order!
<br>
<br>
<img src="img/wf-folded.jpg" alt="picture of two pages on top of another">
<br>
<br>
Use a stapler (or rubber bands!) to bind the binding together
<br>
<br>
<b><img src="img/wf-zines.jpg" alt="picture of the booklet"></b>
<br>
<br>
Share the zine with your friend! Make another for someone else!
<br>
</div>
<div class="col-md-3" id="right">
<h3><a href="print.html"><u>PRINT</u></a></h3>
<h3><a href="about.html">ABOUT</a></h3>
</div>
</div>
</body>
</html>