fmartingr.com-legacy/fmartingrcom/themes/v1/templates/homepage.jinja

27 lines
1.4 KiB
Django/Jinja

{% extends "_layout.jinja" %}
{% block menu %}{% endblock %}
{% block content %}
<div class="papers">
<div class="picture pull-right hide-mobile">
<img src="http://cdn.fmartingr.com/avatar.png" width="200" />
</div>
<p>Hi! I'm Felipe, and I am a developer. Whatever that is.</p>
<p>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.</p>
<p>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.</p>
<p>If you want to get in touch, feel free to drop me a line.</p>
<div class="social">
<a href="//es.linkedin.com/in/felipemartingarcia" class="button linkedin"><span class="fa fa-linkedin"></span></a>
<a href="https://telegram.me/fmartingr" class="button telegram"><span class="fa fa-paper-plane"></span></a>
<a href="//twitter.com/fmartingr" class="button twitter"><span class="fa fa-twitter"></span></a>
<a href="//github.com/fmartingr" class="button github"><span class="fa fa-github"></span></a>
<a href="mailto:me@fmartingr.com" class="button email"><span class="fa fa-envelope"></span></a>
</div>
</div>
{% endblock %}