-
Notifications
You must be signed in to change notification settings - Fork 3
/
500.html
83 lines (77 loc) · 4.01 KB
/
500.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Internal Server Error - OpenTechSummit Berlin 5. Mai 2016, Open Technologies, Open Hardware, Open Source, Open Knowledge, Internet of Things, Open Data</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//opentechsummit.net/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="//opentechsummit.net/css/flexslider.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="//opentechsummit.net/css/elegant-icons.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="//opentechsummit.net/css/pe-icon-7-stroke.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="//opentechsummit.net/css/lightbox.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="//opentechsummit.net/css/theme-properorange.css" rel="stylesheet" type="text/css" media="all"/>
<link href="//opentechsummit.net/css/custom.css" rel="stylesheet" type="text/css" media="all"/>
<!--[if gte IE 9]>
<link rel="stylesheet" type="text/css" href="//opentechsummit.net/css/ie9.css" />
<![endif]-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'>
</head>
<body>
<a id="top"></a>
<div class="nav-container">
<nav class="overlay-nav">
<div class="container">
<div class="row">
<div class="col-md-2">
<img alt="Logo" class="logo logo-light" src="//opentechsummit.net/img/Logo_OpenTecSummit_white.png">
<img alt="Logo" class="logo logo-dark" src="//opentechsummit.net/img/Logo_OpenTecSummit_TXT_grey.png">
</div>
<div class="col-md-10 text-right">
<ul class="menu">
<li><a class="inner-link" href="/" target="_self">Home</a></li>
<li><a href="/programm" target="_self">Programm</a></li>
<li><a href="http://www.eventnook.com/event/ots16/register" target="_self">Ticket</a></li>
<li><a href="/speaker-registration" target="_self">Speaker</a></li>
<li class="social-link"><a href="https://twitter.com/opntec" target="_self"><i class="icon social_twitter"></i></a></li>
<li class="social-link"><a href="https://www.facebook.com/pages/Opentechsummit/703960883034370" target="_self"><i class="icon social_facebook"></i></a></li>
</ul>
<div class="mobile-menu-toggle"><i class="icon icon_menu"></i></div>
</div>
</div>
</div>
<div class="bottom-border"></div>
</nav>
</div>
<div class="main-container"><section class="error-page fullscreen-element preserve-3d">
<div class="container vertical-align">
<div class="row">
<div class="col-sm-8">
<h1 class="text-white">500<br>Server Error</h1>
<p class="lead text-white">Oh dear, something went wrong...</p>
<a href="/" class="btn btn-white">Take Me Home</a>
<a href="https://github.com/OpenTechSummit/2016.opentechsummit.net/issues" class="btn btn-white btn-hollow">Report this error</a>
</div>
<div class="col-sm-4 text-right">
<i class="icon pe-7s-plug icon-large"></i>
<i class="icon pe-7s-umbrella icon-large"></i>
<i class="icon pe-7s-attention"></i>
</div>
</div><!--end of row-->
</div><!--end of container-->
</section>
</div>
<div class="footer-container"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
<script src="//opentechsummit.net/js/bootstrap.min.js"></script>
<script src="//opentechsummit.net/js/skrollr.min.js"></script>
<script src="//opentechsummit.net/js/spectragram.min.js"></script>
<script src="//opentechsummit.net/js/flexslider.min.js"></script>
<script src="//opentechsummit.net/js/jquery.plugin.min.js"></script>
<script src="//opentechsummit.net/js/jquery.countdown.min.js"></script>
<script src="//opentechsummit.net/js/lightbox.min.js"></script>
<script src="//opentechsummit.net/js/smooth-scroll.min.js"></script>
<script src="//opentechsummit.net/js/twitterfetcher.min.js"></script>
<script src="//opentechsummit.net/js/placeholders.min.js"></script>
<script src="//opentechsummit.net/js/scripts.js"></script>
</body>
</html>