forked from Restore4thSF/restore4thsf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·275 lines (228 loc) · 21.1 KB
/
index.html
File metadata and controls
executable file
·275 lines (228 loc) · 21.1 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<base href="http://restorethefourthsf.com" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Home | Restore The Fourth San Francisco Bay Area</title>
<!-- Mobile Devices Viewport Resset-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- <meta name="viewport" content="initial-scale=1.0, user-scalable=1" /> -->
<link rel="shortcut icon" type="image/x-icon" href="http://restorethefourthsf.com/wp-content/uploads/2013/06/favicon.ico" />
<script type="text/javascript">//<![CDATA[
// Google Analytics for WordPress by Yoast v4.3.3 | http://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-44235117-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
//]]></script>
<link rel='stylesheet' id='events-manager-css' href='http://restorethefourthsf.com/wp-content/plugins/events-manager/includes/css/events_manager.css?ver=5.51' type='text/css' media='all' />
<link rel='stylesheet' id='side-matter-css' href='http://restorethefourthsf.com/wp-content/plugins/side-matter/css/side-matter.css?ver=1.3' type='text/css' media='all' />
<link rel='stylesheet' id='pexeto-font-0-css' href='http://fonts.googleapis.com/css?family=Open+Sans%3A400%2C700&ver=3.5.2' type='text/css' media='all' />
<link rel='stylesheet' id='pexeto-pretty-photo-css' href='http://restorethefourthsf.com/wp-content/themes/mineral/css/prettyPhoto.css?ver=1.3.0' type='text/css' media='all' />
<link rel='stylesheet' id='pexeto-stylesheet-css' href='http://restorethefourthsf.com/wp-content/themes/mineral/style.css?ver=1.3.0' type='text/css' media='all' />
<!--[if lte IE 8]>
<link rel='stylesheet' id='pexeto-ie8-css' href='http://restorethefourthsf.com/wp-content/themes/mineral/css/style_ie8.css?ver=1.3.0' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='font-awesome-styles-css' href='//cdn.jsdelivr.net/fontawesome/3.2.1/css/font-awesome.min.css?ver=3.2.1' type='text/css' media='all' />
<!--[if lte IE 7]>
<link rel='stylesheet' id='font-awesome-ie7-css' href='//cdn.jsdelivr.net/fontawesome/3.2.1/css/font-awesome-ie7.min.css?ver=3.2.1' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='wp-pagenavi-css' href='http://restorethefourthsf.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.core.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.widget.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.position.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.mouse.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.sortable.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.datepicker.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.menu.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.autocomplete.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.resizable.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.draggable.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.button.min.js'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/jquery/ui/jquery.ui.dialog.min.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var EM = {"ajaxurl":"http:\/\/ec2-54-227-165-222.compute-1.amazonaws.com\/wordpress\/wp-admin\/admin-ajax.php","locationajaxurl":"http:\/\/ec2-54-227-165-222.compute-1.amazonaws.com\/wordpress\/wp-admin\/admin-ajax.php?action=locations_search","firstDay":"1","locale":"en","dateFormat":"mm\/dd\/yy","ui_css":"http:\/\/ec2-54-227-165-222.compute-1.amazonaws.com\/wordpress\/wp-content\/plugins\/events-manager\/includes\/css\/ui-lightness.css","show24hours":"0","is_ssl":"","txt_search":"Search","txt_searching":"Searching...","txt_loading":"Loading...","event_reschedule_warning":"Are you sure you want to reschedule this recurring event? If you do this, you will lose all booking information and the old recurring events will be deleted.","event_detach_warning":"Are you sure you want to detach this event? By doing so, this event will be independent of the recurring set of events.","delete_recurrence_warning":"Are you sure you want to delete all recurrences of this event? All events will be moved to trash."};
/* ]]> */
</script>
<script type='text/javascript' src='http://restorethefourthsf.com/wp-content/plugins/events-manager/includes/js/events-manager.js?ver=5.51'></script>
<script type='text/javascript' src='https://www.youtube.com/iframe_api?ver=1.3.0'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.6/js/comment-reply.min.js'></script>
<link rel='next' title='Mailing list subscription' href='http://restorethefourthsf.com/mailinglist/' />
<!-- styles for Simple Google Map -->
<style type='text/css'>
#SGM {width:100%; height:300px;}
#SGM .infoWindow {line-height:13px; font-size:10px;}
#SGM input {margin:4px 4px 0 0; font-size:10px;}
#SGM input.text {border:solid 1px #ccc; background-color:#fff; padding:2px;}
</style>
<!-- end styles for Simple Google Map -->
<!-- CUSTOM THEME STYLES -->
<style type="text/css">
#logo-container img{width:140px; }#logo-container img{height:76px;}button, .button, input[type="submit"], input[type="button"], #submit, .page-title,
#menu > ul > li > a:hover:after, .scroll-to-top:hover, .nivo-nextNav:hover,
.nivo-prevNav:hover, .pg-navigation, .pc-next, .pc-prev, .nivo-prevNav:hover,.nivo-nextNav:hover,
.left-arrow:hover,.right-arrow:hover, .ps-left-arrow:hover,.ps-right-arrow:hover,
.cs-next-arrow:hover,.cs-prev-arrow:hover, .ps-left-arrow:hover,.ps-right-arrow:hover
{background-color:#257fb1;}a:hover, .tabs .current a, .read-more, .footer-widgets a:hover, .comment-info .reply,
.comment-info .reply a, .comment-info, #menu ul li a:hover, #wp-calendar tbody td a,
.widget_nav_menu li.current-menu-item > a, .post-title a:hover, .post-tags a,
.services-list .services-title, .sl-icons li:hover .sl-title, .archive-page a:hover,
.pg-pagination a.current, .pg-pagination a:hover, #content-container .wp-pagenavi span.current,
#content-container .wp-pagenavi a:hover, .carousel-title .link-title, .testimonials-details a,
.lp-title a:hover, #menu ul ul li.current-menu-item a {color:#257fb1;}.accordion-title.current, .read-more:hover, .more-arrow, .sticky, .social-icons li:hover,
.format-quote, .format-aside, .nivo-nextNav:hover, .nivo-prevNav:hover, .nivo-prevNav:hover,
.nivo-nextNav:hover, .left-arrow:hover, .right-arrow:hover, .ps-left-arrow:hover,
.ps-right-arrow:hover, .cs-next-arrow:hover, .cs-prev-arrow:hover, .ps-left-arrow:hover,
.ps-right-arrow:hover {border-color:#257fb1;}.pg-info, .services-circle .services-content, .qg-overlay {background-color: rgba(37,127,177, 0.82);}.content-slider{
padding-top:60px;
padding-bottom:60px;
}
#side-matter-2 {
background: #f9f9f9;
}
</style>
<!-- All in One SEO Pack 2.0.3.1 by Michael Torbert of Semper Fi Web Design[114,163] -->
<meta name="description" content="Restore the Fourth is a grassroots effort to raise awareness about mass surveillance by governments, and to combat this violation of privacy through encryption, local and federal political action, and other necessary methods. This website serves Restore the Fourth activists in the Bay Area." />
<meta name="keywords" content="Restore the Fourth San Francisco, Restore the Fourth, Restore the 4th, Restorethefourth, Restore the Fourth Bay Area, SB467, SB 467" />
<link rel="canonical" href="http://restorethefourthsf.com/" />
<!-- /all in one seo pack -->
</head>
<body class="home page page-id-44 page-template page-template-template-full-custom-php fixed-header">
<div id="main-container" >
<div class="page-wrapper" >
<!--HEADER -->
<div id="header">
<div class="section-boxed section-header">
<div id="logo-container">
<a href="http://restorethefourthsf.com"><img src="http://restorethefourthsf.com/wp-content/uploads/2013/06/pic-10sfbay1.png" /></a>
</div>
<div class="mobile-nav">
<span class="mob-nav-btn">Menu</span>
</div>
<div id="navigation-container">
<div id="menu-container">
<div id="menu">
<ul id="menu-main-menu" class="menu"><li id="menu-item-608" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-608"><a>About</a>
<ul class="sub-menu">
<li id="menu-item-250" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-250"><a href="http://restorethefourthsf.com/about/">Who we are</a></li>
<li id="menu-item-607" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-607"><a href="http://restorethefourthsf.com/leadership/">Leadership</a></li>
</ul>
</li>
<li id="menu-item-200" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="http://restorethefourthsf.com/blog/">Blog</a></li>
<li id="menu-item-215" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-215"><a href="http://restorethefourthsf.com/projects/">Projects</a></li>
<li id="menu-item-60" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-60"><a title="Events happening in the Bay Area" href="http://restorethefourthsf.com/events/">Events</a></li>
<li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-126"><a href="http://restorethefourthsf.com/mailinglist/">Join Us</a></li>
<li id="menu-item-925" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-925"><a href="http://restorethefourthsf.com/donations/">Donations</a></li>
</ul> </div>
</div>
</div>
<div class="clear"></div>
<div id="navigation-line"></div>
</div>
</div><!-- end #header -->
<div id="slider-container">
<div class="content-slider-wrapper" >
<div class="content-slider cols-wrapper cols-2" id="content-slider-44" >
<div class="section-boxed">
<ul id="cs-slider-ul" style="min-height:290px;">
<li data-bg_image_url="http://restorethefourthsf.com/wp-content/uploads/2013/09/homepage-pic-small.jpg" data-bg_image_opacity="0.5" data-layout="text-img" data-animation="random" data-bg_color="" class="cs-layout-text-img" style="color:#;">
<!-- first slider box -->
<div class="cs-content-left col cs-content">
<h1 class="cs-title cs-element">Daniel Ellsberg</h1>
<p class="cs-element"><blockquote>ARE MANNING & SNOWDEN TRAITORS OR HEROES?</blockquote></p>
<p class="clear"></p>
<a href="http://www.youtube.com/watch?v=2vPrXVBpMVo" class="button btn-alt cs-element">Youtube</a>
</div>
<!-- second slider box -->
<div class="cs-content-right col nomargin">
</div>
</li>
<li data-bg_image_url="http://restorethefourthsf.com/wp-content/uploads/2013/09/banner-crowd-small.jpg" data-bg_image_opacity="0.5" data-layout="text-img" data-animation="random" data-bg_color="" class="cs-layout-text-img" style="color:#;">
<!-- first slider box -->
<div class="cs-content-left col cs-content">
<p class="cs-small-title cs-element">The surveillance won’t end unless we demand it</p>
<h1 class="cs-title cs-element">Stop Watching Us Rally</h1>
<p class="cs-element">On October 26th, the anniversary of the PATRIOT Act, a coalition of more than 100 groups held a Rally Against Mass Surveillance in Washington, DC. CSPAN took a very good video of the event.
</p>
<p class="clear"></p>
<a href="http://www.c-span.org/Events/Group-Holds-Rally-Against-Mass-Surveillance/10737442319-1/" class="button btn-alt cs-element">Video</a>
</div>
<!-- second slider box -->
<div class="cs-content-right col nomargin">
<img src="http://restorethefourthsf.com/wp-content/uploads/2013/09/Stopwatchingus.png" class="cs-element" />
</div>
</li> </ul>
</div>
</div>
</div></div><div id="content-container" class=" layout-full">
<div id="full-width">
<div class="custom-page-content">
<div class="section-boxed"><div class="pexeto-recent-posts"><div class="cols-wrapper cols-2"><div class="col rp"><div class="rp-header"></div><h4 class="rp-post-title">Jewel v. NSA Case Management Hearing</h4><p>Jewel v. NSA is one of several cases against unconstitutional surveillance in the courts. This one is FIVE years old [...]</p><a class="read-more" href="http://restorethefourthsf.com/jewel-v-nsa-case-management-hearing/">Read More <span class="more-arrow">›</span></a></div><div class="col rp nomargin"><div class="rp-header"></div><h4 class="rp-post-title">San Francisco Board of Supervisors Resolution by Restore the Fourth SF Bay Area and Coalition Members</h4><p>This is the draft being submitted to the BORDC, the EFF, and potential primary sponsors. Title: Resolution for the Conclusion [...]</p><a class="read-more" href="http://restorethefourthsf.com/san-francisco-board-of-supervisors-resolution-by-restore-the-fourth-sf-bay-area-and-coalition-members/">Read More <span class="more-arrow">›</span></a></div></div></div></p>
</div>
<div class="section-full-width section-light2" style="background-color:#faf9f4;"><div class="section-boxed" style="color:#a0a0a0;"><h4 style="color:#444444;" class="sub-title">WE’RE WORKING TO RESTORE THE FOURTH AMENDMENT </h4></p>
<blockquote><p><em>The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no Warrants shall issue, but upon probable cause, supported by Oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized.</em></p></blockquote>
<p></div></div>
<div class="section-full-width section-light-bg parallax-fixed" style="background-color:#D0F1FF;"><div style="background-image:url(http://restorethefourthsf.com/wp-content/uploads/2013/06/6ZpO2n3.jpg); opacity:0.1; filter: alpha(opacity=10);" class="full-bg-image" ></div><div class="section-boxed" style="color:#4e4e4e;"><h4 style="color:#4e4e4e;" class="sub-title">Restore the Fourth is a grassroots effort to raise awareness about mass surveillance by governments, and to combat this violation of privacy through encryption, local and federal political action, and other necessary methods. This website serves Restore the Fourth activists in the Bay Area.</h4>
<p class="page-heading"></div></div>
<div class="section-boxed"></p>
</div>
</div>
</div> <!-- end main content holder (#content/#full-width) -->
<div class="clear"></div>
</div> <!-- end #content-container -->
</div>
<div id="footer" class="center">
<div class="cols-wrapper footer-widgets section-boxed cols-3">
<div class="col"><div class="footer-box widget_text" id="text-2"><h4 class="title">Contact Us</h4> <div class="textwidget">restorefourSF@gmail.com
<a href="http://restorethefourthsf.com/about/gpg-key">GPG key </a></div>
</div> <div class="footer-box widget_recent_entries" id="recent-posts-4"> <h4 class="title">Recent Posts</h4> <ul>
<li>
<a href="http://restorethefourthsf.com/notes-from-2013-11-23-open-strategy-meeting/" title="Notes from 2013-11-23 Open Strategy Meeting">Notes from 2013-11-23 Open Strategy Meeting</a>
</li>
<li>
<a href="http://restorethefourthsf.com/shareholder-activism-instruction-manual/" title="Shareholder Activism Instruction Manual">Shareholder Activism Instruction Manual</a>
</li>
<li>
<a href="http://restorethefourthsf.com/new-restore-the-fourth-sf-hats/" title="Restore the Fourth SF Bay Area Hats">Restore the Fourth SF Bay Area Hats</a>
</li>
<li>
<a href="http://restorethefourthsf.com/roundup-for-hackathon-participants/" title="Roundup for Hackathon Participants">Roundup for Hackathon Participants</a>
</li>
</ul>
</div></div><div class="col"><div class="footer-box posts_multi" id="portfolio-posts-multi-2"><h4 class="title">Latest Projects</h4> <ul class="portfolio-items-widget">
<li><a href="http://restorethefourthsf.com/portfolio/senator-feinstein/"><img src="http://restorethefourthsf.com/wp-content/uploads/2013/11/no-public-access-sign-575px-90x90.jpg" class="img-frame"/></a></li><li><a href="http://restorethefourthsf.com/portfolio/prism-8-shareholder-activism/"><img src="http://restorethefourthsf.com/wp-content/uploads/2013/10/nsa-15LOL-e1384490070529-90x90.jpg" class="img-frame"/></a></li><li><a href="http://restorethefourthsf.com/portfolio/representative-mike-thompson/"><img src="http://restorethefourthsf.com/wp-content/uploads/2013/09/light-blue_jpg-e1382157621794-90x90.jpg" class="img-frame"/></a></li><li><a href="http://restorethefourthsf.com/portfolio/representative-nancy-pelosi/"><img src="http://restorethefourthsf.com/wp-content/uploads/2013/09/IMG-20130904-00308-90x90.jpg" class="img-frame"/></a></li><li><a href="http://restorethefourthsf.com/portfolio/encryption/"><img src="http://restorethefourthsf.com/wp-content/uploads/2013/09/1094061_838857535641_1202453375_o1-e1379367083761-90x90.jpg" class="img-frame"/></a></li><li><a href="http://restorethefourthsf.com/portfolio/city-council-resolution/"><img src="http://restorethefourthsf.com/wp-content/uploads/2013/09/SFCityHall-90x90.png" class="img-frame"/></a></li></ul></div></div><div class="col nomargin"><div class="footer-box widget_em_widget" id="em_widget-3"><h4 class="title">Upcoming Events</h4><ul><li><a href="http://restorethefourthsf.com/events/communication-outreach-organizational-strategy-meeting/" title="Communication, Outreach & Organizational Strategy Meeting">Communication, Outreach & Organizational Strategy Meeting</a><ul><li>11/30/2013 </li></ul></li><li><a href="http://restorethefourthsf.com/events/baythreat-2013/" title="BayThreat 2013">BayThreat 2013</a><ul><li>12/07/2013 - 12/08/2013 Hacker Dojo</li></ul></li><li><a href="http://restorethefourthsf.com/events/nsa-comedy-night-by-ethics-in-tech/" title="NSA Comedy Night by Ethics in Tech">NSA Comedy Night by Ethics in Tech</a><ul><li>12/11/2013 Internet Archive</li></ul></li><li><a href="http://restorethefourthsf.com/events/bill-of-rights-day/" title="Bill of Rights Day">Bill of Rights Day</a><ul><li>12/15/2013 </li></ul></li><li><a href="http://restorethefourthsf.com/events/silicon-valley-rightscon-2014/" title="Silicon Valley RightsCon 2014">Silicon Valley RightsCon 2014</a><ul><li>03/03/2014 - 03/05/2014 Unknown</li></ul></li></ul></div></div> </div>
<div class="footer-bottom">
<div class="section-boxed">
<span class="copyrights">
© Copyright Restore The Fourth San Francisco Bay Area</span>
<div class="footer-nav">
</div>
</div>
</div>
</div> <!-- end #footer-->
</div> <!-- end #main-container -->
<!-- FOOTER ENDS -->
<script type='text/javascript'>
/* <![CDATA[ */
var side_matter = {"is_responsive":"0","use_effects":"0","note_adjust":"0","html_class":"side-matter"};
/* ]]> */
</script>
<script type='text/javascript' src='http://restorethefourthsf.com/wp-content/plugins/side-matter/js/side-matter.js?ver=1.3'></script>
<script type='text/javascript' src='//cdn.jsdelivr.net/wordpress/3.5.2/js/underscore.min.js'></script>
<script type='text/javascript' src='http://restorethefourthsf.com/wp-content/themes/mineral/js/main.js?ver=1.3.0'></script>
<script type='text/javascript' src='http://restorethefourthsf.com/wp-content/themes/mineral/js/content-slider.js?ver=1.3.0'></script>
<script type="text/javascript">PEXETO.ajaxurl="http://restorethefourthsf.com/wp-admin/admin-ajax.php";PEXETO.lightboxOptions = {"theme":"pp_default","animation_speed":"normal","overlay_gallery":false,"allow_resize":true};PEXETO.disableRightClick=false;PEXETO.stickyHeader=true;jQuery(document).ready(function($){
PEXETO.init.initSite();$("#content-slider-44").pexetoContentSlider({"autoplay":true,"pauseOnHover":true,"animationSpeed":600,"animationInterval":3000,"buttons":true,"arrows":true});$(".pexeto-contact-form").each(function(){
$(this).pexetoContactForm({"wrongCaptchaText":"The text you have entered did not match the text on the image. Please try again.","failText":"An error occurred. Message not sent.","validationErrorText":"Please complete all the fields correctly","messageSentText":"Message sent"});
});});</script></body>
</html>