-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (44 loc) · 3.18 KB
/
index.html
File metadata and controls
50 lines (44 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paul Déchorgnat</title>
<link rel="stylesheet" href="/my_style.css">
</head>
<body>
<div id="navbar">
<div class="navbar-container container">
<a href="/" class="home-link">
<img class="navbar-logo" src="/images/logo.png"> Paul Déchorgnat
</a>
<button type="button" id="navbar-toggle" aria-controls="navbar-menu" aria-label="Toggle menu" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div id="navbar-menu" aria-labelledby="navbar-toggle">
<ul class="navbar-links">
<li class="navbar-item"><a class="navbar-link" href="/index.html">About</a></li>
<li class="navbar-item"><a class="navbar-link" href="/posts/main.html">Blog</a></li>
<li class="navbar-item"><a class="navbar-link" href="https://github.com/pauldechorgnat">Github</a></li>
<li class="navbar-item"><a class="navbar-link" href="/contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="html-content">
<h1>Hello World</h1><blockquote>
<p>Hi there ! This is my personal website where I talk about some interests of mine. I do not know exactly where this is going but I'll try to update it frequently. Oh and it's ugly on purpose :)</p>
</blockquote><h2>Who am I ?</h2><p>My name is Paul Déchorgnat. I am a 28 years old French Engineer trained at École Centrale Paris (currently CentraleSupélec). I have worked for <a href="https://datascientest.com/">DataScientest.com</a> for 4 years as a Data Scientist/Data Engineer. I have a degree in Applied Mathematics and a specialization in Data Science. I am not the biggest fan of Machine Learning but I really enjoy what can be done with data. I especially enjoy working with graphs which are, for me, ones of the most elegant objects in mathematics.</p><h2>Interests</h2><p>My main current interests are:</p><ul>
<li>Mathematics</li>
<li>Chess</li>
<li>History</li>
<li>Politics, Sociology, Anthropology</li>
</ul><p>I've added details <a href="/posts/interests.html">here</a></p><h2>Reading</h2><p>I am currently reading multiple books and I take notes on these books. I might publish some notes on the book. You can find the list of books I read this year <a href="/posts/readings.html">here</a>.</p><h2>Repositories and websites</h2><p>I have created multiple websites that are described <a href="/posts/websites.html">here</a>. I also have nearly 50 repositories on <a href="https://github.com/pauldechorgnat">Github</a>. I have described some of the interesting ones <a href="/posts/repos.html">here</a>.</p><h2>Tools</h2><p><a href="/posts/tools.html">Here</a>, I describe the different tools that I use.</p>
</div>
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.7/lib/darkmode-js.min.js"></script>
<script src="/code.js"></script>