-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
273 lines (238 loc) · 9.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ERROR 404 | DAJ Not Found</title>
<link rel="icon" href="../imagenes/logodaj.webp">
<style>
body {
background: linear-gradient(108deg, #5E3481 0%, #00B3B1 100%);
margin: 200px;
padding: 20px 10px;
text-align: center;
font: x-small/1.5em "Trebuchet MS", Verdana, Arial, Sans-serif;
font-size: small;
overflow-x: hidden;
color: #ececec;
}
#header {
width: 99%;
border-radius: 50px;
align-items: right;
margin-left: 10px;
text-align: right;
}
#blog-title {
color: #ececec;
-webkit-text-stroke-color: #ffffff;
-webkit-text-stroke: 3px #ffffff;
text-align: right;
font-style: normal;
font-weight: 400;
line-height: 150px;
font: x-small/1.5em "Trebuchet MS", Verdana, Arial, Sans-serif;
font-size: 140px;
}
#blog-title1 {
color: #ececec;
text-align:right;
margin-right: 20px;
}
::-webkit-scrollbar {
width: 12px;
border-radius: 30px;
border: 1px solid rgba(255, 255, 255, 0.80);
background: rgba(245, 245, 245, 0.09);
backdrop-filter: blur(26.149999618530273px);
}
::-webkit-scrollbar-thumb {
border-radius: 30px;
border: 1px solid rgba(255, 255, 255, 0.80);
background: rgba(94, 54, 130, 0.60);
backdrop-filter: blur(26.149999618530273px);
}
::-webkit-scrollbar-track {
background: linear-gradient(143deg, #1795A6 43.13%, #01B3B1 100%);
}
nav {
background-color: #22222200;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
z-index: 1000;
}
nav img {
width: 40px;
height: auto;
}
nav ul {
margin: 10px;
padding: 0;
list-style-type: none;
display: flex;
align-items: center;
}
nav ul li {
margin-right: 20px;
}
nav ul li:last-child {
margin-right: 0;
}
nav ul li a {
color: white;
text-decoration: none;
font-weight: bold;
}
nav input[type="text"] {
margin-left: auto;
margin-right: 2%;
padding: 5px;
width: 150px;
border-radius: 5px;
background: rgba(240, 240, 240, 0.9);
border-radius: 17px;
border-style: solid;
border-color: rgba(216, 216, 216, 0.76);
border-width: 3px;
box-shadow: inset 0px 0px 11.3px 4px rgba(0, 0, 0, 0.25);
}
nav button {
margin-left: 20px;
padding: 20px 40px; /* Aumenta el padding para hacer el botón más grande */
border-radius: 5px;
border: none;
background-color: #333;
color: #ffffff;
font-weight: bold;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center; /* Centra el contenido verticalmente */
font-size: 5.2em; /* Aumenta el tamaño del texto */
}
nav button:last-child {
margin-right: 0;
}
.button-icon4 {
margin-top: 20px; /* Ajusta el margen superior para separar el botón del título */
display: flex;
justify-content: center; /* Centra el botón horizontalmente */
}
.icon4 {
background: linear-gradient(to right, #673ab7, #2196f3); /* Degradado morado a azul */
padding: 10px 10px 13px 10px;
border: 3px #2196f3 solid; /* Cambio de color del borde a azul */
}
.icon4 svg {
width: 25px;
height: 25px;
}
.cube4 {
transition: all 0.6s;
transform-style: preserve-3d;
width: 300px; /* Ajusta el ancho del cubo para centrar el texto */
height: 40px; /* Ajusta la altura del cubo para centrar el texto verticalmente */
perspective: 99999px; /* Se agrega la perspectiva para el efecto 3D */
}
.button-icon4:hover {
border-color: #ff98a2;
}
.button-icon4:hover .cube4 {
transform: rotateX(90deg);
}
.side4 {
position: absolute;
height: 67px;
width: 400px; /* Ajusta el ancho del cubo para centrar el texto */
display: flex;
font-size: 0.8em;
justify-content: center;
align-items: center;
text-transform: none; /* Cambio a minúsculas */
letter-spacing: 0.5px;
font-weight: bold;
}
.top4 {
background: linear-gradient(to right, #673ab7, #2196f3); /* Degradado morado a azul */
color: #fff;
font-size: 20px;
transform: rotateX(-90deg) translate3d(0, 13.5px, 2em);
}
.front4 {
background: #222229;
color: #fff;
font-size: 20px;
transform: translate3d(0, 0, 1em);
}
.titular{
align-items: center;
margin-left: 10px;
}
/* REDES SOCIALES */
/* Contenedor para los botones sociales */
.social-icons-container {
display: flex;
justify-content: center; /* Centra los botones horizontalmente */
margin-top: 10px; /* Espaciado superior */
}
/* Estilo para los botones sociales */
.social-icon {
display: inline-block;
margin: 10px;
transition: transform 0.3s ease-in-out;
border-radius: 20px; /* Radio del borde */
padding: 5px; /* Espaciado interno */
}
.social-icon img {
width: 50px; /* Tamaño de la imagen */
}
.social-icon:hover {
transform: scale(1.2); /* Cambia el tamaño del icono al pasar el cursor */
}
</style>
</head>
<body>
<nav id="content">
<div class="social-icons-container">
<a href="https://twitter.com/ElementsCssDAJ" class="social-icon" target="_blank"><img src="/imagenes/twitter.webp" alt="Twitter"></a>
<br>
<a href="https://www.youtube.com/@ElementscssDaj" class="social-icon" target="_blank"><img src="/imagenes/youtube.webp" alt="youtube"></a>
<br>
<a href="https://www.instagram.com/elementscssdaj/" class="social-icon" target="_blank"><img src="/imagenes/instagram.webp" alt="Instagram"></a>
</div>
</nav>
<div id="header">
<!-- Your header content goes here -->
<div style="display: flex; align-items: center; justify-content: space-between; margin-left:20px;">
<div>
<h1 id="blog-title">ERROR 404</h1>
<h2 id="blog-title1" > </h2>
</div>
<div style="flex-shrink: 0; margin-left: 20px; display: flex; align-items: center;">
<!-- Add your logo/image here -->
<img src="../DAJ.webp"
alt="Logo" style="max-width: 300px; max-height: 300px; vertical-align: middle;">
</div>
</div>
<!-- End header content -->
</div>
<div class="titular">
<h1> Page Not Found<br><br> Check the URL to make sure it is correctly spelled.<br><br> Thank you for using Elements Css DAJ</h1> <!-- New Title -->
<!-- Botón añadido -->
<a href="/">
<div class="button-icon4">
<div class="cube4">
<span class="side4 front4">Go to Elements Css DAJ</span>
<span class="side4 top4">Go to the Home WEB</span>
</div>
</div>
</a>
</div>
</nav>
</body>
</html>