-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (33 loc) · 1.43 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"/>
<title>MP Report Card</title>
<link rel="stylesheet" href="/styles/index.css">
<link rel="shortcut icon" type="image/png" href="/img/favicon.png"/>
</head>
<body>
<section class="home">
<div class="full">
<div id="holding">
<div>
<p>Thank you for visiting MP Report Card.</p>
<p>Voting is now complete, and the site will be put temporarily on hold while our new elected representatives take their seats.</p>
<p>Report cards for the new parliament will be online very soon, and we hope to see you again in the near future.</p>
</div>
</div>
<div class="sparkd"><a target="_blank" title="An open data experiment by SPARKD" href="http://sparkd.com">An open data experiment by <i class="fa fa-fire"></i> SPARKD</a></div>
</div>
</section>
<!-- GA -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62134819-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>