Tweak about box

This commit is contained in:
Ariejan de Vroom 2016-04-25 10:31:55 +02:00
parent 0fcb1f71bf
commit 5d88930888
Signed by untrusted user who does not match committer: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 7 additions and 8 deletions

View File

@ -15,20 +15,21 @@
{{ if eq .Section "posts" }}
<div class="about">
<h4>About Ariejan</h4>
<p>
I'd love to hear your questions and comments on this article!
<a href="http://twitter.com/ariejan">Mention @ariejan on twitter</a> or <a href="mailto:ariejan@ariejan.net">shoot me an email</a>.
</p>
<img class="avatar" src="https://0.gravatar.com/avatar/a9bfdd0cc75c857b669c37548b8bfdf9?s=100" />
<h4>About Ariejan</h4>
<p>
Hey! I'm a software engineer building rock solid back-end systems
using Ruby, Ruby on Rails and Golang. In my free time I like to
repair audio equipment, play the piano and experiment with electronics.
</p>
<p>
I'd love to hear your questions and comments on this article!
<a href="http://twitter.com/ariejan">Mention me on twitter</a>, <a href="mailto:ariejan@ariejan.net">shoot me an email</a> or <a href="/about">read more about me</a>.
</p>
{{ end }}
</article>

View File

@ -186,8 +186,6 @@ footer {
img.avatar {
border-radius: 50%;
width: 100px;
float: right;
margin-left: 1em;
}
.about {
@ -199,7 +197,7 @@ img.avatar {
.about img.avatar {
width: 6.4em;
float: left;
margin: 3em 2em 2em 0;
margin: 2.2em 2em 2em 0;
border: 5px solid #fff;
border-radius: 50%;
}