This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
266 lines (236 loc) · 10.1 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Agora Voting - open source voting software</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="fonts/motserrat.css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="fonts/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<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-55763429-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="#page-top">
<img src="img/logo.png" alt="Agora Voting logo" />
</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 navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#software">Software</a>
</li>
<li class="page-scroll">
<a href="#team">Team</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
<li class="page-scroll">
<a href="http://agoravoting.org" target="_blank">Community</a>
</li>
<!-- Deprecated
<li class="page-scroll">
<a href="https://agora.agoravoting.com" target="_blank">Try now</a>
</li>
-->
<li>
<a href="https://www.facebook.com/AgoraVoting" target="_blank">
<i class="fa fa-fw fa-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/AgoraVoting" target="_blank">
<i class="fa fa-fw fa-twitter"></i>
</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div id="cookies-alert">
Utilizamos cookies propias y de terceros para mejorar nuestros servicios. Si continua navegando, consideramos que acepta su uso <a href="cookies.txt" target="_blank">más información</a> <a href="" id="closecookies">cerrar</a>
</div>
<div class="col-lg-12">
<div class="intro-text lang-en">
<h1 style="font-size: 4em">21st century democracy</h1>
<br/>
<br/>
<p class="hero hidden-xs">Agora Voting is an open source voting software that allows any organization to carry out secure, flexible, transparent and cost-effective electoral processes</p>
</div>
<div class="intro-text lang-es hidden">
<h1 style="font-size: 4em">Democracia del siglo 21</h1>
<br/>
<br/>
<p class="hero hidden-xs">Agora Voting es un software libre de votaciones que permite a cualquier organización realizar procesos electorales de forma segura, flexible, transparente y a un precio competitivo.</p>
</div>
</div>
</div>
</div>
</header>
<!-- Portfolio Grid Section -->
<section id="software">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Software</h2>
<hr>
<h3>More than 400.000 votes have been cast in elections with Agora Voting.</h3>
<div class="row text-center" style="margin-top: 20px">
<div class="col-md-3 col-sm-6 hero-feature">
<div class="thumbnail">
<i class="fa fa-lock" style="font-size:180px"></i>
<div class="caption">
<h3>Security</h3>
<p>We use algorithms and implement solutions published by leading voting process experts and academics from the most renowned institutions around the world</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="thumbnail">
<i class="fa fa-eye" style="font-size:180px"></i>
<div class="caption">
<h3>Transparency</h3>
<p>Our code-base can be reviewed by anyone and understand how the software works. Other solutions based on proprietary software apply the obsolete "security by obscurity" principle and act like black boxes.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="thumbnail">
<i class="fa fa-random" style="font-size:180px"></i>
<div class="caption">
<h3>Flexibility</h3>
<p>It is possible to configure almost any characteristic of the voting process. Our modular architecture makes it possible to extend the platform with plug-ins that add functionality such as authentication methods or reporting capabilities.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 hero-feature">
<div class="thumbnail">
<i class="fa fa-money" style="font-size:180px"></i>
<div class="caption">
<h3>Cost-effectiveness</h3>
<p>Our software is published as free software at no cost, so you don't have to pay any license fee (usually a relevant part of the election costs). Additional security measures can be implemented at a fraction of the cost of the alternatives available today.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Team</h2>
<hr>
</div>
</div>
<div class="row" style="text-align: center">
<div class="col-sm-4">
<img src="img/eduardo.jpg" alt="eduardo" class="img-rounded">
<h3><a href="http://edulix.wordpress.com/" target="_blank">Eduardo Robles</a></h3>
<p>Product</p>
</div>
<div class="col-sm-4">
<img src="img/david.jpg" alt="david" class="img-rounded">
<h3><a href="http://davidruescas.com" target="_blank">David Ruescas</a></h3>
<p>R&D</p>
</div>
<div class="col-sm-4">
<img src="img/lucas.jpg" alt="lucas" class="img-rounded">
<h3><a href="http://lucascervera.com" target="_blank">Lucas Cervera</a></h3>
<p>Business</p>
</div>
<div class="clearfix"></div>
<h5 style="margin-top: 20px;"><a href="http://wadobo.com" target="_blank">Technology partner Wadobo</a></h5>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact</h2>
<p>You can contact us sending an email to <a href="mailto:[email protected]">[email protected]</a>
or by telephone at +34 639 662 303.
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
Agora Voting SL 2014, CIF B87138467, Fuente del rey, 31M, 28023 Madrid (Spain).
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visble-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery Version 1.11.0 -->
<script src="js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<script>
var lang = window.navigator.userLanguage || window.navigator.language;
if (lang.substr(0, 2) === 'es') {
$(".lang-en").hide();
$(".lang-es").removeClass('hidden');
}
</script>
<!-- Custom Theme JavaScript -->
<script src="js/freelancer.js"></script>
</body>
</html>