-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraffiticode.html
84 lines (75 loc) · 2.86 KB
/
graffiticode.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Graffiti Code \ Art Compiler</title>
<link href="main.css" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Jura:400,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Linden+Hill' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lusitana' rel='stylesheet' type='text/css'>
<style>
.code {
background-color: #ffffff;
color: #1d1d1c; // dark grey
}
</style>
</head>
<body>
<img src="spacer.gif" height="50" />
<center>
<div class="logo">
<a href="index.html"><img src="logo.png" width="150"/></a>
</div>
</center>
<img src="spacer.gif" height="50" />
<p class="title" style="width: 640px">
Graffiti Code
</p>
<p class="text" style="width: 640px">
Graffiti Code is the practice of creating specialized environments to enable people to express
themselves with code. We eliminate complexity from the programming process by focusing tools and
vocabularies on a specific task domain. We demystify the coding experience by giving users immediate
feedback as they edit their code.
</p>
<p class="text" style="width: 640px">
One application of Graffiti Code can be found at
<a href="http://www.graffiticode.org">http://graffiticode.org</a>.
This web application allows users to make web compatible drawings with code. Drawings begin from
other drawings, are remixed, and shared on the web.
</p>
<p class="text" style="width: 640px">
<b>Commissions and Collaborations</b>.
We seek commissions for Graffiti Code works, as well as collaborations that improve this practice.
The following are a few such projects we have in mind:
<ul class="text">
<li>
Working with educational technology providers to create languages and environments for programming physical
computers.
</li>
<li>
Working with designers and artists to invent little languages for describing the shape and behavior
of expressive media.
</li>
</ul>
</p>
<p class="text" style="width: 640px">
Inquiries should be directed to <a href="mailto:[email protected]">Jeff Dyer</a>
</p>
<img src="spacer.gif" height="30" />
<center>
<span class="footnote red">jeff</span>
<span class="footnote grey">at</span>
<span class="footnote red">artcompiler</span>
<span class="footnote grey">dot</span>
<span class="footnote red">com</span>
<span class="footnote grey"> •</span>
<span class="footnote red">@artcompiler</span>
<span class="footnote grey"> •</span>
<span class="footnote red">www</span>
<span class="footnote grey">dot</span>
<span class="footnote red">artcompiler</span>
<span class="footnote grey">dot</span>
<span class="footnote red">com</span>
</center><br>
</body>
</html>