-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (30 loc) · 1.52 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
<!doctype html>
<html lang="cs">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Data and Perspectives for tackling the challenges of our society.">
<meta name="author" content="DAP Analytics">
<link rel="icon" href="favicon.png">
<title>DAP Analytics</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NYQY6EV4D2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NYQY6EV4D2');
</script>
</head>
<body>
<div class="main">
<div class="center">
<img src="logotype.png" alt="DAP Analytics">
<p class="tagline">Data and Perspectives<br/>for tackling the challenges of our society.</p>
<p><a href="https://twitter.com/dapanalytics" target="_blank">Twitter</a> – <a href="https://www.facebook.com/dapanalytics/" target="_blank">Facebook</a> – <a href="https://www.youtube.com/channel/UCHClWnH_Up186udPySuzkpw" target="_blank">YouTube</a></p>
</div>
</div>
</body>
</html>