-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththr.html
More file actions
120 lines (80 loc) · 4.18 KB
/
thr.html
File metadata and controls
120 lines (80 loc) · 4.18 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<title>Who am I?</title>
<meta charset="utf-8" />
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="http://trafferty.github.io/theme/gumby.css" />
<link rel="stylesheet" type="text/css" href="http://trafferty.github.io/theme/style.css" />
<link rel="stylesheet" type="text/css" href="http://trafferty.github.io/theme/pygment.css" />
<script src="http://trafferty.github.io/theme/js/libs/modernizr-2.6.2.min.js"></script>
</head>
<body id="index" class="home">
<div class="container">
<div class="row">
<header id="banner" class="body">
<h1><a href="http://trafferty.github.io">Tom Rafferty - Personal Webpage <strong></strong></a></h1>
</header><!-- /#banner -->
<div id="navigation" class="navbar row">
<a href="#" gumby-trigger="#navigation > ul" class="toggle"><i class="icon-menu"></i></a>
<ul class="columns">
<li class="active"><a href="http://trafferty.github.io/pages/main.html">Who am I?</a></li>
<li><a href="http://trafferty.github.io/pages/experience.html">Experience</a></li>
<li><a href="http://trafferty.github.io/pages/proj_int.html">Projects/Interests</a></li>
</ul>
</div>
<h1>Who am I?</h1>
<ul class="simple">
<li>Senior Software Engineer</li>
<li>Team Leader</li>
<li>Cyclist</li>
<li>DIYer</li>
<li><a class="reference external" href="http://en.wikipedia.org/wiki/Philomath">Philomather</a></li>
</ul>
<div class="section" id="my-story">
<h2><em>My Story</em></h2>
<p>My degree (B.S.) is in ME, but I've been a software engineering for the past 18 years. Most of this experience has been in the Semiconductor Equipment sector at start-ups where my expertise has been in hardware/software integration. This has spanned writing software to make robots move and telescopes track stars, to writing device drivers for embedded systems, to productizing prototypes into commercial systems. In my current job (Briggo), I'm writting software to automate the creation of the perfect cup of coffee. I've held various roles ranging from individual contributor to team and project lead. I have solid skills in the areas of problem solving, team/project management and logistics, and a demonstrated ability to quickly adapt to new technologies and disciplines with ease. <em>Serious love for learning new things.</em></p>
<p><a class="reference external" href="http://trafferty.github.io/files/thr_resume.pdf">résumé</a></p>
</div>
<div class="section" id="contact-information">
<h2><em>Contact information</em></h2>
<p>Tom H. Rafferty <script type="text/javascript">
var e = "gm";
e = "@" + e + "ai";
e += "l.com";
n1 = "thom"
n2 = "asraff"
n3 = "erty"
e = n1 + n2 + n3 + e;
var nspm = "mailto";
nspm = nspm + ":" + e;
nspm = "<a href='" + nspm +"'><" + e + "></a>";
document.onload += document.write(nspm);
</script></p>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
<div class="container.nopad bg">
<footer id="credits" class="row">
<div class="seven columns left-center">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
<br />
Based on the <a target="_blank" href="http://gumbyframework.com">Gumby Framework</a>
</address>
</div>
<div class="seven columns">
<div class="row">
<ul class="socbtns">
</ul>
</div>
</div>
</footer>
</div>
<script src="http://trafferty.github.io/theme/js/libs/jquery-1.9.1.min.js"></script>
<script src="http://trafferty.github.io/theme/js/libs/gumby.min.js"></script>
<script src="http://trafferty.github.io/theme/js/plugins.js"></script>
</body>
</html>