-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
95 lines (89 loc) · 4.74 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Ones and Zeros ✨ Art + Tech Workshops</title>
<meta name="description" content="Artist-run introductory classes and workshops on computers and electronics, taught gently, with a critical lens and focus on creativity ✨" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="stylesheet" href="static/normalize.css" />
<link rel="stylesheet" href="static/style.css" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@onesandzerosca">
<meta property="og:url" content="https://onesandzeros.ca/" />
<meta property="og:title" content="Ones and Zeros ✨ Art + Tech Workshops" />
<meta property="og:description" content="Artist-run introductory classes and workshops on computers and electronics, taught gently, with a critical lens and focus on creativity ✨" />
<meta property="og:image" content="https://onesandzeros.ca/workshops/2018/12-16-binary-solo-toronto/banner.jpg" />
<meta property="og:site_name" content="Ones and Zeros ✨ Art + Tech Workshops" />
<meta property="og:type" content="website" />
</head>
<body>
<div class="container">
<!--site:header-->
<div class="top">
<div class="logo">
<h1><a href="/"><img src="/static/media/logo.png" alt="Ones and Zeros Logo" title="Ones and Zeros ✨ Art + Tech Workshops"></a></h1>
</div>
<div class="nav">
<ul>
<li><a href="/about/">about</a></li>
<li><a href="/participate/">participate</a></li>
<li><a href="/support/">support</a></li>
<li><a href="/store/">store</a></li>
</ul>
</div>
</div>
<!--/site:header-->
<div class="lede">
<p>Artist-run introductory workshops on computers and electronics, taught gently, with a focus on creativity ✨</p>
<blockquote>
<p>It's an easy intro to something you have always been curious about but never had the time or opportunity to learn on your own.</p>
<cite>—Jill, July 2018 Kingston workshop</cite>
</blockquote>
<p>Ones and Zeros asks what digital literacy means beyond code. We explore computation in the physical world, engage critical discussions of technology, and its intersection with society.</p>
</div>
<div class="preview">
</div>
<h3>Sign up for workshop announcements</h3>
<!--site:mailing-signup-->
<div id="mc_embed_signup" class="email-signup">
<p><em>Unfortunately our mailing list has closed. You can still <a href="/about/#contact">get in touch</a> by email or social.</em></p>
<!--<form action="https://csc11.us2.list-manage.com/subscribe/post?u=81efec9c295da7f4479e67c1e&id=e14fc85eef" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll" class="email-signup-fields">
<div class="mc-field-group">
<label for="mce-FNAME" class="visuallyhidden">Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME" placeholder="your name" />
</div>
<div class="mc-field-group">
<label for="mce-EMAIL" class="visuallyhidden">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="email address" required />
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_81efec9c295da7f4479e67c1e_e14fc85eef" tabindex="-1" value="" /></div>
<div class="mc-button-wrap">
<button type="submit">Subscribe</button>
</div>
</div>
</form>-->
</div>
<!--/site:mailing-signup-->
<div class="content">
<h4>Upcoming workshops and events</h4>
<p><em>Nothing planned at the moment</em>
</div>
<!--site:footer-->
<footer>
<p>© Ones and Zeros 2019
| <a href="/code-of-conduct/">code of conduct</a>
| <a href="/social-rules/">social rules</a>
| <a href="/privacy/">privacy</a>
| <a href="/about/#contact">contact</a></p>
</footer>
<!--/site:footer-->
</div>
<script type="text/javascript" src="static/script.js"></script>
</body>
</html>