-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
750 lines (716 loc) · 26.3 KB
/
Copy pathindex.html
File metadata and controls
750 lines (716 loc) · 26.3 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
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Simple & secure voting powered by the Ethereum blockchain." />
<meta name="keywords"
content="Voveo, Ethereum, Smart Contract, Smart Contracts, association, voting, vote, Simon Büchi" />
<meta name="author" content="Simon Buechi" />
<title>Voveo</title>
<link href="/css/bootstrap.min.css" rel="stylesheet" />
<link href="/css/custom.css" rel="stylesheet" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ffffff">
<meta name="apple-mobile-web-app-title" content="Voveo">
<meta name="application-name" content="Voveo">
<meta name="msapplication-TileColor" content="#8e24aa">
<meta name="theme-color" content="#8e24aa">
</head>
<body>
<nav class="navbar sticky-top gradient">
<div>
</div>
<div>
<a class="btn btn-outline-light btn-sm" href="#home">Voveo</a>
<a class="btn btn-outline-light btn-sm" href="#solutions"> Solutions</a>
<a class="btn btn-outline-light btn-sm" href="#features">Features</a>
<a class="btn btn-outline-light btn-sm" href="#about">About</a>
</div>
<div>
</div>
</nav>
<div class="position-relative p-3 p-md-5 text-center bgHeader" id="home">
<div class="col-md-12 m-2 text-light">
<a class="text-white" href="/">English</a> |
<a class="text-white" href="/de"> Deutsch</a> |
<a class="text-white" href="/fr">Français</a>
</div>
<div class="col-md-12 mx-auto my-5">
<h1 class="text-light display-1">
<img src="/img/logo-light.png" width="180" class="logo logoanimated my-4" />
Voveo
</h1>
<p class="lead text-white">
Simple & Secure Voting
</p>
<p class="lead text-white">
Backed by the Ethereum Blockchain
</p>
</div>
<div class="col-md-12 mx-auto py-5">
<a href="https://dev.voveo.ch/" class="btn btn-lg btn-success">Run App Now</a>
<p class="text-light">
<small>alpha version</small>
</p>
</div>
</div>
<div class="container my-5">
<div class="row">
<div class="col-md-4 col-12">
<div class="card">
<div class="card-body">
<h2 class="card-title">
What
</h2>
<p>
Voveo is a blockchain based voting tool including a video conferencing platform that enables to run
digitally
annual general meetings (AGM) or meetings without compromising your security. Voveo also proposes legal
services
via our partners to facilitate the implementation of the AGM.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card">
<div class="card-body">
<h2 class="card-title">
How
</h2>
<p>
Combining the existing digital means and the blockchain technology, Voveo provides a simple, secure
and anonymous way to vote or make decisions.
</p>
<p>
By storing the polling result on the Ethereum blockchain,
Voveo ensures the authenticity of the result and make it immutable including from us.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card">
<div class="card-body">
<h2 class="card-title">
Why
</h2>
<p>
We believe that everyone has the right to participate in decisions-making anywhere and anytime
without compromising his security and identity as well as the opportunity to verifiy the
authenticity of the voting result.
</p>
<p>
Voveo is super simple to use, enables a quick setup and a secure way of voting.
</p>
</div>
</div>
</div>
</div>
<div class="row my-5" id="solutions">
<div class="col-md-12 text-center my-5">
<h2 class="display-4">Solutions</h2>
</div>
<div class="col-md-4 col-12">
<div class="card">
<div class="card-body">
<h2 class="card-title">
Digital meetings
</h2>
<p>
Voveo is a blockchain based voting tool for annual general meetings (AGM) and other types of assemblies
or
meetings.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card">
<div class="card-body">
<h2 class="card-title">
Quick & Simple
</h2>
<p>
Voveo runs on any device: desktop, tablet and mobile phones (iOS & Android). Set up your event with a
few
clicks and accredit participants with personalized invitation codes.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card">
<div class="card-body">
<h2 class="card-title">
Secure
</h2>
<p>
All polling is stored on the Ethereum blockchain - one of the most secure and immutable database.
</p>
</div>
</div>
</div>
</div>
<div class="row my-5">
<div class="col-md-12 text-center mb-5">
<h2>Pricing</h2>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<h2 class="card-title">
Starter
</h2>
<hr />
<p class="card-text">
Run your assembly on Ethereum testnet blockchain
</p>
<hr />
<p class="card-text">
Voveo web app for desktop, tablet and mobile phones (iOS & Android)
</p>
<hr />
<p class="card-text">
Up to 100 users
</p>
<hr />
<p class="card-text">
FAQ Support
</p>
<hr />
<p class="card-text">
<h3>Free to use</h3>
</p>
<hr />
<a href="https://dev.voveo.ch/" class="btn btn-lg btn-success">Try now</a>
<p class="text-muted">
<small>alpha version</small>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<h2 class="card-title">
Standard
</h2>
<hr />
<p class="card-text">
Run your assembly on Ethereum mainnet blockchain
</p>
<hr />
<p class="card-text">
Voveo web app for desktop, tablet and mobile phones (iOS & Android)
</p>
<hr />
<p class="card-text">
Unlimited number of users
</p>
<hr />
<p class="card-text">
Live Support
</p>
<hr />
<p class="card-text">
<h3>CHF 10 per user per assembly</h3>
</p>
<hr />
<a href="mailto:voveo.info@protonmail.com?subject=Voveo%20Order" class="btn btn-lg btn-success">Order
now</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<h2 class="card-title">
Pro
</h2>
<hr />
<p class="card-text">
Run your assembly on Ethereum mainnet blockchain
</p>
<hr />
<p class="card-text">
Voveo web app for desktop, tablet and mobile phones (iOS & Android)
</p>
<hr />
<p class="card-text">
Unlimited number of users
</p>
<hr />
<p class="card-text">
Custom setup & On-site support
</p>
<hr />
<p class="card-text">
Legal service & project management
</p>
<hr />
<p class="card-text">
<h3>Custom pricing</h3>
</p>
<hr />
<a href="mailto:voveo.info@protonmail.com?subject=Voveo%20Custom" class="btn btn-lg btn-success">Get in
touch</a>
</div>
</div>
</div>
</div>
<div class="row my-5" id="features">
<div class="col-md-12 text-center my-5">
<h2 class="display-4">Features</h2>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="card mt-4">
<div class="card-body">
<h2 class="card-title">
End-to-end process
</h2>
<hr />
<p>
<h3>Onboarding</h3>
As a participant of an event, you just enter your access code. After the host accredits you, you're
ready and in. There is no user/password or seed phrase you need to write down or remember. It just takes
a
few
seconds.
</p>
<hr />
<p>
<h3>Hosting</h3>
Super simple administration. As an admin of an event or assembly, you easily accredit participants
and
set up
the agenda.
</p>
<hr />
<p>
<h3>Accreditation</h3>
As a host of an event, you create an invitation code per participants which they will then use to
accredit. This way you make sure no user signs on twice or any unwanted 3rd party is joining.
</p>
<hr />
<p>
<h3>Disposable</h3>
We provide you with a secure yet disposable account. When using Voveo, we create a private/public
keypair for you which is stored in
your local browser. After an event, you decide whether you want to add this key to your wallet or just
dispose
it.
</p>
</div>
</div>
<div class="card mt-4">
<div class="card-body">
<h2 class="card-title">
Usability
</h2>
<hr />
<p>
<h3>Video</h3>
Run a video feed during your event. Share your screen or presentation. Make a video conference call with
all
participants. We integrate open-source software Jitsi.
</p>
<hr />
<p>
<h3>Chat</h3>
We offer video and text chat (integrated in Jitsi). This is separated from the voting, which means that
you
can identify yourself on the video but still are private (aka pseudonymous) when you vote.
</p>
<hr />
<p>
<h3>Minutes</h3>
After concluding an event, meeting minutes with the voting results are generated automatically and ready
to
be
copied, printed or saved as PDF.
</p>
<hr />
<p>
<h3>Storage</h3>
The voting results are stored on the blockchain which ensures its immutability. Since all data is
on the blockchain, there is no need to keep a record on our your server.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="card mt-4">
<div class="card-body">
<h2 class="card-title">
Technology
</h2>
<hr />
<p>
<h3>Ethereum mainnet</h3>
Run on the Ethereum mainnet, one of the most secure databases in the world.
</p>
<hr />
<p>
<h3>Ethereum testnet</h3>
Voveo runs on Ethereum testnet, where it can be used for free. Be aware that the testnets do not
have
the same
security as the mainnet.
</p>
<hr />
<p>
<h3>Ethereum PoA</h3>
Coming soon: Run on Proof of Authority blockchain. Fast, efficient and cheaper than the Ethereum
mainnet.
</p>
<hr />
<p>
<h3>Security</h3>
Whatever blockchain you choose, your event is secure. Your actions are signed with a private key that
only
exists on your local machine in the browser. Everything you do is securely deployed and stored in the
blockchain.
</p>
</div>
</div>
<div class="card mt-4">
<div class="card-body">
<h2 class="card-title">
Privacy & Security
</h2>
<hr />
<p>
<h3>Privacy</h3>
Privacy by design. We do not include any 3rd party API
</p>
<hr />
<p>
<h3>No tracking</h3>
There is no tracking, not by Voveo and not by any 3rd party. No 3rd party cookies and no Google
Analytics.
Because privacy matters.
</p>
<hr />
<p>
<h3>Stay anonymous</h3>
You decide whether you want to use personalized data or not. Of course, we accept crypto currencies
(Bitcoin
and Ether) for payments.
</p>
<hr />
<p>
<h3>More to come</h3>
Are we missing something? Is there any special features you need? Feel free to ask.
</p>
<hr />
<p>
<a class="btn btn-success" href="mailto:voveo.info@protonmail.com?subject=Voveo%20Feature%20Request">
Request feature
</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center my-5">
<h2>Technology stack</h2>
</div>
<div class="col-lg-3 col-md-3 col-6 text-center">
<img alt="Ethereum technology is used at Voveo" src="/img/tech-stack/ethereum.jpg" width="100" />
<p>Ethereum</p>
</div>
<div class="col-lg-3 col-md-3 col-6 text-center">
<img alt="Web3.js is used at Voveo" src="/img/tech-stack/webjs.jpg" width="100" />
<p>web3.js</p>
</div>
<div class="col-lg-3 col-md-3 col-6 text-center">
<img alt="Solidity is used at Voveo" src="/img/tech-stack/solidity.jpg" width="100" />
<p>Solidity</p>
</div>
<div class="col-lg-3 col-md-3 col-6 text-center">
<img alt="React.js is used at Voveo" src="/img/tech-stack/react.jpg" width="100" />
<p>React.js</p>
</div>
</div>
<div class="row" style="display: none;">
<div class="col-md-12 text-center my-5">
<h2 class="display-4">FAQ</h2>
</div>
<div class="col-md-6">
<p>
<h3>
Why are results written to the blockchain?
</h3>
The blockchain is a secure and immutable data record.
</p>
<hr />
<p>
<h3>
The blockchain is public, so is everything I do on Voveo public?
</h3>
Basically yes. This means you should be careful of what you do with Voveo. However, as long as you
do not share any personal information, you are pseudonymous - there is a track record of your account, but
no
one knows which person this account belongs to.
</p>
<hr />
<p>
<h3>
How am I identified?
</h3>
The administrator hands out a personalized access code that you should not share with anybody
</p>
<hr />
<p>
<h3>
How can I revert/undo my vote/choice?
</h3>
You can't. That is why there is a confirmation. You may of course ask the administrator to invalidate
the ballot and to repeat the vote.
</p>
<hr />
<p>
<h3>
What is my public key?
</h3>
When using Voveo, a private and public key is being generated in the background. This is your
gateway to use the blockchain. With your public key, you can
</p>
</div>
<div class="col-md-6">
<p>
<h3>
What blockchain do you use?
</h3>
Voveo runs on Ethereum and is connected to the Ethereum mainnet. However, we provide access to
other Ethereum-based blockchain, e.g. Ropsten testnet, PoA or your custom blockchain
</p>
<hr />
<p>
<h3>
Voting should be confidential. Can anyone see what I voted for?
</h3>
Your vote is treated confidentially. The blockchain records a) who has voted and b) how many
yes/no-votes are cast - there is no record of what you have voted for.
</p>
<hr />
<p>
<h3>
What are these cryptic strings, e.g. 0x08dc456423...?
</h3>
Since everything runs on the blockchain, we use smart contracts. Every smart contracts has such an
identifier. Your public key too is such a string. Don't worry, there is no need for you to remember or
write
down these strings.
</p>
<hr />
<p>
<h3>
My question is not listed here, what can I do?
</h3>
Our service is new and we are fully aware that there is yet a lot to
be done. Please let us know how we can help you.
</p>
<hr />
<p>
<a class="btn btn-success" href="mailto:voveo.info@protonmail.com?subject=Voveo%20Support">
Request for Support
</a>
</p>
</div>
</div>
<div class="row" id="about">
<div class="col-md-12 text-center my-5 pt-5">
<h2 class="display-4">About</h2>
</div>
<div class="col-md-12 text-center my-5">
<img alt="Voveo Team with Simon, Mauro, Alex, Yves, Charles, Roger" src="/img/team/voveo-team-6.jpg" style="max-width: 100%; height: auto;" />
</div>
<div class="col-md-4 text-center">
<img alt="Mauro Cappiello at Voveo" src="img/team/mauro.jpg" class="round m-2 mx-auto" width="150" />
<h4>Mauro Cappiello</h4>
<p>
Sales <br />
+41 79 944 16 16 <br />
<a class="btn btn-light" href="https://www.linkedin.com/in/maurocappiello/">
Mauro on LinkedIn
</a>
</p>
</div>
<div class="col-md-4 text-center">
<img alt="Simon Buechi at Voveo" src="img/team/simon.jpg" class="round m-2 mx-auto" width="150" />
<h4>Simon Buechi</h4>
<p>
Product <br />
+41 78 740 16 27 <br />
<a class="btn btn-light" href="https://www.linkedin.com/in/simonbuechi/">Simon on LinkedIn</a>
</p>
</div>
<div class="col-md-4 text-center">
<img alt="Polto at Voveo" src="img/team/alex.jpg" class="round m-2 mx-auto" width="150" />
<h4>Alexandre Poltorak</h4>
<p>
Technology
</p>
<p>
<a class="btn btn-light" href="https://www.linkedin.com/in/polto/">
Alex on LinkedIn
</a>
</p>
<p>
</p>
</div>
<div class="col-md-4 text-center">
<img alt="Charles Milliet at Voveo" src="../img/team/charles.jpg" class="round m-2 mx-auto" width="150" />
<h4>Charles Milliet</h4>
<p>
Business Development
</p>
<p>
<a class="btn btn-light" href="https://www.linkedin.com/in/charles-milliet-b324ab133/">
Charles on LinkedIn
</a>
</p>
<p>
</p>
</div>
<div class="col-md-4 text-center">
<img alt="Roger Peier at Voveo" src="../img/team/roger.jpg" class="round m-2 mx-auto" width="150" />
<h4>Roger Peier</h4>
<p>
Technology
</p>
<p>
<a class="btn btn-light" href="https://www.linkedin.com/in/roger-peier-918392118/">
Roger on LinkedIn
</a>
</p>
<p>
</p>
</div>
<div class="col-md-4 text-center">
<img alt="Join the Voveo team" src="../img/team/wewantyou.png" class="round m-2 mx-auto" width="150" />
<h4>Join us!</h4>
<p>
We are expanding. Are you an experienced developer looking for a challenge? Or a student new to blockchain
tech but keen to contribute? Convince us why you want to join.
</p>
<p>
Bring experience in one of these topics: Ethereum, smart contract, Solidity, IPFS, React, UI/UX, Node.js.
</p>
<p>
<a class="btn btn-success" href="mailto:voveo.info@protonmail.com?subject=Apply">
Contact us
</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center my-5">
<h2>Partners</h2>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 text-center">
<a href="https://big-swiss.com">
<img alt="Blockchain Innovation Group is a partner of Voveo" src="/img/partners/big.jpg" width="250" />
</a>
<p class="pt-4">Blockchain Innovation Group</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 text-center">
<a href="https://coreledger.net">
<img alt="CoreLedger is a partner of Voveo" src="/img/partners/coreledger.jpg" width="250" />
</a>
<p class="pt-4">CoreLedger AG</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 text-center">
<a href="https://www.wickipartners.ch">
<img alt="Wicki Partners is a partner of Voveo" src="/img/partners/wicki.jpg" width="250" />
</a>
<p class="pt-4">Wicki Partners AG</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 text-center">
<a href="https://dalaw.swiss">
<img alt="DALAW is a partner of Voveo" src="/img/partners/dalaw.jpg" width="250" />
</a>
<p class="pt-4">DALAW</p>
</div>
</div>
</div>
<footer class="position-relative py-5 mt-5 bgFooter">
<div class="col-md-12 text-center pb-5" style="display: none;">
<p class="text-light">
Follow us
</p>
<p class="mb-5">
<a class="btn btn-lg btn-success round-icon" href="#" title="Voveo on Facebook">
<svg width="25" height="25" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-f"
class="svg-inline--fa fa-facebook-f fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 320 512">
<path fill="currentColor"
d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z">
</path>
</svg>
</a>
<a class="btn btn-lg btn-success round-icon" href="#" title="Voveo on LinkedIn">
<svg width="25" height="25" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in"
class="svg-inline--fa fa-linkedin-in fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 448 512">
<path fill="currentColor"
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z">
</path>
</svg>
</a>
<a class="btn btn-lg btn-success round-icon" href="#" title="Voveo on Twitter">
<svg width="25" height="25" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter"
class="svg-inline--fa fa-twitter fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 512 512">
<path fill="currentColor"
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z">
</path>
</svg>
</a>
</p>
</div>
<div class="col-md-12 text-center py-5">
<div class="eth">
<div class="bottom">
<div class="left"></div>
<div class="right"></div>
<div class="up"></div>
<div class="down"></div>
</div>
<div class="top">
<div class="left"></div>
<div class="right"></div>
<div class="up"></div>
<div class="down"></div>
</div>
</div>
<p class="text-light">
Developed with passion on Ethereum.
</p>
<p class="text-light">
Built and operated in Switzerland.
</p>
<a class="btn btn-success" href="mailto:voveo.info@protonmail.com">
Contact us
</a>
</p>
</div>
<div class="col-md-12 text-center py-5">
<p class="text-light"><small>
No javascript, no cookies, no analytics. Privacy matters.
</small></p>
</div>
</footer>
</body>
</html>