-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
88 lines (81 loc) · 3.09 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
<html><head>
<title>About Randy Maas</title>
</head><body>
<link href="http://randym.name/blog/rss" rel="alternate" title="Randy Maas RSS Feed" type="application/rss+xml" />
<style type="text/css">
#Main {
padding: 0px;
border: 0px dotted gray;
margin-left: 100px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
}
#Sidebar {
position: absolute;
margin: 0 0 0 -100px;
width: 90px;
height: auto;
border: 0px dotted gray;
background-color: transparent;
text-align: right;
line-height: 1em;
}
#Sidebar ul {
margin: 3.5em 0 5em 9em;
}
#Sidebar li {
list-style: none;
letter-spacing: 1px;
margin: 0 0 1em -7em;
padding: 0;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31474143-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head><body><div id="Sidebar">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/about.html">About Randy Maas</a></li>
<li><a href="blog/rss">rss</a></li>
</ul>
</div><div id="Main">
<H1>About Randall Maas</h1>
<p>Randy Maas is actively looking for work. </p>
<p>Randy Maas works as software engineer and is an experienced product
development team leader. He is most recent expertises is in medical firmware and embedded devices.</p>
<p>Microcontrollers: Cypress PSoC, Microchip PIC10 / PIC16 / PIC18, ARM/STM32, 6510, 6802, 68332</p>
<p>Embedded OS's: ATI Nucleus, Windows CE and custom embedded OS's</p>
<p>Example projects: Developed firmware for medical implants, Created data loggers, and diagnostic tools</p>
<h2> Specialties</h2>
<ul>
<li>FDA-compliant software development and design controls</li>
<li>Structured software development methods</li>
<li>Risk analysis, requirements analysis</li>
<li>Implantable (Class III) medical devices, telemetry, External Instrumentation, Remote Monitoring</li>
<li>Embedded programming with microcontrollers, PC/104 </li>
<li> Windows CE and custom embedded OS's </li>
<li> Tight, efficient software for hardware that seemingly runs on lemon odor and sunshine </li>
<li>Hardware diagnostic tools </li>
</ul>
<table border=0>
<tr><th align=right>LinkedIn</th><td><a href="http://www.linkedin.com/pub/randall-maas/9/838/8b1">http://www.linkedin.com/pub/randall-maas/9/838/8b1</a></td></tr>
<tr><th align=right>resume</th><td><a href="http://randym.name/2018-6 RandallMaas Resume.pdf">http://randym.name/2018-6 RandallMaas Resume.pdf</a></td></tr>
</table>
<a ><h2>Contacting Randy Maas</h2></a>
<table border=0>
<tr><th align=right>email</th><td>[email protected]</td></tr>
<tr><th align=right>web</th><td><a href="http://randym.name/">http://randym.name</a></td></tr>
<tr><th align=right>phone</th><td>425 444 5611</td></tr>
<tr><th align=right valign=top>mail</th><td>634 Providence Ct<br>Chaska, MN 55318</td></tr>
</table>
</body></html>