-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
72 lines (69 loc) · 4.21 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<!-- vim: set sts=2 sw=2 et tw=0 : -->
<head>
<meta charset="UTF-8">
<title>The Ballot</title>
<!-- Hello! We're Pareidolic. Pleased to make your acquaintance. -->
<link rel="shortcut icon" href="/favicon.ico?1" />
<link rel="image_src" href="/banners/the-b.png" />
<meta property="og:image" content="http://theballot.in/banners/the-b.png" />
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800&subset=devanagari">
<script type="text/javascript" src="//use.typekit.net/dhl2ewe.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
function add_email() {
document.getElementById("email").innerHTML = "<a href='mailto:theballot" +
String.fromCharCode(64) +
"pareidolic.in'>Contact</a>";
}
window.onload = add_email;
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-43617415-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 lang="en">
<div id="top-color-bar"></div>
<div id="wrapper">
<div id="nav-bar">
<a href="/"><span class="nav-1" id="homelink">The Ballot</span></a>
<a href="http://blog.theballot.in"><span class="nav-1" id="bloglink">Blog</span></a>
<a href="/archive/"><span class="nav-1" id="archivelink">Archive</span></a>
</div>
<div id="content">
<div id="text">
<div id="section-title">
<h1><strong>The Ballot</strong><br/>
is a visual compendium
of information about
the world’s largest democracy.</h1>
</div>
<div id="right-arrow"><a href="/archive/" title="Next">›</a></div>
<div id="section-desc" class="not-chart">
<p>On Independence Day 2013, <i>The Ballot</i> was launched with the purpose of being your fix of facts and figures you ought to know about India as the country was preparing for the General Elections in 2014. With regular updates, we brought you easily digestible yet relevant nuggets of information, which were presented as richly illustrated graphs and charts for your convenient perusal.</p><br>
<p>At this point in time, the 2014 General Elections have been conducted, and we hope that you found our work useful in making informed decisions regarding your franchise. <i>The Ballot</i> is now in archive mode, and no further updates will be made. Our <a id="latest-chart" href="/archive/">visualization archive</a> is available for perusal and use under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank">Creative Commons license</a>, and we hope that it continues to be useful to people in some form.</p><br>
<i>The Ballot</i> also had a presence on <a href="https://www.facebook.com/WeAreTheBallot" target="_blank">Facebook</a> and on <a href="https://twitter.com/WeAreTheBallot" target="_blank">Twitter</a>.<br>
</div>
</div>
</div>
</div>
<div class="clearing"></div>
<!-- This exists purely for the sticky footer. Keep it the last div. -->
<div id="push" class="not-chart"></div>
<div id="footer" class="not-chart">
<div id="footer-wrapper">
<div class="nav-2" id="footer-common">
<span id="internal-links">Built by <a target="_blank" href="http://pareidolic.in">Pareidolic</a> · Home · <a href="/archive/">Archive</a> · <a href="http://blog.theballot.in">Blog</a> · <a href="/disclaimer/">Disclaimer</a> · <span id="email"><a href="mailto:theballot → pareidolic.in">Contact</a></span></span>
<span id="license"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png" /></a></span>
</div>
</div>
</div>
</body>
</html>