Compare commits
20 Commits
main
...
capacityba
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d20b58547 | ||
|
|
875e29841f | ||
|
|
5c674a2f3d | ||
|
|
91b0e13478 | ||
|
|
693ebf0172 | ||
|
|
7db5c18018 | ||
|
|
76c348cb97 | ||
|
|
eb1e5a7fcd | ||
|
|
b6dd1392a2 | ||
|
|
cc09ecf474 | ||
|
|
30d86b1fce | ||
|
|
140287db51 | ||
|
|
5b8583cf85 | ||
|
|
e20ae120af | ||
|
|
205876a28f | ||
|
|
6ef65c87a0 | ||
|
|
4da714e4b9 | ||
|
|
479e22e151 | ||
|
|
446b3b46fd | ||
|
|
c3fdf45015 |
11
index.html
11
index.html
@@ -4,13 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>QRDAMAGE.NET</title>
|
<title>QRDAMAGE.NET</title>
|
||||||
|
<meta name="description" content="Fast, offline, multi-format QR code generator.">
|
||||||
<meta name="description" content="Fast, client-side QR code generator.">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta property="og:url" content="https://qrdamage.net/">
|
|
||||||
<meta property="og:title" content="QR DAMAGE">
|
|
||||||
<meta property="og:description" content="Generate QR codes instantly in the browser.">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
||||||
<script src="qrcode.min.js"></script>
|
<script src="qrcode.min.js"></script>
|
||||||
@@ -168,9 +162,6 @@
|
|||||||
<p>
|
<p>
|
||||||
Powered by <a href="https://davidshimjs.github.io/qrcodejs/" target="_blank">qrcode.js</a> (MIT).
|
Powered by <a href="https://davidshimjs.github.io/qrcodejs/" target="_blank">qrcode.js</a> (MIT).
|
||||||
</p>
|
</p>
|
||||||
<p class="build-info">
|
|
||||||
VERSION: 0.1.1
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
User-agent: *
|
|
||||||
Allow: /
|
|
||||||
|
|
||||||
Sitemap: https://qrdamage.net/sitemap.xml
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
||||||
<url>
|
|
||||||
<loc>https://qrdamage.net/</loc>
|
|
||||||
<lastmod>2025-12-19</lastmod>
|
|
||||||
<changefreq>monthly</changefreq>
|
|
||||||
<priority>1.0</priority>
|
|
||||||
</url>
|
|
||||||
</urlset>
|
|
||||||
18
style.css
18
style.css
@@ -583,22 +583,12 @@ input[type="radio"]:focus {
|
|||||||
border-bottom: 1px solid #ffffff;
|
border-bottom: 1px solid #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 4. STICKY WRAPPER: Responsive Dark Mode logic */
|
/* 4. STICKY WRAPPER: Toned down shadow */
|
||||||
/* Default (Mobile): Keep it clean/invisible */
|
|
||||||
.sticky-wrapper {
|
.sticky-wrapper {
|
||||||
background: transparent;
|
background: #000000;
|
||||||
border: none;
|
border: 1px solid #ffffff;
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Desktop Only: Add the Brutalist Box */
|
box-shadow: 10px 10px 0px 0px #ddd;
|
||||||
@media (min-width: 768px) {
|
|
||||||
.sticky-wrapper {
|
|
||||||
background: #000000;
|
|
||||||
border: 1px solid #ffffff;
|
|
||||||
/* Hard Dark Grey Shadow */
|
|
||||||
box-shadow: 10px 10px 0px 0px #333333;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 5. QR CONTAINER: Dark to match the theme */
|
/* 5. QR CONTAINER: Dark to match the theme */
|
||||||
|
|||||||
Reference in New Issue
Block a user