website

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

about.html (1205B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3   <head>
      4     <meta charset="UTF-8">
      5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      6     <meta http-equiv="X-UA-Compatible" content="ie=edge">
      7     <link rel="stylesheet" href="style.css">
      8     <link rel="icon" type="image/png" href="favicon.png">
      9     <title>evenfri - about</title>
     10   </head>
     11 
     12   <body>
     13     <div class="container">
     14       <h1><a href="index.html">evenfri</a></h1>
     15 
     16       <div class="nav">
     17         &lt; <a href="index.html">home</a> &gt;
     18       </div>
     19 
     20       <pre>
     21 pers
     22 ====
     23 16 yo russian enthusiast
     24 telegram: @evenfri
     25 irc: evenfri (irc.evenfri.xyz)
     26 
     27 host
     28 ====
     29 distro — artix
     30 kernel — linux-lts (soon custom)
     31 init   — runit
     32 wm     — bspwm
     33 term   — st
     34 sh     — zsh
     35 lang   — c
     36 edit   — vim
     37 
     38 hard
     39 ====
     40 cpu    — xeon e5 2670v3
     41 gpu    — 1660 super
     42 ram    — 32g
     43 nvme 256g — /, /home
     44 hdd 1000g — /mnt/games
     45 ssd 128g  — /mnt/develop
     46 ssd 128g  — external drive
     47 ssd 480g  — notebook asus x505za
     48 
     49 setup
     50 =====
     51 mon 1   — ardor gaming portal af24h1 144hz 1920x1080
     52 mon 2   — sanc 75hz 1920x1080
     53 mouse 1 — logitech g102
     54 mouse 2 — zelotes t-20
     55 kbd     — vorotex k840
     56       </pre>
     57     </div>
     58   </body>
     59 </html>