-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (74 loc) · 4.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Deco Verri</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="#" class="image avatar"><img src="http://s.gravatar.com/avatar/909c83577636c1a7de9a65b1b741876d?s=200" alt="profile picture" /></a>
<h1>I am <strong>Deco Verri</strong>, fullstack<br />
software developer and instructor</h1>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<h2>Hi, I'm <strong>Deco Verri</strong>. I'm mostly driven by experiences. New challenges, new cultures, new ways of thinking. And it always felt natural to me to pass it on afterwards.</h2>
<p>I work as a software developer and instructor at <a href="http://caelum.com.br">Caelum</a>, teaching classes on Java, Front-end, Android and Agile. I've worked as a financial consultant, as technical analysis at a financial asset management company and I've given classes at <a href="http://www.poli.usp.br/">Escola Politécnica</a>, apart from giving private lessons almost all my life. I have a Bachelor's degree in Applied Mathematics at <a href="http://www.ime.usp.br/">IME-USP</a>.</p>
</section>
<!-- Two -->
<section id="two">
<h2>Personal Projects</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<h3><a href="http://treasure-generator.decoverri.com">Treasure Generator for Pathfinder RPG</a></h3>
<p>As a RPG enthusiast, but with little free time to play, 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.</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<h3><a href="https://play.google.com/store/apps/details?id=com.decoverri.treasuregenerator">Treasure Generator - Android App</a></h3>
<p>Android interface for the Treasure Generator. Also my first published Android app.</p>
</article>
</div>
</section>
<!-- Three -->
<section id="three">
<h2>Open Source Contributions</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<h3><a href="https://github.com/caelum/caelum-stella">Caelum Stella</a></h3>
<p>This is a Java open source project created by Caelum for the Brazilian developers. It has tools for validating Brazilian-only documents like CPF and ways of dealing with regional and national holidays. Built from start using TDD, it's a great project to check out even if you are starting.</p>
</article>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/decoverri" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/decoverri" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/decoverri" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
</ul>
<ul class="copyright">
<li>© 2016 André Felipe Goulart Verri</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>