-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
100 lines (88 loc) · 4.57 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
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127803291-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127803291-1');
</script>
<title>Page not found – Bayesian Methods Research Group</title>
<meta property="twitter:site" content="@bayesgroup" />
<meta property="twitter:card" content="summary" />
<meta property="og:title" content="Page not found – Bayesian Methods Research Group" />
<meta property="og:description" content="We keep track of missing pages and will try to restore this page as soon as possible. In the meanwhile, you can resume your search from the main page or contact us via twitter @bayesgroup." />
<meta property="og:image" content="http://bayesgroup.org/theme/images/bayesgroup_opengraph.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="/theme/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/theme/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="/theme/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<header>
<span class="image"><a href="/"><img src="/theme/images/bayesgroup.png" alt="" /></a></span>
<h1 id="logo">Bayesian Methods Research Group</h1>
<p>from Bremen, Germany</p>
</header>
<nav id="nav">
<ul>
<li><a href="/about/">About</a></li>
<li><a href="/people">People</a></li>
<li><a href="/publications">Publications</a></li>
<li><a href="/teaching">Teaching</a></li>
<li><a href="/admission/">Admission</a></li>
<li><a href="/alumni/">Alumni</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://twitter.com/bayesgroup" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.youtube.com/@bayesgroup" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Group Photo -->
<section id="photo">
<div class="container">
<span class="image fit"><img src="/theme/images/banner.jpg" alt="" /></span>
</div>
</section>
<!-- Main -->
<div id="main">
<section id="page">
<div class="container">
<header class="major">
<h2>Page not found</h2>
</header>
<p>We keep track of missing pages and will try to restore this page as soon as possible.
In the meanwhile, you can resume your search from the <a href="/">main page</a> or contact us via twitter <a href="https://twitter.com/bayesgroup">@bayesgroup</a>.</p>
</div>
</section>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="/theme/js/jquery.min.js"></script>
<script src="/theme/js/jquery.scrollzer.min.js"></script>
<script src="/theme/js/jquery.scrolly.min.js"></script>
<script src="/theme/js/skel.min.js"></script>
<script src="/theme/js/util.js"></script>
<!--[if lte IE 8]><script src="theme/js/ie/respond.min.js"></script><![endif]-->
<script src="/theme/js/main.js"></script>
</body>
</html>