portfolio : ajout carrière musicale
This commit is contained in:
parent
e18b665c2f
commit
44867b7a02
1 changed files with 15 additions and 1 deletions
|
@ -16,6 +16,10 @@ 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>
|
||||
|
||||
<p>
|
||||
I am also fascinated by music: I play drums, I DJ, and I produce electronic music under the name <b>Ahurac</b>.
|
||||
</p>
|
||||
|
||||
<h1>My projects</h1>
|
||||
|
||||
<h2>Commitment to software and Internet freedom</h2>
|
||||
|
@ -46,10 +50,20 @@ Since 2023, I host free software based services on the web thanks to my personna
|
|||
<p>
|
||||
You can find <code>qemush</code>'s source code in <a href="https://git.ahur.ac/ahurac/qemush">its repo</a> on my self-hosted instance of the source code forge <b>Forgejo</b>.
|
||||
</p>
|
||||
|
||||
<h2>Music career</h2>
|
||||
|
||||
<p>
|
||||
I have released a bunch of electronic music songs since 2019. Despite being a proprietary platform, you can find my work on <b><a href="https://youtube.com/c/Ahurac">YouTube</a></b>. I create everything on my personnal computer, using as much as free software as I can.
|
||||
</p>
|
||||
|
||||
<p>Here is my latest song to this date:</p>
|
||||
|
||||
<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/B3LzQjL3UQQ?si=VS2v08yuCNN4VezK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
|
||||
</Page>
|
||||
|
||||
<style>
|
||||
img {
|
||||
img, iframe {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
Loading…
Reference in a new issue