added digitalomat.nl.xhtml
the build was successful Details

This commit is contained in:
André Ockers 2019-03-23 10:19:54 +01:00
父節點 6b60e78ddb
當前提交 3f9c41273e
共有 1 個文件被更改,包括 84 次插入0 次删除

查看文件

@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8" ?>
<html>
<head>
<title>Digital-O-Mat</title>
<meta content="Digital-O-Mat campaign " name="description" />
<meta content="FSFE verkiezingen Digital-O-Mat vergelijk partijen standpunten antwoorden" name="keywords" />
<style type="text/css">
div.two-column {
float: left;
width: 40%;
}
h1, h2, h3 {
clear: both;
}
.noclear {
clear: none;
}
div#toc {
float: right;
clear: right;
border: solid 1px;
margin: .5em;
background: rgb(240,240,240);
width: 40%;
padding: 1em 1.5em 1.5em 1.5em;
margin: 1.5em;
}
div#toc p {
text-indent: 0.5em;
margin-top: 1.5em;
}
div#toc p.head {
font-size: 1.15em;
text-align: center;
margin-top: 0;
text-indent: 0;
}
form#orderpromo {
clear: both;
margin: 2em 0 3em 0;
width: 70%;
}
</style>
</head>
<body>
<p id="category"><a href="/campaigns/elections/">Verkiezingscampagnes</a></p>
<h1 id="digitalomat">Digital-O-Mat</h1>
<h2 id="successful-campaigns">Succesvolle campagnes</h2>
<ul>
<li><a href="https://nrw.digital-o-mat.de/">Digital-O-Mat voor de parlementsverkiezingen in Noordrijn-Westfalen (Duitsland) in 2017</a></li>
<li><a href="https://bund.digital-o-mat.de/">Digital-O-Mat voor de federale Duitse verkiezingen in 2017</a></li>
</ul>
<h2 id="useful-resources">Nuttige hulpbronnen</h2>
<ul>
<li><a href="https://github.com/dsstio/digital-o-mat">Digital-O-Mat broncode</a></li>
<li>Initial implementation: <a href="http://wahl.tagesspiegel.de/2016/bezirkomat/">2016 verkiezingen voor de besturen van de Berlijnse districten</a></li>
</ul>
</body>
<translator>André Ockers</translator>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->