-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
12,981 additions
and
666 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
11,008 changes: 11,008 additions & 0 deletions
11,008
static_root/vendor/jqueryui/external/jquery/jquery.f9c6a77bf53d.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+6.91 KB
...root/vendor/jqueryui/images/images/ui-icons_555555_256x240.png.00dd0ec0a16a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.91 KB
static_root/vendor/jqueryui/images/images/ui-icons_555555_256x240.png.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.84 KB
static_root/vendor/jqueryui/images/ui-icons_444444_256x240.d10bc07005bb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.91 KB
static_root/vendor/jqueryui/images/ui-icons_555555_256x240.00dd0ec0a16a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.57 KB
static_root/vendor/jqueryui/images/ui-icons_777620_256x240.4e7e3e142f39.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.85 KB
static_root/vendor/jqueryui/images/ui-icons_777777_256x240.40bf25799e4f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.52 KB
static_root/vendor/jqueryui/images/ui-icons_cc0000_256x240.093a81913827.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.17 KB
static_root/vendor/jqueryui/images/ui-icons_ffffff_256x240.ea4ebe072be7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Google tag (gtag.js) --> | ||
<script | ||
async | ||
src="https://www.googletagmanager.com/gtag/js?id=G-1752YPLP7H" | ||
></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
gtag("js", new Date()); | ||
|
||
gtag("config", "G-1752YPLP7H"); | ||
</script> | ||
|
||
<title>Hexagon | tsParticles 404</title> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css?family=Varela" | ||
/> | ||
<link rel="icon" type="image/x-icon" href="../images/tsParticles-64.png" /> | ||
<style> | ||
body { | ||
margin: 0; | ||
font-family: "Space Mono", monospace; | ||
} | ||
|
||
canvas { | ||
display: block; | ||
} | ||
|
||
#tsparticles { | ||
z-index: 0; | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
} | ||
section { | ||
position: absolute; | ||
width: 100%; | ||
height: 100vh; | ||
text-align: center; | ||
color: white; | ||
display: grid; | ||
place-content: center; | ||
} | ||
|
||
.text { | ||
display: flex; | ||
flex-direction: column; | ||
gap: 1rem; | ||
} | ||
|
||
h1 { | ||
font-family: "Space Mono", monospace; | ||
font-size: clamp(3rem, 30vw, 12rem); | ||
color: #fdee00; | ||
white-space: nowrap; | ||
letter-spacing: 0.2em; | ||
padding: 0rem; | ||
border-radius: clamp(0.4rem, 0.75vw, 1rem); | ||
margin: 0; | ||
line-height: 1.2; | ||
z-index: 3; | ||
animation: jitter 1s linear infinite; | ||
} | ||
|
||
#back { | ||
text-decoration: none; | ||
font-family: "Arial", monospace; | ||
color: #c0c0c0; | ||
width: fit-content; | ||
letter-spacing: 0.1em; | ||
margin-inline: auto; | ||
padding: 1em; | ||
} | ||
|
||
#back:hover { | ||
color: #fff; | ||
} | ||
|
||
@keyframes jitter { | ||
2%, | ||
64% { | ||
transform: translate(2px, 0) skew(0deg); | ||
} | ||
4%, | ||
60% { | ||
transform: translate(-2px, 0) skew(1deg); | ||
filter: brightness(0.95); | ||
} | ||
62% { | ||
transform: translate(0, 0) skew(-3deg); | ||
filter: brightness(1.5); | ||
} | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="tsparticles"></div> | ||
|
||
<div class="para"> | ||
<header> | ||
<h2>404.</h2> | ||
<h3>OOPS !!</h3> | ||
</header> | ||
|
||
<p>It appears the page you're looking for is empty, try again.</p> | ||
|
||
<button> | ||
<b>Return</b> | ||
</button> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/tsparticles@2/tsparticles.bundle.min.js"></script> | ||
|
||
<script> | ||
tsParticles.load("tsparticles", { | ||
particles: { | ||
number: { value: 150, density: { enable: false, value_area: 800 } }, | ||
color: { value: "#383A3F" }, | ||
shape: { | ||
type: "polygon", | ||
polygon: { nb_sides: 6 }, | ||
}, | ||
opacity: { | ||
value: 0.3, | ||
random: true, | ||
anim: { enable: false, speed: 1, opacity_min: 0.1, sync: false }, | ||
}, | ||
size: { | ||
value: 20, | ||
random: false, | ||
anim: { enable: true, speed: 10, size_min: 60, sync: false }, | ||
}, | ||
line_linked: { | ||
enable: false, | ||
}, | ||
move: { | ||
enable: true, | ||
speed: 2, | ||
direction: "none", | ||
random: false, | ||
straight: false, | ||
out_mode: "out", | ||
bounce: false, | ||
attract: { enable: false, rotateX: 600, rotateY: 1200 }, | ||
}, | ||
}, | ||
interactivity: { | ||
detect_on: "window", | ||
events: { | ||
onhover: { enable: true, mode: "bubble" }, | ||
resize: true, | ||
}, | ||
modes: { | ||
bubble: { | ||
distance: 100, | ||
size: 20, | ||
duration: 2, | ||
opacity: 4, | ||
speed: 3, | ||
}, | ||
}, | ||
}, | ||
retina_detect: false, | ||
}); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Google tag (gtag.js) --> | ||
<script | ||
async | ||
src="https://www.googletagmanager.com/gtag/js?id=G-1752YPLP7H" | ||
></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
gtag("js", new Date()); | ||
|
||
gtag("config", "G-1752YPLP7H"); | ||
</script> | ||
|
||
<meta charset="UTF-8" /> | ||
<title>404</title> | ||
<style> | ||
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono"); | ||
.text-center { | ||
position: absolute; | ||
width: 40%; | ||
top: 10%; | ||
text-align: center; | ||
left: calc((100% - 40%) / 2); | ||
color: white; | ||
} | ||
.text-center h1 { | ||
font-size: 11em; | ||
font-family: "Roboto Mono", sans-serif; | ||
margin: 2rem; | ||
} | ||
.text-center h2 { | ||
font-family: "Roboto Mono", sans-serif; | ||
font-size: 2rem; | ||
margin: 0%; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="text-center" id="tsparticles"> | ||
<h1>404</h1> | ||
<h2>This page does not exist</h2> | ||
<h2>But The Matrix does</h2> | ||
</div> | ||
<script | ||
type="text/javascript" | ||
src="https://cdn.jsdelivr.net/npm/tsparticles@2/tsparticles.bundle.min.js" | ||
></script> | ||
<script> | ||
(async () => { | ||
await tsParticles.load("tsparticles", { | ||
particles: { | ||
color: { | ||
value: "#00FF00", | ||
}, | ||
move: { | ||
direction: "bottom", | ||
enable: true, | ||
outModes: { | ||
default: "destroy", | ||
}, | ||
random: true, | ||
speed: 20, | ||
straight: true, | ||
trail: { | ||
fillColor: "#000", | ||
length: 15, | ||
enable: true, | ||
}, | ||
}, | ||
number: { | ||
limit: 40, | ||
}, | ||
}, | ||
background: { | ||
color: "#000", | ||
}, | ||
fullScreen: { | ||
zIndex: -1, | ||
}, | ||
emitters: [ | ||
{ | ||
direction: "bottom", | ||
size: { | ||
width: 100, | ||
height: 0, | ||
}, | ||
position: { | ||
x: 50, | ||
y: 0, | ||
}, | ||
}, | ||
], | ||
}); | ||
})(); | ||
</script> | ||
</body> | ||
</html> |
Empty file.
Oops, something went wrong.