-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 2.25 KB
/
index.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
<!DOCTYPE HTML5>
<html>
<head>
<title>v1a1l1e1</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="libs/p5.js"></script>
<script src="libs/p5.dom.js"></script>
<script src="sketch.js"></script>
</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>
<br><br>
<div>
<div style="border:0px solid red; margin-left:3%; margin-top:2%">
<a href="contacts.html"><img src="images/mec.png" alt="user" style="float:left;width:240px;height:240px;"> </a>
</div>
<div style="border:0px solid LightSlateGrey; margin-left:33%; margin-right:33%;text-align:left; padding:30px;">sound + code
<br>
<br>
I'm sound designer and an audio programmer<br>I like to play with sounds and manipulate them with code.<br> I'm mainly interested in programming music, creating sound and live coding<br>I strongly believe that information should be freely available to anyone, <br>thus, I'm huge free software fan and a heavy creative commons license user.<br>Fell free to navigate, take and use anything you find of your interest on this site; <br>reuse it and remix it and make something different, something better.
</div>
</div>
<div><br/><a href="https://internetdefenseleague.org"><img src="https://internetdefenseleague.org/images/badges/final/footer_badge.png" alt="Member of The Internet Defense League"/></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>
</script>
</html>