|
13 | 13 | flex: 55%; |
14 | 14 | max-width: 55%; |
15 | 15 | padding: 0 10px; |
16 | | - |
| 16 | + |
17 | 17 | } |
18 | 18 | } |
19 | 19 |
|
20 | | - |
| 20 | + |
21 | 21 | @media screen and (max-width: 1000px) { |
22 | 22 | div.column-reading { |
23 | 23 | -ms-flex: 70%; |
|
28 | 28 | } |
29 | 29 | } |
30 | 30 |
|
31 | | - |
| 31 | + |
32 | 32 | @media screen and (max-width: 700px) { |
33 | 33 | div.column-reading { |
34 | 34 | -ms-flex: 100%; |
|
39 | 39 | } |
40 | 40 | } |
41 | 41 |
|
42 | | - |
| 42 | + |
43 | 43 | div.column0 { |
44 | 44 | -ms-flex: 25%; |
45 | 45 | flex: 20%; |
46 | 46 | max-width: 25%; |
47 | 47 | padding: 0 0px; |
48 | | - background-color:rgba(171, 171, 175, 0.086); |
| 48 | + background-color: rgba(171, 171, 175, 0.086); |
49 | 49 | } |
50 | 50 |
|
51 | 51 |
|
|
58 | 58 | padding: 0 0px; |
59 | 59 | } |
60 | 60 | } |
61 | | - </style> |
62 | 61 |
|
63 | | - <!--text--> |
64 | | - <style> |
65 | | - .p { |
66 | | - font-size: 14px; |
67 | | - line-height: 1; |
68 | | - font-family: Calibri, sans-serif; |
69 | | - } |
| 62 | + |
70 | 63 | </style> |
71 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
72 | 68 |
|
| 69 | + |
| 70 | + |
73 | 71 | </head> |
74 | 72 |
|
75 | 73 |
|
76 | 74 | <body> |
77 | 75 | <a name="reading-top" id="reading-top"></a> |
78 | 76 |
|
79 | 77 | <!--new nav bar--> |
80 | | - <div class="navbar" id="myHeader"> |
81 | | - |
82 | | - <a href="./index.html">◂◂ index </a> |
83 | | - |
84 | | - <div class="subnav"> |
85 | | - <button class="subnavbtn">Reading▾</button> |
86 | | - <div class="subnav-content"> |
87 | | - <a href="">Tactics</a> |
88 | | - <a href="./reading.html">Notes</a> |
89 | | - <a href="./lists.html">Lists</a> |
| 78 | + <div id="myHeader" style="padding: 0px 0px 0px 0px"> |
| 79 | + <!--header has to be in overarching div so that drop down appears on scroll, but padding set to zero so there isnt a sliver of page seen at the top because 2 divs--> |
| 80 | + <div class="navbar"> |
| 81 | + |
| 82 | + <a href="./index.html">◂◂ index </a> |
| 83 | + |
| 84 | + <div class="subnav"> |
| 85 | + <button class="subnavbtn">Reading▾ </button> |
| 86 | + <div class="subnav-content"> |
| 87 | + <a href="">Tactics</a> |
| 88 | + <a href="./reading.html">Notes</a> |
| 89 | + <a href="./lists.html">Lists</a> |
| 90 | + </div> |
90 | 91 | </div> |
91 | | - </div> |
92 | | - <div class="subnav"> |
93 | | - <button class="subnavbtn">Material/Forms▾</button> |
94 | | - <div class="subnav-content"> |
95 | | - <a href="./material-forms/paper-horns.html">paper-horns</a> |
96 | | - <a href="./material-forms/dressing.html">dressing</a> |
97 | | - <a href="./material-forms/creatures.html">creatures</a> |
| 92 | + <div class="subnav"> |
| 93 | + <button class="subnavbtn">Material/Forms▾</button> |
| 94 | + <div class="subnav-content"> |
| 95 | + <a href="./material-forms/paper-horns.html">paper-horns</a> |
| 96 | + <a href="./material-forms/dressing.html">dressing</a> |
| 97 | + <a href="./material-forms/creatures.html">creatures</a> |
98 | 98 |
|
| 99 | + </div> |
99 | 100 | </div> |
100 | | - </div> |
101 | | - <!-- <div class="subnav"> |
| 101 | + <!-- <div class="subnav"> |
102 | 102 | <button class="subnavbtn">example▾</button> |
103 | 103 | <div class="subnav-content"> |
104 | 104 | <a href="#link1">Link 1</a> |
|
107 | 107 | <a href="#link4">Link 4</a> |
108 | 108 | </div> |
109 | 109 | </div> --> |
110 | | - <a href="./what-the-work-can-do.html">what-the-work-can-do</a> |
111 | | - <a href="./thinking-through-practice.html">thinking-through-practice</a> |
112 | | - <a href="./iterative-proposals.html">proposals</a> |
113 | | - <a href="./questions.html">questions</a> |
114 | | - |
115 | | - |
116 | | - <script> |
117 | | - window.onscroll = function () { myFunction() }; |
118 | | - |
119 | | - var header = document.getElementById("myHeader"); |
120 | | - var sticky = header.offsetTop; |
121 | | - |
122 | | - function myFunction() { |
123 | | - if (window.pageYOffset > sticky) { |
124 | | - header.classList.add("sticky"); |
125 | | - } else { |
126 | | - header.classList.remove("sticky"); |
| 110 | + <a href="./what-the-work-can-do.html">what-the-work-can-do</a> |
| 111 | + <a href="./thinking-through-practice.html">thinking-through-practice</a> |
| 112 | + <a href="./iterative-proposals.html">proposals</a> |
| 113 | + <a href="./questions.html">questions</a> |
| 114 | + |
| 115 | + <script> |
| 116 | + window.onscroll = function () { myFunction() }; |
| 117 | + |
| 118 | + var header = document.getElementById("myHeader"); |
| 119 | + var sticky = header.offsetTop; |
| 120 | + |
| 121 | + function myFunction() { |
| 122 | + if (window.pageYOffset > sticky) { |
| 123 | + header.classList.add("sticky"); |
| 124 | + } else { |
| 125 | + header.classList.remove("sticky"); |
| 126 | + } |
127 | 127 | } |
128 | | - } |
129 | | - </script> |
| 128 | + </script> |
| 129 | + </div> |
130 | 130 |
|
131 | | - </div> |
132 | 131 |
|
133 | | -<!--old header nav--> |
134 | | - <!-- <div class="header" id="myHeader"> |
135 | | - <a class="header" href="./index.html">navigate elsewhere>></a>         |
136 | | - <a class="header" href="./index.html">index</a> |
137 | | -    |
138 | | - <a class="header" href="./what-the-work-can-do.html">what-the-work-can-do</a> |
139 | | -   |
140 | | - <a class="header" href="./questions.html">questions</a> |
141 | | -   |
142 | | - <a class="header" href="./thinking-through-practice.html">thinking-through-practice</a>     |
143 | | - <a class="header" href="./iterative-proposals.html">iterative proposals</a> |
144 | | -     |
145 | | - <a class="header" href="./lists.html">lists</a>   |
146 | | - |
147 | | - </div> --> |
148 | 132 |
|
149 | | - |
| 133 | + </div> |
150 | 134 |
|
151 | | -<!--BANNER IMAGE--> |
152 | | -<!-- <img src="./sitations/readings/tabs.jpg" style="width:100%"> --> |
153 | | -<br> |
| 135 | + <br> |
154 | 136 |
|
155 | 137 | <!--PAGE CONTENTS--> |
156 | 138 | <div class="row"> |
|
201 | 183 |
|
202 | 184 |
|
203 | 185 | <!--list 1 readings--> |
204 | | - <div class="column-reading" style="margin:auto;"> |
| 186 | + <div class="column-reading" style="margin:auto; font-size: 14px; line-height: 1.5; font-family: Calibri, sans-serif; font-weight:200; text-align:left; letter-spacing: 0.16mm; |
| 187 | + text-justify: inter-word;"> |
205 | 188 |
|
206 | 189 | <!--On this patch of grass--> |
207 | 190 | <div style="background-color:rgba(214, 212, 230, 0.075)"> |
208 | 191 | <a name="on-this-patch-of-grass" id="on-this-patch-of-grass"></a> |
209 | 192 | <br> |
210 | | - <p style="font-size: 14px; line-height: 1.5; font-family: Calibri, sans-serif;"> Couture, Daisy, Matt Hern, Selena Couture, et al. 2018. On <i>This Patch of Grass: City Parks on Occupied Land.</i> Fernwood Publishing Company, Ltd.</p> |
| 193 | + Couture, Daisy, Matt |
| 194 | + Hern, Selena Couture, et al. 2018. On <i>This Patch of Grass: City Parks on Occupied Land.</i> |
| 195 | + Fernwood Publishing Company, Ltd. |
| 196 | + |
211 | 197 |
|
212 | | - |
213 | 198 | </div> |
214 | 199 |
|
215 | 200 | <br> |
216 | 201 |
|
217 | | - <!--the surrounds--> |
| 202 | + <!--the surrounds--> |
218 | 203 | <div> |
219 | 204 | <a name="the-surrounds" id="the-surrounds"></a> |
220 | 205 | <br> |
| 206 | + Simone, AbdouMaliq. 2022. <i>The Surrounds: Urban Life within and beyond Capture |
| 207 | + </i>. Duke University Press. |
221 | 208 |
|
222 | | - |
| 209 | +<br><br> |
223 | 210 | </div> |
224 | 211 |
|
225 | | - <br> |
| 212 | + |
226 | 213 |
|
227 | | - <!--seeing like a city --> |
| 214 | + <!--seeing like a city --> |
228 | 215 | <div> |
229 | 216 | <a name="seeing-like-a-city" id="seeing-like-a-city"></a> |
230 | 217 | <br> |
| 218 | + Amin, Ash, and N. J. Thrift. 2017. <i>Seeing like a City</i>. Polity Press. |
231 | 219 |
|
232 | | - |
| 220 | + <br><br> |
233 | 221 | </div> |
234 | 222 |
|
235 | | - <!--metropolis--> |
| 223 | + <!--metropolis--> |
236 | 224 | <div> |
237 | 225 | <a name="metropolis" id="metropolis"></a> |
238 | 226 | <br> |
239 | | - |
| 227 | + |
| 228 | + Gordillo, Gastón. 2019. “The Metropolis: The Infrastructure of the Anthropocene.” <i>In Infrastructure, Environment, and Life in the Anthropocene</i>, edited by Kregg Hetherington. Duke University Press. |
| 229 | + <br> <br> |
240 | 230 |
|
241 | 231 | </div> |
242 | 232 |
|
243 | 233 |
|
244 | | - <!--lively-cities--> |
| 234 | + <!--lively-cities--> |
245 | 235 | <div> |
246 | 236 | <a name="lively-cities" id="lively-cities"></a> |
247 | 237 | <br> |
248 | | - |
| 238 | + Barua, Maan. 2023. <i>Lively Cities: Reconfiguring Urban Ecology</i>. University of Minnesota Press. |
249 | 239 |
|
250 | 240 | </div> |
251 | 241 |
|
|
0 commit comments