This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (57 loc) · 2.91 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
<!DOCTYPE html>
<html lang="de">
<head>
<title>tocsin - Portfolio von Stephan Fischer (stephan-fischer.de)</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="res/css/grid.min.css" rel="stylesheet" type="text/css" />
<link href="res/img/favicon16.png" rel="icon" type="image/png" sizes="16x16" />
<link href="res/img/favicon32.png" rel="icon" type="image/png" sizes="32x32" />
<link href="res/img/favicon64.png" rel="icon" type="image/png" sizes="64x64" />
<link href="res/manifest.json" rel="manifest" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="tocsin" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<!-- TODO: improve -->
<meta property="description" content="Portfolio von Stephan Fischer (stephan-fischer.de)" />
<meta property="og:description" content="Portfolio von Stephan Fischer (stephan-fischer.de)" />
<meta property="og:url" content="https://tocsin.de" />
<link rel="canonical" href="https://tocsin.de" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="res/img/favicon128.png" />
<meta property="og:image:width" content="128" />
<meta property="og:image:height" content="128" />
<meta property="og:title" content="tocsin - Portfolio von Stephan Fischer" />
</head>
<body>
<div class="container">
<!-- TODO: -->
<!--<header>
<div class="border">
<span>tocsin.de sammelt Daten. Dem kannst du jederzeit widersprechen.</span>
<a href="#" class="disagree">Tracking widersprechen</a> <a href="/dsgvo" class="info">Mehr Infos</a>
</div>
</header>-->
<!-- temp -->
<header>
<div class="border">
<span>tocsin.de wird das Portfolio von Stephan Fischer. Derzeit ist aber noch alles im Aufbau.</span>
</div>
</header>
<div class="bigborder">
<!-- TODO: use svg -->
<div class="logo">
<img src="res/img/logo.svg" alt="tocsin-Schriftzug als Logo" title="tocsin-Schriftzug als Logo" />
</div>
<div class="mail">
<span>hallo@tocsin.de</span>
<a href="https://pgp.mit.edu/pks/lookup?op=get&search=0xA06C4F3ADFEDA92A" title="" class="pgp" target="_blank">PGP</a>
</div>
</div>
<footer>
<a href="https://stephan-fischer.de/#sayhello" title="">Kontakt</a>
<a href="https://stephan-fischer.de/#sayhello" title="">Impressum</a>
<a href="https://stephan-fischer.de/datenschutz" title="" class="dsgvo">Datenschutzerklärung (DSGVO)</a>
<a href="https://status.tocsin.de" title="" class="status" target="_blank">Serverstatus</a>
</footer>
</div>
</body>