website

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

index.html (3069B)


      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</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;
     18         <a href="http://git.evenfri.xyz/">src</a> |
     19         <a href="about.html">about</a> |
     20         <a href="contributing.html">contributing</a> |
     21         <a href="blog.html">blog</a> |
     22         <a href="news.html">news</a> |
     23         <a href="philosophy.html">philosophy</a> |
     24         <a href="license.html">license</a> |
     25         <a href="links.html">links</a> |
     26         <a href="thanks.html">thanks</a>
     27         &gt;
     28       </div>
     29 
     30       <div style="text-align: center; margin-bottom: 15px;">
     31         <img src="assets/pfp.png" style="max-width: 50%; border: 1px solid #000000;">
     32       </div>
     33 
     34       <div style="text-align: center;">
     35         i use artix btw<br>
     36         i use C btw<br>
     37         i use bspwm btw<br>
     38         i use vim btw<br>
     39         i love femboys btw<br>
     40       </div>
     41 
     42       <hr>
     43 
     44       <div class="banners">
     45         <img src="assets/cutesocks.gif" alt="cutesocks" width="88" height="31">
     46         <img src="assets/trans.png" alt="trans" width="88" height="31">
     47         <img src="assets/trans-shark.png" alt="shark" width="88" height="31">
     48         <img src="assets/bi.png" alt="bi" width="88" height="31">
     49         <img src="assets/lesbian.jpg" alt="bi" width="88" height="31">
     50         <img src="assets/artix.gif" alt="artix" width="88" height="31">
     51         <img src="assets/drug.gif" alt="drug" width="88" height="31">
     52         <img src="assets/give-me-syringe-now.png" alt="give-me-syringe-now" width="88" height="31">
     53         <img src="assets/make-c-great-again.png" alt="make-c-great-again-NOW!" width="88" height="31">
     54         <img src="assets/vim.gif" alt="vim" width="88" height="31">
     55         <img src="assets/gnu-linux.gif" alt="gnu/linux" width="88" height="31">
     56         <img src="assets/free.gif" alt="fsf" width="88" height="31">
     57         <a href="https://kernel.org"><img src="assets/linux-directory.gif" alt="linux-directory" width="88" height="31"></a>
     58         <img src="assets/y2k38.png" alt="y2k38" width="88" height="31">
     59         <img src="assets/poweredbyasm.gif" alt="poweredbyasm" width="88" height="31">
     60         <img src="assets/suicide-boy.gif" alt="suicide-boy" width="88" height="31">
     61         <img src="assets/girls-now.png" alt="girls-now" width="88" height="31">
     62         <img src="assets/notall.gif" alt="notall" width="88" height="31">
     63         <img src="assets/softcute.gif" alt="softcute" width="88" height="31">
     64         <img src="assets/nya2.gif" alt="nya" width="88" height="31">
     65         <img src="assets/xxx.gif" alt="xxx" width="88" height="31">
     66         <img src="assets/free-sex.gif" alt="xxx" width="88" height="31">
     67       </div>
     68     </div>
     69   </body>
     70 </html>