Done some stuff
This commit is contained in:
41
about/index.html
Normal file
41
about/index.html
Normal 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>
|
||||
48
about/style.css
Normal file
48
about/style.css
Normal file
@@ -0,0 +1,48 @@
|
||||
@font-face {
|
||||
font-family: 'smurf';
|
||||
src: url('../assets/smurf.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
url('../assets/smurf.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'soos';
|
||||
src: url('../assets/soos.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
url('../assets/soos.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f3d42f;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 25vh;
|
||||
}
|
||||
|
||||
.title_font {
|
||||
font-family: "smurf";
|
||||
color: black;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.soos {
|
||||
font-family: "soos";
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: 114px;
|
||||
height: 43px;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
Reference in New Issue
Block a user