<!DOCTYPE html>
<html>
<head>
        <meta charset="utf-8">
        <title>Guido Rossi</title>
        <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
        <!--[if lt IE 9]>
        <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/r29/html5.min.js"></script>
        <![endif]-->
  				
<style type="text/css">

body {
	line-height: 1;
	margin:0;
	padding:0;
	font: normal 16px/22px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight: 400;
	color: #777;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background-color:#FFF;
}

header{
	padding:20px 0 0 0;
	text-align:center;
	margin:0;
	background-color:#fff;
}

header a, header a:hover{
	color: #777;
}

h1 a, h1 a:hover{
	text-decoration:none;
	border-bottom: 1px solid #ddd;
	font-size:30px;
}

#description{
	width:800px;
	margin-top:20px;
	margin-left: auto;
    margin-right: auto;
}

#nav{
	margin-top:20px;
	padding-bottom:10px;
}

#nav a, #nav a:hover{
	margin-left:15px;
}

#social{
	font-size:30px;
	display:inline;
}

.fa-twitter, .fa-instagram, .fa-github-alt, .fa-envelope{
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
}

.fa-twitter:hover{
	color:#4099FF;
}

.fa-instagram:hover{
	color:#3f729b;
}

.fa-envelope:hover{
	color:#d14836;
}

.avatar-frame{border: 2px solid #fff;}
.avatar-frame,.avatar-frame img{
	-webkit-border-radius: 50%; /* Saf3+, Chrome */
	border-radius: 50%; /* Opera 10.5, IE 9 */
	/*-moz-border-radius: 30px;  Disabled for FF1+ */
	}
	
#work{
	width:800px;
	margin: auto;

}

#work h3{
	border-bottom: 1px solid #ddd;
	width: 180px;
}

.worklogo{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-transition: -webkit-filter 1s;
	-moz-transition: -moz-filter 1s;
	cursor: pointer;
}

.worklogo:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}

.logo-left{
	display: inline-block;
	padding: 10px;
	height: 40px;
	width: 150px;
	float: left;
}
.desc-right{
	display: inline-block;
	border-left: 1px solid #ccc;
	float: left;
	padding: 5px;
	font-size: 14px;
	width: 75%;
	margin-bottom: 20px;
}

.desc-right a, .desc-right a:hover{
	color:#3f729b;
	text-decoration:none;
}

footer{
	clear: both;
	width: 800px;
	margin: auto;
	font-size: 14px;
	margin-top: 40px;
	padding-bottom: 10px;
}

</style>

</head>
    <body>
    	<header id="masthead">
    		<div class="head-wrap">
    			<span class="avatar-frame"><img src="IMG_20140209_175619.jpg" alt="This is me!" /></span>
        		<h1><a href="/">Guido Rossi</a></h1>
				
            		<p id="description">I've studied economic science but I'm also a technology lover, so, I'm always looking for mixing both things to get awesome results and products.</p>
			</div>
			<div id="nav">
				<div id="social">
				<a href="https://twitter.com/guidorossi" target="_blank"><i class="fa fa-twitter"></i></a>
				<a href="https://instagram.com/guidorossi" target="_blank"><i class="fa fa-instagram"></i></a>
				<a href="mailto:me@guidorossi.com" target="_blank"><i class="fa fa-envelope"></i></a>
				</div>
			</div>
		</header>

    <div id="work">

    	<h3>Work Experience</h3>
    	<div class="workitem">
	    	<div class="logo-left"><img class="worklogo" src="fitoquimica.gif" alt="Fitoquimica S.A." /></div>
	    	<div class="desc-right"><a href="http://www.fitoquimica.com.ar">Fitoquímica</a> is a company dedicated to the development and distribution of supplies for agriculture, mainly biotech products. I'm the responsible of the daily accounting and finance operations and I'm also in charge of the economic and finance budget of the company. Annually I also make the accounting and financial statements.</div>
    	</div>

    	<div class="workitem">
    		<div class="logo-left"><img class="worklogo" src="bookkeeping.png" alt="Bookkeeping" /></div>
    		<div class="desc-right">External consulting of taxes and accounting. Preparation of financial statements and audit. Implementation of information systems to transfer data between companies and external consultants.</div>
    	</div>

    	<div class="workitem">
    		<div class="logo-left"><img class="worklogo" src="smood.png" alt="smood" /></div>
    		<div class="desc-right">Web developer, sometimes hired as freelance and some self projects, mainly use PHP, MySQL and javascript.</div>
    	</div>

    </div>
        
    <footer>
    	<p>Feel free to contact me if you have any technology project related with economic or finance, I can help as a programmer, give an opinion or just being another brain thinking.</p>
    </footer>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-338717-9', 'guidorossi.com');
  ga('send', 'pageview');
</script>       
        
        
    

</body>
</html>