-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
65 lines (62 loc) · 2.6 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="/manifest.webmanifest">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" type="text/css" href="/main.css">
<title>About Me - Michael Meisel</title>
<script src="/main.js" type="module"></script>
</head>
<body>
<common-header></common-header>
<h1>About Me</h1>
<main>
<figure>
<img src="/images/michael.jpg" alt="Michael Meisel" style="width: 50%" />
</figure>
<p>
I am an engineer, designer, and installation artist based in the San Francisco Bay Area.
</p>
<p>
I am passionate about finding simple solutions to complex problems. I have spent my career
helping startups build their core technologies and teams from the ground up. I have built
everything from interactive computer network visualizations to zero-maintenance, solar-powered
PCs for remote villages in Africa.
</p>
<p>
As an artist, I am interested in making tangible, technological artifacts that do not reveal
their inner workings or intentions. This presents opportunities to showcase the power of
technology as an instrument of both joy and misery. My aesthetic is best described as
minimalist.
</p>
<p>
I hold a Ph.D. in Computer Science from UCLA (with a focus in network protocols) and a B.A. in
Computer Science from UC Berkeley.
</p>
<h4>Current Work</h4>
<p>
I am currently available for advisory positions or consulting, particular for non-profits and
social enterprises, but for young startups as well. I am based in the San Francisco Bay Area
but available for remote work.
<p>
Artistically, I am currently working with the
<a href="https://grayarea.org/">Gray Area Foundation for the Arts</a> as a course
instructor for
<a href="https://grayarea.org/course/creative-code-intensive/">their educational program</a>
and as an occasional member of their
<a href="https://grayarea.org/create/individual-membership/">artist incubator</a>. I am also
interested in artistic collaborations and helping artists to incorporate physical computing
into their work.
</p>
<p>
Welcome and thanks for visiting, feel free to
<a href="mailto:hello@meisel.dev">reach out</a> if you have a project you’d like to
discuss!
</p>
</main>
</body>
</html>