-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
134 lines (74 loc) · 4.05 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<link rel="stylesheet" href="assets/css/styles.css">
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
<script src="assets/js/script.js"></script>
<link rel="icon" href="assets/icon.png" type="image/x-icon"/>
</head>
<body>
<div class="page-content">
<div class="sidenav">
<h1>
<span style="color:#a0a0a0;">ta</span><span style="color:#ffd966;">tyana</span>
<br>
<span style="color:#a0a0a0;">de</span><span style="color:#ffd966;" class="">slandes</span>
<br>
<span style="color:#a0a0a0;">mu</span><span style="color:#ffd966;">stakos</span>
</h1>
<nav>
<a href="index.html" >home</a>
<a href="about.html" class="current">about & contact</a>
<div class="fauxa"> </a>
<div class="fauxa"> </a>
<div class="fauxa"> </a>
<div class="fauxa"> </a>
<div class="fauxa"> </a>
<a href="index.html" >work</a>
<a href="projects/illustrations.html" >illustrations</a>
<a href="projects/clay.html" >sculpture</a>
<div class="fauxa"> </a>
<a href="categories/explorations.html" >explorations</a>
</nav>
</div>
<div class="main">
<p><br /></p>
<h1 id="about-page">About page</h1>
<p><img src="assets/images/me.png" alt="picture of me" /></p>
<p>Contact me at <a href="mailto:[email protected]"><strong>[email protected]</strong></a> or <strong>4I2 4O7 768l</strong></p>
<p>Feel free to check out my <a href="assets/Resume.pdf" target="_blank">resume</a>.</p>
<hr />
<p>B.A. in Interactive Art and Technology from <a href="https://www.cmu.edu/">Carnegie Mellon University</a> <br /> Former Teaching Artist at the Children’s Museum of Pittsburgh’s <a href="https://museumlab.org/">Museumlab</a> <br /> Former Research Assistant and Artist in Residence at the <a href="https://studioforcreativeinquiry.org/">STUDIO for Creative Inquiry</a> <br /> Co-Founder of <a href="algorat.club">Algorat</a> <br /> Currently Freelancing.</p>
<p>I am a multidisciplinary artist working with computers, art and tech. I also paint in watercolor and caseine, and sculpt. I Grew up in Southern California, then went to college and stayed in Pittsburgh for most of a decade, and now live in Brooklyn.</p>
<p>Feel free to click around and check out my work, or watch my <a href="artandcode.html">Artist’s talk</a> from 2021</p>
<hr />
<p><br /></p>
<div class="logos">
<div class="row">
<div class="column">
<a href="https://www.instagram.com/poorly_documented/"> <img src="assets/logos/instagram.svg" />
<br />
@poorly_documented </a>
</div>
<div class="column">
<a href="https://twitter.com/mus_akos"> <img src="assets/logos/twitter.svg" />
<br />
@mus_akos </a>
</div>
<div class="column">
<a href="https://github.com/tatyanade"> <img src="assets/logos/github.svg" />
<br />
@tatyanade </a>
</div>
<br />
</div>
</div>
<p><br /></p>
<!-- Artist's Statment:
As an interdisciplinary artist working in the fields of expanded sculpture and new media, I use my knowledge of robotics and physical computing, as well as traditional techniques, to create pieces that react and change based on the viewers interaction. Moving away from a static format, my work take a more dynamic and responsive approach evoking a sense of curiosity and playfulness. My works exists in a scale that creates an intimate experience between people and objects. My fascination with emerging technologies and mechanisms inspires me to break them down and reappropriate them in an artistic lens, and engages with a sense of humor, delight, and surprise. -->
<div class="main">
</div>
</body>
</html>