Compare commits

..

No commits in common. "f1363b929ab6d01cb6bba1163b6783e9546a28bc" and "29726495dcbb8e7641cbcfb305d6f04a11ca8c95" have entirely different histories.

View file

@ -16,33 +16,6 @@ My name is <b>Hippolyte Chauvin</b> and I'm born in <b>2004</b>. I study the <b>
I was introduced to the world of computers in my young age, when I could spend hours on the family's computer messing around with the operating system and trying to explore every feature it had built in. This experience slowly led me to want to learn how to seriously use a computer, and later to study the field of cybersecurity.
</p>
<h1>My skills</h1>
<p>
This list showcases the technologies and fields I'm the more confident with.
</p>
<!--
- c
- rust
- python
- web
- linux
- bash, posix shell
- docker
- kubernetes
- qemu
- git
- arch linux
- debian, ubuntu
- rpm based
- alpine linux
- x509
- systemd
- source code forges
- command line tools
-->
<h1>My projects</h1>
<h2>Commitment to software and Internet freedom</h2>
@ -96,7 +69,7 @@ a {
text-decoration: none;
color: #ff66ff;
padding: 2px;
transition: all 0.1s ease-out;
transition: color 0.1s;
}
a::before {
@ -108,7 +81,7 @@ a::before {
left: 0;
background-color: #ff66ff;
transform: scaleY(0.1);
transition: all 0.1s ease-out;
transition: transform 0.1s ease-out;
transform-origin: bottom;
z-index: -1;
}