-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (103 loc) · 3.69 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SFAC</title>
<script src="js/libraries/jquery-3.3.1.min.js"></script>
<script src="js/libraries/jquery.lettering-0.6.1.min.js"></script>
<script src="js/libraries/p5.js"></script>
<script src="js/libraries/p5.dom.js"></script>
<script src="js/libraries/p5.sound.js"></script>
<!-- <script src="js/BG/sketch.js"></script> -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="title big" style="width: 85%;">
School
for
Algorithmic
Composition<span class="blink">_</span>
</div>
<div class="feed">
<ul><li>
<div class="title small">
12.11.2019 - 17.12.2019 <br> Tuesdays 17:00 => 19:00<br>IT lab
</div>
<div class="content">
<p>
2 hours introduction classes for web based applications with <a href="https://p5js.org/">p5.js</a> and vanilla javascript <a href="https://ixdm.ch" target="_blank" rel="noopener noreferrer">@Critical Media Lab</a>
</p>
<p>
The full program can be found
<a href="">here</a>.
</p>
</div>
</li>
<li>
<div class="title small">25.08.2018 <br> Web Visual Poetry Workshop with Gyroscope</div>
<div class="content">
<p>
<a href="https://muda.co/stream/webpoetry.php">@MuDA</a>, Pfingstweidstrasse 101, Zürich
</p>
<p>
The full program can be found <a
href="https://github.com/s4ac/s4ac.github.io/tree/master/workshops/20180825_MuDA_Web_Visual_Poetry">here</a>.
</p>
</div>
</li>
<li>
<div class="title small">
19.03.2018 - 05.05.2018<br>Bonjour Code
</div>
<div class="content">
<p>
From march 19th to may 5th free
<a href="https://p5js.org/">p5.js</a> classes <a href="http://bonjourbaby.ch/">@Bonjour Baby</a>
</p>
<p>
The full program can be found
<a href="https://github.com/s4ac/s4ac.github.io/tree/master/classes/bounjour_code">here</a>.
Registragion can be done
<a href="https://goo.gl/forms/5WbXsmGgxPSAHImR2">here</a>.
</p>
</div>
</li>
<li>
<div class="title small">
23.03.2018 <br> Web Visual Poetry Workshop
</div>
<div class="content">
<p>
<a href="https://www.gelegenheiten-berlin.de/">@Gelegenheiten</a>, Weserstraße 50, 12045,
Berlin
</p>
<p>
The program of the workshop can be found
<a
href="https://github.com/s4ac/s4ac.github.io/tree/master/workshops/20180323_Berlin_Web_Visual_Poetry">here</a>.
</p>
</div>
</li>
</ul>
</div>
<a href="./monocell.html" style="display: none;">monoCell</a>
</div>
<!-- <div class="container">
<script src="js/monoCell/sketch.js"></script>
<script src="js/monoCell/monoCell.js"></script>
<script src="js/monoCell/molecule.js"></script>
<script src="js/monoCell/brain.js"></script>
<div class="buttons">
<button onclick="trainCell()">TRAIN</button>
<button onclick="fart()">FART</button>
<button onclick="reset()">RESET</button>
<button onclick="show()">SHOW THE WEIGHT</button>
</div>
<div id="p5Sketch"></div>
</div> -->
</body>
<!-- <script src="scripts.js"></script> -->
</html>