Skip to content

Commit

Permalink
About me
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodecurnex committed Mar 19, 2015
1 parent 169d4db commit bdb30c6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
23 changes: 23 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: thinking out loud [...] by @robertodecurnex
layout: default
keywords:
meta_desc: Welcome!
---

<div id="about" class="article post">

<div id="pic44" style="background-image:url(/images/44.jpeg)"></div>
<h2>
<a style="" href='/about'>Roberto Decurnex</a>
</h2>

<p><b>Roberto Decurnex</b> is a passionate <b>Ruby Samurai</b> who spends his days coding for life and his nights coding for joy. He still dreams with a place where his joy became profitable enough to make it a 24/7 thing (<i><a title="Contact Me!" href="emailto:decurnex.roberto@gmail.com">and you may have the key to that place</a></i>).</p>

<p>Roberto defines himself as a <b>Ruby Fan-Boy</b> and <b>Open Source enthusiastic</b>. Sharing both passions with other human beings is one of the things that he enjoy the most. He usually shares his stuff via <a href="http://twitter.com/robertodecurnex">twitter</a>, <a href="http://github.com/robertodecurnex">github</a>, <a href="http://webchat.freenode.net/">irc (robertt_dex)</a> and <a href="/">his blog</a>.</p>

<p>It's reamrkable how he wanders around the world strictly following <a href="http://en.wikipedia.org/wiki/The_Game_%28mind_game%29">The Game</a> rules, finding <a href="https://makes-me-pej.herokuapp.com/">inexistent connections</a> in the most trivial things out there.</p>


</div>

Binary file added images/44.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions stylesheets/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,15 @@ a.dsq-brlink {
div.twtr-doc {
border-radius: 0 !important;
}
div#pic44 {
margin-right: 30px;
float: right;
background-repeat: no-repeat;
background-position: 50%;
border-radius: 50%;
width: 100px;
height: 100px;
}
div#about {
padding: 10px;
}

0 comments on commit bdb30c6

Please sign in to comment.