-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshops.html
34 lines (34 loc) · 2.02 KB
/
workshops.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
<!DOCTYPE HTML5>
<html>
<head>
<title>v1a1l1e1 - workshops</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<table id="menu" style="width:100%">
<tr>
<th><a class="menu-link" href="bio.html">v1a1l1e1</a></th>
<th><a class="menu-link" href="sounds.html">Sounds</a></th>
<th><a class="menu-link" href="code.html">Code</a></th>
<th><a class="menu-link" href="images.html">Images</a></th>
<!-- <th><a class="menu-link" href="writings.html">Writings</a></th> -->
<th><a class="menu-link" href="workshops.html">Wokshops</a></th>
<th><a class="menu-link" href="contacts.html">Links</a></th>
</tr>
</table>
<div style="margin-top:1%;margin-left:33%; margin-right:33%;text-align:left; padding:30px;"><a href="https://v1a1l1e1.gitlab.io/live-coding-soundscape"><b>Come suona la citta'</b></a><br>Elaborazione e manipolazione del paesaggio sonoro
della citta' attraverso il codice <br>TBC<br>
<br><br>
<a href="http://www.pathfestival.it/workshop/"><b>Introduzione al livecoding</b></a><br>Workshop introduttivo al live coding <br>@ Path Festival 2019<br>
16/02/2019<br><a href="https://github.com/v1a1l1e1/live_coding_workshop">repository</a>
<br><br>
<a href="https://www.facebook.com/events/2596545377243062/"><b>Livecoding</b></a><br>Workshop di introduzione al livecoding come pratica e come fenomeno sociale e culturale<br>@ Tempio del Futuro Perduto, Milano<br>
08/02/2020<br><a href="https://github.com/v1a1l1e1/livecoding_tfp">repository</a>
</div>
<br>
<br>
<div class="backHome"><a href="index.html"><< Home</a></div>
<div id="footer"> All contents on this site is licensed under <!--<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>--><br><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a> </div>
</body>
</html>