90 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			90 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE HTML>
 | |
| 
 | |
| <html>
 | |
| <head>
 | |
|   <title>about me</title>
 | |
|   <meta charset="utf-8">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|   <link rel="icon" href="/favicon.ico" type="image/x-icon">
 | |
|   <link rel="stylesheet" href="/style.css" type="text/css">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 	<nav>
 | |
| 		<ul>
 | |
| 			<li><a href="/index.html">/home/stev</a></li>
 | |
| 			<li><a href="/gemlog/index.html">~/logs</a></li>
 | |
| 		</ul>
 | |
| 	</nav>
 | |
| <pre>
 | |
| ▄▀▀   ▄▀  █ ██▄ ▄▀▄ █▄ █ ██▀
 | |
| ▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
 | |
| Est. 17th of February 2021.
 | |
| </pre>
 | |
| 
 | |
| <h1># about me</h1>
 | |
| <a href="gibone-CV.pdf">=> my resume (in french)</a><br>
 | |
| 
 | |
| <p>Hello, my name is Steven Gibone and welcome to my gemini capsule. I used to study mathematics but quit due to me realizing I don't want to teach to an entire class. The public education system is far too broken for me and I really cannot accept to work in these conditions.</p>
 | |
| 
 | |
| <p>I have both a <em>website</em> and a <em>gemini capsule</em>:</p>
 | |
| <a href="gemini://stevengibone.com">=> gemini://stevengibone.com</a><br>
 | |
| <a href="https://stevengibone.com">=> https://stevengibone.com</a><br>
 | |
| <p>If you don't know about the <em>gemini</em> protocol and care about a more simple internet, I strongly encourage you to learn more about it:</p>
 | |
| <a href="https://gemini.circumlunar.space/">=> https://gemini.circumlunar.space/</a><br>
 | |
| 
 | |
| <p>I take interest in:</p>
 | |
| <ul>
 | |
| <li>coffee, I love coffee</li>
 | |
| <li>free/libre software</li>
 | |
| <li>maker/hacker culture</li>
 | |
| <li>mathematics</li>
 | |
| <li>philosophy</li>
 | |
| <li>politics</li>
 | |
| <li>video games</li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| <p>And sportswise:</p>
 | |
| <ul>
 | |
| <li>fencing (I'm not a fencer anymore but really loved it)</li>
 | |
| <li>rock climbing (mostly bouldering in Arkose)</li>
 | |
| <li>rollerblading</li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| <a href="projects.html">=> my differents projects</a><br>
 | |
| 
 | |
| <h2>## what I'm reading</h2>
 | |
| <ul>
 | |
| <li><s>The Lord of the Rings: The Two Towers, J.R.R. Tolkien</s></li>
 | |
| <li><s>Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles</s></li>
 | |
| <li>En Travail, Bernard Friot et Frédéric Lordon</li>
 | |
| <li><s>Sortir de l'hétérosexualité, Juliet Drouart</s></li>
 | |
| <li>Beaufs et Barbares, Houria Bouteldja</li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| <h2>## what I'm playing</h2>
 | |
| <ul>
 | |
| <li>Bloodstained: Ritual of the Night</li>
 | |
| <li>Hades</li>
 | |
| <li>Pokemon: Shining Pearl</li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| <h2>## logs</h2>
 | |
| <a href="/gemlog/index.html">=> all gemlogs here</a><br>
 | |
| 
 | |
| <a href="/gemlog/2021-05-04_networking_school.html">=> 2021-05-04 - I'm learning networking</a><br>
 | |
| <a href="/gemlog/2021-05-01_windowssucks.html">=> 2021-05-01 - I hate Microsoft</a><br>
 | |
| 
 | |
| </body>
 | |
| 	<footer>
 | |
| 		<hr>
 | |
| 		<ul>
 | |
| 			<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
 | |
| 			<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
 | |
| 		</ul>
 | |
| 	</footer>
 | |
| </html>
 |