comparison open_web_magic_ink/open_web_magic_ink.html @ 8:05f467a83cb9 ink_blog_post

Added open web magic ink page.
author Atul Varma <varmaa@toolness.com>
date Thu, 03 Sep 2009 19:34:28 -0700
parents
children
comparison
equal deleted inserted replaced
7:e6e12a689dd8 8:05f467a83cb9
1 <html>
2 <head>
3 <!-- This page and its content are licensed under a Creative Commons
4 Attribution-Noncommercial-No Derivative Works 3.0 Unported
5 license:
6
7 http://creativecommons.org/licenses/by-nc-nd/3.0/ -->
8 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
9 <link rel="stylesheet" type="text/css" media="all"
10 href="open_web_magic_ink.css" />
11 <title>The Open Web is Magic Ink.</title>
12 </head>
13 <body>
14 <div class="container">
15 <div class="photo"></div>
16 <div class="title">The Open Web is Magic Ink.</div>
17 <div class="text">
18 every page is built from standard parts: text, images, audio,
19 video, and code. but unlike the world some of us grew up in, the
20 composition is <i>malleable</i>: a typo can be fixed, a canvas altered, a
21 sample remixed, a frame spliced, a feature added. maybe you can’t see
22 it, but kids can. and when children have the freedom to see how
23 everything in their world is made, when they’re invited to play with
24 it and alter it to make it their own, <i>they learn how to create a world
25 that’s better off because of them</i>.
26 </div>
27 </div>
28 <script src="../jquery.js"></script>
29 <script>
30 $(window).ready(function() { $(".container").fadeIn("slow"); });
31 </script>
32 </body>
33 </html>