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. I go by the name ontake online,
 36            or as some have taken to calling me, onny. Let me introduce myself real quick.<br />
 37            私の名前はルイ・ダリバードです。ネット上では「ontake」と名乗っていて、
 38            「onny」と呼んでくる人もいます。自己紹介をさせてください。
 39            <br /><br />
 40            I was born in New York City but I’m currently living in Paris.<br />
 41            生まれはニューヨークですが、今はパリに住んでいます。
 42            <br /><br />
 43            I’m a student in a French public &ldquo;classe préparatoire aux
 44            grandes écoles&rdquo; and in my spare time, I like to do all sorts
 45            of cool stuff!<br />
 46            私はフランスの公立大学 「classe préparatoire aux grandes écoles
 47            」の学生で、余暇にはいろいろなクールなことをするのが好きです!
 48            <br /><br />
 49            Back when I was 7, one of my dad’s friends, seeing how I loved
 50            computers, got me a book about Python programming for my birthday.
 51            Ever since that day, I have had a huge interest in computers,
 52            software, and engineering.<br />
 53            私が7歳の時、父の友人の一人が、私がいかにコンピューターが好きかを見て、誕生日にPythonプログラミングの本をプレゼントしてくれた。その日以来、私はコンピューター、ソフトウェア、エンジニアリングに大きな興味を持つようになった。
 54            <br /><br />
 55            Solving problems and building things is something I'm passionate
 56            about. I also like to contribute to open-source projects.<br />
 57            問題を解決し、物を作ることは、私が情熱を注いでいることだ。オープンソースのプロジェクトに貢献するのも好きです。<br /><br />
 58
 59            Here are the languages I can speak:<br />
 60            以下は私が話せる言語である:<br /><br />
 61
 62            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;<img
 63                src="/assets/images/flags/us.png"
 64                class="flag"
 65            />&nbsp;&nbsp;English | 英語<br />
 66            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;<img
 67                src="/assets/images/flags/fr.png"
 68                class="flag"
 69            />&nbsp;&nbsp;French | フランス語<br />
 70            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;<img
 71                src="/assets/images/flags/jp.png"
 72                class="flag"
 73            />&nbsp;&nbsp;Japanese | 日本語<br />
 74            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;<img
 75                src="/assets/images/flags/es.png"
 76                class="flag"
 77            />&nbsp;&nbsp;Spanish | スペイン語<br />
 78            <br />
 79            <br />
 80            If you ever need to contact me you may do so via any of the
 81            following methods:<br />
 82            私に連絡する必要がある場合は、以下のいずれかの方法でご連絡ください:<br />
 83            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Email: ontake (at) ontake.dev<br />
 84            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Phone: +33 6 52 45 16 50<br />
 85            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Instagram: @louis.dlbrd<br />
 86            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Discord: @OnTake#5344<br />
 87            &nbsp;&nbsp;&nbsp;&nbsp;&bullet;&nbsp;Matrix: @ontake:matrix.ontake.dev<br />
 88            <br />
 89            <div id="footer">
 90            </div>
 91        </div>
 92
 93        <div id="topbar">
 94            <a class="topbar-link" href="/">home</a>
 95            <a class="topbar-link" href="/about/">about</a>
 96            <a class="topbar-link" href="/gallery/">gallery</a>
 97            <a class="topbar-link" href="/projects/">projects</a>
 98            <a class="topbar-link" href="/guestbook/">guestbook</a>
 99            <a class="topbar-link" href="/ascii/">ascii</a>
100            <a class="topbar-link" href="/experiments/">experiments</a>
101            <a class="topbar-link" href="/garden/">garden</a>
102            <a class="topbar-link" href="/mixes/">mixes</a>
103            <a class="topbar-link" href="https://leech.ontake.dev">leech</a>
104        </div>
105    </body>
106</html>