sitemap update
This commit is contained in:
33
contact.html
33
contact.html
@@ -1,11 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Krzak.org - Contact</title>
|
<title>Krzak.org - Contact</title>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container fade-in">
|
<div class="container fade-in">
|
||||||
<h1 class="slide-down">
|
<h1 class="slide-down">
|
||||||
@@ -56,38 +58,18 @@
|
|||||||
<div class="librecounter fade-in" style="animation-delay: 0.4s">
|
<div class="librecounter fade-in" style="animation-delay: 0.4s">
|
||||||
<span class="librecounter-text">
|
<span class="librecounter-text">
|
||||||
Indexed by
|
Indexed by
|
||||||
<a href="https://librecounter.org/referer/show" target="_blank"
|
<a href="https://librecounter.org/referer/show" target="_blank">LibreCounter</a>
|
||||||
>LibreCounter</a
|
|
||||||
>
|
|
||||||
</span>
|
</span>
|
||||||
<a href="https://librecounter.org/referer/show" target="_blank">
|
<a href="https://librecounter.org/referer/show" target="_blank">
|
||||||
<img
|
<img src="https://librecounter.org/counter.svg" referrerpolicy="unsafe-url" alt="LibreCounter" />
|
||||||
src="https://librecounter.org/counter.svg"
|
|
||||||
referrerpolicy="unsafe-url"
|
|
||||||
alt="LibreCounter"
|
|
||||||
/>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Back to top button -->
|
<!-- Back to top button -->
|
||||||
<button
|
<button id="back-to-top" class="back-to-top" aria-label="Back to top" title="Back to top">
|
||||||
id="back-to-top"
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||||
class="back-to-top"
|
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||||
aria-label="Back to top"
|
|
||||||
title="Back to top"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<polyline points="18 15 12 9 6 15"></polyline>
|
<polyline points="18 15 12 9 6 15"></polyline>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
@@ -95,4 +77,5 @@
|
|||||||
<script src="/refresh.js"></script>
|
<script src="/refresh.js"></script>
|
||||||
<script src="/animations.js"></script>
|
<script src="/animations.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1 +0,0 @@
|
|||||||
3b180a41fe913487c1c86ad79c6dc085d01a272ac2da556f4bf7379ee3a535f8
|
|
||||||
@@ -8,9 +8,9 @@
|
|||||||
function reloadStylesheets() {
|
function reloadStylesheets() {
|
||||||
// Force reload all stylesheets
|
// Force reload all stylesheets
|
||||||
const links = document.querySelectorAll('link[rel="stylesheet"]');
|
const links = document.querySelectorAll('link[rel="stylesheet"]');
|
||||||
links.forEach(link => {
|
links.forEach((link) => {
|
||||||
const href = link.href.split('?')[0];
|
const href = link.href.split("?")[0];
|
||||||
link.href = href + '?t=' + new Date().getTime();
|
link.href = href + "?t=" + new Date().getTime();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
14
sitemap.xml
14
sitemap.xml
@@ -2,14 +2,18 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://krzak.org/</loc>
|
<loc>https://krzak.org/</loc>
|
||||||
<lastmod>2023-10-27</lastmod>
|
<lastmod>2025-11-19</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://krzak.org/contact.html</loc>
|
<loc>https://krzak.org/applications</loc>
|
||||||
<lastmod>2023-10-27</lastmod>
|
<lastmod>2025-11-19</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://krzak.org/mc.html</loc>
|
<loc>https://krzak.org/contact</loc>
|
||||||
<lastmod>2023-10-27</lastmod>
|
<lastmod>2025-11-19</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://krzak.org/mc</loc>
|
||||||
|
<lastmod>2025-11-19</lastmod>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
38
styles.css
38
styles.css
@@ -22,16 +22,12 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: linear-gradient(
|
background: linear-gradient(var(--bg-gradient-1),
|
||||||
var(--bg-gradient-1),
|
|
||||||
var(--bg-gradient-2),
|
var(--bg-gradient-2),
|
||||||
var(--bg-gradient-3)
|
var(--bg-gradient-3)) no-repeat fixed;
|
||||||
)
|
|
||||||
no-repeat fixed;
|
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-family:
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||||
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
|
"Helvetica Neue", Arial, sans-serif;
|
||||||
Arial, sans-serif;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
@@ -52,11 +48,9 @@ body::before {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
transition: 0.5s ease;
|
transition: 0.5s ease;
|
||||||
background: radial-gradient(
|
background: radial-gradient(circle at 20% 50%,
|
||||||
circle at 20% 50%,
|
|
||||||
rgba(255, 255, 255, 0.08) 0%,
|
rgba(255, 255, 255, 0.08) 0%,
|
||||||
transparent 50%
|
transparent 50%);
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@@ -158,12 +152,10 @@ li a::before {
|
|||||||
left: -100%;
|
left: -100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: linear-gradient(
|
background: linear-gradient(90deg,
|
||||||
90deg,
|
|
||||||
transparent,
|
transparent,
|
||||||
rgba(244, 162, 97, 0.1),
|
rgba(244, 162, 97, 0.1),
|
||||||
transparent
|
transparent);
|
||||||
);
|
|
||||||
transition: left 0.5s ease;
|
transition: left 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -226,9 +218,7 @@ br {
|
|||||||
|
|
||||||
.librecounter a {
|
.librecounter a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition:
|
transition: transform 0.2s ease, opacity 0.2s ease;
|
||||||
transform 0.2s ease,
|
|
||||||
opacity 0.2s ease;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
@@ -289,6 +279,7 @@ br {
|
|||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
@@ -299,6 +290,7 @@ br {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(-20px);
|
transform: translateY(-20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
@@ -310,6 +302,7 @@ br {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(20px);
|
transform: translateY(20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
@@ -487,9 +480,7 @@ br {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
transition:
|
transition: transform 0.2s ease, background-color 0.2s ease;
|
||||||
transform 0.2s ease,
|
|
||||||
background-color 0.2s ease;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -500,7 +491,6 @@ br {
|
|||||||
|
|
||||||
.app-card.highlighted {
|
.app-card.highlighted {
|
||||||
border-color: var(--glow-color);
|
border-color: var(--glow-color);
|
||||||
box-shadow:
|
box-shadow: 0 0 12px 2px var(--glow-color),
|
||||||
0 0 12px 2px var(--glow-color),
|
|
||||||
inset 0 0 15px -5px var(--glow-color);
|
inset 0 0 15px -5px var(--glow-color);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user