forked from vishalmohanty/Indian_audit_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
developersOverall.html
88 lines (79 loc) · 3.42 KB
/
developersOverall.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:pref="http://www.w3.org/2002/Math/preference"
pref:renderer="css"
height: 100%>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Bootstrap -->
<link href="bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://getbootstrap.com/examples/sticky-footer/sticky-footer.css" rel="stylesheet">
<link rel="shortcut icon" href="./voteIcon.ico"/>
<link rel="shortcut icon" href="./voteIcon.ico"/>
<link rel="stylesheet" type="text/css" href="./pbsDefault.css"/>
<link rel="stylesheet" type="text/css" href="./jquery-ui.min.css" />
</head>
<body height: 100%>
<div id="bodyDiv">
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<!--div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="overall.html">Efficient Auditing of Indian Elections</a>
</div-->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="overall.html">Home</a>
</ul>
<ul class="nav navbar-nav">
<li><a href="file:///C:/Users/Anmol%20PC/Desktop/Pikul/UoM/Acads/webpages/simpleBP1.html">Simple Ballot Polling Audit<span class="sr-only">(current)</span></a></li>
</ul>
<ul class="nav navbar-nav">
<li><a href="https://www.stat.berkeley.edu/~stark/Vote/auditTools.htm">Stark's Ballot Comparison Audit</a></li></ul>
<ul class="nav navbar-nav">
<li><a href="https://www.stat.berkeley.edu/~stark/Vote/ballotPollTools.htm">Stark's Ballot Polling Audit</a></li></ul>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<h1>
<center>About the Developers</center>
</h1>
<p>
This website is an adaptation of Philip Stark's website with modified tools and styling. His <a href="https://www.stat.berkeley.edu/~stark/">Website</a>.
</p>
<div class="panel panel-primary">
<div class="panel-heading">Developers</div>
<div class="panel-body">
<p>
Vishal Mohanty
</p>
<p>
Christopher Culane
</p>
<p>
Vanessa Teague
</p>
</div>
</div>
<footer class="footer">
<div class="container">
<p>
Written by Vishal Mohanty in association with Vanessa Teague, <a href="https://people.eng.unimelb.edu.au/vjteague/">https://people.eng.unimelb.edu.au/vjteague/</a>.
Last modified 28 June 2017.
</p>
</div>
</footer>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</html>