Skip to content

Commit caac3f3

Browse files
Updated Interface and P2P banner
1 parent 532c303 commit caac3f3

7 files changed

Lines changed: 1292 additions & 556 deletions

File tree

404.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>404 — DMU Hackers</title>
88
<meta name="robots" content="noindex">
9+
<link rel="icon" href="favicon.ico" type="image/x-icon">
910
<link rel="preconnect" href="https://fonts.googleapis.com">
1011
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1213
<link rel="stylesheet" href="css/main.css">
1314
<style>
14-
body { overflow: hidden; }
15+
body { overflow-x: hidden; }
1516

1617
.error-page {
1718
position: relative;
@@ -26,10 +27,11 @@
2627
position: absolute;
2728
inset: 0;
2829
background:
29-
radial-gradient(ellipse 60% 50% at 50% 30%, rgba(200, 16, 46, .1) 0%, transparent 60%),
30-
linear-gradient(rgba(200, 16, 46, 0.025) 1px, transparent 1px),
31-
linear-gradient(90deg, rgba(200, 16, 46, 0.025) 1px, transparent 1px);
32-
background-size: 100% 100%, 48px 48px, 48px 48px;
30+
radial-gradient(ellipse 60% 50% at 50% 30%, rgba(200, 16, 46, .12) 0%, transparent 60%),
31+
radial-gradient(ellipse 30% 30% at 80% 70%, rgba(0, 228, 255, .04) 0%, transparent 50%),
32+
linear-gradient(rgba(200, 16, 46, 0.02) 1px, transparent 1px),
33+
linear-gradient(90deg, rgba(200, 16, 46, 0.02) 1px, transparent 1px);
34+
background-size: 100% 100%, 100% 100%, 48px 48px, 48px 48px;
3335
pointer-events: none;
3436
animation: heroBreathe 10s ease-in-out infinite;
3537
}
@@ -112,10 +114,10 @@
112114
color: var(--accent);
113115
}
114116

115-
.error-page__terminal p:nth-child(1) { animation-delay: .4s; }
116-
.error-page__terminal p:nth-child(2) { animation-delay: .8s; }
117-
.error-page__terminal p:nth-child(3) { animation-delay: 1.3s; }
118-
.error-page__terminal p:nth-child(4) { animation-delay: 1.7s; }
117+
.error-page__terminal p:nth-child(1) { animation-delay: .2s; }
118+
.error-page__terminal p:nth-child(2) { animation-delay: .4s; }
119+
.error-page__terminal p:nth-child(3) { animation-delay: .7s; }
120+
.error-page__terminal p:nth-child(4) { animation-delay: .9s; }
119121

120122
@keyframes terminalReveal {
121123
from { opacity: 0; transform: translateX(-8px); }
@@ -129,7 +131,7 @@
129131
justify-content: center;
130132
flex-wrap: wrap;
131133
opacity: 0;
132-
animation: terminalReveal .4s ease 2.2s forwards;
134+
animation: terminalReveal .4s ease 1.2s forwards;
133135
}
134136

135137
/* Blinking cursor */

0 commit comments

Comments
 (0)