-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex-video.html
84 lines (66 loc) · 3.09 KB
/
index-video.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
<!DOCTYPE html>
<html lang="nl-NL"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Demo | Video | 1overheid</title>
<meta name="description" content="Prototype voor 1overheid: informatie, diensten, beleid en bestuur">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/additional.css">
</head>
<body cz-shortcut-listen="true" class="home">
<header>
<div class="container-fluid">
<div class="notVisibleInFrame">
<nav class="navbar navbar-light">
<h1 class="navbar-brand">
<img src="img/een-overheid.svg" alt="1overheid">
<em class="payoff">Demo-video's</em>
</h1>
<div class="navbar-options">
</div>
</nav>
</div>
</div>
</header>
<main class="actionable">
<div class="container-fluid">
<div class="row">
<div class="col-lg-10 offset-lg-1 col-md-12">
<div class="container-fluid">
<div class="row">
<div class="col-md-12" style="padding-top:2rem;">
<h2>Video's van het prototype</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<ul class="vireo-list">
<li>
Rijbewijs verlengen
</li>
<li>
Grofvuil wegbrengen
</li>
<li>
Checklist 'Huis kopen'
</li>
<li>
Statiegeld
</li>
<li>
Gezondheidsverklaring invullen
</ul>
<h3 class="vireo-light" style="margin-top: 2rem;">Demo video's:</h3>
<p><a class="btn btn-primary" href="https://www.platformrijksoverheiddemo.nl/organisatie/online-advies/prototype-1overheid">Ga naar de video's</a></p>
</main>
<footer>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<span class="align-middle lead">1overheid: voor al uw overheidszaken.</span>
</div>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body></html>