-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·97 lines (85 loc) · 4.49 KB
/
about.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
85
86
87
88
89
90
91
92
93
94
95
96
97
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Esteban Tovagliari — About</title>
<meta name="description" content="Esteban Tovagliari, Non-virtual VFX software development">
<!-- ******************************************************************************************
Set the type and color theme here - the Pro version contains additional themes -->
<link href="css/hawthorne_type4_color6.css" rel="stylesheet">
<!-- ************************************************************************************* -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<script src="js/vendor/modernizr.js"></script>
<link href="css/main.css" rel="stylesheet">
<script src="js/main.js"></script>
</head>
<body>
<div class="top-border"></div>
<div class="row">
<script>createHeader();</script>
<div class="small-12 medium-12 large-12 small-centered columns">
<nav>
<ul class="inline-list-custom">
<li><a href="index.html">Selected Projects</a></li>
<li><a href="about.html" class="current">About</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
</div>
</div>
<div class="row">
<div class="small-12 medium-7 large-7 columns">
<p>
My name is Esteban Tovagliari and I'm a freelance software developer.<br>
My area of expertise is VFX and computer graphics.
I have 15+ years of experience working in visual effects as a compositor and as a developer.
</p>
<p>
My personal interests include generic programming and software reuse in C++, physically based rendering, image processing and computer vision.
</p>
<p>
When I'm not writing software I enjoy reading, playing old video games and travelling.
</p>
<h3>Skills</h3>
<ul class="compact_list">
<li>Strong C++ and Python knowledge</li>
<li>Production experience as a developer and as an artist</li>
<li>Modern software development methodologies</li>
<li>Multi-platform development</li>
<li>Multi-threaded programming</li>
<li>Experience with libraries and frameworks commonly used in VFX such as boost, Qt, TBB, Cortex, OpenImageIO, OpenColorIO, OSL, ...</li>
<li>Experience writing plugins for common DCC applications: Maya, Nuke, After Effects, ...</li>
<li>Experience with RenderMan including writing shadeops, Ri filters and procedurals plugins</li>
</ul>
</div>
<div class="small-12 medium-5 large-5 columns">
<p>
<img src="img/about-photo.png" alt="Esteban Tovagliari" />
</p>
<div class="lined-list">
<ul>
<li><strong>Location:</strong> Madrid, Spain</li>
<li><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></li>
<!--
<li><strong>Résumé:</strong> <a href="#" target="_blank">resume.pdf</a></li>
-->
<li><strong>Open source projects:</strong> <a href="https://github.com/est77">Github</a></li>
</ul>
</div>
</div>
</div>
<script>createFooter();</script>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/hawthorne.js"></script>
<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-62597547-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>