-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
301 lines (255 loc) · 13.6 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jonathan Chambers CV</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.1/pure-min.css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/cv.css">
</head>
<body>
<div class="pure-g-r" id="layout">
<div class="sidebar pure-u">
<header class="header">
<!-- Add your name, profession, contact info -->
<hgroup>
<h1 class="brand-title">Jonathan Chambers</h1>
<h2 class="brand-tagline">Developer</h2><hr>
<h4 class="brand-tagline">724.554.2939<br>joncham - at - gmail.com<br><a href="http://joncham.com" target="_blank">joncham.com</a></h4>
</hgroup>
<!-- Links to your online presence; add/remove <li> tags as needed -->
<nav class="nav">
<ul class="nav-list">
<!--<li class="nav-item">
<a class="pure-button" href="http://geosprocket.blogspot.com/" target="_blank"><i class="icon-bullhorn"></i> Blog</a>
</li>-->
<li class="nav-item">
<a class="pure-button" href="https://github.com/joncham" target="_blank"><i class="icon-github-alt"></i> GitHub</a>
</li>
<li class="nav-item">
<a class="pure-button" href="https://twitter.com/jon_cham" target="_blank"><i class="icon-twitter"></i> Twitter</a>
</li>
<li class="nav-item">
<a class="pure-button" href="http://joncham.com" target="_blank"><i class="icon-globe"></i> Website</a>
</li>
</ul>
</nav>
</header>
</div>
<div class="pure-u-1">
<div class="content">
<!-- Overview, Mission Statement -->
<div class="posts">
<section class="post">
<header class="post-header">
<!-- Add a headshot/avatar here -->
<img class="post-avatar"
alt="Bill Morris's avatar" src="img/jonathan.jpeg"
height="110" width="110">
<h2 class="post-title">About</h2>
</header>
<div class="post-description">
<p>
I am a software developer with a strong background in mathematics. My experience consists of over 10 years in the Computer Aided Engineering (CAE) and video game industries, working on large scale projects with distributed teams.
</p>
</div>
</section>
<!-- Skills Section; add/remove as many categories and skills as needed - it'll adjust to fit -->
<h1>Skillset</h1><hr>
<div class="pure-g-r">
<div class="pure-u-1-3">
<section class="post">
<div class="pricing-table-header">
<h1><i class="icon-desktop"></i> Platforms</h1>
<p class="post-meta">
<a class="post-category post-category-platforms">Windows</a>
<a class="post-category post-category-platforms">OSX</a>
<a class="post-category post-category-platforms">Linux</a>
<a class="post-category post-category-platforms">iOS</a>
<a class="post-category post-category-platforms">Android</a>
</p>
<span> </span>
</div>
</section>
</div>
<div class="pure-u-1-3">
<section class="post">
<div class="pricing-table-header">
<h1><i class="icon-lightbulb"></i> Skills</h1>
<p class="post-meta">
<a class="post-category post-category-tools">Debugging</a>
<a class="post-category post-category-tools">Optimization</a>
<a class="post-category post-category-tools">ImageProcessing</a>
<a class="post-category post-category-tools">Statistics</a>
<a class="post-category post-category-tools">Multithreading</a>
</p>
<span> </span>
</div>
</section>
</div>
<div class="pure-u-1-3">
<section class="post">
<div class="pricing-table-header">
<h1><i class="icon-gears"></i> Tech</h1>
<p class="post-meta">
<a class="post-category post-category-tech">C</a>
<a class="post-category post-category-tech">C++</a>
<a class="post-category post-category-tech">C#</a>
<a class="post-category post-category-tech">LLVM</a>
<a class="post-category post-category-tech">node.js</a>
</p>
<span> </span>
</div>
</section>
</div> <!-- End Category -->
</div> <!-- End Skills section -->
<!-- Experience section -->
<h1>Experience</h1><hr>
<div class="pure-g-r">
<div class="pure-u-1-3">
<section class="post">
<header class="post-header">
<h2>Unity Technologies</h2>
<p class="post-meta">
2011 - Now
<a class="post-category post-category-platforms">Windows</a>
<a class="post-category post-category-platforms">OSX</a>
<a class="post-category post-category-platforms">Linux</a>
<a class="post-category post-category-platforms">iOS</a>
<a class="post-category post-category-platforms">Android</a>
<a class="post-category post-category-tech">C</a>
<a class="post-category post-category-tech">C++</a>
<a class="post-category post-category-tech">C#</a>
<a class="post-category post-category-tools">Debugging</a>
<a class="post-category post-category-tools">Optimization</a>
</p>
</header>
<div class="post-description">
<p>
<b>Software Developer</b> | Supporting mono Just-in-Time (JIT) and Ahead-of-Time (AOT) compilers across multiple platforms | Optimization and debugging of Boehm garbage collector | Maintaining and improving scripting infrastructure for the Unity3d game engine
</p>
</div>
</section>
</div>
<div class="pure-u-1-3">
<section class="post">
<header class="post-header">
<h2>ANSYS, Inc.</h2>
<p class="post-meta">
2003 - 2011
<a class="post-category post-category-platforms">Windows</a>
<a class="post-category post-category-platforms">Linux</a>
<a class="post-category post-category-tech">C++</a>
<a class="post-category post-category-tools">Multithreading</a>
</p>
</header>
<div class="post-description">
<p>
<b> Lead Software Developer </b>|
</p>
</div>
</section>
</div>
<div class="pure-u-1-3">
<section class="post">
<header class="post-header">
<h2>Mono Project</h2>
<p class="post-meta">
2006 - Now
<a class="post-category post-category-platforms">Windows</a>
<a class="post-category post-category-platforms">OSX</a>
<a class="post-category post-category-platforms">Linux</a>
<a class="post-category post-category-tech">C</a>
<a class="post-category post-category-tech">node.js</a>
<a class="post-category post-category-tools">Multithreading</a>
</p>
</header>
<div class="post-description">
<p>
<b>Contributor</b> | Maintained Windows x86 and amd64 platforms | Implemented COM Interop support within the mono runtime
</p>
</div>
</section>
</div>
</div>
<!-- Education Section -->
<h1>Education</h1><hr>
<div class="pure-g-r">
<div class="pure-u-1-3">
<section class="post">
<header class="post-header">
<h2>Duquesne University</h2>
<p class="post-meta">
2003 - 2006
<a class="post-category post-category-tools">ImageProcessing</a>
<a class="post-category post-category-tools">Optimization</a>
<a class="post-category post-category-tools">Statistics</a>
</p>
</header>
<div class="post-description">
<p>
<b>Master of Science in Computational Mathematics </b>| Coursework in computer science, statistics, and applied mathematics | Research in image processing with a focus on applications in material science.
</p>
</div>
</section>
</div>
<div class="pure-u-1-3">
<section class="post">
<header class="post-header">
<h2>Grove City College</h2>
<p class="post-meta">
2000 - 2003
<a class="post-category post-category-tools">Mathematics</a>
<a class="post-category post-category-tech">C++</a>
</p>
</header>
<div class="post-description">
<p>
<b>Bachelor of Science in Mathematics and Computer Science</b> | Completed in 3 years
</p>
</div>
</section>
</div>
</div>
</div>
<!-- Contact Section -->
<h1>Interested? Get in Touch</h1><hr>
<div class="pure-g-r">
<div class="pure-u-1-4">
<section class="post">
<a class="pure-button pure-button-primary" style="font-size: 125%;" href="mailto:[email protected]" target="_blank"><i class="icon-envelope"></i> Send Jonathan an Email</a>
</section>
</div>
</div>
<hr>
<footer class="footer">
<div class="pure-menu pure-menu-horizontal pure-menu-open">
<ul>
<li><a href="http://joncham.com/" target="_blank">joncham.com</a></li>
</ul>
</div>
</footer>
</div>
</div>
</div>
<script src="http://yui.yahooapis.com/3.10.1/build/yui/yui-min.js"></script>
<script>
YUI().use('node-base', 'node-event-delegate', function (Y) {
// This just makes sure that the href="#" attached to the <a> elements
// don't scroll you back up the page.
Y.one('body').delegate('click', function (e) {
e.preventDefault();
}, 'a[href="#"]');
});
</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-43081621-1', 'joncham.github.io');
ga('send', 'pageview');
</script>
</body>
</html>