1<!DOCTYPE html>
 2<html lang="en">
 3<!--
 4    ___      _____     _
 5   / _ \ _ _|_   _|_ _| | _____
 6  | | | | '_ \| |/ _` | |/ / _ \
 7  | |_| | | | | | (_| |   <  __/
 8   \___/|_| |_|_|\__,_|_|\_\___|
 9
10  Copyright 2022 Louis Dalibard
11  -->
12
13<head>
14    <!-- Stylesheet-->
15    <link rel="stylesheet" type="text/css" href="style.css">
16    <!-- Title Element-->
17    <title>Introduction</title>
18    <!-- Icon-->
19    <link rel="icon" type="image/webp" href="assets/icons/icon.webp">
20    </link>
21    <!-- Main Script Handling All Effects-->
22    <!-- Script for all pages-->
23    <!-- Metadata-->
24    <meta property="og:type" content="website">
25    <meta property="og:url" content="https://ontake.dev/">
26    <meta property="og:title" content="Introduction">
27    <meta name="viewport" content="width=device-width, initial-scale=0.1">
28    <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
29    <script src="./blotter.min.js"></script>
30<script src="./liquidDistortMaterial.js"></script>
31<script src="./slidingDoorMaterial.js"></script>
32</head>
33
34<body>
35        <div class="section section-left" id="section-one">
36            <div class="section-title"><div id="distortion-text-1">Bio</div></div>
37            <div class="section-text">Hey! My name is Louis Dalibard. Let me introduce myself real quick.
38                <br>I was born in New York City but I’m currently living in Paris.
39                <br>I’m a student in a French private high school and in my spare time, I like to do all sorts of cool stuff!
40                <br><br>
41                Back when I was 7, one of my dad’s friends, seeing how I loved computers, got me a book about Python programming for my birthday. Ever since that day, I have had a huge interest in computers, software, and engineering.
42                <br><br>
43                Solving problems and building things is something I'm passionate about.</div>
44        </div>
45        <div class="section section-right" id="section-two">
46            <div class="section-title"><div id="distortion-text-2">Software Development</div></div>
47            <div class="section-text">I know how to use the following languages: Go, JavaScript, Python, C++, Rust, and C.  I'm comfortable with full-stack development.<br>
48                <br>
49                I've built several projects —most of which are on GitHub— like Open7SClock and NekoVault.
50                <br><br>
51                Open7SClock is a digital clock powered by a Raspberry Pi Zero W.<br>
52                The Open7SClock project has required the following skills: CAD, client/server software design, electronics design, and wiring.</div>
53        </div>
54        <div class="section section-left" id="section-three">
55            <div class="section-title"><div id="distortion-text-3">Education</div></div>
56            <div class="section-text">I'm currently studying in the Saint Michel de Picpus private high school in the 12th arrondissement of Paris. I'm enrolled in the Academia Dual Diploma program too.</div>
57        </div>
58        <div class="section section-right" id="section-four">
59            <div class="section-title"><div id="distortion-text-4">Hobbies</div></div>
60            <div class="section-text">I like making 3D renderings in Blender in my spare time. You can find some of them -here-.
61                <br><br>
62                I also love gardening. Gardening in a space-restricted area (a small Paris apartment bedroom) makes you come up with creative solutions to problems.</div>
63        </div>
64        <div class="section section-left" id="section-five">
65            <div class="section-title"><div id="distortion-text-5">Contact</div></div>
66            <div class="section-text">If you ever need to contact me you may do so via any of the following methods:
67                <br>Email: ontake@ontake.dev
68                <br>Phone: +33 6 52 45 16 50
69                <br>Instagram: @ontake.dev
70                <br>Discord: @OnTake#5344</div>
71        </div>
72        <div id="background-shape-1"></div>
73        <div id="background-shape-2"></div>
74        <div id="background-shape-3"></div>
75    <div id="home-link"><a id="home-link-a" href="https://ontake.dev/"><img id="home-icon" src="assets/icons/home-light.webp"></img></a></div>
76    <script src="main.js"></script>
77</body>
78
79</html>