green-spider/docs/index.html

99 lines
2.8 KiB
HTML
Raw Normal View History

2018-04-05 19:39:09 +02:00
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2018-05-23 20:26:15 +02:00
<title>GREEN SPIDER: Websites von Bündnis 90/Die Grünen besser machen</title>
2018-04-05 19:39:09 +02:00
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.css">
2018-05-23 20:26:15 +02:00
<link rel="stylesheet" type="text/css" href="https://netzbegruenung.github.io/webfonts/style.css">
2018-04-05 19:39:09 +02:00
<style type="text/css">
2018-05-23 20:26:15 +02:00
h5 {
font-family: 'Arvo Gruen', sans-serif;
font-weight: bold;
color: #ffee00;
text-transform: uppercase;
2018-04-05 19:39:09 +02:00
}
2018-05-23 20:26:15 +02:00
2018-04-06 20:34:44 +02:00
table {
2018-05-23 20:26:15 +02:00
font-size: 0.8rem;
2018-04-06 20:34:44 +02:00
}
2018-04-05 19:39:09 +02:00
.bad {
background-color: #ffdbdb;
2018-04-06 20:34:44 +02:00
font-size: 1rem;
2018-04-05 19:39:09 +02:00
}
2018-04-19 11:38:42 +02:00
.medium {
background-color: #fce7ac;
font-size: 1rem;
}
2018-04-05 19:39:09 +02:00
.good {
background-color: #cfeaa8;
2018-04-06 20:34:44 +02:00
font-size: 1rem;
2018-04-05 19:39:09 +02:00
}
2018-04-09 23:25:36 +02:00
2018-04-19 11:38:42 +02:00
td.text {
2018-05-23 20:26:15 +02:00
font-size: 0.8rem;
2018-04-19 11:38:42 +02:00
}
2018-04-09 23:25:36 +02:00
.icon {
2018-04-17 20:45:51 +02:00
width: 32px;
height: 32px;
}
a.screenshot {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
2018-04-09 23:25:36 +02:00
}
2018-05-23 20:26:15 +02:00
.header {
background-color: #46962b;
}
2018-04-05 19:39:09 +02:00
</style>
</head>
<body>
2018-05-23 20:26:15 +02:00
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 header border-bottom box-shadow">
<h5 class="my-0 mr-md-auto">Green Spider</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-light" href="https://github.com/netzbegruenung/green-spider/">GitHub</a>
<a class="p-2 text-light" href="https://blog.netzbegruenung.de/projekte/green-spider/">Über</a>
</nav>
<!--<a class="btn btn-outline-primary" href="#">Sign up</a>-->
</div>
2018-04-05 19:39:09 +02:00
<div class="container-fluid">
<table class="table">
<thead>
<tr>
<th scope="col">Typ</th>
<th scope="col">Land</th>
<th scope="col">Kreis</th>
<th scope="col">Stadt</th>
2018-04-05 19:39:09 +02:00
<th scope="col">URL</th>
<th scope="col">Score</th>
2018-04-05 20:24:31 +02:00
<th scope="col">IP-Adresse</th>
<th scope="col">Erreichbar</th>
2018-04-19 11:38:42 +02:00
<th scope="col">Antwortzeit</th>
2018-04-09 23:25:36 +02:00
<th scope="col">Icon</th>
2018-04-23 10:07:47 +02:00
<th scope="col"><abbr title="Site nutzt HTTP-Verschlüsselung">HTTPS</abbr></th>
2018-04-05 19:39:09 +02:00
<th scope="col"><abbr title="Site ist sowohl mit www. als auch ohne www. in URL erreichbar">www. optional</abbr></th>
<th scope="col"><abbr title="URL-Varianten leiten auf eine einzige Startseiten-URL weiter">Kanonische URL</abbr></th>
2018-04-23 10:07:47 +02:00
<th scope="col">Responsive</th>
2018-04-09 23:25:36 +02:00
<th scope="col">Feed</th>
2018-04-17 20:45:51 +02:00
<th scope="col">Screenshots</th>
2018-04-21 20:38:04 +02:00
<th scope="col">CMS</th>
2018-04-05 19:39:09 +02:00
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<script src="bundle.js"></script>
</body>
</html>