This repository was archived by the owner on Mar 14, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvision.html
More file actions
212 lines (170 loc) · 9.27 KB
/
vision.html
File metadata and controls
212 lines (170 loc) · 9.27 KB
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html>
<head>
<title>Processing Community Day | Vision</title>
<meta charset='utf-8' />
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="description" content="Processing Community Day is a day to celebrate art, code, and diversity." />
<link rel="icon" type="image/png" href="img/debug.png" />
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js" charset="utf-8"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<meta property="og:url" content="https://day.processing.org/vision.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Processing Community Day | Vision" />
<meta property="og:description" content="Processing Community Day is a day to celebrate art, code, and diversity." />
<meta property="og:image" content="https://day.processing.org/img/pcd-fb.gif" />
<meta property="og:image:width" content="784" />
<meta property="og:image:height" content="784" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ProcessingOrg">
<meta name="twitter:creator" content="@ProcessingOrg">
<meta name="twitter:title" content="Processing Community Day | Vision">
<meta name="twitter:description" content="Processing Community Day is a day to celebrate art, code, and diversity.">
<meta name="twitter:image" content="https://day.processing.org/img/pcd-twitter.jpg">
</head>
<body>
<header>
<button class="hamburger">☰</button>
<button class="cross">˟</button>
<a href="/"><img src="img/pcd19/logo/white-background-black3.png" data-src="img/pcd19/logo/white-background-black3.png" data-hover="img/pcd19/logo/white-background-purple3.png" alt="PCD Logo" class="pcdlogo1" /></a>
<div id="pcd-text">
<a href="/">Processing Community Day</a>
</div>
<!-- Add Schedule, Vision, Archive, LA/Tickets -->
<ul id="nav-list">
<li class="nav-link" style="cursor: default;">PCD @ Worldwide</li>
<div id="nav-mobile-hide">
<li class="nav-link2"><a href="pcd-ww.html">Participate</a></li>
<li class="nav-link2"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdfDm821BjQaZRO5xLG3K8UX6zW_oASdGB4_RXd1f4r3ebIgA/viewform" target="_blank">Online Registration</a></li>
</div>
</ul>
<ul id="nav-list">
<li class="nav-link" style="cursor: default;">PCD @ Los Angeles</li>
<div id="nav-mobile-hide">
<li class="nav-link2"><a href="pcd-la.html">Participate</a></li>
<li class="nav-link2"><a href="pcd-la-tracks.html">Tracks</a></li>
</div>
</ul>
<div id="nav-mobile-resize">
<ul id="nav-list2">
<li class="nav-link"><a href="tickets.html">Ticketing</a></li>
</ul>
<ul id="nav-list2">
<li class="nav-link"><a href="people.html">People</a></li>
</ul>
<ul id="nav-list2">
<li class="nav-link"><a href="support.html">Support</a></li>
</ul>
<ul id="nav-list2">
<div id="social">
<a href="http://www.facebook.com/page.processing" target="_blank"><div id="facebook"></div></a>
<a href="http://twitter.com/processingOrg" target="_blank"><div id="twitter"></div></a>
</div>
</ul>
</div>
</header>
<!--for mobile compatibility-->
<div class="menu">
<ul>
<li class="nav-link" style="cursor: default; border-bottom: none; padding-bottom: 0;">PCD @ Worldwide </li>
<li class="nav-link2" style="padding-top: 0;"><a href="pcd-ww.html">Participate</a> - <a href="https://docs.google.com/forms/d/e/1FAIpQLSdfDm821BjQaZRO5xLG3K8UX6zW_oASdGB4_RXd1f4r3ebIgA/viewform" target="_blank">Online Registration</a>
</li>
<li class="nav-link" style="cursor: default; border-bottom: none; padding-bottom: 0;">PCD @ Los Angeles </li>
<li class="nav-link2" style="padding-top: 0;"><a href="pcd-la.html">Participate</a> - <a href="pcd-la-tracks.html">Tracks</a>
</li>
<li class="nav-link"><a href="tickets.html">Ticketing</a></li>
<li class="nav-link"><a href="people.html">People</a></li>
<li class="nav-link"><a href="support.html">Support</a></li>
<div id="social">
<a href="http://www.facebook.com/page.processing" target="_blank"><div id="facebook"></div></a>
<a href="http://twitter.com/processingOrg" target="_blank"><div id="twitter"></div></a>
</div>
</ul>
</div>
<div id="content-wrapper">
<div class="content-container">
<div id="outer-box">
<div id="inner-box">
<h2>Vision</h2>
<p>
Processing is a free and open-source software platform for learning how to code within the context of the visual arts, created by Casey Reas and Ben Fry. It is complemented by a web version, called p5.js, created by Lauren McCarthy. To date, Processing and p5.js are used by a worldwide community of artists, coders, educators, students.
</p>
<p>
A focus of this project is to make learning how to program and make creative work with code accessible to diverse communities, especially those who might not otherwise have access to these tools and resources. The first Processing Community Day (PCD), organized by Taeyoon Choi and the Processing Foundation in 2017 was one of our efforts to improve diversity within the art and programming community. Taking place at the MIT Media Lab, PCD 2017 drew community members from all over the east coast to get together in person to meet, share what they're working on, to learn, and collaborate.
</p>
<p>
Learn more about PCD 2017 <a href="https://medium.com/processing-foundation/after-processing-community-day-8e124b1ec85e" target="_blank">here</a> and the history of Processing <a href="https://medium.com/processing-foundation/a-modern-prometheus-59aed94abe85" target="_blank">here</a>.
</p>
<p>
For PCD 2019, we would like to broaden the reach and impact of this community by organizing with hundreds of Processing communities around the world. The Processing Foundation will be organizing a Processing Community Day in Los Angeles as well as inviting node organizers from all over the world to join us in organizing events in multiple locations. Learn how you can participate in <a href="pcd-la.html">PCD @ Los Angeles</a> and <a href="pcd-ww.html">PCD @ Worldwide</a>.
</p>
</div>
</div>
</div>
</div>
<footer>
<div class="center">
<a href="//processingfoundation.org/" target="_blank"><div id="logo"></div></a>
<p>Organized with ♥ by the Processing Foundation</p>
</div>
</footer>
<script>
$(document).ready(function(){
$('.nav-link').on('click', function(){
var link = $(this).attr('data-link');
var new_top = $(window).scrollTop();
if(link == 'opencall'){
new_top = $('#opencall').offset().top;
} else if(link == 'about'){
new_top = $('#about').offset().top;
} else if(link == 'people'){
new_top = $('#people').offset().top;
} else if(link == 'schedule'){
new_top = $('#schedule').offset().top;
} else if(link == 'tracks'){
new_top = $('#tracks').offset().top;
} else if(link == 'tickets'){
new_top = $('#tickets').offset().top;
} else if(link == 'support'){
new_top = $('#support').offset().top;
}
// console.log(link, new_top);
$('body,html').animate({scrollTop: new_top});
});
//slideshow
$('.slideshow').slick({
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
arrows: false,
fade: true
});
});
//pcd logo image hover
$(".pcdlogo1").mouseover(function () {
$(this).attr('src', $(this).data("hover"));
}).mouseout(function () {
$(this).attr('src', $(this).data("src"));
});
//hamburger menu for mobile
$( document ).ready(function() {
$( ".cross" ).hide();
$( ".menu" ).hide();
$( ".hamburger" ).click(function() {
$( ".menu" ).slideToggle( "fast", function() {
$( ".hamburger" ).hide();
$( ".cross" ).show();
});
});
$( ".cross" ).click(function() {
$( ".menu" ).slideToggle( "fast", function() {
$( ".cross" ).hide();
$( ".hamburger" ).show();
});
});
});
</script>
</body>
</html>