11 lines
347 B
HTML
11 lines
347 B
HTML
<div class="profile">
|
|
<section id="wrapper">
|
|
<header id="header">
|
|
<a href='{{ site.baseurl }}about/'>
|
|
<img id="avatar" class="2x" src="/assets/images/avatar-me.png"/>
|
|
</a>
|
|
<h1>{{ site.author }}</h1>
|
|
<h2>{{ site.description }}</h2>
|
|
</header>
|
|
</section>
|
|
</div>
|