favicon and small fix

This commit is contained in:
2026-04-14 16:50:11 +03:00
parent 7c88e2aeb4
commit b36fc4a919
17 changed files with 9 additions and 107 deletions
-13
View File
@@ -1,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>403 Forbidden...</title>
<link rel="stylesheet" href="/_errors/errors.css" />
</head>
<body>
<img src="/_errors/img/403.png" />
</body>
</html>
-13
View File
@@ -1,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>404 Not found...</title>
<link rel="stylesheet" href="/_errors/errors.css" />
</head>
<body>
<img src="/_errors/img/404.png" alt="" />
</body>
</html>
-13
View File
@@ -1,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>500 Internal Server Error...</title>
<link rel="stylesheet" href="/_errors/errors.css" />
</head>
<body>
<img src="./_errors/img/500.png" alt="" />
</body>
</html>
-13
View File
@@ -1,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>502 Bad gateway...</title>
<link rel="stylesheet" href="/_errors/errors.css" />
</head>
<body>
<img src="/_errors/img/502.png" alt="" />
</body>
</html>
-13
View File
@@ -1,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>503 Service unavailable...</title>
<link rel="stylesheet" href="/_errors/errors.css" />
</head>
<body>
<img src="./_errors/img/503.png" alt="" />
</body>
</html>
-13
View File
@@ -1,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>504 Gateway timeout...</title>
<link rel="stylesheet" href="/_errors/errors.css" />
</head>
<body>
<img src="./_errors/img/504.png" alt="" />
</body>
</html>
-25
View File
@@ -1,25 +0,0 @@
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
background-color: #1f1f28;
display: flex;
}
img {
animation: fade 500ms ease-in-out;
margin: auto;
width: 100%;
max-width: 1024px;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

+7 -2
View File
@@ -14,6 +14,7 @@
href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" rel="stylesheet"
/> />
<link rel="shortcut icon" href="./favicon.png" type="image/png" />
<script src="./js/data.js" defer></script> <script src="./js/data.js" defer></script>
<script src="./js/stack.js" defer></script> <script src="./js/stack.js" defer></script>
@@ -43,7 +44,9 @@
<span class="section-index">01</span> <span class="section-index">01</span>
<h2>Stack</h2> <h2>Stack</h2>
</div> </div>
<p class="block-subtitle">Tools I reach for when the task needs to ship.</p> <p class="block-subtitle">
Tools I reach for when the task needs to ship.
</p>
<div class="stack-grid" id="stack"></div> <div class="stack-grid" id="stack"></div>
</section> </section>
@@ -61,7 +64,9 @@
<span class="section-index">03</span> <span class="section-index">03</span>
<h2>Links</h2> <h2>Links</h2>
</div> </div>
<p class="block-subtitle">Places where I answer, publish, or keep code.</p> <p class="block-subtitle">
Places where I answer, publish, or keep code.
</p>
<div class="link-grid" id="links"></div> <div class="link-grid" id="links"></div>
</section> </section>
</body> </body>
+2
View File
@@ -40,6 +40,8 @@ body {
} }
body { body {
--card-accent: var(--accent);
--card-glow: var(--glow-mint);
padding: 48px 12px; padding: 48px 12px;
font-family: "Barlow", sans-serif; font-family: "Barlow", sans-serif;
background-color: var(--bg); background-color: var(--bg);
-2
View File
@@ -6,8 +6,6 @@
} }
.stack-card { .stack-card {
--card-accent: var(--accent);
--card-glow: var(--glow-mint);
position: relative; position: relative;
display: grid; display: grid;
grid-template-columns: auto 1fr; grid-template-columns: auto 1fr;