-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartandcode.html
92 lines (47 loc) · 2.82 KB
/
artandcode.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Tatyana Deslandes Mustakos</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" >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">
<H2>Art && Code : Homemade</H2>
<P> In January 2021 I participated as a speaker at the <a href="http://artandcode.com/homemade/">Art && Code: Homemade</a> conference, hosted by the <a href="https://studioforcreativeinquiry.org/"> STUDIO for Creative Inquiry</a>, an online festival celebrating and showcasing "casual talks by creators we admire, who work with digital tools and crafty approaches to make things that preserve the magic of something homemade." </P>
<p> I gave a talk about my practice, focusing on my <a href="projects/coats.html">Generative Overcoats</a>, <a href="projects/animatronic.html">Handmade Animatronics</a>, and work with <a href="projects/algorat.html">Algorats</a>. View talk below! </p>
<br>
<h1>art && code: handmade</h1>
<iframe src="https://player.vimeo.com/video/518713476?h=003a32e24b" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<p><a href="https://vimeo.com/518713476">Tatyana Mustakos // Art && Code: Homemade, 1/16/2021</a> from <a href="https://studioforcreativeinquiry.org/">STUDIO for Creative Inquiry</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
<div class="main">
</div>
</body>
</html>