Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bu7i committed Feb 24, 2024
1 parent 948ebbb commit 01e359d
Show file tree
Hide file tree
Showing 31 changed files with 12,981 additions and 666 deletions.
Binary file modified core/__pycache__/views.cpython-312.pyc
Binary file not shown.
Binary file modified db.sqlite3
Binary file not shown.
Binary file modified demo/__pycache__/settings.cpython-312.pyc
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 added static_in_env/images/Holiday-1920x240.webp
Binary file not shown.
Binary file removed static_in_env/images/product-detail2.jpg
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 added static_root/images/Holiday-1920x240.webp
Binary file not shown.
Binary file removed static_root/images/product-detail2.jpg
Binary file not shown.
11,008 changes: 11,008 additions & 0 deletions static_root/vendor/jqueryui/external/jquery/jquery.f9c6a77bf53d.js

Large diffs are not rendered by default.

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.
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
559 changes: 559 additions & 0 deletions static_root/vendor/jqueryui/index.f4e8dfb11cac.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static_root/vendor/jqueryui/jquery-ui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static_root/vendor/jqueryui/jquery-ui.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ a.ui-button:active,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url("images/ui-icons_555555_256x240.png");
background-image: url("./images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
Expand Down
Binary file removed staticfiles/images/product-detail2.jpg
Binary file not shown.
174 changes: 174 additions & 0 deletions templates/404 pages/test1.html
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>
102 changes: 102 additions & 0 deletions templates/404 pages/test2.html
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 added templates/404 pages/test3.html
Empty file.
Loading

0 comments on commit 01e359d

Please sign in to comment.