-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en" vocab="http://schema.org/" typeof="ProfilePage">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Julien Langlois</title>
<meta name="description" content="Julien Langlois, software engineering manager">
<meta property="dateCreated" content="2019-10-20T02:24:00Z">
<meta property="dateUpdated" content="2024-03-15T05:51:00Z">
<link rel="canonical" href="https://julienlanglois.me">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link media="screen" rel="stylesheet" type="text/css" href="css/initial.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Raleway&display=swap">
</head>
<body>
<div property="mainEntity" typeof="Person">
<header>
<h1 property="name"><span property="givenName">Julien</span> <span property="familyName">Langlois</span></h1>
</header>
<nav>
<ul>
<li><a property="sameAs" href="https://www.linkedin.com/in/julien-langlois">LinkedIn</a></li>
<li><a property="sameAs" href="https://github.com/jflanglois">GitHub</a></li>
<li><a property="sameAs" href="https://stackoverflow.com/users/2303709/julien-langlois">Stack Overflow</a></li>
<li><a property="sameAs" href="https://x.com/jflanglois">X (formerly Twitter)</a></li>
<li><a property="sameAs" href="https://keyoxide.org/[email protected]">Keyoxide</a></li>
</ul>
</nav>
</div>
</body>
</html>