From 60eb045c37c24677088f13cdded9408c292f65ff Mon Sep 17 00:00:00 2001 From: Radiohotline Date: Tue, 17 Feb 2026 11:32:52 +0000 Subject: index improvement and image compression --- common.css | 2 +- img/bg.jpg | Bin 0 -> 168341 bytes img/bgfull.png | Bin 0 -> 1055659 bytes img/index/index.jpg | Bin 0 -> 228192 bytes index.html | 29 ++++++++++++++--------------- 5 files changed, 15 insertions(+), 16 deletions(-) create mode 100644 img/bg.jpg create mode 100644 img/bgfull.png create mode 100644 img/index/index.jpg diff --git a/common.css b/common.css index 2774bec..cf4e037 100644 --- a/common.css +++ b/common.css @@ -1,5 +1,5 @@ body { - background-image: url(img/bg.png); + background-image: url(img/bg.jpg); background-attachment: fixed; background-position: center; background-size: 100%; diff --git a/img/bg.jpg b/img/bg.jpg new file mode 100644 index 0000000..0ac2bfd Binary files /dev/null and b/img/bg.jpg differ diff --git a/img/bgfull.png b/img/bgfull.png new file mode 100644 index 0000000..fca368a Binary files /dev/null and b/img/bgfull.png differ diff --git a/img/index/index.jpg b/img/index/index.jpg new file mode 100644 index 0000000..cf4c8bc Binary files /dev/null and b/img/index/index.jpg differ diff --git a/index.html b/index.html index 6001933..dc58830 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@