-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·88 lines (79 loc) · 4.03 KB
/
404.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 lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Portfolio page of Jürg Hunziker">
<meta name="keywords" content="Jürg, Hunziker, portfolio, webdeveloper, blog">
<meta name="author" content="Jürg Hunziker">
<meta name="robots" content="index,follow">
<meta name="google-site-verification" content="CFoI7jR3TVEMMER_iK7P1e8ID2kRxgDVzFCljSehGLY" />
<title>Jürg Hunziker - Not found!</title>
<link rel="shortcut icon" href="https://secure.gravatar.com/avatar/41c42656cf67fce9e98e1053b3c0c889?s=128">
<link rel="icon" sizes="128x128" href="https://secure.gravatar.com/avatar/41c42656cf67fce9e98e1053b3c0c889?s=128">
<link rel="icon" sizes="192x192" href="https://secure.gravatar.com/avatar/41c42656cf67fce9e98e1053b3c0c889?s=192">
<!-- Android specific -->
<meta name="theme-color" content="#becfdb">
<link rel="manifest" href="manifest.json">
<!-- iOS specific -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="128x128" href="https://secure.gravatar.com/avatar/41c42656cf67fce9e98e1053b3c0c889?s=128">
<!-- Bootstrap -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<!-- Font Awesome -->
<script defer src="./assets/js/fontawesome/packs/custom.min.js"></script>
<script defer src="./assets/js/fontawesome/fontawesome.min.js"></script>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic" rel="stylesheet" type="text/css">
<!-- Page Styles -->
<link rel="stylesheet" href="./assets/css/styles.css">
</head>
<body>
<section>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 col-xl-8 text-center">
<!-- avatar -->
<div>
<img src="https://secure.gravatar.com/avatar/41c42656cf67fce9e98e1053b3c0c889?s=420" class="avatar rounded-circle inverse mb-3" alt="Jürg Hunziker">
<h1>Whoops!</h1>
<p class="lead">It seems you're lost.<br />In case of emergency catch <a href="https://juerghunziker.ch">this lifebuoy <i class="fal fa-life-ring"></i></a></p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 col-xl-8 text-center">
<div class="content">
© <span id="current-year">2018</span> <i class="fal fa-code"></i> with <i class="fal fa-heart"></i> by Jürg Hunziker
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<!-- Page Scripts -->
<script>
$(document).ready(function() {
// set current year in copyright
$('#current-year').html(new Date().getFullYear());
});
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-21850230-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>