-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (74 loc) · 3.79 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.133.1"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<title>BITS | Behörden-IT-Sicherheitstraining</title>
<link rel="icon" href="/images/favicon.png" type="image/png">
<meta property="og:title" content="BITS | Behörden-IT-Sicherheitstraining" />
<meta name="twitter:title" content="BITS | Behörden-IT-Sicherheitstraining" />
<meta name="application-name" content="BITS | Behörden-IT-Sicherheitstraining" />
<meta property="og:site_name" content="BITS | Behörden-IT-Sicherheitstraining" /><meta name="description" content="BITS, das kostenlose Behörden-IT-Sicherheitstraining, wurde vom Arbeitskreis Informationstechnologie des Städte- und Gemeindebundes NRW als webbasierter …" />
<meta property="og:description" content="BITS, das kostenlose Behörden-IT-Sicherheitstraining, wurde vom Arbeitskreis Informationstechnologie des Städte- und Gemeindebundes NRW als webbasierter …" />
<meta name="twitter:description" content="BITS, das kostenlose Behörden-IT-Sicherheitstraining, wurde vom Arbeitskreis Informationstechnologie des Städte- und Gemeindebundes NRW als webbasierter …" />
<meta name="author" content="Dr. Lutz Gollan">
<link rel="canonical" href="https://bits-training.de/" />
<meta name="url" content="https://bits-training.de/" />
<meta name="twitter:url" content="https://bits-training.de/" />
<meta property="og:url" content="https://bits-training.de/" /><meta property="og:image" content="https://bits-training.de/images/logo.png" />
<meta name="twitter:image" content="https://bits-training.de/images/logo.png" />
<meta name="twitter:image:src" content="https://bits-training.de/images/logo.png" />
<script data-goatcounter="https://bits.zaehlschafe.de/count" async src="//static.zaehlschafe.de/count.js"></script>
<script>
var _paq = window._paq = window._paq || [];
_paq.push(["setDoNotTrack", true]);
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.kommunalagenturnrw.de/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '8']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
</head>
<body>
<div class="container">
<div class="logoHolder">
<img class= "centerLogo" src="images/logo.png"/>
</div>
<div class="centerH1"><h1>BITS - Behörden-IT-Sicherheitstraining<h1></div>
<div class="split left" style="background: url(images/learning.jpg) center center no-repeat; background-size: cover">
<div class="h-box">
<h2 class="h1">Demo Version</h2>
<h3 class="h2">BITS kennenlernen</h3>
<a href="./training/index.html" class="button">Los gehts</a>
</div>
</div>
<div class="split right" style="background: url(images/code.jpg) center center no-repeat; background-size: cover">
<div class="h-box">
<h2 class="h1">Selbst hosten</h2>
<h3 class="h2">Anleitung und Quellen</h3>
<a href="https://bits-portal.eu" class="button" data-goatcounter-click="bits-portal.eu">Zum BITS-Portal</a>
</div>
</div>
</div>
<div class="imprint">
<ul>
<li>
<a href="https://bits-training.de/lizenz/">Lizenz</a>
</li>
<li>
<a href="https://bits-training.de/impressum/">Impressum</a>
</li>
<li>
<a href="https://bits-training.de/datenschutz/">Datenschutzerklärung</a>
</li>
</ul>
</div>
<script src="/js/script.js"></script>
</body>
</html>