JoanaChicau
3 years ago
1 changed files with 0 additions and 57 deletions
@ -1,57 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<title>Choreo-Graphic Coding</title> |
|||
<meta content="text/html; charset=utf-8" http-equiv="content-type"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes"> |
|||
<meta name="description" content="Live Coding Choreographies on Web Environments"> |
|||
<meta name="keywords" content="design, media design, graphic design, choreography, physical, digital, web, live, creative coding, choreographic thinking, performance, Joana Chicau"> |
|||
<meta name="author" content="Joana Chicau"> |
|||
|
|||
<link rel="stylesheet" href="rythm.css" media="screen" charset="utf-8"> |
|||
<link rel="stylesheet" href="digitalselves.css" media="screen" title="style by Joana Chicau" charset="utf-8"> |
|||
|
|||
<script type="text/javascript" src="https://unpkg.com/rythm.js/"></script> |
|||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/rythm.js/2.2.5/rythm.min.js"></script> |
|||
|
|||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" referrerpolicy="no-referrer"></script> |
|||
|
|||
</head> |
|||
|
|||
|
|||
<body> |
|||
|
|||
<!-- STAGE 01 --> |
|||
|
|||
<h1 class="rythm blur2" id="stage02"></h1> |
|||
|
|||
<!-- STAGE 03 --> |
|||
|
|||
<iframe class="rythm vanish" id="stage03" src="https://en.wikipedia.org/wiki/Error"></iframe> |
|||
|
|||
|
|||
<span class="rythm tilt" id="oval"> </span> |
|||
|
|||
<span class="rythm size" id="dia"> </span> |
|||
|
|||
|
|||
<marquee id="err" scrolldelay="92"> * ◝ ₊· errors on air ♫♪. ♪ . * ◝ ₊· </marquee> |
|||
|
|||
<script type="text/javascript"> |
|||
var rythm = new Rythm() |
|||
rythm.setMusic('digitalselves_track2mix22_01_22.mp3') |
|||
rythm.addRythm('blur2', 'blur', 0, 10, { reverse: true }) |
|||
rythm.addRythm('tilt', 'tilt', 0, 10, { reverse: true }) |
|||
rythm.addRythm('size', 'size', 0, 10, { reverse: true }) |
|||
rythm.addRythm('vanish', 'vanish', 0, 10, { reverse: true }) |
|||
rythm.start() |
|||
</script> |
|||
|
|||
<script type="text/javascript" src="rythm.js"></script> |
|||
<script type="text/javascript" src="example.js"></script> |
|||
|
|||
<script type="text/javascript" src="digitalselves-scripts.js"></script> |
|||
|
|||
|
|||
</body> |
|||
</html> |
Loading…
Reference in new issue