-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·101 lines (95 loc) · 2.91 KB
/
index.html
File metadata and controls
executable file
·101 lines (95 loc) · 2.91 KB
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
98
99
100
101
---
layout: default
---
<!-- About me -->
<a name="about"></a>
<div class="container">
<!-- About -->
<div class="row">
<div class="text-center">
<h2 class="headers">About Me</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 vbottom">
<img class="img-responsive img-border center-block photo" src="images/billinghamprof.jpg" alt="">
</div>
<div class="col-md-9">
<p>
I am a software engineer working in the production technology team at Walt Disney Animation Studios. My interests in story-telling and problem-solving have led me to a technical career in animation and visual effects.
</p>
<p>
Whether it be writing code, lighting film sets, or editing sounds I love fixing problems. I find satisfaction while tackling difficult problems and learning new concepts and skills. I am seeking an environment where I can feed my desire for puzzle-solving with new projects and research opportunities.
</p>
<p>
I have a fascination with light, sound, and rain. In my spare time you can find me experimenting in the kitchen, reading fantasy novels, hiking in the backcountry, or enjoying a nice brew (of coffee or beer).
</p>
</div>
</div>
<!-- Skills -->
<div class="row">
<div class="text-center">
<h2 class="headers">Skills</h2>
</div>
</div>
<div class="row">
<div class="col-sm-4 row-height">
<h4>Programming Languages</h4>
<div class="row">
<div class="col-xs-8">
<ul class="list-inline">
<li>Python</li>
<li>Java</li>
<li>C++</li>
<li>C</li>
<li>Bash</li>
<li>vex</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-4 row-height">
<h4>Other Technologies</h4>
<div class="row">
<div class="col-xs-8">
<ul class="list-inline">
<li>USD</li>
<li>Git</li>
<li>Flask</li>
<li>MySQL</li>
<li>Jenkins</li>
<li>PyQt</li>
<li>WebGL</li>
<li>jQuery</li>
<li>Scikit-Learn</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-4 row-height">
<h4>Software</h4>
<div class="row">
<div class="col-xs-8">
<ul class="list-inline">
<li>Maya</li>
<li>Houdini</li>
<li>Nuke</li>
<li>Clarisse</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row text-center vtop">
<p>For a full resume please check out my <a target="_blank" href="https://www.linkedin.com/in/cameron-billingham">LinkedIn</a></p>
</div>
<!-- Project Spotlights -->
<!-- <div class="row">
<div class="row">
<div class="text-center">
<h2 class="headers">Project Spotlights</h2>
</div>
</div>
</div> -->
</div>
<div class="clearfix"> </div>