website

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

commit f5d08d48b51251ab3249288edd13bc3cc56696fe
parent 9b5517ae29b2fabb0bf4fcb193b75751264bad20
Author: evenfri <evenfri256@gmail.com>
Date:   Sun, 16 Aug 2026 19:07:17 +0800

add 8 banners, update philosophy, license

Diffstat:
Aassets/free-sex.gif | 0
Aassets/free.gif | 0
Aassets/poweredbyasm.gif | 0
Aassets/she-her-trans.png | 0
Aassets/softcute.gif | 0
Aassets/suicide-boy.gif | 0
Aassets/trans-shark.png | 0
Aassets/xxx.gif | 0
Mblog.html | 1-
Mindex.html | 24++++++++++++++++--------
Mlicense.html | 30+++++++++++++++---------------
Mphilosophy.html | 41++++++++++++++++++++++++++++++++++-------
12 files changed, 65 insertions(+), 31 deletions(-)

diff --git a/assets/free-sex.gif b/assets/free-sex.gif Binary files differ. diff --git a/assets/free.gif b/assets/free.gif Binary files differ. diff --git a/assets/poweredbyasm.gif b/assets/poweredbyasm.gif Binary files differ. diff --git a/assets/she-her-trans.png b/assets/she-her-trans.png Binary files differ. diff --git a/assets/softcute.gif b/assets/softcute.gif Binary files differ. diff --git a/assets/suicide-boy.gif b/assets/suicide-boy.gif Binary files differ. diff --git a/assets/trans-shark.png b/assets/trans-shark.png Binary files differ. diff --git a/assets/xxx.gif b/assets/xxx.gif Binary files differ. diff --git a/blog.html b/blog.html @@ -29,7 +29,6 @@ Title: <code>pacman -Syu</code> core<br> <img src="assets/blog/pacman-syu-core.png" style="max-width: 100%; border: 1px solid #000000;"> </div> - <br> </div> </body> diff --git a/index.html b/index.html @@ -44,14 +44,22 @@ <hr> <div class="banners"> - <img src="assets/trans.png" alt="trans"> - <img src="assets/bi.png" alt="bi"> - <img src="assets/artix.gif" alt="artix"> - <img src="assets/drug.gif" alt="drug"> - <img src="assets/vim.gif" alt="vim"> - <img src="assets/gnu-linux.gif" alt="gnu/linux"> - <img src="assets/notall.gif" alt="notall"> - <img src="assets/nya2.gif" alt="nya"> + <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/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"> + <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/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"> + <img src="assets/xxx.gif" alt="xxx" width="88" height="31"> + <img src="assets/free-sex.gif" alt="xxx" width="88" height="31"> </div> </div> </body> diff --git a/license.html b/license.html @@ -2,29 +2,29 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <meta name="viewport" content="width=1024, initial-scale=0.1"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="style.css"> <link rel="icon" type="image/png" href="favicon.png"> - <title>evenfri</title> - + <title>evenfri - license</title> </head> <body> - <center> - - <h1><a href="index.html" - style="color: white; text-decoration: none;"> - evenfri</a></h1> + <div class="container"> + <h1><a href="index.html">evenfri</a></h1> - <br> + <div class="nav"> + &lt; <a href="index.html">home</a> &gt; + </div> - all of my projects are licensed under the <br> - <a href="LICENSE.txt">GNU GPL v3</a><br> - (or later) license, unless a different license is explicitly stated <br> - in the root of the repository. the full text of the license is <br> - available at the link above<br> + <div style="text-align: center;"> + all of my projects are licensed under the <br> + <a href="LICENSE.txt">GNU GPL v3</a><br> + (or later) license, unless a different license is explicitly stated <br> + in the root of the repository. the full text of the license is <br> + available at the link above<br> + </div> - </center> + </div> </body> </html> diff --git a/philosophy.html b/philosophy.html @@ -21,13 +21,40 @@ <img src="assets/philosophy.png" style="max-width: 50%; border: 1px solid #000000;"> </div> - <blockquote> - "do one thing, but do it well"<br> - "suckless"<br> - "keep it simple, stupid"<br> - "propiritality is bad, sin, ugh"<br> - "no use ai" - </blockquote> + <div class="news-blog-item"> + <h3>Unix Philosophy</h3> + <p><em>"do one thing, but do it well"</em></p> + <p>each program should perform only one specific task, but do it as efficiently and well as possible</p> + </div> + <br> + + <div class="news-blog-item"> + <h3>Suckless Philosophy</h3> + <p><em>"suckless"</em></p> + <p>developing minimalist, clear, and concise software without unnecessary complexity or feature bloat</p> + </div> + <br> + + <div class="news-blog-item"> + <h3>KISS Principle</h3> + <p><em>"keep it simple, stupid"</em></p> + <p>the simplicity principle: systems work best if they are kept simple rather than made unnecessarily complex</p> + </div> + <br> + + <div class="news-blog-item"> + <h3>Free Software Philosophy</h3> + <p><em>"propiritality is bad, sin, ugh"</em></p> + <p>rejecting proprietary software in favor of free and open-source solutions that respect user freedom</p> + </div> + <br> + + <div class="news-blog-item"> + <h3>Anti-AI Philosophy</h3> + <p><em>"no use ai"</em></p> + <p>the principle of rejecting artificial intelligence in favor of manual development and crafting authentic code</p> + </div> + </div> </body> </html> \ No newline at end of file