-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbio.html
More file actions
32 lines (31 loc) · 1002 Bytes
/
Copy pathbio.html
File metadata and controls
32 lines (31 loc) · 1002 Bytes
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
<!DOCTYPE html>
<html>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto' rel='stylesheet'
<link
href='normalize.css' rel='stylesheet' type='text/css'>
<head>
<style>
body {
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight:normal;
Padding:0px;
}
p {
color:#757575;
padding: 0px;
margin:0px;
font-size:2em;
}
@media (min-width: 800px) {
p {
font-size:5em;
}
}
</style>
</head>
<body>
<p>Nico Zevallos is an artist and roboticist working out of Pittsburgh, Pennsylvania. His research concerns affect and automation, with an emphasis on simulation and robotics. He works across areas in philosophy, religion, science and technology, with interests in determinism, computer graphics, cinema and rats. He doesn't think you will ever download your mind and doesn't think universal income will solve the problems of capitalism.</p>
<p> </p>
<p><a href="index.html">GO BACK</a></p>
</body>