-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
47 lines (45 loc) · 2.53 KB
/
about.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
<!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">
<title>Nicolas Porcel's Blog - About</title>
<link rel="stylesheet" href="./css/default.css" />
<link rel="stylesheet" href="./css/syntax.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">Nicolas Porcel's Blog</a>
</div>
<div id="navigation">
<a href="./">Home</a>
<a href="./about.html">About</a>
<a href="./archive.html">Archive</a>
</div>
</div>
<div id="content">
<h1>About</h1>
<p>My name is Nicolas Porcel. I am currently a Software Engineer at <a href="https://www.isomorphiclabs.com/">Isomorphic
Labs</a>, reimagining drug discovery using AI. Before that, I was working at
<a href="https://www.deepmind.com/">DeepMind</a>. If you want to know more about my curriculum, you can download my
<a href="./files/cv-nporcel.pdf">CV</a>.</p>
<p>I am passionate about Open Source technologies, and especially Linux. This
blog is mainly about programming and the different projects I am working on.</p>
<p>Feel free to contact me if you have any question:</p>
<ul>
<li>You can follow me on <a href="https://twitter.com/NicolasPorcel06">Twitter</a>, although I am not very active.</li>
<li>You can see my contributions and projects on <a href="https://github.com/Nicop06">Github</a>.</li>
<li>I occasionally help people on <a href="http://stackoverflow.com/users/3785301/nicop">Stack Overflow</a>.</li>
<li>You also can connect with me on <a href="https://www.linkedin.com/in/nicolas-porcel-b0b0a687/en">LinkedIn</a>.</li>
<li>I sometimes connect to <a href="https://freenode.net/">Freenode</a> under the alias <em>Nicop06</em>.</li>
</ul>
</div>
<div id="footer">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This blog is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br />
Site proudly generated by <a href="http://jaspervdj.be/hakyll">Hakyll</a>.
</div>
</body>
</html>