website

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

commit 4e6b2d40cab68ef2131ba3f65703244cb820c1f7
parent 946f7695f2815844211ad02b4694a273922faf8a
Author: evenfri <evenfri256@gmail.com>
Date:   Thu, 24 Sep 2026 22:02:13 +0800

update

Diffstat:
Mabout.html | 9+++++++--
Aassets/cutesocks.gif | 0
Mblog.html | 10++++++++++
Mindex.html | 5++---
Mphilosophy.html | 12++++++++++--
Mstyle.css | 3+--
6 files changed, 30 insertions(+), 9 deletions(-)

diff --git a/about.html b/about.html @@ -18,6 +18,12 @@ </div> <pre> +pers +==== +16 yo russian enthusiast +telegram: @evenfri +irc: evenfri (irc.evenfri.xyz) + host ==== distro — artix @@ -50,4 +56,4 @@ kbd — vorotex k840 </pre> </div> </body> -</html> -\ No newline at end of file +</html> diff --git a/assets/cutesocks.gif b/assets/cutesocks.gif Binary files differ. diff --git a/blog.html b/blog.html @@ -19,6 +19,16 @@ <div class="news-blog-item"> <dl> + <dt>Date: Thu Sep 24 09:49 PM +08 GMT</dt> + <dt>Subject: start irc server</dt> + <dt>Text:</dt> + <dd>hello. i created irc server: <a>irc.evenfri.xyz</a>. have <a>#main</a> channel</dd> + </dl> + </div> + <br> + + <div class="news-blog-item"> + <dl> <dt>Date: Mon Aug 17 09:01 PM +08 GMT</dt> <dt>Subject: start open-source project</dt> <dt>Text:</dt> diff --git a/index.html b/index.html @@ -36,14 +36,13 @@ i use C btw<br> i use bspwm btw<br> i use vim btw<br> - i love femboys btw<br><br> - my beloved girl friend: - <a href="https://t.me/Laneks_143">@Laneks_143</a> (write to her) + i love femboys btw<br> </div> <hr> <div class="banners"> + <img src="assets/cutesocks.gif" alt="cutesocks" width="88" height="31"> <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/bi.png" alt="bi" width="88" height="31"> diff --git a/philosophy.html b/philosophy.html @@ -22,6 +22,15 @@ </div> <div class="news-blog-item"> + <h3>Personal Principles</h3> + <p> + non gnu when possible<br> + fuck sysd, sudo, standartisation<br> + </p> + </div> + <br> + + <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> @@ -57,4 +66,4 @@ </div> </body> -</html> -\ No newline at end of file +</html> diff --git a/style.css b/style.css @@ -140,4 +140,4 @@ pre, code { border-color: #444444 !important; } } -*/ -\ No newline at end of file +*/