-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
61 lines (61 loc) · 3.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="assets/bootstrap.min.css" rel="stylesheet">
<link href="resources/style.css" rel="stylesheet">
<title>Yivi Demos</title>
<script type="text/javascript"></script>
<script type="text/javascript"></script>
<script type="text/javascript"></script>
</head>
<body>
<header>
<h1>Try out Yivi Demos</h1>
</header>
<div class="container mt-5">
<div itemprop="articleSection">
<p>
This page describes different possible applications of Yivi, both for disclosing relevant information about yourself and for digital signing. With each of the buttons below, additional information is provided. Detailed
<a href="https://www.yivi.app/en/for_developers/">explanations</a> are available.
</p>
<dl class="row">
<dt class="col-sm-4">Log in with e-mail address</dt>
<dd class="col-sm-8 mb-3">
<button class="custom-button" onclick="window.location.href='/demos/mail/index.en.html'">E-mail log in</button>
</dd>
<dt class="col-sm-4">Yivi signatures for permissions and statements</dt>
<dd class="col-sm-8 mb-3">
<button class="custom-button" onclick="window.location.href='/demos/signature/index.en.html'">Yivi signatures</button>
</dd>
<dt class="col-sm-4">Submitting address information by automatic form-filling</dt>
<dd class="col-sm-8 mb-3">
<button class="custom-button" onclick="window.location.href='/demos/address/index.en.html'">Filling in address</button>
</dd>
<dt class="col-sm-4">Verification whether someone is a student</dt>
<dd class="col-sm-8 mb-3">
<button class="custom-button" onclick="window.location.href='/demos/student/index.en.html'">Student check</button>
</dd>
<dt class="col-sm-4">Age verification</dt>
<dd class="col-sm-8 mb-3">
<button class="custom-button" onclick="window.location.href='/demos/18plus/index.en.html'">18+ check</button>
<button class="custom-button" onclick="window.location.href='https://angrygames.staging.yivi.app/'">Angry Games demo</button>
</dd>
<dt class="col-sm-4">Registration and verification for watching movies online</dt>
<dd class="col-sm-8 mb-3">
<button class="custom-button" onclick="window.location.href='https://yivitube.staging.yivi.app'">YiviTube</button>
</dd>
<dt class="col-sm-4">Chained Yivi sessions</dt>
<dd class="col-sm-8 mb-3">
<button class="custom-button" onclick="window.location.href='/demos/irmaTubePremium/index.en.html'">YiviTube Premium</button>
</dd>
<dt class="col-sm-4">Verification whether someone is being alive</dt>
<dd class="col-sm-8 mb-3">
<button class="custom-button" onclick="window.location.href='/demos/beingalive/index.en.html'">Attestatio de vita demo</button>
</dd>
</dl>
</div>
</div>
</body>
</html>