quentin.dufour.io/_includes/profile.html

12 lines
347 B
HTML
Raw Normal View History

2015-06-11 19:13:58 +00:00
<div class="profile">
<section id="wrapper">
<header id="header">
2021-03-30 09:11:58 +00:00
<a href='{{ site.baseurl }}about/'>
2018-05-20 09:48:25 +00:00
<img id="avatar" class="2x" src="/assets/images/avatar-me.png"/>
2015-06-11 19:13:58 +00:00
</a>
<h1>{{ site.author }}</h1>
<h2>{{ site.description }}</h2>
</header>
</section>
2018-05-20 09:48:25 +00:00
</div>