Fix first image

This commit is contained in:
Kenwood 2025-07-03 14:58:03 -04:00
parent 5370e12afb
commit 46d0008b72
2 changed files with 155 additions and 186 deletions

View File

@ -7,17 +7,11 @@
"url": "https://www.f-list.net/c/alice%20prairie" "url": "https://www.f-list.net/c/alice%20prairie"
}, },
{ {
"name": "Zae & Kan'vi Cum", "name": "Zae",
"volume": 81, "volume": 39,
"color": "#FF56BD", "color": "#FF56BD",
"url": "https://www.f-list.net/c/Zae", "url": "https://www.f-list.net/c/Zae",
"image": "characters/zae.png" "image": "characters/zae.png"
},
{
"name": "Dog Cum",
"volume": 8,
"color": "#940619",
"url": "https://www.f-list.net/c/maxene%20sita/"
} }
], ],
"settings": { "settings": {

View File

@ -1,6 +1,7 @@
<!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.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cumtanks.snowusne.net</title> <title>Cumtanks.snowusne.net</title>
@ -16,52 +17,30 @@
<meta name="twitter:image" content="/preview.png" /> <meta name="twitter:image" content="/preview.png" />
<link rel="stylesheet" href="styles.css" /> <link rel="stylesheet" href="styles.css" />
</head> </head>
<body> <body>
<img src="preview.png" alt="Preview" style="display:none;" aria-hidden="true" />
<div class="container"> <div class="container">
<div class="tank-container"> <div class="tank-container">
<img <img src="Alice_close_up_sheath_background.png" alt="Tank Background Back"
src="Alice_close_up_sheath_background.png" class="background-image background-image-back" />
alt="Tank Background Back" <img src="Alice_close_up_sheath_shot.png" alt="Tank Background Foreground"
class="background-image background-image-back" class="background-image background-image-fore" />
/>
<img
src="Alice_close_up_sheath_shot.png"
alt="Tank Background Foreground"
class="background-image background-image-fore"
/>
<!-- Liquid layers will be inserted here by JavaScript! --> <!-- Liquid layers will be inserted here by JavaScript! -->
<div class="artist-link"> <div class="artist-link">
<a <a href="https://x.com/Raven4Seth" target="_blank" rel="noopener noreferrer">Art by SethRaven4</a>
href="https://x.com/Raven4Seth"
target="_blank"
rel="noopener noreferrer"
>Art by SethRaven4</a
>
</div> </div>
</div> </div>
<div class="settings"> <div class="settings">
<h2>Settings</h2> <h2>Settings</h2>
<label> <label>
Tank Top Offset (px): Tank Top Offset (px):
<input <input type="number" id="tankTopOffset" value="22" min="0" max="800" />
type="number"
id="tankTopOffset"
value="22"
min="0"
max="800"
/>
</label> </label>
<label> <label>
Tank Bottom Offset (px): Tank Bottom Offset (px):
<input <input type="number" id="tankBottomOffset" value="40" min="0" max="800" />
type="number"
id="tankBottomOffset"
value="40"
min="0"
max="800"
/>
</label> </label>
</div> </div>
</div> </div>
@ -178,16 +157,12 @@
<footer class="tiny-footer"> <footer class="tiny-footer">
<span> <span>
Art by Art by
<a <a href="https://x.com/Raven4Seth" target="_blank" rel="noopener noreferrer">SethRave4</a>
href="https://x.com/Raven4Seth"
target="_blank"
rel="noopener noreferrer"
>SethRave4</a
>
&bull; Message &bull; Message
<a href="mailto:vixi@snowsune.net">vixi@snowsune.net</a> for <a href="mailto:vixi@snowsune.net">vixi@snowsune.net</a> for
questions/comments/anything! questions/comments/anything!
</span> </span>
</footer> </footer>
</body> </body>
</html> </html>