-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
33 lines (25 loc) · 960 Bytes
/
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jpreynat</title>
<link href="https://fonts.googleapis.com/css?family=Caveat|Roboto" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div id="main">
<img id="portrait" src="img/me.png">
<h2><em>jpreynat</em></h2>
<h1>
<i class="fa fa-smile-o" aria-hidden="true"></i> happy <a href="https://www.gitbook.com"><b>GitBook</b></a> developer
</h1>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<a href="//github.com/jpreynat" target="_blank"><i class="fa fa-2x fa-github-alt" aria-hidden="true"></i></a>
<p>
</div>
</body>
</html>