-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (29 loc) · 1.93 KB
/
Copy pathindex.html
File metadata and controls
40 lines (29 loc) · 1.93 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>Para</title>
<link href="style/landing.css" rel="stylesheet">
</head>
<body>
<div class="logo-wrapper">
<div class="logo-center">
<div class="logo">
</div>
</div>
</div>
<div class="header">
</div>
<div class="content-wrapper">
<div class="content">
<a class="launch-btn" href="para.html" target="_blank">Launch Para</a>
<p>Para is a prototype digital illustration tool tool that uses direct manipulation to define and edit procedural artwork. Through creating and altering vector paths, artists can define iterative distributions and parametric constraints.</p>
<p><iframe src="https://player.vimeo.com/video/142400876?title=0&byline=0&portrait=0" width="540" height="328" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>
<!--<p> A run through of the basics of Para: <iframe src="//player.vimeo.com/video/108286111?byline=0&portrait=0&color=ffffff" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>-->
<p>Para was started in the Creative Technologies Lab at <a href='http://www.adobe.com/technology.html'>Adobe Research</a>. Currently, Para is under development in the <a href='http://llk.media.mit.edu'>Lifelong Kindergarten Group </a> at the <a href='http://media.mit.edu'>MIT Media Lab</a> with continued contributions from Adobe Research. The software is part of a research project in broadening participation in procedural art and design. The project is hosted on <a href="https://github.com/mitmedialab/para">GitHub</a>, and is available for use under the MIT software license.</p>
<p> For questions contact: <a href='mailto:jacobsj@media.mit.edu'>jacobsj@media.mit.edu </a></p>
</div>
</div>
</body>
</html>