Done some stuff

This commit is contained in:
2026-03-26 09:28:03 +01:00
parent 7c0fe5d697
commit 136b1bdea9
12 changed files with 156 additions and 80 deletions

41
about/index.html Normal file
View File

@@ -0,0 +1,41 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ayabusa club - About me</title>
<link rel="stylesheet" href="./style.css">
<!--<script src="script.js"></script> -->
</head>
<body>
<center>
<img class="smurf" src="../assets/smurf.jpg"/>
<h1 class="title_font">ABOUT ME</h1>
<p class="soos">
Hi it's me Ayabusa! I'm a CS student and I love tinkering with everything that falls my hands!<br>
As of 2026 to 2030 I am following a CS engineering degree in France.
</p>
<h2 class="title_font">INTERESTS</h2>
<p class="soos">
I'm currently interested in programming, reverse-engineering, and embedded systems and I'm eager to learn more about them.<br>
On the topic of embedded system, I especially like to tinker with various calculators. You can view my humble collection <a href="https://my.calcs.quest/u/725">here</a>.<br>
I also like to climb especially bouldering :D
</p>
<h2 class="title_font">STUFF I LIKE</h2>
<h3 class="title_font">SOFTWARE</h3>
<p class="soos">
<ul class="soos" style="list-style-position: inside;">
<li>Linux Mint: Damn this OS is just the best, you've got a free n opensource OS where everything just works out of da box.</li>
<li>Vim: I didn't like it at first, but I got to admit it's pretty good. I also like Zed in vim mode when working on bigger project.</li>
<li>Thorium: My personnal favorite. It's like chromium but on steroids.</li>
<li>IDA: What can I say, there is just nothing that comes close to it.</li>
</ul>
</p>
<h3 class="title_font">OTHER WEBSITES</h3>
<div>
<img class="button" src="../assets/hcu1.gif" tppabs="" alt="hcu" border="0" vspace="0" hspace="0"/>
<a draggable="false" target="_blank" href="https://digdeeper.club/"><img class="button" draggable="false" src="https://digdeeper.club/images/button.png" alt="DigDeeper"></a>
<a href="//gnu.org" aria-label="GNU website"><img class="button" alt="GNU/Linux" src="../assets/gnu_linux.jpeg" width="88" height="31"></a>
</div>
</center>
</body>
</html>