diff --git a/www/Composite.png b/www/Composite.png new file mode 100644 index 0000000..e288ccf Binary files /dev/null and b/www/Composite.png differ diff --git a/www/characters/zae.png b/www/characters/zae.png new file mode 100644 index 0000000..a1ef32f Binary files /dev/null and b/www/characters/zae.png differ diff --git a/www/characters/zae.png~ b/www/characters/zae.png~ new file mode 100644 index 0000000..077d94b Binary files /dev/null and b/www/characters/zae.png~ differ diff --git a/www/data.json b/www/data.json index ef7ddf1..9b84f54 100644 --- a/www/data.json +++ b/www/data.json @@ -7,20 +7,21 @@ "url": "https://www.f-list.net/c/alice%20prairie" }, { - "name": "Bear Cum", - "volume": 9, - "color": "#523a33", - "url": "https://www.f-list.net/c/Glyren" + "name": "Zae & Kan'vi Cum", + "volume": 81, + "color": "#FF56BD", + "url": "https://www.f-list.net/c/Zae", + "image": "characters/zae.png" }, { - "name": "Kan'vi Cum (Glowing)", - "volume": 18, - "color": "#FF56BD", - "url": "https://www.f-list.net/c/Zae" + "name": "Dog Cum", + "volume": 8, + "color": "#940619", + "url": "https://www.f-list.net/c/maxene%20sita/" } ], "settings": { - "tankTopOffset": 265, + "tankTopOffset": 360, "tankBottomOffset": 101 } } diff --git a/www/favicon.ico b/www/favicon.ico new file mode 100644 index 0000000..c202965 Binary files /dev/null and b/www/favicon.ico differ diff --git a/www/index.html b/www/index.html index c924ff4..fd51eaa 100644 --- a/www/index.html +++ b/www/index.html @@ -1,152 +1,193 @@ + + + + Cumtanks.snowusne.net - - - - Cumtanks.snowusne.net + + + + - - - - + + + + - - - - + + - - - - -
-
- Tank Background Back - Tank Background Foreground - - - + // Event listeners + tankTopOffsetInput.addEventListener("change", updateSettings); + tankBottomOffsetInput.addEventListener("change", updateSettings); - - + // Initial load + loadData(); + - - - \ No newline at end of file + + + + diff --git a/www/styles.css b/www/styles.css index a1b5dd5..6bbeaad 100644 --- a/www/styles.css +++ b/www/styles.css @@ -72,6 +72,9 @@ h1 { transition: all 0.3s ease; z-index: 2; overflow: hidden; + background-position: top center; + background-repeat: no-repeat; + background-size: contain; } .liquid-layer > div {