35 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <html>
 | |
|   <head>
 | |
|     <title>Quad's site</title>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <link rel="stylesheet" href="assets/style.css" />
 | |
|     <link rel="stylesheet" href="assets/poppins/poppins.css" />
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
|     <div class="content">
 | |
| 
 | |
|       <div class="profile">
 | |
|         <img class="avi" src="assets/avi.jpg" />
 | |
|         <p>Quad</p>
 | |
|         <a class="akko" href="https://akko.quad.moe/quad">
 | |
|           <img src="assets/akkoma.svg" />
 | |
|         </a>
 | |
|       </div>
 | |
| 
 | |
|       <h1>Who?</h1>
 | |
|       <p>I am just yet another guy who wanders the internet.</p>
 | |
|       <p>A bunch of people know me for running <a href="https://openings.moe/">openings.moe</a>, although I don't do much anymore besides pay the server bills. If it's not that, I'm likely just known for some old shitpost on Twitter.</p>
 | |
|       <p>These days I can mostly be found on <a href="https://akko.quad.moe/quad">the fediverse</a> doing nothing important. If you want to see some guy pop up once in a while to rant about computers, japanese video games or other things normal people aren't interested in, you might consider a follow.</p>
 | |
| 
 | |
|       <h1>What?</h1>
 | |
|       <p>My interests mostly include typical sysadmin tasks, typically on Linux powered servers.</p>
 | |
|       <p>I self-host all my stuff (including this website) inside Incus containers on an HP Microserver Gen10 Plus running Gentoo which sits in a corner of my living room. All my data is also stored on bcachefs because I do not fear god, even though I will probably regret it one day.</p>
 | |
| 
 | |
|       <h1>Why?</h1>
 | |
|       <p>Dunno.</p>
 | |
| 
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |