Skip to content

Commit 2484116

Browse files
committed
Initial commit
0 parents  commit 2484116

6 files changed

+89
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

index.html

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>zijndecovidappsalopensource.nl</title>
5+
<meta name="description" content="Zijn de corona apps al open source? NEE." />
6+
<meta property="og:title" content="zijndecovidappsalopensource.nl" />
7+
<meta property="og:description" content="Zijn de corona apps al open source? NEE." />
8+
<meta property="og:image" content="https://zijndecovidappsalopensource.nl/rutte-opensource.png" />
9+
10+
<link rel="stylesheet" href="tables-min.css">
11+
</head>
12+
13+
<body>
14+
<div style="max-width: 600px; margin: 10px auto; text-align: center;">
15+
<h1>
16+
NEE
17+
</h1>
18+
<p>* Het Ministerie van VWS heeft enkel de namen van de organisaties openbaar gemaakt. De rest moeten we vooralsnog <a href="https://docs.google.com/spreadsheets/d/1S22jSACupa4PEW_pxQhKBLvezjawk8CdFfXq26B9rgg">gokken</a>. Dit overzicht wordt bijgewerkt.</p>
19+
<table class="pure-table pure-table-bordered">
20+
<thead>
21+
<tr>
22+
<th style="text-align: center;">Organisatie</th>
23+
<th>Naam app</th>
24+
<th>Published source</th>
25+
<th>Open source</th>
26+
</tr>
27+
</thead>
28+
<tbody>
29+
<tr>
30+
<td>Covid19</td>
31+
<td></td>
32+
<td></td>
33+
<td></td>
34+
</tr>
35+
<tr>
36+
<td>DDT Consortium</td>
37+
<td></td>
38+
<td></td>
39+
<td></td>
40+
</tr>
41+
<tr>
42+
<td>Accenture B.V.</td>
43+
<td></td>
44+
<td></td>
45+
<td></td>
46+
</tr>
47+
<tr>
48+
<td>Capgemini Nederland BV</td>
49+
<td></td>
50+
<td></td>
51+
<td></td>
52+
</tr>
53+
<tr>
54+
<td>ITO</td>
55+
<td></td>
56+
<td></td>
57+
<td></td>
58+
</tr>
59+
<tr>
60+
<td>DEUS BV</td>
61+
<td></td>
62+
<td></td>
63+
<td></td>
64+
</tr>
65+
<tr>
66+
<td>Sia Partners</td>
67+
<td></td>
68+
<td></td>
69+
<td></td>
70+
</tr>
71+
</tbody>
72+
</table>
73+
<br />
74+
<video controls src="rutte-opensource.mp4"></video>
75+
</center>
76+
77+
</body>
78+
79+
</html>
80+
81+

rutte-opensource.mp4

982 KB
Binary file not shown.

rutte-opensource.png

130 KB
Loading

tables-min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

youtube-live.png

93.2 KB
Loading

0 commit comments

Comments
 (0)