-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoam.html
More file actions
39 lines (36 loc) · 1.34 KB
/
oam.html
File metadata and controls
39 lines (36 loc) · 1.34 KB
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
---
layout: default
---
<!-- page content -->
<div class="wrapper project-page">
<div class="row project-nav">
<a class="button-link back" href="primerpeso.html">back</a>
<a class="button-link next" href="adobe.html">next</a>
</div>
<div class="row project-header">
<div class="col-md-7">
<img src="images/oam.gif" alt="OAM Browser" style="max-width: 460px; height: auto;">
</div>
<div class="col-md-5 project-description">
<h1>OAM</h1>
<h4 class="project-descr-subheader">
<a href="http://ooaamm.com/">OAM</a> is an experiment in mixing sound, colours, and geometries on the web.
</h4>
</div>
</div>
<div class="row col-md-12">
<img src="images/oam.png">
<p class="project-text">A big theme in my work is exploring the <b>intersection
of music and visuals</b>. I was interested to do this in the web browser, and partnered
with <a href="http://varun.ca/">Varun</a> to make it happen.
<br>
<br>
OAM is a series of different sonic and visual modes in which you can build
shape and sound collages.
</p>
</div>
<div class="row project-nav last">
<a class="button-link back" href="primerpeso.html">back</a>
<a class="button-link next" href="adobe.html">next</a>
</div>
</div>