Skip to content

Commit

Permalink
A not so initial skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
decoverri committed Jan 22, 2015
1 parent 54a32ff commit c6867e9
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,38 @@
<html>
<head>
<meta charset="utf-8">
<title>Página Inicial do Deco (em construção)</title>
<title>Deco Verri</title>
</head>
<body>
<h1>Em breve, aguarde!</h1>
<header class="header">
<img src="http://www.gravatar.com/avatar/909c83577636c1a7de9a65b1b741876d?s=200" alt="Foto do Deco">
<h1>Deco Verri</h1>
<h2>Developer and instructor</h2>
</header><!-- /header -->

<section class="description">
<p>[gosto de jogos]</p>
<p>I work as a software developer and instructor at <a href="http://caelum.com.br">Caelum</a>, in both Java and Front-end classes. I've worked as a financial consultant, technical analysis at an asset management and I've lectured classes at <a href="http://www.poli.usp.br/">Escola Politécnica</a>, apart from being a particular teacher almost all my life. I'm graduated in Applied Mathematics at <a href="http://www.ime.usp.br/">IME-USP</a>.
<p>Tenho opinioes fortes sobre o canonicalizador</p>
</section><!-- /.descricao -->

<section class="projects">
<h2>Projects</h2>
<dl>
<dt><a href="http://treasure-generator.decoverri.com">Treasure Generator for PathfinderRPG</a></dt>
<dd>As a RPG enthusiast, but with little free time to play it, it annoyed me the time spent to roll treasures for the game encounters. So I decided to automate the process. It emulates the same algorithm from the books, with just a few clicks. It also became my pet project for studying new technologies.</dd>
</dl>
<dl>
<dt><a href="https://github.com/caelum/caelum-stella">Caelum Stella</a></dt>
<dd>This is a Java open source project created by Caelum for the Brazilian Developer. It has tools for validating Brazilian only documents like CPF and wais of dealing with regional and national holidays. Built from start using TDD, it's a great project to check out if you are learning</dd>
</dl>
</section><!-- /.projetos -->

<footer class="footer">
<ul>
<li><a href="https://twitter.com/decoverri">twitter</a></li>
<li><a href="https://github.com/decoverri">github</a></li>
</ul>
</footer><!-- /footer -->
</body>
</html>

0 comments on commit c6867e9

Please sign in to comment.