-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.Rmd
207 lines (193 loc) · 6.64 KB
/
404.Rmd
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
---
title: "Error!"
---
<script src="https://felix-dietrich.de/site_libs/header-attrs-2.14/header-attrs.js"></script>
<script src="https://felix-dietrich.de/site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://felix-dietrich.de/site_libs/bootstrap-3.3.5/css/bootstrap.min.css" rel="stylesheet">
<script src="https://felix-dietrich.de/site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="https://felix-dietrich.de/site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="https://felix-dietrich.de/site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="https://felix-dietrich.de/site_libs/navigation-1.1/tabsets.js"></script>
<link href="https://felix-dietrich.de/site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet">
<link href="https://felix-dietrich.de/site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet">
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
pre code {
padding: 0;
}
</style>
<style type="text/css">
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #adb5bd;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script type="text/javascript">
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.tab('show');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
var style = document.createElement('style');
var pt = "padding-top: " + navHeight + "px; ";
var mt = "margin-top: -" + navHeight + "px; ";
var css = "";
// offset scroll position for anchor links (for fixed navbar)
for (var i = 1; i <= 6; i++) {
css += ".section h" + i + "{ " + pt + mt + "}\n";
}
style.innerHTML = "body {" + pt + "padding-bottom: 40px; }\n" + css;
document.head.appendChild(style);
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
<link rel="stylesheet" href="https://felix-dietrich.de/styles/custom.css" type="text/css">
<link rel="stylesheet" href="https://felix-dietrich.de/styles/garbata/WebFonts/garbata_regular_macroman/stylesheet.css" type="text/css">
<link rel="stylesheet" href="https://felix-dietrich.de/styles/academicons-1.9.1/css/academicons.min.css" type="text/css">
<link rel="stylesheet" href="https://felix-dietrich.de/styles/Reforma/ReformaWebfonts/fonts.css" type="text/css">
<link rel="stylesheet" href="https://felix-dietrich.de/styles/iA-Fonts/iA-Writer-Mono/Webfonts/fonts.css" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="https://felix-dietrich.de/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://felix-dietrich.de/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://felix-dietrich.de/favicon/favicon-16x16.png">
<link rel="manifest" href="https://felix-dietrich.de/favicon/site.webmanifest">
<link rel="mask-icon" href="https://felix-dietrich.de/favicon/safari-pinned-tab.svg" color="#fabd2f">
<link rel="shortcut icon" href="https://felix-dietrich.de/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#fabd2f">
<meta name="msapplication-config" content="https://felix-dietrich.de/favicon/browserconfig.xml">
<style>body {padding-top: 65px; padding-bottom: 40px; }
.section h1{ padding-top: 65px; margin-top: -65px; }
.section h2{ padding-top: 65px; margin-top: -65px; }
.section h3{ padding-top: 65px; margin-top: -65px; }
.section h4{ padding-top: 65px; margin-top: -65px; }
.section h5{ padding-top: 65px; margin-top: -65px; }
.section h6{ padding-top: 65px; margin-top: -65px; }
</style>
<div class="section">
<h2 style="margin-top:0!important";">This page does not exist! :-(</h2>
I you landed here by accident, you can go back to the [personal website of Felix Dietrich](https://felix-dietrich.de).