-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstatic.html
More file actions
56 lines (48 loc) · 2.64 KB
/
static.html
File metadata and controls
56 lines (48 loc) · 2.64 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
<!doctype html>
<html>
<head>
<title>projectOPEN San Francisco - {% if page.page_url == 'contact' %}Contact{% endif %}{% if page.page_url == 'faq' %}FAQ{% endif %}{% if page.page_url == 'about' %}About{% endif %}</title>
<meta name="description" content="projectOPEN connects the community to resources in San Francisco." />
<meta property="og:title" content="projectOPEN San Francisco" />
<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" />
<link type="text/css" rel="stylesheet" href="static/global.css" />
<link type="text/css" rel="stylesheet" href="static/main.css" />
<link type="text/css" rel="stylesheet" href="static/static.css" />
<script type="text/javascript">
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>
</head>
<body>
<div id="page">
<div id="header" class="clearfix">
<h1><a href="/"><img alt="projectOPEN" src="/static/img/projectopen.png" /></a></h1>
<ul id="nav" class="DIN-bold">
<li {% if page.page_url == 'contact' %}class="current"{% endif %}><a href="/contact">Contact</a></li>
<li {% if page.page_url == 'faq' %}class="current"{% endif %}><a href="/faq">FAQ</a></li>
<li {% if page.page_url == 'about' %}class="current"{% endif %}><a href="/about">About</a></li>
</ul>
</div>
<div id="subpage">
<div class="static clearfix">
{% autoescape off %}{{ page.page_content }}{% endautoescape %}
</div>
</div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script>
<script type="text/javascript" src="static/open.js"></script>
</body>
</html>