-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
74 lines (67 loc) · 3.38 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SQUATTED.ONLINE</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.sound.min.js" defer></script>
<script src="assets/js/sketch.js" defer></script>
<script src="./assets/js/main.js" defer></script>
<link rel="stylesheet" href="./assets/css/main.css">
<link rel="shortcut icon" href="#" />
</head>
<body>
<!-- <div class="fix-img">
<img src="./assets/imgs/www-bg.png">
</div> -->
<div class="container">
<div class="header">
<h1 style="text-align: center; margin-top: 1rem;">SQUATTED.ONLINE<br><span style="font-style: italic;">EDITION 2021/2022</span></h1>
<img src="assets/imgs/rave.png" alt="RAVE logo">
</div>
<div class="music-box">
<div class="knobs-input panel">
<div>press space bar to <span onclick="play_drums()" style="cursor: pointer; color: #f33;">start/stop</span> the drum-machine</div>
<div><input type="range" name="" id="hh-lpf" min="20" max="10000" step="10"> hh-lpf</div>
<div><input type="range" name="" id="clap-lpf" min="20" max="10000" step="10"> clap-lpf</div>
<div><input type="range" name="" id="bass-lpf" min="100" max="10000" step="10"> kick-hpf</div>
</div>
<div class="drum-machine panel">
</div>
</div>
<div class="info-text">
<p>
After more than 18 months of quarantines and pandemic, we are pleased to open a new call for the
SQUATTED.ONLINE exhibition; this year the topic is RAVE!
</p>
<p>
The topic came with ease as we can't wait to shake our bums to high paced music and glowing lights.
Therefore, this year we ask all the participants to submit a digital artwork, a musical performance, a
track, a lecture or an essay, dealing with the topic of RAVE.
</p>
<p>
We don't care whether you are generation Z
raver or a good old raver from the late 80's what we want is at least 140 bpm of heavy beats either
literally or metaphorically represented in the medium of your choice.
</p>
<p>
Stay tuned with us as we might also be able to provide space for streamed and live performances.
</p>
<a href="mailto:[email protected]?subject=I WANT TO BE A RAVER!!&body=Artist Name: %0D%0A %0D%0A %0D%0A ****************************************%0D%0A %0D%0A %0D%0AContacts: mail / website / phone%0D%0A %0D%0A %0D%0A ****************************************%0D%0A %0D%0A %0D%0AWhy do you want to be a RAVER?%0D%0A %0D%0A %0D%0A ****************************************%0D%0A %0D%0A %0D%0A🌈🌈🌈LOVE LOVE LOVE 🌈🌈🌈"
style="text-align: center;">ENTER
THE RAVE</a>
</div>
</div>
<footer class="footer">
<hr>
<menu class="footer--menu">
<li><a href="https://squatted.online/2020">Edition 2019/2020</a></li>
<li><a target="_blank" href="https://github.com/squatted-online/squatted-online.github.io">Github</a></li>
<li><a href="https://basel.codes/">basel.codes</a></li>
</menu>
</footer>
</body>
</html>