-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex7.html
339 lines (286 loc) · 15.5 KB
/
index7.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html>
<head lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="images/favicon.ico">
<title>SFBA Renters Federation</title>
<script LANGUAGE="JavaScript">
<!--- hide script from old browsers
// You can add as many site as you want, but this script must be in the head of each site,
//and the buttons must be on each site as well.
//Script by Qirien Dhaela, http://www.geocities.com/Area51/Corridor/2451/index.html, [email protected]
//This script may be used for nonprofit, non-commercial, or educational use as long as these
//comment lines remain intact and the basic script is not changed.
// The sites in the Webring (substitute your own!)
sites = new Array()
sites [1] = "http://www.eastbayforward.org/"
sites [2] = "http://www.sfbarf.org/"
sites [3] = "http://www.carlaef.org/"
sites [4] = "http://www.growsanfrancisco.org/"
sites [5] = "http://www.progressnoe.com/"
sites [6] = "http://www.sfyimby.org/"
var max=sites.length-1, place=0
function findthis() {
// find which site the user is currently on
thisURL=document.URL.toLowerCase();
for (var i=1; i<=max; i++){
if (thisURL==sites[i])
place=i;
}
}
function go(where) {
// go to a site
location = sites[where];
}
function next() {
// go to the next site
findthis();
if (place==max)
place=1;
else
place=place+1;
go(place);
}
function previous() {
// go to the previous site
findthis();
if (place<=1)
place=max;
else
place=place-1;
go(place);
}
function getRandom() {
// get a random number
return Math.random()
}
function random() {
// go to a random site
findthis();
myrand=Math.round(getRandom()*(max));
if ((place==myrand) || (myrand==0))
random();
else {
place=myrand;
go(place);
}
}
// end hiding from old browsers -->
</script>
<!--[if lt IE 10]>
<script>
toggleItem = function(){
var el = document.getElementsByTagName('blink')[0];
if (el.style.display === 'block') {
el.style.display = 'none';
} else {
el.style.display = 'block';
}
}
setInterval(toggleItem, 1000);
</script>
<![endif]-->
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="strapping/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- sfbarf style -->
<link href="css/sfbarf.style.css" rel="stylesheet" type="text/css">
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-5">
<h2><a href="/">SF Bay Area Renters' Federation</a></h2>
<div class="row">
<div class="col-sm-12">
<a href="https://groups.google.com/forum/#!forum/sfbarentersfed"><img src="http://www.trauss.com/little_pics/email.png"></a>
<a href="http://sfbarf.tumblr.com/"><img src="http://www.trauss.com/little_pics/tumblr.png"></a>
<a href="http://www.meetup.com/SF-Renters-Fed-Testify-for-density-at-Planning-Commission/"><img src="http://www.trauss.com/little_pics/meetup.png"></a>
<a href="https://www.facebook.com/BARentersFed"><img src="http://www.trauss.com/little_pics/facebook.png"></a>
<a hre="https://www.youtube.com/channel/UC2txNHwKEJsPKNkSwSOwMUQ/videos"><img src="http://www.trauss.com/little_pics/youtube-2.png"></a>
<a href="http://www.reddit.com/r/SFBARF/"><img src="http://www.trauss.com/little_pics/reddit.png"></a>
<a href="https://plus.google.com/u/0/b/114438947309426306390/114438947309426306390/posts"><img src="http://www.trauss.com/little_pics/googleplus.png"></a>
<a href="https://github.com/sfbarf"><img src="http://www.trauss.com/little_pics/github.png"></a>
<a href="https://twitter.com/sfbarfbot"><img src="http://www.trauss.com/little_pics/twitter.png"></a>
</div>
</div>
</div>
<div class="col-md-2">
<p><a href="http://www.sfbarf.org/pages/yimbies.html">Similar organizations</a><br>
<a href="http://www.reddit.com/r/SFBARF/wiki/faq">FAQ</a>, other <a href="https://docs.google.com/document/d/1eTmMS_ypTEh1tABRPWNsix2Qesgbsvk-tRbl2b9Jbj8/edit">Readings</a><br>
</p>
</div>
<div class="col-md-2">
<p>
IRL Address:<br>
<a href="https://www.google.com/maps/place/1554+Market+St,+San+Francisco,+CA+94102/@37.7748544,-122.4202022,17z/data=!3m1!4b1!4m2!3m1!1s0x8085809eee7e5f25:0xcb34fbc5de7e4bd3">1540 Market Street, Suite 100<br>
SF, CA 94102</a>
</p>
</div>
<div class="col-md-3">
<a href="http://www.sfyimby.org"><img style="width: 25%;" src="/images/yp.black.houselogo1.png"></a><br>Member
</div>
<!--
<div class="col-md-8">
<h3>What is this?</h3>
<div style="height: 20px"></div>
<div style="border-style: solid; border-color: #000; padding: 10px; font-size: 25px"><page_top>
<p><a href="http://www.trauss.com/library/Red-Plenty-Spufford.epub">"</a><a href="http://www.sf-moh.org/index.aspx?page=153">What's the difference between being able to afford something that's not available</a>, <a href="http://sfbay.craigslist.org/search/sfc/apa">and not being able to afford something that is available?</a><a href="http://www.trauss.com/library/Red-Plenty-Spufford.epub">"</a>
</p></page_top>
</div>
</div> -->
</div>
<hr>
<div class="col-md-2"><a href="/pages/past_hearings.html">Projects & Archives</a></div>
<div class="col-md-2"><a href="/pages/videos.html">Videos</a></div>
<div class="col-md-1"><a href="https://docs.google.com/document/d/1RZFsnvE6win73uwiiIcA5vhc_dzcfvBCH0j04yzauao/edit">Press</a></div>
<div class="col-md-2"><a href="http://www.carlaef.org/">Lafayette Lawsuit</a></div>
<div class="col-md-1"><a href="http://sfbarf.tumblr.com/">Blog</a></div>
<div class="col-md-2"><a href="/pages/legislation.html">Legislation Library</a></div>
<div class="col-md-2">email: <a href="mailto:[email protected]">[email protected]</a></div>
<!--spacer-->
<div class="col-md-12" style="height: 20px"></div>
<!--open column 1 -->
<div class="col-md-4">
<!-- spacer -->
<div class="col-sm-12" style="height: 20px">
</div>
<div class="col-sm-12">
<iframe
src="https://www.google.com/calendar/embed?title=SF%20Bay%20Area%20Renters'%20Federation&showTabs=0&mode=AGENDA&height=328&wkst=2&bgcolor=%23ffcc66&src=p23s0drbi1egpms6goc48rpp6k%40group.calendar.google.com&color=%23182C57&ctz=America%2FLos_Angeles"
style="border-width: 0" width="100%" height="328" frameborder="0"
scrolling="no"></iframe>
<p>
<span style="text-align: center;"><a href="https://www.google.com/calendar/embed?src=p23s0drbi1egpms6goc48rpp6k%40group.calendar.google.com&ctz=America/Los_Angeles">/////Link to Calendar\\\\\</a></span> * * * <a href="https://www.facebook.com/BARentersFed/events">Upcoming Events</a>
</p>
</div>
<div class="col-sm-12" style="height: 20px">
</div>
<div class="col-sm-12">
<h2><a href="http://www.carlaef.org">--> Info on the Lafayette lawsuit</a></h2>
<h2><a href="http://www.sfbarf.org/pages/vote.html">--> Join the Federation</a></h2>
<br>Put your email address & address in our database. Get a voter guide. Maybe 4 emails/ year.
<h2><a href="https://groups.google.com/forum/#!forum/sfbarentersfed">--> Join Discussion List</a></h2>
<br>This is a googlegroup that covers all Bay Area housing topics. You better enable the forums tab in your gmail inbox because there are about 6 posts/ day.
<div>
</div> <!-- close column 1-->
</div>
</div>
<!-- open column 2 -->
<div class="col-md-8">
<p><a href="https://docs.google.com/document/d/1mz7DM1m4tXq9AfPb5xpC_w3vQKp1gn_iXcK_S77AhaE/edit#">How to start your own political club</a></p>
<h1>LAFAYETTE TRIAL DATE: --> NOTE NEW DATE --> FEBRUARY 22th 2017</h1>
<h2>
Hello Renters' Federation!
</h2>
<p>
The national news might be depressing, but here in the Bay Area, we are fighting for more housing. You can help by making a <a href="http://www.carlaef.org/donate/"><b>tax deductible donation</b></a> to support our pro-housing lawsuits and our advocacy for better state laws. <a href="https://causes.benevity.org/causes/840-475414850">If you work at a big company, your employer will probably match your donation</a>. If you have a DAF, <a href="http://www.carlaef.org/donate/">advise your fund</a> to send your money to us. You already took the tax deduction.
</p>
<p>
Our lawsuit against the <b>City of Lafayette</b> for refusing to build 315 apartments, and trying to build 44 single family homes instead, is moving right along. Our trial date is January 25th, 9am, at Contra Costa County Superior Court in Martinez. Please come watch & support if possible.
<br>
<br>
Here is very good ABC7 news coverage of the Lafayette suit: <a href="http://abc7news.com/realestate/group-files-lawsuit-against-lafayette-land-development-project/1266866/">ABC7</a><br>
<iframe width="476" height="267" src="http://abc7news.com/video/embed/?pid=1266907" frameborder="0" allowfullscreen></iframe><br>
<a href="http://www.carlaef.org/lafayette0/">Read all the Lafayette docs here</a>.
</p>
<p>
We had a very fast victory in the <b>City of Berkeley</b> just before the election. The City Council voted to disapprove 3 zoning compliant single family houses proposed at 1310 Haskell Street. We quickly filed a petition asking the Superior Court to overturn the decision. The City agreed, and now the City Council will rehear the project. <a href="http://www.carlaef.org/berkeley/">Read more here.</a> In addition, the City of Berkeley will now include a section in every staff report explicitly evaluating whether the housing development project is subject to the Housing Accountability Act ("HAA"). This is a big deal. To find out more about why, ask me or Brian in person, perhaps on <a href="https://www.facebook.com/events/1783043018603884/">December 7th</a>.
</p>
<p>Lawsuits are <i>effective</i>, and <i>expensive</i>. Our legal strategy is to enforce the good state laws that already exist, but are underenforced. It is already working. The results from last year were very good. And we will have to continue this strategy for at least another year.</p>
<p>
Last year we raised and spent or committed about $250,000. Last year's expenses were one full time employee (me, Sonja) and two lawsuits. Next year's expenses will be two full time employees (welcome aboard Brian Hanlon) and at least twice as many lawsuits. We made incredible progress this year, but we also let good lawsuits pass because we didn't have the resources to pursue them.</p>
<p>This #GivingTuesday I want to raise $50,000. It sounds like a lot, but it's not. Just 4 Google employees maxing out their matching funds would raise $24,000, that's half way there. Raising $50,000 from our mailing list will put Brian & me in a good position to go back to our institutional funders and ask for even bigger money. My experience raising money is that for every dollar we raise in "small" (< $1000) donations, we get $6 more from big funders.</p>
<p>This year we'll make a proper resource guide for planners, legislative aids, zoning board members, commissioners, councilpeople, supervisors and interested members of the general public. Part of that project will be publishing the Order we got in Berkeley. Find out more about that too on December 7th, 6pm. <br>
<ul>
<li>We could still file a CEQA appeal to stop the downzoning in Midtown Terrace. </li>
<li>We should have resources available to promote the proposed <a href="https://www.reddit.com/r/sanfrancisco/comments/5eaefh/so_you_want_to_do_something_for_the_forest_hills/">Forest Hill Senior Housing</a>.</li>
<li>We can look at challenging single family zoning under the Fair Housing Act. </li>
<li>We can help the Baylands secede from Brisbane.</li>
</ul>
It depends on how much we raise, and what people seem excited about. </p>
</div>
<!-- row 2 -->
<div class="col-md-12" style="height: 20px"></div>
<!-- row 3 aka cols 1,2,3 -->
<div class="col-md-4">
<p><b>What is the SF Bay Area Renters' Federation?</b>
<br>SFBARF is an unincorporated club of pro-building, pro-density renters. Housing shortage is bad for renters (and good for homeowners, incidentally). High prices are merely a symptom of the underlying shortage. Fixing prices won't solve the shortage problem. Without an increase in overall yearly production of housing in the Bay Area, we will continue to suffer from displacement, crowding and exploitation from landlords. For more information read an interview <a href="http://www.oregonlive.com/front-porch/index.ssf/2016/04/yes_in_my_back_yard_a_housing.html">here</a> with the founder of SFBARF. Even more press can be found <a href="https://docs.google.com/document/d/1RZFsnvE6win73uwiiIcA5vhc_dzcfvBCH0j04yzauao/edit">here</a>.
</p>
</div>
<div class="col-md-4"></div>
<div class="col-md-4"></div>
<!-- end row 3 -->
<!-- open row 4 aka cols 4,5,6 -->
<div class="col-md-6"> </div>
<div class="col-md-6"> </div>
<!-- close row 4 aka cols 4,5,6 -->
<div class="col-md-12" style="height: 20px"></div>
<div class="col-md-12" style="height: 20px"></div>
<!-- open column 7 -->
<div class="col-md-4"></div>
<!-- open column 8 -->
<div class="col-md-4">
<p>
<center>pro-building webring<br>
<p>
<form NAME="aform">
<Input type="button" value="Previous" onClick="previous()">
<Input type="button" value="Next" onClick="next()">
<INPUT TYPE="Button" value="Random" onClick="random()">
</form>
</p>
</center>
</p>
<p>JavaScript by <a href="mailto:[email protected]">Qirien Dhaela</a>
<br><i>Note: Only tested with Netscape Navigator 3.0</i>
</p>
</div>
<!-- open column 9 -->
<div class="col-md-4"></div>
<!-- close column 9 -->
</div>
<!-- Bootstrap core JavaScript
"Bootstrap Starter Template." 9 Apr. 2015. Web. 9 Apr. 2015.
<http://getbootstrap.com/examples/starter-template/#>.
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="strapping/jquery.min.js"></script>
<script src="strapping/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="strapping/ie10-viewport-bug-workaround.js"></script>
<!-- welcome back, analystics -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script',
'//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-58909495-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>