My Curriculum Vitae.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

216 lines
8.9 KiB

<!DOCTYPE html>
<html>
<head>
<title>Júlio Biason</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="cv.css" media="screen" title="master-css" charset="utf-8">
<link rel="stylesheet" href="foundation.min.css">
<link rel="stylesheet" href="normalize.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic' rel='stylesheet' type='text/css'>
</head>
<body>
<div id='header' class='row'>
<div class="columns small-9">
<div class="name">Júlio Biason</div>
<div class="title blue">Software Engineer</div>
</div>
<div class="columns small-3 contact">
<div class="row entry">
<div class="columns small-12">
<div class="icon">
<span class="fa-stack fa-lg">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-phone fa-stack-1x"></i>
</span>
</div>
<div class="type blue">Phone</div>
<div class="value">+55 51 8222 0669</div>
</div>
</div>
<div class="row entry">
<div class="columns small-12">
<div class="icon">
<span class="fa-stack fa-lg">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-envelope-o fa-stack-1x"></i>
</span>
</div>
<div class="type blue">Email</div>
<div class="value">julio.biason@gmail.com</div>
</div>
</div>
<div class="row entry">
<div class="columns small-12">
<div class="icon">
<span class="fa-stack fa-lg">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-code-fork fa-stack-1x"></i>
</span>
</div>
<div class="type blue">Repositories</div>
<div class="value">
<a href="http://github.com/juliobiason">Github</a>,
<a href="https://bitbucket.org/juliobiason">BitBucket</a>
</div>
</div>
</div>
</div>
</div>
<div class="row" id="bio">
<div class="columns small-12">
<div class="title">Profile</div>
<div class="content">
<p>
Working professionally since 1990 as a software developer,
I’ve worked in various positions and with different team
sizes; from a single developer and analyst to a member of a
team of 15 people from 3 different companies working on the
backend system of the largest Brazilian ISP.
</p>
<p>
Self-taught in different languages &mdash; I learnt BASIC by
reading my MSX manual and Pascal by reading Turbo Pascal
help system &mdash; I'm always trying to learn new things, either
by following examples or by reading books about different
languages and other development subjects, like clean code
and agile methods.
</p>
<p>
Professionally, I’m always trying to expand my knowledge to
different areas, systems and languages and the related
processes.
</p>
</div>
</div>
</div>
<!--
<div id="info">
<div id="complex-info">
<ul>
<li>
<div class="company">CWI Software</div>
<div class="position">Software Engineer</div>
<div class="timetable">Sep 2012-Present</div>
<div class="description">Doing stuff</div>
</li>
</ul>
</div>
<div id="quantitative-info">
<div id='programming-languages'>
<div class='title'>
<span class='pre-title'><i class='fa fa-chevron-right'></i></span>
<span>Programming Languages</span>
</div>
<div class="content">
<table>
<thead>
<tr>
<th class='name'>&nbsp;</th>
<th>Average</th>
<th>Good</th>
<th>Great</th>
</tr>
</thead>
<tbody>
<tr>
<td class='name'>&nbsp;</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td class='name'>Python</td>
<td class='power' colspan=3></td>
</tr>
<tr>
<td>C</td>
<td colspan='3' class='power'></td>
</tr>
<tr>
<td>C++</td>
<td colspan='2' class='power'></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Objective-C</td>
<td colspan='3' class='power'>&nbsp;</td>
</tr>
<tr>
<td>SQL</td>
<td colspan='3' class='power'>&nbsp;</td>
</tr>
<tr>
<td>Java</td>
<td colspan='1' class='power'>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>JavaScript</td>
<td colspan='2' class='power'>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>PHP</td>
<td colspan='2' class='power'>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Delphi</td>
<td colspan='1' class='power'>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Clipper</td>
<td colspan='3' class='power'>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>ActionScript</td>
<td colspan='1' class='power'>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Lua</td>
<td colspan='1' class='power'>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
-->
</body>
</html>