-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
28 lines (28 loc) · 2.19 KB
/
bio.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
<!DOCTYPE HTML5>
<html>
<head>
<title>v1a1l1e1 - about</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%;padding:30px;">
<b>Something about me</b><br>I am a sound designer based in Milan. I've always been interested in music and sound in general and this passion gradually met my interest in programming and code. While studying audio engineering at SAE Institute Milan I started to hone my programming skills trying to unify code and music/sound through creative code. I started practising with <a href="http://www.processing.org">Processing</a> and <a href="http://www.openframeworks.cc">OpenFrameworks</a> as well as some sound-related environments such as <a href="http://www.puredata.info">Pure Data</a> and <a href="https://supercollider.github.io/">SuperCollider</a>.<br>I finally found my place in the world when I discovered <b>live coding</b>, a performative practice that mix music, sound and code, based on a strong international inclusive and non-dicriminant community of practice based on the principle of free culture, free software and love for sharing.
</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>