Simplified about page

This commit is contained in:
Felipe M 2018-09-26 09:17:21 +02:00
parent 49a173baaa
commit 1983515fa8
Signed by: fmartingr
GPG key ID: 716BC147715E716F
8 changed files with 8992 additions and 19 deletions

View file

@ -11,12 +11,6 @@ body:
<span class="text-size-normal display-block">E-Mail</span>
</a>
</div>
<div class="col-1-3 text-size-enormous">
<a class="no-underline" href="https://github.com/fmartingr">
<i class="fa fa-github" aria-hidden="true"></i>
<span class="text-size-normal display-block">Github</span>
</a>
</div>
<div class="col-1-3 text-size-enormous">
<a class="no-underline" href="https://www.linkedin.com/in/fmartingr/">
<i class="fa fa-linkedin" aria-hidden="true"></i>

View file

@ -2,13 +2,40 @@ title: Welcome to Felipe Martin!
---
body:
Hi! I'm Felipe, and I am a developer. Whatever that is.
<div class="text-center">
<img src="/static/images/avatar.jpg" class="home-avatar">
</div>
Hi! I'm Felipe Martin, and I am a developer. Whatever that is.
I have been playing with code for a while now, but I also enjoy geeking around with computers, algorithms and other stuff; the less I know about it, the better! Learning new things every day is my way of life.
I think that developers are like artists, writers and composers... we all make art. But we don't use strokes and colors, words or notes, we make it through code. And I really love it.
If you want to get in touch, [feel free to drop me a line](/contact).
If you want to get in touch, feel free to drop me a line on:
<div class="text-center">
<a class="no-underline" href="mailto:me@fmartingr.com">
<i class="fa fa-envelope" aria-hidden="true"></i>
E-Mail
</a>
<a class="no-underline" href="https://www.linkedin.com/in/fmartingr/">
<i class="fa fa-linkedin" aria-hidden="true"></i>
LinkedIn
</a>
<a class="no-underline" href="https://telegram.me/fmartingr">
<i class="fa fa-telegram" aria-hidden="true"></i>
Telegram
</a>
<a class="no-underline" href="https://mastodon.social/@fmartingr">
<i class="fa fa-mastodon" aria-hidden="true"></i>
Mastodon
</a>
<a class="no-underline" href="https://twitter.com/fmartingr">
<i class="fa fa-twitter" aria-hidden="true"></i>
Birdsite
</a>
</div>
---
_template: home.html