-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1.38 KB
/
Copy pathindex.html
File metadata and controls
40 lines (34 loc) · 1.38 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Michael Eastham</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>Michael Eastham</h1>
</div>
<p> My name is Michael. I'm a student and software engineer living in Berkeley,
California.</p>
<p> I'm currently pursuing a B.S. in Electrical Engineering And Computer
Sciences at the University of California, Berkeley. I expect to graduate in May
2012.</p>
<p> In the past, I've been a Unix Systems Administrator at <a
href="http://www.rescomp.berkeley.edu">Berkeley Rescomp</a>, a Student
Instructor for <a href="http://www-inst.eecs.berkeley.edu/~cs150/sp11">CS150:
Components and Design Techniques for Digital Systems</a>, and a Software
Engineering Intern at <a href="http://google.com">Google</a>. I'm currently an
Engineer at <a href="http://binatechnologies.com/">Bina Technologies</a>, and
starting in Fall of 2012 I will be returning to Google as a Software Engineer.
</p>
<p> The best way to reach me is by sending email to <a
href="mailto:mikeeastham@gmail.com">mikeeastham@gmail.com</a>. I also can
be found on <a
href="https://plus.google.com/u/0/101961688795179955842/posts">Google+</a>.
</p>
</div>
</body>
</html>