-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe_voting_faq.html
More file actions
executable file
·90 lines (74 loc) · 2.7 KB
/
e_voting_faq.html
File metadata and controls
executable file
·90 lines (74 loc) · 2.7 KB
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
89
90
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dr EJ Infeld</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- Navigation -->
<header> <a href="">
<h4 class="logo">DR EJ INFELD</h4>
</a>
<nav>
<ul>
<li><a href="https://evainfeld.net#science">SCIENCE/TECHNOLOGY</a></li>
<li><a href="https://evainfeld.net#activism">POLITICS/ACTIVISM</a></li>
<li> <a href="https://evainfeld.net#photography">PHOTOGRAPHY</a></li>
<li> <a href="https://evainfeld.net#personal">PERSONAL</a></li>
</ul>
</nav>
</header>
<!-- About Section -->
<section class="science" id="m314">
<p class="wide_column">
<font color="#693C8C" size="5px">ELECTRONIC VOTING FAQ</font>
</br></br>
<font color="#693C8C" size="4px">Why is electronic voting never going to be fully reliable?</font></br>
</br></br>
<font color="#693C8C" size="4px">Why do you still do it then?</font></br>
</br></br>
<font color="#693C8C" size="4px">What are the strangths of this project?</font></br>
</br></br>
<font color="#693C8C" size="4px">What do you do about voter coercion?</font></br>
</br></br>
<font color="#693C8C" size="4px">Have you heard about project X that sounds a little similar?</font></br>
</br></br>
</p>
</section>
</section>
<footer>
<article class="footer_column">
<h3></h3>
<p> </p>
</article>
<article class="footer_column">
<h3></h3>
<p></p>
</article>
</footer>
<!-- Footer Section -->
<section class="footer_banner" id="contact">
<h2 class="hidden">Footer Banner Section </h2>
<p class="hero_header"> </p>
<div class="button"> </div>
</section>
<!-- Copyrights Section -->
<div class="copyright"> <strong> </strong></div>
</div>
<!-- Main Container Ends -->
</body>
</html>