forked from SkylineCommunications/dataminer-docs-connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
156 lines (138 loc) · 3.66 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
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>docs.dataminer.services | Error 404</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="docs.dataminer.services | Error 404">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div class="container py-5 row">
<div class="wp-block-column">
<center>
<h1 class="pageNotFound">404</h1>
<p class="lead">Looks like this page went missing.</p>
<p>Maybe you'll find what you're looking for via our <a href="https://docs.dataminer.services/connector/index.html">home page</a>.</p>
</center>
</div>
<div class="wp-block-column">
<div class="wp-block-drupalmedia-drupal-media-entity">
<div class="contextual-region">
<img alt="Something went wrong, page not found" class="inline-image"
src="https://www.skyline.be/sites/default/files/inline-images/404_0.png">
</div>
</div>
</div>
</div>
</body>
<style>
body {
margin: 0;
font-family: Segoe UI, SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}
.container {
margin: 50px auto auto auto;
padding: 0 20px;
width: 100%;
max-width: 1340px;
flex-direction: row
}
.row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.py-5 {
padding-bottom: 3rem !important;
}
.contextual-region {
position: relative;
}
.contextual {
position: absolute;
z-index: 500;
top: 6px;
right: 0;
}
.wp-block-column {
flex-grow: 1;
min-width: 0;
word-break: break-word;
overflow-wrap: break-word;
flex-direction: column;
flex-basis: 100%;
flex: 1;
}
.pageNotFound {
font-size: 3.5rem;
line-height: 1.1;
margin-bottom: 1rem;
color: #00aeef;
font-weight: 900;
}
.lead {
color: #6c757d;
font-weight: 400;
font-size: 1.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
.btn {
white-space: normal;
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.95rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-lg,
.btn-group-lg>.btn {
font-weight: bold;
}
.btn-lg,
.btn-group-lg>.btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-secondary {
color: #fff;
background-color: #00aeef;
border-color: #00aeef;
text-decoration: none;
}
.inline-image {
width: 100%;
height: auto;
max-width: 1038;
max-height: 711;
}
img {
vertical-align: middle;
border-style: none;
max-width: 1038px;
max-height: 711px;
}
</style>
</html>