-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Brad Town</title>
</head>
<body>
<h1>Brad Town</h1>
<p>I’ve been a software engineer at Google since 2011 (give or take a few
months). I grew up in <a
href="https://en.wikipedia.org/wiki/Stevensville,_Michigan">Stevensville,
Michigan</a> (well, really <a
href="https://en.wikipedia.org/wiki/Lincoln_Charter_Township,_Michigan">Lincoln
Township</a>, but no one says that), and I graduated from the
<a href="https://rose-hulman.edu/">Rose-Hulman Institute of Technology.</a></p>
<ul>
<li><a href="bc125at/">Programming a Uniden BC125AT from your browser</a></li>
<li><a href="uniden_scanner/">Programming a Uniden scanner from your browser</a>
(this is a tweaked, WIP version of the one for the BC125AT that should also
work for the BCD325AT)</li>
<li><a href="https://github.com/townba">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/townba/">LinkedIn profile</a></li>
</ul>
</body>
</html>