Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3f78df1
feat(redesign 2026): blue-only palette, isometric blockchain hero, li…
DennisPitallano May 1, 2026
861b648
docs: add DIP draft for website redesign 2026 (Informational)
DennisPitallano May 2, 2026
d36bfd7
docs(dip): add live preview URL (dg-bio.vercel.app) to DIP draft
DennisPitallano May 2, 2026
d0a86cd
redesign: apply review-notes pass (copy, layout, roadmap, hero glass)
DennisPitallano Jun 15, 2026
22c9602
hero: tighten H1 size (was --fs-8, now 2.2rem-4rem clamp)
DennisPitallano Jun 15, 2026
65a21c8
Re-skin to DGB logo palette + content polish
DennisPitallano Jun 17, 2026
9128867
fix(docs): use DigiDollar_integration_guide.pdf from master and drop …
DennisPitallano Jun 23, 2026
9d240c8
fix(i18n): route pt-BR users to /pt-br/ instead of /pt/
DennisPitallano Jun 23, 2026
8975a0f
feat(i18n): introduce locales/ catalog + data-i18n driven translation…
DennisPitallano Jun 23, 2026
715bfac
feat(i18n): full ja translation across nav, sections, footer (237 keys)
DennisPitallano Jun 23, 2026
ed716cc
feat(i18n): add zh, es, de, fr, pt-br, ru catalogs (237 keys each)
DennisPitallano Jun 23, 2026
67e42ea
feat(i18n): add it, pt, ro, nl catalogs (237 keys each)
DennisPitallano Jun 23, 2026
9c6e9ff
feat(i18n): add af, da catalogs (237 keys each)
DennisPitallano Jun 23, 2026
53930b8
feat(i18n): add sv, nb, fi catalogs (237 keys each)
DennisPitallano Jun 23, 2026
43ce11f
feat(i18n): add pl, cs, hr catalogs (237 keys each)
DennisPitallano Jun 23, 2026
cf35b74
feat(i18n): add sl, bg, hu catalogs (237 keys each)
DennisPitallano Jun 23, 2026
1afd86f
feat(i18n): add el, sq, tr catalogs (237 keys each)
DennisPitallano Jun 23, 2026
931d3be
feat(i18n): add id, ms, fil catalogs (237 keys each)
DennisPitallano Jun 23, 2026
5257e1a
feat(i18n): add vi, hi, th catalogs (237 keys each)
DennisPitallano Jun 23, 2026
48d037c
feat(i18n): add ar, fa, sw catalogs (237 keys each) - all 35 locales …
DennisPitallano Jun 23, 2026
85a6f96
fix(tokenomics): correct premine to 0.5% and block reward to ~259 DGB
DennisPitallano Jun 23, 2026
8b8afde
fix(tokenomics): rename Halving stat to Emission (no halving event)
DennisPitallano Jun 23, 2026
24a0bba
feat(content): remove news section and RSS plumbing (feed was stale)
DennisPitallano Jun 23, 2026
02c488d
feat(content): remove Mobile Wallet download card
DennisPitallano Jun 23, 2026
53e2186
feat(downloads): featured 2-col layout for solo Full Node card
DennisPitallano Jun 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 32 additions & 125 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,126 +1,33 @@
<!-- HTML meta refresh URL redirection -->
<html>
<head>
<!-- <meta http-equiv="refresh" content="0; url=https://digibyte.org/" /> -->
</head>
<style>
body {
background: rgb(0, 35, 82);
background: -moz-linear-gradient(
45deg,
rgba(0, 35, 82, 1) 0%,
rgba(0, 102, 204, 1) 35%,
rgba(0, 212, 255, 1) 100%
);
background: -webkit-linear-gradient(
45deg,
rgba(0, 35, 82, 1) 0%,
rgba(0, 102, 204, 1) 35%,
rgba(0, 212, 255, 1) 100%
);
background: linear-gradient(
45deg,
rgba(0, 35, 82, 1) 0%,
rgba(0, 102, 204, 1) 35%,
rgba(0, 212, 255, 1) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002352",endColorstr="#00d4ff",GradientType=1);

font-size: 2rem;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}

@media (min-width: 768px) {
.container {
max-width: 720px;
}
}

@media only screen and (min-resolution: 300dpi),
only screen and (min-width: 3840px) and (min-height: 2160px) {
/* Styles for high-resolution 4K screens */
.container {
max-width: 1800px;
}
}
.four-oh-four {
height: 100%;
width: 100%;
}
.border-box {
border-radius: 20px;
width: 50%;
height: 50%;
position: absolute;
}
.top_left_corner {
border-top: 1rem solid white;
border-left: 1rem solid white;
left: 5%;
top: 5%;
}
.bottom_right_corner {
border-bottom: 1rem solid white;
border-right: 1rem solid white;
bottom: 5%;
right: 5%;
}
.heading {
color: white;
display: block;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
text-shadow: 4px 4px 2px #06c;
}
h1 {
font-style: italic;
}
h1, h2 {
text-align: center;
}
button {
padding: 1rem;
border-radius: 15px;
color: #002352;
background-color: #06c;
font-weight: 900;
font-size: 3rem;
margin: 0 auto;
display: block;
box-shadow: 0 1px 5px #002352;
border: none;
}
button a {
display: block;
height: 100%;
width: 100%;
color: inherit;
text-decoration: none;
}
button a:hover, button a:focus, button:hover > a {
color: white;
}
</style>
<body>
<div class="container four-oh-four">
<div class="top_left_corner border-box"></div>
<div class="bottom_right_corner border-box"></div>
<div class="heading">
<h1>DigiDon't</h1>
<h3>That page does not exist!</h3>
<button>
<a href="/">
Go to Homepage
</a>
</button>
</div>
</div>
</body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 — Page not found · DigiByte</title>
<meta name="description" content="The page you are looking for does not exist on digibyte.org.">
<meta name="theme-color" content="#05070d">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Inter:wght@400;500&family=JetBrains+Mono:wght@500&display=swap">
<link rel="stylesheet" href="/css/tokens.css">
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/components.css">
<link rel="stylesheet" href="/css/sections.css">
<link rel="stylesheet" href="/css/utilities.css">
</head>
<body>
<main class="center-page">
<div>
<div class="center-page__art" aria-hidden="true">404</div>
<span class="chip chip--violet">Lost in the chain</span>
<h1>This block doesn't exist.</h1>
<p>The page you tried to reach was orphaned, renamed, or never confirmed. Let's get you back to the network.</p>
<div class="cluster mt-6 justify-center-children">
<a class="btn btn--primary" href="/">Back to homepage</a>
<a class="btn btn--ghost" href="/#downloads">Downloads</a>
<a class="btn btn--outline" href="https://github.com/DigiByte-Core/digibyte/wiki" target="_blank" rel="noopener">Wiki</a>
</div>
</div>
</main>
</body>
</html>
Loading