-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathworkshop.html
More file actions
40 lines (30 loc) · 2.19 KB
/
Copy pathworkshop.html
File metadata and controls
40 lines (30 loc) · 2.19 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Procedural Art Workshop</title>
<link href="style/landing.css" rel="stylesheet">
</head>
<body>
<div class="logo-wrapper">
<div class="workshop-logo-center">
<div class="workshop-logo"> Procedural Art Workshop
</div>
</div>
</div>
<div class="workshop-header">
</div>
<div class="content-wrapper">
<div class="content">
<p>Interested in learning how to use computer programming for digital art and design? This two-day workshop introduces participants to software tools to create procedural art. In it, we cover <a href="http://processing.org" target="_blank">Processing</a>, a programming language for visual art, and <a href="http://paradrawing.com" target="_blank">Para</a>, a new direct-manipulation procedural drawing tool developed by Adobe Research and the MIT Media Lab.You will learn how to apply these tools to digital art and have the opportunity to create a finished piece of procedural art with assistance from the instructors. This workshop is open to all, but is particularly relevant for people with an interest in illustration or graphic design.</p>
<p>Located at Adobe, <a href="https://www.google.com/maps/place/601+Townsend+St,+San+Francisco,+CA+94103/@37.7712057,-122.4016624,17z/data=!3m1!4b1!4m2!3m1!1s0x808f7e2ccdb732eb:0xdb8d4308b240f4e3" target="_blank">601 Townsend St, San Francisco, CA 94103</a>
</br>Saturday September 12th and Sunday September 13th
</br>10:00 AM-4:00 PM</p>
<p>Space is limited. To apply, <a href="https://www.surveymonkey.com/r/8YHYQ3Q">complete and submit this form</a></p>
<p>This workshop is free, and is hosted by Adobe Research in San Francisco. No programming experience is required; however, you must be available for both days of the workshop. Lunch will be provided and off-street parking is available.</p>
<p>Contact <a href='mailto:jacobsj@media.mit.edu'>jacobsj@media.mit.edu </a> with questions.</p>
</div>
</div>
</body>
</html>