diff --git a/_config.yml b/_config.yml index d0c86c2c..bf31a494 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,9 @@ author: name: Matthias Kretschmann email: m@kretschmann.io uri: http://kretschmann.io + twitter: kremalicious + facebook: matthiaskretschmann + googleplus: +MatthiasKretschmann # Urls diff --git a/_src/_assets/styl/page-about.styl b/_src/_assets/styl/page-about.styl index 6d682f63..0378b7ca 100644 --- a/_src/_assets/styl/page-about.styl +++ b/_src/_assets/styl/page-about.styl @@ -11,6 +11,25 @@ .entry-content @extend .textcenter + img + @extend .avatar + + p:first-child, + p:first-child + p + @extend .divider-bottom + color: $text-color-light + + @media $breakpoint2 + max-width: 60% + margin-left: auto + margin-right: auto + + p:first-child + @extend .h3 + + + p + font-size: $font-size-large + .footer .avatar, .footer-description @@ -25,19 +44,3 @@ .footer height: 350px - -.intro-1, -.intro-2 - @extend .divider-bottom - color: $text-color-light - - @media $breakpoint2 - max-width: 60% - margin-left: auto - margin-right: auto - -.intro-1 - @extend .h3 - -.intro-2 - font-size: $font-size-large diff --git a/_src/about/index.html b/_src/about/index.html deleted file mode 100644 index 56173b6e..00000000 --- a/_src/about/index.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: page -title: About -description: About this blog and the author -redirect_from: - - /about/contact/ - - /contact/ ---- - - - -

- Hi, this is my blog. -

-

- I'm a designer & developer hybrid based in Berlin, Germany. -

- -

Have a look at my portfolio or hit me up on Twitter or

diff --git a/_src/about/index.md b/_src/about/index.md new file mode 100644 index 00000000..176dc8fd --- /dev/null +++ b/_src/about/index.md @@ -0,0 +1,15 @@ +--- +layout: page +title: About +description: About this blog and the author +redirect_from: + - /about/contact/ + - /contact/ +--- + +![Avatar](/assets/img/avatar.jpeg) +Hi, this is my blog. + +I'm a designer & developer hybrid based in Berlin, Germany. + +Have a look at my [portfolio](http://matthiaskretschmann.com) or hit me up on [Twitter](https://twitter.com/{{ site.author.twitter }}), [Facebook](https://facebook.com/{{ site.author.facebook }}) or [Google+](https://plus.google.com/{{ site.author.googleplus }}).