-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
302 lines (266 loc) · 7.86 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Character encoding -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Existing verification tags -->
<meta name="google-site-verification" content="QJQAaXtkubSD6k7GsK_M7mYlJCaSP4J3JTFoaKU23a0" />
<meta name="msvalidate.01" content="6FFE13B6249B1706628280EB0489AAE0" />
<meta name="p:domain_verify" content="c17c1e31cbc2ffedf7fe8ae4366ad722"/>
<!-- Basic SEO meta tags -->
<title>404 Error | Giocoliere</title>
<meta name="description" content="Developer working on exciting projects including Creepercraft, CreeperLAB, and various other developments. Check out my work and get in touch!" />
<meta name="keywords" content="Giocoliere, Developer, Creepercraft, CreeperLAB, Programming, Gaming, Minecraft, Development" />
<meta name="author" content="Giocoliere" />
<meta name="robots" content="index, follow" />
<!-- Open Graph meta tags for social media (Facebook, Discord, Telegram, etc) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://giocoliere.dev/" />
<meta property="og:site_name" content="Giocoliere's Portfolio" />
<meta property="og:title" content="Giocoliere | Developer & Creator" />
<meta property="og:description" content="Developer working on exciting projects including Creepercraft, CreeperLAB, and various other developments. Check out my work and get in touch!" />
<meta property="og:image" content="https://giocoliere.dev/assets/img/preview.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card meta tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Giocoliere | Developer & Creator" />
<meta name="twitter:description" content="Developer working on exciting projects including Creepercraft, CreeperLAB, and various other developments. Check out my work and get in touch!" />
<meta name="twitter:image" content="https://giocoliere.dev/assets/img/preview.png" />
<!-- Theme color for browser -->
<meta name="theme-color" content="#69a6ce" />
<!-- Favicon and stylesheets -->
<link rel="shortcut icon" href="/assets/img/favicon.ico"/>
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png" />
<style>
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
* {
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
cursor: none;
}
body {
height: 100vh;
background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176, #b98acc, #69a6ce, #9b59b6);
background-size: 400%;
}
.navbar {
position: fixed;
top: 20px;
left: 15%;
right: 15%;
background: #fff;
padding: 15px 25px;
border-radius: 25px;
box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
z-index: 1000;
}
.nav-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-logo {
text-decoration: none;
color: #69a6ce;
font-weight: 600;
font-size: 1.2em;
}
.nav-links {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.nav-links a {
display: inline-block;
text-decoration: none;
border: 2px solid #69a6ce;
color: #69a6ce;
font-weight: 500;
padding: 8px 20px;
border-radius: 25px;
text-transform: uppercase;
transition: all 0.3s ease;
font-size: 0.9em;
}
.nav-links a:hover {
background: #69a6ce;
color: #fff;
}
#error-page {
position: absolute;
top: calc(10% + 80px);
left: 15%;
right: 15%;
bottom: 10%;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
border-radius: 25px;
}
.content {
max-width: 600px;
text-align: center;
}
.content h2.header {
font-size: 18vw;
line-height: 1em;
position: relative;
display: inline-block;
width: 100%;
}
.content h2.header:after {
position: absolute;
content: attr(data-text);
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176, #b98acc, #69a6ce, #9b59b6);
background-size: 400%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 1px 1px 2px rgba(255,255,255,0.25);
animation: animate 10s ease-in-out infinite;
}
@keyframes animate {
0% { background-position: 0 0; }
25% { background-position: 100% 0; }
50% { background-position: 100% 100%; }
75% { background-position: 0% 100%; }
100% { background-position: 0% 0%; }
}
.content h4 {
font-size: 1.5em;
margin-bottom: 20px;
text-transform: uppercase;
color: #000;
font-size: 2em;
max-width: 600px;
position: relative;
}
.content h4:after {
position: absolute;
content: attr(data-text);
top: 0;
left: 0;
right: 0;
text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.content p {
font-size: 1.2em;
color: #0d0d0d;
}
.content .btns {
margin: 25px 0;
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.content .btns a {
display: inline-block;
text-decoration: none;
border: 2px solid #69a6ce;
color: #69a6ce;
font-weight: 500;
padding: 10px 25px;
border-radius: 25px;
text-transform: uppercase;
transition: all 0.3s ease;
}
.content .btns a:hover {
background: #69a6ce;
color: #fff;
}
.custom-cursor {
width: 20px;
height: 20px;
background-color: #fff;
border-radius: 50%;
position: fixed;
pointer-events: none;
mix-blend-mode: difference;
z-index: 9999;
}
@media (max-width: 768px) {
.navbar {
left: 5%;
right: 5%;
}
.nav-container {
flex-direction: column;
gap: 15px;
}
.nav-links {
justify-content: center;
}
.nav-links a {
padding: 6px 15px;
font-size: 0.8em;
}
#error-page {
left: 5%;
right: 5%;
top: calc(10% + 120px);
bottom: 5%;
padding: 20px;
}
.content h2.header {
font-size: 24vw;
}
.content h4 {
font-size: 1.5em;
}
.content .btns {
flex-direction: column;
}
.content .btns a {
margin: 5px 0;
}
}
</style>
</head>
<body>
<!-- Added navbar -->
<nav class="navbar">
<div class="nav-container">
<a href="/" class="nav-logo">Giocoliere</a>
<div class="nav-links">
<a href="https://status.gioco.lol/">Status</a>
<a href="https://full-stack.dev/gioco">Links</a>
<a href="https://creeperhub.net">Projects</a>
<a href="https://creepercraft.net/">Creepercraft</a>
<a href="https://creeperhub.net/otakuforge">Otaku</a>
<a href="https://creeperlab.org">CreeperLAB</a>
</div>
</div>
</nav>
<div id="error-page">
<div class="content">
<h2 class="header" data-text="404">404</h2>
<h4 data-text="Opps! You've been 404rolled">Opps! You've been 404rolled</h4>
<p>Sorry... I wanted to troll you a bit.😜 Anyway I'm a developer and I'm currently working many big projects.</p>
<script src="https://static.elfsight.com/platform/platform.js" async></script>
<div class="elfsight-app-f53f2efc-bf42-4d44-8b42-aae7e8d982d4" data-elfsight-app-lazy></div>
<div class="btns">
<a href="https://github.com/giocoliere">Github</a>
<a href="mailto://[email protected]">Email</a>
<a rel="me" href="https://guns.lol/gioco">🔫.lol</a>
<a href="https://discord.com/users/842087107908206654">DS profile</a>
</div>
</div>
</div>
<script src="/script.js"></script>
</body>
</html>