-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (59 loc) · 2.06 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>roland guelle | about</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="https://roland.guelle.de/" />
<link rel="stylesheet" href="/assets/css/main.css?v10" />
<link rel="stylesheet" href="/assets/css/print.css?v10" media="print" />
<link rel="manifest" href="/manifest.json?v10" />
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" href="/favicon.ico" />
<meta name="theme-color" content="#4A5A69" />
<meta name="Description" content="about: Roland Guelle" />
</head>
<body>
<section class="upper">
<header>
<span class="avatar">
<img src="images/roland.jpg" alt="Roland Guelle" />
</span>
<h1>Roland Guelle</h1>
<p>CTO | Founder | Father³</p>
</header>
<footer>
<ul class="icons">
<li>
<a href="https://twitter.com/rolandguelle" class="fa-twitter" aria-label="Rolands Twitter profile">Twitter</a>
</li>
<li>
<a href="https://github.com/rolandguelle" class="fa-github" aria-label="Rolands Github profile">Github</a>
</li>
<li>
<a href="https://www.linkedin.com/in/rolandguelle/" class="fa-linkedin"
aria-label="Rolands Linkedin profile">Linkedin</a>
</li>
</ul>
</footer>
</section>
<footer>
<p class="profile">
<a href="./profile/" lang="de" aria-label="Speaker profile with recent talks">
Speaker Profile
</a>
</p>
</footer>
</body>
<script>
if ('serviceWorker' in navigator) {
// console.log('CLIENT: service worker registration in progress.');
navigator.serviceWorker.register('/sw.js?v9').then(function () {
// console.log('CLIENT: service worker registration complete.');
}, function () {
// console.log('CLIENT: service worker registration failure.');
});
} else {
// console.log('CLIENT: service worker is not supported.');
}
</script>
</html>