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</head>
29
30<body>
31        <div class="section section-left" id="section-one">
32            <div class="section-title">Bio</div>
33            <div class="section-text">Hey! My name is Louis Dalibard. Let me introduce myself real quick.
34                <br>I was born in New York City but I’m currently living in Paris.
35                <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!
36                <br><br>
37                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.
38                <br><br>
39                Solving problems and building things is something I'm passionate about.</div>
40        </div>
41        <div class="section section-right" id="section-two">
42            <div class="section-title">Software Development</div>
43            <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>
44                <br>
45                I've built several projects —most of which are on GitHub— like Open7SClock and NekoVault.
46                <br><br>
47                Open7SClock is a digital clock powered by a Raspberry Pi Zero W.<br>
48                The Open7SClock project has required the following skills: CAD, client/server software design, electronics design, and wiring.</div>
49        </div>
50        <div class="section section-left" id="section-three">
51            <div class="section-title">Education</div>
52            <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>
53        </div>
54        <div class="section section-right" id="section-four">
55            <div class="section-title">Hobbies</div>
56            <div class="section-text">I like making 3D renderings in Blender in my spare time. You can find some of them -here-.
57                <br><br>
58                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>
59        </div>
60        <div class="section section-left" id="section-five">
61            <div class="section-title">Contact</div>
62            <div class="section-text">If you ever need to contact me you may do so via any of the following methods:
63                <br>Email: ontake@ontake.dev
64                <br>Phone: +33 6 52 45 16 50
65                <br>Instagram: @ontake.dev
66                <br>Discord: @OnTake#5344</div>
67        </div>
68        <div id="background-shape-1"></div>
69        <div id="background-shape-2"></div>
70        <div id="background-shape-3"></div>
71    <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>
72    <script src="main.js"></script>
73</body>
74
75</html>