-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (49 loc) · 1.79 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
<!DOCTYPE HTML>
<!--
Jordan Peltier & html5up.net
Free for personal and commercial use under the CCA 3.0 license
-->
<html>
<head>
<title>Jordan Peltier</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Jordan,Peltier,Centrale Nantes,UCD,computer science,engineer,UCD, Machine learning, Deep learning, data science, linux, python, R, Pandascore" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="images/avatar.jpg" alt="" /></span>
<h1>Jordan Peltier</h1>
<p>
Full time data scientist<br />
@Pandascore<br />
</p>
</header>
<footer>
<ul class="icons">
<li><a href="[email protected]" title="0x7588FF98" class="icon fa-user-secret"></a></li>
<li><a href="mailto:[email protected]" title="[email protected]" class="icon fa-envelope"></a></li>
<li><a href="https://www.linkedin.com/in/jordan-peltier-46938693/en" title="Linkedin" class="icon fa-linkedin"></a></li>
<li><a href="https://github.com/JordanPeltier" title="Github" class="icon fa-github"></a></li>
</ul>
<h3> PGP Public Key Fingerprint</h3>
<div class="fingerprint">
23D8 39C5 4514 ECDA 4A28 258B 1185 85E8 12CF A4F5
</div>
</footer>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© Jordan Peltier</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
</html>