-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
320 lines (288 loc) · 9.2 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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Octha | 404 - Página não encontrada</title>
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<meta name="theme-color" content="#754ffe">
<meta name="description" content="A página que você está procurando pode ter sido removida, teve seu nome
alterado ou está temporariamente indisponível.">
<meta name="keywords" content="">
<meta property="og:locale" content="pt-br">
<meta property="og:url" content="http://octha.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Octha">
<meta property="og:site_name" content="Octha">
<meta property="og:image:alt" content="Octha">
<meta property="og:description" content="A página que você está procurando pode ter sido removida, teve seu nome
alterado ou está temporariamente indisponível.">
<meta property="og:image" content="/img/social-preview-octha.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="576">
<link rel="stylesheet" href="https://kit-pro.fontawesome.com/releases/v5.15.3/css/pro.min.css" />
<link rel="stylesheet" href="/css/theme.min.css">
<style>
.navbar .dropdown .dropdown-toggle:after,
.dropdown-toggle:after {
content: "\f078";
font-family: "Font Awesome 5 Pro" !important
}
@media (min-width: 768px) and (max-width: 992px) {
.navbar-default .navbar-nav .nav-item .nav-link {
padding: .5rem !important;
}
.navbar-collapse {
background: #fff;
}
}
/* background color animated */
.bg-gradient-animated {
background: linear-gradient(49deg, #22d3b6, #3285ff, #9a55fe, #ff5bb1, #ffbf2f), url(/img/pattern-shapes.png);
background-size: 1000% 1000%;
-webkit-animation: color 25s ease infinite;
-moz-animation: color 25s ease infinite;
-o-animation: color 25s ease infinite;
animation: color 33s ease infinite;
}
@-webkit-keyframes color {
0% {
background-position: 93% 0
}
50% {
background-position: 0 100%
}
100% {
background-position: 93% 0
}
}
@-moz-keyframes color {
0% {
background-position: 93% 0
}
50% {
background-position: 0 100%
}
100% {
background-position: 93% 0
}
}
@-o-keyframes color {
0% {
background-position: 93% 0
}
50% {
background-position: 0 100%
}
100% {
background-position: 93% 0
}
}
@keyframes color {
0% {
background-position: 93% 0
}
50% {
background-position: 0 100%
}
100% {
background-position: 93% 0
}
}
@font-face {
font-family: cabin-bold;
src: url('/fonts/cabin-bold.ttf') format('truetype');
font-weight: 700;
font-style: normal
}
.navbar-brand {
font-family: cabin-bold;
font-size: 2rem;
text-decoration: none;
display: block;
color: #18113c
}
.navbar-brand>span {
top: 3px;
position: relative;
}
.navbar-brand:hover {
color: #18113c
}
.login {
color: #18113c;
font-size: .875rem;
font-weight: 500
}
.login:hover {
color: #754ffe
}
</style>
<script>
Array.prototype.randomArray = function () { return this[Math.floor(Math.random() * this.length)] };
</script>
</head>
<body class="bg-white">
<nav class="navbar navbar-expand-lg navbar-transparent navbar-default shadow-none pt-3">
<div class="container px-0">
<a class="navbar-brand" href="/">
<img src="/img/logo-color.svg" />
<span>Octha</span>
</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar-default" aria-controls="navbar-default" aria-expanded="false"
aria-label="Toggle navigation">
<span class="icon-bar top-bar mt-0"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-default">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/sobre">
<i class="far fa-info-circle me-2"></i>Sobre nós
</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="/solucoes">
<i class="far fa-phone-laptop me-2"></i>Soluções
</a>
</li> -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">
<i class="far fa-code-branch me-2"></i>Open source
</a>
<div class="dropdown-menu dropdown-menu-md">
<div class="list-group">
<a class="list-group-item list-group-item-action border-0"
href="https://github.com/attla">
<div class="d-flex align-items-center">
<i class="fe fe-file-text fs-3 text-primary"></i>
<div class="ms-3">
<h5 class="mb-0"><i class="fal fa-globe me-2"></i>Attla</h5>
<p class="mb-0 fs-6">Uma coleção de bibliotecas para web.</p>
</div>
</div>
</a>
</div>
</div>
</li>
</ul>
<div class="ms-auto mt-3 mt-lg-0">
<style>
.user-info {
display: flex
}
.user-info span {
font-size: 1rem;
font-weight: 500
}
.user-info p {
font-size: .8rem;
line-height: 15px;
margin: 0
}
img {
max-width: 100%;
height: auto
}
</style>
<!-- <a href="https://hub.octha.com" class="flex user-info nav-link login ps-2">
<div class="user-img"><img
src="https://s.gravatar.com/avatar/cdc046668d8ff83f8da47aa5d21d2cc6?size=35&d=http://attla.localhost/public/assets/img/profile-male-1.png?v=1636927324"
class="rounded-circle me-2" width="40"></div>
<div class="flex column">
<span>Olá Lucas</span>
<p>Acesse sua conta</p>
</div>
</a> -->
<!-- <a href="https://hub.octha.com/" class="text-nowrap nav-link login ps-2">
<i class="fas fa-user-alt me-2"></i>Login
</a> -->
</div>
</div>
</div>
</nav>
<div>
<div class="container d-flex flex-column">
<div class="row align-items-center justify-content-center g-0 py-lg-18 py-10">
<div class="col-lg-6 col-12 text-center text-lg-start">
<h1 class="display-1 mb-3">404</h1>
<p class="mb-5 lead">
A página que você está procurando pode ter sido removida, teve seu nome
alterado ou está temporariamente indisponível. Por favor, verifique se o endereço
da página está escrito corretamente.
</p>
<a href="/" class="btn btn-primary me-2">Voltar para a home</a>
</div>
<div class="col-lg-6 col-12 mt-8 mt-lg-0">
<img src="/img/404.svg" alt="" class="w-100" />
</div>
</div>
<div class="row">
<div class="col-lg-12 col-12 mb-6 mb-lg-0">
<div class="row align-items-center my-3">
<div class="col-md-6 col-8">
<p class="mb-0">© 2017 -
<script>document.write((new Date()).getFullYear())</script> Octha — Bahia, Brasil
</p>
</div>
<div class="col-md-6 col-4 d-flex justify-content-end">
<a href="https://instagram.com/octhahq" rel="noopener noreferrer"
class="fab fa-instagram fa-2x me-2"></a>
<a href="https://fb.com/octhahq" rel="noopener noreferrer"
class="fab fa-facebook-square fa-2x me-2"></a>
<a href="https://linkedin.com/company/octhahq" rel="noopener noreferrer"
class="fab fa-linkedin fa-2x me-2"></a>
<a href="https://github.com/octhahq" rel="noopener noreferrer"
class="fab fa-github fa-2x me-2"></a>
<!-- <a href="https://wa.me/xxx" rel="noopener noreferrer"
class="fab fa-whatsapp fa-2x"></a> -->
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<style>
.cc-btn {
border-radius: 50px;
color: #fff !important
}
.cc-window.cc-banner {
padding: 1em 10%
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function () {
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#fff"
},
"button": {
"background": "#000"
}
},
"showLink": false,
"content": {
"dismiss": "Entendi",
"message": "Ao navegar neste site, você aceita os cookies que usamos para melhorar sua experiência."
},
"position": "bottom"
})
});
</script>
</body>
</html>