-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
170 lines (151 loc) · 5.48 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>semiodesk | Everything connects.</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="Semiodesk GmbH" />
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="//use.typekit.net/grc8lua.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/main.min.css">
</head>
<body id="page-top" class="sidenav-open">
<nav class="navbar navbar-primary">
<div class="container">
<div class="w-100 d-flex flex-row justify-content-center justify-content-md-start py-3">
<img src="assets/img/semiodesk.svg" height="45" alt="Semiodesk" />
</div>
</div>
</nav>
<section class="text-center" style="min-height: 500px">
<div class="container-fluid">
<h1 style="opacity: .15" data-aos="zoom-in" data-aos-duration="1300">:(</h1>
<h1>404</h1>
<h3 data-aos="fade-down" class="text-muted">File not found.</h3>
<p data-aos="fade-down">We were unable to located the requested page.</p>
<a href="//">Back to homepage.</a>
</div>
</section>
<footer id="footer mt-5">
<div class="container text-center text-md-left">
<div class="row">
<div class="col-md-3 order-md-2 small">
Semiodesk GmbH<br />
Werner-von-Siemens Str. 6<br />
Building 15K<br />
D-86159 Augsburg<br />
GERMANY
</div>
<div class="col-md-3 order-md-1 d-none d-md-flex"></div>
<div class="col-md-6 order-md-0">
<ul class="list-inline mb-2">
<li class="list-inline-item">
<a href="notice.html">Site Notice</a>
</li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="privacy.html">Privacy Policy</a>
</li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="#contact" class="sidenav-trigger">Contact Us</a>
</li>
</ul>
<p class="small mb-4">© Semiodesk GmbH 2019. All Rights Reserved.</p>
<ul class="list-inline mt-5">
<li class="list-inline-item mr-3">
<a href="#"><i class="fab fa-2x fa-twitter ml-3"></i></a>
<a href="#"><i class="fab fa-2x fa-linkedin ml-3"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145477506-1"></script>
<script src="assets/js/main.min.js"></script>
<script>
AOS.init({
easing: "ease-out-back",
mirror: true
});
$("footer").appear();
$("footer").on("appear", e => {
$(".sidenav").addClass("sidenav-hover");
});
$("footer").on("disappear", e => {
$(".sidenav").removeClass("sidenav-hover");
});
$("#contact").appear();
$("#contact").on("appear", e => {
$("#btn-contact").hide();
});
$("#contact").on("disappear", e => {
$("#btn-contact").show();
});
</script>
<script type="application/ld+json">
[
{
"@id": "https://semiodesk.com",
"@context": "http://schema.org",
"@type": "Corporation",
"image": "/semiodesk.com/assets/img/semiodesk.svg",
"address": {
"@type": "PostalAddress",
"addressLocality": "Augsburg",
"addressRegion": "Bavaria",
"postalCode": "86159",
"streetAddress": "Werner-von-Siemens Str. 6 / 15K"
},
"founder": [
{
"@type": "Person",
"image": "/assets/img/people/sebastian-faubel.jpg",
"name": "Sebastian Faubel",
"givenName": "Sebastian",
"familyName": "Faubel",
"affiliation": "Semiodesk GmbH"
},
{
"@type": "Person",
"image": "/assets/img/people/moritz-eberl.jpg",
"name": "Moritz Eberl",
"givenName": "Moritz",
"familyName": "Eberl",
"affiliation": "Semiodesk GmbH"
}
],
"owns": [
{
"@type": "Product",
"brand": {
"@type": "Brand",
"logo": "/assets/img/modom-io-logo.svg"
},
"image": "/assets/img/modom-io-logo.svg",
"name": "Modom.io",
"description": "Easily create well-documented ontologies and turn them into ready-to-use software packages."
},
{
"@type": "Product",
"brand": {
"@type": "Brand",
"logo": "/assets/img/trinity-logo.svg"
},
"image": "/assets/img/trinity-logo.svg",
"url": "//trinity-rdf.net",
"name": "Trinity RDF",
"description": "Enterprise ready object mapper for developing RDF knowledge graph applications with .NET"
}
],
"name": "Semiodesk GmbH",
"url": "https://semiodesk.com",
"email": "[email protected]"
}
]
</script>
</body>
</html>