diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open_web_magic_ink/open_web_magic_ink.html	Thu Sep 03 19:34:28 2009 -0700
@@ -0,0 +1,33 @@
+<html>
+<head>
+  <!-- This page and its content are licensed under a Creative Commons
+       Attribution-Noncommercial-No Derivative Works 3.0 Unported
+       license:
+
+       http://creativecommons.org/licenses/by-nc-nd/3.0/ -->
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <link rel="stylesheet" type="text/css" media="all"
+        href="open_web_magic_ink.css" />
+  <title>The Open Web is Magic Ink.</title>
+</head>
+<body>
+<div class="container">
+<div class="photo"></div>
+<div class="title">The Open Web is Magic Ink.</div>
+<div class="text">
+  every page is built from standard parts: text, images, audio,
+  video, and code. but unlike the world some of us grew up in, the
+  composition is <i>malleable</i>: a typo can be fixed, a canvas altered, a
+  sample remixed, a frame spliced, a feature added. maybe you can’t see
+  it, but kids can. and when children have the freedom to see how
+  everything in their world is made, when they’re invited to play with
+  it and alter it to make it their own, <i>they learn how to create a world
+  that’s better off because of them</i>.
+</div>
+</div>
+<script src="../jquery.js"></script>
+<script>
+$(window).ready(function() { $(".container").fadeIn("slow"); });
+</script>
+</body>
+</html>