forked from Orangetronic/brighton-generator-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
167 lines (166 loc) · 6.06 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE=html />
<html>
<head>
<title>Brighton Generator</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!-- mailchimp signup form styles -->
<link
href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css"
rel="stylesheet"
type="text/css"
/>
<style type="text/css">
#mc_embed_signup {
background: #fff;
clear: left;
font: 14px Helvetica, Arial, sans-serif;
}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<link rel="stylesheet" type="text/css" href="./styles.css" />
</head>
<body>
<main>
<header class="Header">
<div class="Header_title">
<div class="Header_svg">
<svg
class="logo"
xmlns="http://www.w3.org/2000/svg"
viewBox="-50 -50 600 600"
></svg>
</div>
<div>
<h1>Brighton Generator.</h1>
<p class="Header_intro">
Like a knitting circle but for
<span id="activity-placeholder">creative coding</span> 🔮✨
</p>
</div>
</div>
</header>
<p>
Generator is an occasional gathering for creative technologists and curious
humans (and the occasional tiny dog). We make time for tinkering and
swapping ideas. <br />
There will probably be crisps.
</p>
<p>
Our next meeting will be <br />
🗓 on the 13th of October, 2021<br />
⏰ 1830 - 2130 (BST) <br />
📍 Brighton, UK. Venue TBD.<br />
</p>
<p>
<a href="http://hub.link/kXHH4aN">Visit our clubhouse over in Mozilla Hubs</a>,
or <a href="https://join.slack.com/t/brightongenerator/shared_invite/zt-coqy2sdx-HgYmI~vgpyhVc6~h~cwo_w">join in on our slack.</a>
</p>
<p>
We don't usually have <em class="presenter">A Presenter</em>, but we do
run a show and tell towards the end of the evening. Most of the meeting
is project time: a few hours reserved from our busy lives to try new
things, cultivate ideas, and experiment with new media.
</p>
<div class="action">
<p>
Join our email list if you want to know about upcoming events. We
promise we won't email you about anything else, or sell your details
to data brokers for beer money.
</p>
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form
action="https://horse.us19.list-manage.com/subscribe/post?u=40b4fd69a85518f469116582d&id=b5adbc9c18"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank"
novalidate
>
<div id="mc_embed_signup_scroll">
<input
type="email"
value=""
name="EMAIL"
class="email"
id="mce-EMAIL"
placeholder="email address"
required
/>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div
style="position: absolute; left: -5000px;"
aria-hidden="true"
>
<input
type="text"
name="b_40b4fd69a85518f469116582d_b5adbc9c18"
tabindex="-1"
value=""
/>
</div>
<div class="clear">
<input
type="submit"
value="Subscribe"
name="subscribe"
id="mc-embedded-subscribe"
class="button"
/>
</div>
</div>
</form>
</div>
<p>
You can also
<a href="https://join.slack.com/t/brightongenerator/shared_invite/zt-coqy2sdx-HgYmI~vgpyhVc6~h~cwo_w">join our slack</a>, for
discussions about projects, upcoming meetings, and sharing inspiration
gathered on general internet travels.
</p>
<p>
or follow us on <a href="https://twitter.com/GeneratorBtn">Twitter</a>
</p>
<!--End mc_embed_signup-->
</div>
<p>
We'll probably organise a few field trips throughout the year. Some of
us are trying to get tickets for
<a href="https://www.emfcamp.org/">EMF camp</a> 🤞.
</p>
<p>
We don't provide equipment or tutoring, but we have plenty of space,
fast wifi, and friendly faces. Come along, whether you have a project
you're already working on, want to show something off, or are simply
curious about trying out new art things.
</p>
<p>In meetings so far people have tinkered with or brought along</p>
<ul>
<li>WebGL shaders</li>
<li>Processing / P5.js</li>
<li>Homecooked eurorack synth modules</li>
<li>D3 visualisations</li>
<li>Network enabled heat-transfer printer projects</li>
<li>WebMidi</li>
<li>SVG animations</li>
<li>VR audio visualisations</li>
<li>Pen plotter drawings</li>
<li>Max/MSP video processing</li>
<li>And more…</li>
</ul>
<p>
We've also seen projects passed around, and iterated on by other people.
Copy-paste the knitting!
</p>
<p>
Big thanks to <a href="https://clearleft.com/">Clearleft</a> for lending
us their fantastic event space for a few hours a month ♥️.
</p>
</main>
</body>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.2/gsap.min.js"></script>
<script type="text/javascript" src="./horsify.js"></script>
<script type="text/javascript" src="./logo.js"></script>
</html>