-
Notifications
You must be signed in to change notification settings - Fork 0
/
nouwweb.html
58 lines (44 loc) · 2.08 KB
/
nouwweb.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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>nouwweb</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="styles/vendor.css"/>
<link rel="stylesheet" href="styles/main.css"/>
<script src="scripts/vendor/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<h1 class="col-md-12 header" id="title">nouwweb: list of legislators</h1>
<div id="nav">
<a href="index.html"><- back</a>
<p style="float:right" >Information on this page is sourced from <a target="_blank" href="https://docs.google.com/document/d/1ufbbCb5k-39hIZ-AboMafcdvYZQ_c1TZkwIJ6LB9v7c/pub">here</a>.
</div>
<div id="content"></div>
</div>
<footer class="col-md-12 footer">
<p>
<div id="img"><img src="images/loader.gif"></img></div>
Content on this page is dedicated to the public domain under a <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC0 License</a>.
</p>
</footer>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create', 'UA-51122018-1', 'openleb.io');;ga('send','pageview');
</script>
<script src="scripts/vendor.js"></script>
<script src="scripts/plugins.js"></script>
<script src="scripts/bundle.js"></script>
</body>
</html>