website

my website
git clone git://git.evenfri.xyz/website.git
Log | Files | Refs | LICENSE

commit ad2228f05246daa534a39dac74447a272230ca4f
parent f5d08d48b51251ab3249288edd13bc3cc56696fe
Author: evenfri <evenfri256@gmail.com>
Date:   Sun, 16 Aug 2026 22:33:58 +0800

add new banners

Diffstat:
Aassets/button-powered_by_gnu.png | 0
Aassets/girls-now.png | 0
Aassets/give-me-syringe-now.png | 0
Aassets/linux-directory.gif | 0
Aassets/make-c-great-again.png | 0
Mindex.html | 8+++++---
Mstyle.css | 1+
7 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/assets/button-powered_by_gnu.png b/assets/button-powered_by_gnu.png Binary files differ. diff --git a/assets/girls-now.png b/assets/girls-now.png Binary files differ. diff --git a/assets/give-me-syringe-now.png b/assets/give-me-syringe-now.png Binary files differ. diff --git a/assets/linux-directory.gif b/assets/linux-directory.gif Binary files differ. diff --git a/assets/make-c-great-again.png b/assets/make-c-great-again.png Binary files differ. diff --git a/index.html b/index.html @@ -46,15 +46,18 @@ <div class="banners"> <img src="assets/trans.png" alt="trans" width="88" height="31"> <img src="assets/trans-shark.png" alt="shark" width="88" height="31"> - <img src="assets/she-her-trans.png" alt="she-her" width="88" height="31"> <img src="assets/bi.png" alt="bi" width="88" height="31"> <img src="assets/artix.gif" alt="artix" width="88" height="31"> <img src="assets/drug.gif" alt="drug" width="88" height="31"> + <img src="assets/give-me-syringe-now.png" alt="give-me-syringe-now" width="88" height="31"> + <img src="assets/make-c-great-again.png" alt="make-c-great-again-NOW!" width="88" height="31"> <img src="assets/vim.gif" alt="vim" width="88" height="31"> <img src="assets/gnu-linux.gif" alt="gnu/linux" width="88" height="31"> <img src="assets/free.gif" alt="fsf" width="88" height="31"> + <a href="https://kernel.org"><img src="assets/linux-directory.gif" alt="linux-directory" width="88" height="31"></a> <img src="assets/poweredbyasm.gif" alt="poweredbyasm" width="88" height="31"> <img src="assets/suicide-boy.gif" alt="suicide-boy" width="88" height="31"> + <img src="assets/girls-now.png" alt="girls-now" width="88" height="31"> <img src="assets/notall.gif" alt="notall" width="88" height="31"> <img src="assets/softcute.gif" alt="softcute" width="88" height="31"> <img src="assets/nya2.gif" alt="nya" width="88" height="31"> @@ -63,4 +66,4 @@ </div> </div> </body> -</html> -\ No newline at end of file +</html> diff --git a/style.css b/style.css @@ -70,6 +70,7 @@ a:hover { } .banners img { + image-rendering: pixelated; border: 1px solid #666666; }