1<!doctype html>
  2<html lang="en">
  3    <!--
  4    ___      _____     _
  5   / _ \ _ _|_   _|_ _| | _____
  6  | | | | '_ \| |/ _` | |/ / _ \
  7  | |_| | | | | | (_| |   <  __/
  8   \___/|_| |_|_|\__,_|_|\_\___|
  9
 10  Copyright 2024. Louis Dalibard
 11  -->
 12
 13    <head>
 14        <!-- Stylesheet-->
 15        <link
 16            rel="stylesheet"
 17            type="text/css"
 18            href="https://dms.ontake.dev/style.css"
 19        />
 20        <!-- Title Element-->
 21        <title>about | ontake.dev</title>
 22        <!-- Icon-->
 23        <link rel="icon" type="image/webp" href="/assets/images/icon.png" />
 24        <!-- Metadata-->
 25        <meta property="og:type" content="website" />
 26        <meta property="og:url" content="https://ontake.dev/about" />
 27        <meta property="og:title" content="about | ontake.dev" />
 28        <meta name="viewport" content="width=device-width, initial-scale=0.1" />
 29        <!-- Scripts-->
 30        <script src="/assets/js/draggable.js"></script>
 31    </head>
 32
 33    <body>
 34        <div id="content" class="content-main">
 35            Hey! My name is Louis Dalibard. Let me introduce myself real
 36            quick.<br />
 37            私の名前はルイ・ダリバードです。自己紹介をさせてください。
 38            <br /><br />
 39            I was born in New York City but I’m currently living in Paris.<br />
 40            生まれはニューヨークですが、今はパリに住んでいます。
 41            <br /><br />
 42            I’m a student in a French public &ldquo;classe préparatoire aux
 43            grandes écoles&rdquo; and in my spare time, I like to do all sorts
 44            of cool stuff!<br />
 45            私はフランスの公立大学 「classe préparatoire aux grandes écoles
 46            」の学生で、余暇にはいろいろなクールなことをするのが好きです!
 47            <br /><br />
 48            Back when I was 7, one of my dad’s friends, seeing how I loved
 49            computers, got me a book about Python programming for my birthday.
 50            Ever since that day, I have had a huge interest in computers,
 51            software, and engineering.<br />
 52            私が7歳の時、父の友人の一人が、私がいかにコンピューターが好きかを見て、誕生日にPythonプログラミングの本をプレゼントしてくれた。その日以来、私はコンピューター、ソフトウェア、エンジニアリングに大きな興味を持つようになった。
 53            <br /><br />
 54            Solving problems and building things is something I'm passionate
 55            about. I also like to contribute to open-source projects.<br />
 56            問題を解決し、物を作ることは、私が情熱を注いでいることだ。オープンソースのプロジェクトに貢献するのも好きです。<br /><br />
 57
 58            Here are the languages I can speak:<br />
 59            以下は私が話せる言語である:<br /><br />
 60
 61            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;<img
 62                src="/assets/images/flags/us.png"
 63                class="flag"
 64            />&nbsp;&nbsp;English | 英語<br />
 65            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;<img
 66                src="/assets/images/flags/fr.png"
 67                class="flag"
 68            />&nbsp;&nbsp;French | フランス語<br />
 69            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;<img
 70                src="/assets/images/flags/jp.png"
 71                class="flag"
 72            />&nbsp;&nbsp;Japanese | 日本語<br />
 73            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;<img
 74                src="/assets/images/flags/es.png"
 75                class="flag"
 76            />&nbsp;&nbsp;Spanish | スペイン語<br />
 77            <br />
 78            <br />
 79            If you ever need to contact me you may do so via any of the
 80            following methods:<br />
 81            私に連絡する必要がある場合は、以下のいずれかの方法でご連絡ください:<br />
 82            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Email: ontake (at) ontake.dev<br />
 83            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Phone: +33 6 52 45 16 50<br />
 84            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Instagram: @louis.dlbrd<br />
 85            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Discord: @OnTake#5344<br />
 86            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Matrix: @ontake:matrix.ontake.dev<br />
 87            <br />
 88            <div id="footer">
 89            </div>
 90        </div>
 91
 92        <div id="topbar">
 93            <a class="topbar-link" href="/">home</a>
 94            <a class="topbar-link" href="/about/">about</a>
 95            <a class="topbar-link" href="/gallery/">gallery</a>
 96            <a class="topbar-link" href="/projects/">projects</a>
 97            <a class="topbar-link" href="/guestbook/">guestbook</a>
 98            <a class="topbar-link" href="/ascii/">ascii</a>
 99            <a class="topbar-link" href="/experiments/">experiments</a>
100            <a class="topbar-link" href="/garden/">garden</a>
101            <a class="topbar-link" href="/mixes/">mixes</a>
102            <a class="topbar-link" href="https://leech.ontake.dev">leech</a>
103        </div>
104    </body>
105</html>