forked from CodeForPhilly/philly-ward-leaders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (48 loc) · 2.74 KB
/
index.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
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Philly Ward Leaders</title>
<meta name="description" content="Philadelphia’s Ward Leaders have huge influence over who gets elected to public office. As powerful and few as they are, most voters haven’t heard of them. This transparency site aims to bring a level of spotlight to ward leaders that is more proportional to the power they wield.">
<meta property="og:title" content="Philly Ward Leaders"/>
<meta property="og:description" content="Philadelphia’s Ward Leaders have huge influence over who gets elected to public office. As powerful and few as they are, most voters haven’t heard of them. This transparency site aims to bring a level of spotlight to ward leaders that is more proportional to the power they wield.">
<meta property="og:site_name" content="Philly Ward Leaders"/>
<meta property="og:image" content="img/john-dougherty"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="build/bundle.css">
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PD5CNV"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PD5CNV');</script>
<!-- End Google Tag Manager -->
<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<h1><a href="#">Philly Ward Leaders</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li><a href="#learn">Learn</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#rules">Party Rules</a></li>
<li><a href="#about">About</a></li>
<li><a href="http://form.jotform.us/form/50926595605160" target="_blank" id="feedback-link">Feedback</a></li>
</ul>
</section>
</nav>
<div class="container" id="main"></div>
<script src="build/bundle.js"></script>
</body>
</html>