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