-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
74 lines (66 loc) · 3.1 KB
/
authors.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
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="fr" prefix="og: http://ogp.me/ns#">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Metadata -->
<meta name="description" content="I'm a software engineer.<br />I like to write code slowly but with agility and to test new tools. <br />This website was crafted with the assistance of <a href='http://getpelican.com/'>Pelican</a> and <a href='https://github.com/jvanz/pelican-hyde'>Hyde</a>." />
<meta property="og:description" content="I'm a software engineer.<br />I like to write code slowly but with agility and to test new tools. <br />This website was crafted with the assistance of <a href='http://getpelican.com/'>Pelican</a> and <a href='https://github.com/jvanz/pelican-hyde'>Hyde</a>." />
<meta property="og:title" content="Pierre's website" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="/images/avatar.png" />
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Pierre's website - Authors</title>
<!-- CSS -->
<link rel="stylesheet" href="/theme/css/poole.css" />
<link rel="stylesheet" href="/theme/css/hyde.css" />
<link rel="stylesheet" href="/theme/css/syntax.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" crossorigin="anonymous">
<!-- Feeds -->
<!-- Analytics -->
</head>
<body class="theme-base-0d">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="/">
<img class="profile-picture" src="/images/avatar.png">
Pierre's website
</a>
</h1>
<p class="lead"></p>
<p class="lead">I'm a software engineer.<br />I like to write code slowly but with agility and to test new tools. <br />This website was crafted with the assistance of <a href='http://getpelican.com/'>Pelican</a> and <a href='https://github.com/jvanz/pelican-hyde'>Hyde</a>. </p>
<p></p>
</div>
<ul class="sidebar-nav">
</ul>
<nav class="sidebar-social">
<a class="sidebar-social-item" href="https://stackoverflow.com/users/4596254/pierre/" target="_blank">
<i class="fa fa-stack-overflow"></i>
</a>
<a class="sidebar-social-item" href="https://github.com/pierrerousseau/" target="_blank">
<i class="fa fa-github"></i>
</a>
<a class="sidebar-social-item" href="https://news.ycombinator.com/user?id=proussea" target="_blank">
<i class="fa fa-hacker-news"></i>
</a>
<a class="sidebar-social-item" href="https://fr.linkedin.com/in/rousseaupierre/en" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<a class="sidebar-social-item" href="/">
<i class="fa fa-rss"></i>
</a>
</nav>
</div>
</div> <div class="content container">
<h2>Authors on Pierre's website</h2>
<ul>
<li><a href="/author/pierre.html">Pierre</a> (15)</li>
</ul>
</div>
</body>
</html>