-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (99 loc) · 3.21 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Robert Harris</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/main.css?v=2">
<link rel="preload" as="font" type="font/woff2" href="fonts/roboto-mono-v12-latin-regular.woff2" crossorigin>
<link rel="preload" as="font" type="font/woff2" href="fonts/roboto-mono-v12-latin-700.woff2" crossorigin>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<h1 class='banner-text'>Robert Harris</h1>
<p>
Software engineer and leader. Based in Portland, Oregon.
</p>
<section class='full-width-section'>
<h2>History</h2>
<div class='left-outline'>
<section class='sub-section'>
<h3 class='title'>Luminide</h3>
<div class='subtitle'>
<div>Technical Lead</div>
<div>2020 - 2022</div>
</div>
<hr>
<div class='description'>
Platform to build better AI models easier. Led SaaS/platform design and development from prototype to revenue.
</div>
</section>
<section class='sub-section'>
<h3 class='title'>Clutch!</h3>
<div class='subtitle'>
<div>CTO</div>
<div>2018 - 2020</div>
</div>
<hr>
<div class='description'>
Seed funded parking/ticketing platform used by SEC football programs, professional
sports teams, and more.
Led engineering team. Launched web/iOS/Android apps, external API and reporting platform.
</div>
</section>
<section class='sub-section'>
<h3 class='title'>Pixsys Technologies</h3>
<div class='subtitle'>
<div>
<span class='small-screen-abbreviation'>Director of Software Dev.</span>
<span class='full-screen-text'>Director of Software Development</span>
</div>
<div>2015 - 2018</div>
</div>
<div class='subtitle'>
<div>Senior Software Developer</div>
<div>2015 - 2015</div>
</div>
<div class='subtitle'>
<div>Software Developer</div>
<div>2013 - 2015</div>
</div>
</section>
<section class='sub-section'>
<h3 class='title'>Purdue University</h3>
<div class='subtitle'>
<div>Teaching Assistant</div>
<div>2012</div>
</div>
</section>
<section class='sub-section'>
<h3 class='title'>AMD</h3>
<div class='subtitle'>
<div>Software Engineer Intern</div>
<div>2011</div>
</div>
</section>
<section class='sub-section'>
<h3 class='title'>Purdue University</h3>
<div class='subtitle'>
<div>B.S. Computer Engineering</div>
<div>2009 - 2013</div>
</div>
</section>
</div>
</section>
<footer>
<div class='divider'>
===========
</div>
<p>
Last updated 2022
</p>
</footer>
</body>
</html>