-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (63 loc) · 3.37 KB
/
index.html
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
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="UTF-8" />
<title>Médéric Hurier (fmind) - Data Scientist @ Luxembourg</title>
<meta name="author" content="Médéric Hurier (fmind)" />
<meta name="application-name" content="In [*]: F(mind)" />
<meta name="image" content="https://fmind.me/images/avatar.jpg" />
<meta name="description" content="Doctor, Hacker, Learner, Teacher, Researcher, Entrepreneur, Father, and Dog Owner." />
<meta itemprop="image" content="https://fmind.me/images/avatar.jpg" />
<meta itemprop="name" content="Médéric Hurier (fmind) - Data Scientist @ Luxembourg" />
<meta itemprop="description" content="Doctor, Hacker, Learner, Teacher, Researcher, Entrepreneur, Father, and Dog Owner." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@fmindme" />
<meta name="twitter:image:src" content="https://fmind.me/images/avatar.jpg" />
<meta name="twitter:title" content="Médéric Hurier (fmind) - Data Scientist @ Luxembourg" />
<meta name="twitter:description" content="Doctor, Hacker, Learner, Teacher, Researcher, Entrepreneur, Father, and Dog Owner." />
<meta name="og:locale" content="en_US" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://fmind.me" />
<meta name="og:image" content="https://fmind.me/images/avatar.jpg" />
<meta name="og:title" content="Médéric Hurier (fmind) - Data Scientist @ Luxembourg" />
<meta name="og:description" content="Doctor, Hacker, Learner, Teacher, Researcher, Entrepreneur, Father, and Dog Owner." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="alternate" type="application/rss+xml" title="Blog posts on Medium" href="https://medium.com/feed/@fmind" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto&display=swap" />
<link rel="stylesheet" href="styles/site.css" />
<link rel="icon" href="icons/favicon.png" />
<script src="scripts/particles.js"></script>
</head>
<body>
<header>
<h1>
In [*]: F(mind)
</h1>
</header>
<nav>
<a href="https://twitter.com/fmindme" title="Go to my Twitter profile" accesskey="t">
<img id="twitter" src="icons/twitter.svg" alt="Go to my Twitter profile" />
</a>
<a href="https://github.com/fmind" title="Go to my GitHub profile" accesskey="g">
<img id="github" src="icons/github.svg" alt="Go to my GitHub profile" />
</a>
<a href="https://medium.com/@fmind" title="Go to my Medium profile" accesskey="m">
<img id="medium" src="icons/medium.svg" alt="Go to my Medium profile" />
</a>
<a href="https://www.linkedin.com/in/fmindme/" title="Go to my LinkedIn profile" accesskey="l">
<img id="linkedin" src="icons/linkedin.svg" alt="Go to my LinkedIn profile" />
</a>
</nav>
<main>
<img id="my-avatar" src="images/avatar.jpg" alt="Médéric Hurier (fmind) - Data Scientist @ Luxembourg" title="Médéric Hurier (fmind) - Data Scientist @ Luxembourg" />
</main>
<footer>
<i>A scientific mind in a hacker shell.</i>
</footer>
<div id="particles">
<script>
particlesJS.load('particles', 'assets/particles.json');
</script>
</div>
</body>
</html>