-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (127 loc) · 6.51 KB
/
index.html
File metadata and controls
140 lines (127 loc) · 6.51 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
<!doctype html>
<html>
<head>
<title>projectOPEN San Francisco | A BRUTE LABS Initiative</title>
<meta name="description" content="projectOPEN connects the community to resources in San Francisco." />
<meta property="og:title" content="projectOPEN San Francisco | A BRUTE LABS Initiative" />
<meta property="og:description" content="projectOPEN connects the community to resources in San Francisco." />
<meta property="og:image" content="http://www.projectopensf.org/static/img/myguidemap.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.projectopensf.org" />
<meta property="og:site_name" content="projectOPEN San Francisco" />
<meta property="fb:admins" content="1000470,"/>
<link type="text/css" rel="stylesheet" href="static/global.css" />
<link type="text/css" rel="stylesheet" href="static/main.css" />
<script type="text/javascript"> // Google Analytics code
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25628577-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>
<script type="text/javascript"> // Google+ button code
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = '//apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</head>
<body>
<div id="page">
<div id="header" class="clearfix">
<h1><a href="/"><img alt="projectOPEN" src="/static/img/projectopen.png" /></a></h1>
<div id="social-media">
<div id="social-media-button-twitter">
<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="brutelabs">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
</div>
<div id="social-media-button-gplus">
<g:plusone size="medium"></g:plusone>
</div>
<div id="social-media-button-fb">
<iframe src="//www.facebook.com/plugins/like.php?app_id=260942247273505&href=www.projectopensf.org&send=false&layout=button_count&width=200&show_faces=false&action=like&colorscheme=light&font=trebuchet+ms&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
</div>
</div>
<ul id="nav" class="DIN-bold">
<li><a href="/contact">Contact</a></li>
<li><a href="/faq">FAQ</a></li>
<li><a href="/about">About</a></li>
</ul>
</div>
<div id="subpage"><div id="subpage-i">
<div id="rail" class="clearfix">
<div class="rail-show">«</div>
<div class="rail-hide">Hide My Guide <span>»</span></div>
<div class="rail-options clearfix">
<div class="rail-option rail-option-link"><a><img src="static/img/permalink.png" /></a></div>
<div class="rail-option rail-option-email"><img src="static/img/email.png" /></div>
<!-- <div class="rail-option"><img src="static/img/download.png" /></div> -->
<div class="rail-option rail-option-print last"><img src="static/img/print.png" /></div>
<input class="rail-option-copy" style="display: none;" type="text" />
</div>
<div class="rail-guide">
<div class="rail-guide-title DIN-reg">My Guide</div>
Add resources to this section and print your custom map.
</div>
<!--
<div class="rail-guide-add-box clearfix">
Add Resource to My Guide
<form id="resource-add-form">
<input type="text" class="ui-text-input ui-off" title="Start typing to find a resource" />
<input type="submit" class="ui-button" value="Add" />
</form>
</div>
-->
<div class="rail-guide-added-box last">
<div class="rail-guide-empty">Nothing in My Guide yet. Start filling it out by adding a resource. User the bar above, or browse through our database.</div>
</div>
</div>
<div id="content" class="clearfix">
<div id="filters">
<div id="filters-main" class="clearfix">
<div id="search" class="filters-field filters-search">
<form id="search-form" onsubmit="OP.Data.performSearch(); var trackingObject = {'Category':'Search','Action': 'Query','Label': $('#search-box').val()}; OP.Util.logEvent(trackingObject); return false;">
<div class="filters-label DIN-bold">Search By:</div>
<input type="text" id="search-box" class="ui-text-input ui-off" title="Organization, Topic" />
<input type="submit" value="" />
</form>
</div>
<div id="location" class="filters-field filters-location">
<form action="#" id="location-form">
<div class="filters-label DIN-bold">Search Near:</div>
<input type="text" class="ui-text-input ui-off ui-text-input-location" title="Current location" />
<input type="submit" value ="" />
</form>
</div>
<div class="filters-toggle">Hide Filters</div>
</div>
<div id="cats">
<div class="cats-header DIN-bold">Filter By</div>
<div class="cat cat-all"><div class="cat-box"></div>All</div>
</div>
</div>
<div id="map"></div>
<div class="table-outer">
<div class="table-header DIN-reg">Explore Resources</div>
<div id="table" class="clearfix">
</div>
</div>
</div>
</div>
</div></div>
<div id="footer"></div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
<script type="text/javascript" src="//maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="//www.google.com/jsapi"></script>
<script type="text/javascript" src="//ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script>
<script type="text/javascript" src="//crypto-js.googlecode.com/files/2.3.0-crypto-sha1.js"></script>
<script type="text/javascript" src="static/open.js"></script>
<script type="text/javascript">
OP.categoryMapping = {% autoescape off %}{{ category_map.0 }}{% endautoescape %};
OP.resourceList = {% autoescape off %}{{ resources }}{% endautoescape %};
</script>
</body>
</html>