[cc-commits] [CC SVN] r15202 - in themes/creativecommons.org/trunk: . dev
webmaster at creativecommons.org
webmaster at creativecommons.org
Fri Sep 9 10:42:40 EDT 2011
Author: rejon
Date: 2011-09-09 14:42:40 +0000 (Fri, 09 Sep 2011)
New Revision: 15202
Added:
themes/creativecommons.org/trunk/404.html
themes/creativecommons.org/trunk/apple-touch-icon-114x114-precomposed.png
themes/creativecommons.org/trunk/apple-touch-icon-57x57-precomposed.png
themes/creativecommons.org/trunk/apple-touch-icon-72x72-precomposed.png
themes/creativecommons.org/trunk/apple-touch-icon-precomposed.png
themes/creativecommons.org/trunk/apple-touch-icon.png
themes/creativecommons.org/trunk/build/
themes/creativecommons.org/trunk/crossdomain.xml
themes/creativecommons.org/trunk/css/
themes/creativecommons.org/trunk/favicon.ico
themes/creativecommons.org/trunk/humans.txt
themes/creativecommons.org/trunk/icons/
themes/creativecommons.org/trunk/img/
themes/creativecommons.org/trunk/index.html
themes/creativecommons.org/trunk/js/
themes/creativecommons.org/trunk/robots.txt
themes/creativecommons.org/trunk/test/
Removed:
themes/creativecommons.org/trunk/dev/.git/
themes/creativecommons.org/trunk/dev/404.html
themes/creativecommons.org/trunk/dev/README
themes/creativecommons.org/trunk/dev/apple-touch-icon-114x114-precomposed.png
themes/creativecommons.org/trunk/dev/apple-touch-icon-57x57-precomposed.png
themes/creativecommons.org/trunk/dev/apple-touch-icon-72x72-precomposed.png
themes/creativecommons.org/trunk/dev/apple-touch-icon-precomposed.png
themes/creativecommons.org/trunk/dev/apple-touch-icon.png
themes/creativecommons.org/trunk/dev/build/
themes/creativecommons.org/trunk/dev/crossdomain.xml
themes/creativecommons.org/trunk/dev/css/
themes/creativecommons.org/trunk/dev/favicon.ico
themes/creativecommons.org/trunk/dev/humans.txt
themes/creativecommons.org/trunk/dev/icons/
themes/creativecommons.org/trunk/dev/img/
themes/creativecommons.org/trunk/dev/index.html
themes/creativecommons.org/trunk/dev/js/
themes/creativecommons.org/trunk/dev/robots.txt
themes/creativecommons.org/trunk/dev/test/
Log:
moved around
Copied: themes/creativecommons.org/trunk/404.html (from rev 15200, themes/creativecommons.org/trunk/dev/404.html)
===================================================================
--- themes/creativecommons.org/trunk/404.html (rev 0)
+++ themes/creativecommons.org/trunk/404.html 2011-09-09 14:42:40 UTC (rev 15202)
@@ -0,0 +1,38 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Page Not Found :(</title>
+ <style>
+ body { text-align: center;}
+ h1 { font-size: 50px; text-align: center }
+ span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
+ body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); }
+ ::-moz-selection{ background:#FF5E99; color:#fff; }
+ ::selection { background:#FF5E99; color:#fff; }
+ article {display:block; text-align: left; width: 500px; margin: 0 auto; }
+
+ a { color: rgb(36, 109, 56); text-decoration:none; }
+ a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
+ </style>
+</head>
+<body>
+ <article>
+ <h1>Not found <span frown>:(</span></h1>
+ <div>
+ <p>Sorry, but the page you were trying to view does not exist.</p>
+ <p>It looks like this was the result of either:</p>
+ <ul>
+ <li>a mistyped address</li>
+ <li>an out-of-date link</li>
+ </ul>
+ </div>
+
+ <script>
+ var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),
+ GOOG_FIXURL_SITE = location.host;
+ </script>
+ <script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
+ </article>
+</body>
+</html>
Copied: themes/creativecommons.org/trunk/apple-touch-icon-114x114-precomposed.png (from rev 15200, themes/creativecommons.org/trunk/dev/apple-touch-icon-114x114-precomposed.png)
===================================================================
(Binary files differ)
Copied: themes/creativecommons.org/trunk/apple-touch-icon-57x57-precomposed.png (from rev 15200, themes/creativecommons.org/trunk/dev/apple-touch-icon-57x57-precomposed.png)
===================================================================
(Binary files differ)
Copied: themes/creativecommons.org/trunk/apple-touch-icon-72x72-precomposed.png (from rev 15200, themes/creativecommons.org/trunk/dev/apple-touch-icon-72x72-precomposed.png)
===================================================================
(Binary files differ)
Copied: themes/creativecommons.org/trunk/apple-touch-icon-precomposed.png (from rev 15200, themes/creativecommons.org/trunk/dev/apple-touch-icon-precomposed.png)
===================================================================
(Binary files differ)
Copied: themes/creativecommons.org/trunk/apple-touch-icon.png (from rev 15200, themes/creativecommons.org/trunk/dev/apple-touch-icon.png)
===================================================================
(Binary files differ)
Copied: themes/creativecommons.org/trunk/crossdomain.xml (from rev 15200, themes/creativecommons.org/trunk/dev/crossdomain.xml)
===================================================================
--- themes/creativecommons.org/trunk/crossdomain.xml (rev 0)
+++ themes/creativecommons.org/trunk/crossdomain.xml 2011-09-09 14:42:40 UTC (rev 15202)
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
+<cross-domain-policy>
+
+
+<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
+
+<!-- Most restrictive policy: -->
+ <site-control permitted-cross-domain-policies="none"/>
+
+
+
+<!-- Least restrictive policy: -->
+<!--
+ <site-control permitted-cross-domain-policies="all"/>
+ <allow-access-from domain="*" to-ports="*" secure="false"/>
+ <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
+-->
+<!--
+ If you host a crossdomain.xml file with allow-access-from domain="*"
+ and don’t understand all of the points described here, you probably
+ have a nasty security vulnerability. ~ simon willison
+-->
+
+</cross-domain-policy>
Deleted: themes/creativecommons.org/trunk/dev/404.html
===================================================================
--- themes/creativecommons.org/trunk/dev/404.html 2011-09-09 14:35:09 UTC (rev 15201)
+++ themes/creativecommons.org/trunk/dev/404.html 2011-09-09 14:42:40 UTC (rev 15202)
@@ -1,38 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <meta charset="utf-8">
- <title>Page Not Found :(</title>
- <style>
- body { text-align: center;}
- h1 { font-size: 50px; text-align: center }
- span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
- body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); }
- ::-moz-selection{ background:#FF5E99; color:#fff; }
- ::selection { background:#FF5E99; color:#fff; }
- article {display:block; text-align: left; width: 500px; margin: 0 auto; }
-
- a { color: rgb(36, 109, 56); text-decoration:none; }
- a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
- </style>
-</head>
-<body>
- <article>
- <h1>Not found <span frown>:(</span></h1>
- <div>
- <p>Sorry, but the page you were trying to view does not exist.</p>
- <p>It looks like this was the result of either:</p>
- <ul>
- <li>a mistyped address</li>
- <li>an out-of-date link</li>
- </ul>
- </div>
-
- <script>
- var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),
- GOOG_FIXURL_SITE = location.host;
- </script>
- <script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
- </article>
-</body>
-</html>
Deleted: themes/creativecommons.org/trunk/dev/README
===================================================================
--- themes/creativecommons.org/trunk/dev/README 2011-09-09 14:35:09 UTC (rev 15201)
+++ themes/creativecommons.org/trunk/dev/README 2011-09-09 14:42:40 UTC (rev 15202)
@@ -1 +0,0 @@
-This is the repo for temp cc site. Ok?
Deleted: themes/creativecommons.org/trunk/dev/apple-touch-icon-114x114-precomposed.png
===================================================================
(Binary files differ)
Deleted: themes/creativecommons.org/trunk/dev/apple-touch-icon-57x57-precomposed.png
===================================================================
(Binary files differ)
Deleted: themes/creativecommons.org/trunk/dev/apple-touch-icon-72x72-precomposed.png
===================================================================
(Binary files differ)
Deleted: themes/creativecommons.org/trunk/dev/apple-touch-icon-precomposed.png
===================================================================
(Binary files differ)
Deleted: themes/creativecommons.org/trunk/dev/apple-touch-icon.png
===================================================================
(Binary files differ)
Deleted: themes/creativecommons.org/trunk/dev/crossdomain.xml
===================================================================
--- themes/creativecommons.org/trunk/dev/crossdomain.xml 2011-09-09 14:35:09 UTC (rev 15201)
+++ themes/creativecommons.org/trunk/dev/crossdomain.xml 2011-09-09 14:42:40 UTC (rev 15202)
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
-<cross-domain-policy>
-
-
-<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
-
-<!-- Most restrictive policy: -->
- <site-control permitted-cross-domain-policies="none"/>
-
-
-
-<!-- Least restrictive policy: -->
-<!--
- <site-control permitted-cross-domain-policies="all"/>
- <allow-access-from domain="*" to-ports="*" secure="false"/>
- <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
--->
-<!--
- If you host a crossdomain.xml file with allow-access-from domain="*"
- and don’t understand all of the points described here, you probably
- have a nasty security vulnerability. ~ simon willison
--->
-
-</cross-domain-policy>
Deleted: themes/creativecommons.org/trunk/dev/favicon.ico
===================================================================
(Binary files differ)
Deleted: themes/creativecommons.org/trunk/dev/humans.txt
===================================================================
--- themes/creativecommons.org/trunk/dev/humans.txt 2011-09-09 14:35:09 UTC (rev 15201)
+++ themes/creativecommons.org/trunk/dev/humans.txt 2011-09-09 14:42:40 UTC (rev 15202)
@@ -1,43 +0,0 @@
-/* the humans responsible & colophon */
-/* humanstxt.org */
-
-
-/* TEAM */
- <your title>: <your name>
- Site:
- Twitter:
- Location:
-
-/* THANKS */
- Names (& URL):
-
-/* SITE */
- Standards: HTML5, CSS3
- Components: Modernizr, jQuery
- Software:
-
-
-
- -o/-
- +oo//-
- :ooo+//:
- -ooooo///-
- /oooooo//:
- :ooooooo+//-
- -+oooooooo///-
- -://////////////+oooooooooo++////////////::
- :+ooooooooooooooooooooooooooooooooooooo+:::-
- -/+ooooooooooooooooooooooooooooooo+/::////:-
- -:+oooooooooooooooooooooooooooo/::///////:-
- --/+ooooooooooooooooooooo+::://////:-
- -:+ooooooooooooooooo+:://////:--
- /ooooooooooooooooo+//////:-
- -ooooooooooooooooooo////-
- /ooooooooo+oooooooooo//:
- :ooooooo+/::/+oooooooo+//-
- -oooooo/::///////+oooooo///-
- /ooo+::://////:---:/+oooo//:
- -o+/::///////:- -:/+o+//-
- :-:///////:- -:/://
- -////:- --//:
- -- -:
Deleted: themes/creativecommons.org/trunk/dev/index.html
===================================================================
--- themes/creativecommons.org/trunk/dev/index.html 2011-09-09 14:35:09 UTC (rev 15201)
+++ themes/creativecommons.org/trunk/dev/index.html 2011-09-09 14:42:40 UTC (rev 15202)
@@ -1,443 +0,0 @@
-<!doctype html>
-<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
-<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
-<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
-<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
-<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
-<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
-<head>
- <meta charset="utf-8">
-
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
- More info: h5bp.com/b/378 -->
- <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
-
- <title>Creative Commons</title>
- <meta name="keywords" content="creative commons, commons, free culture, open source, attribution, non-commercial, share-alike, no derivatives, lessig" />
- <meta name="description" content="Creative Commons licenses provide a flexible range of protections and freedoms for authors, artists, and educators." />
-
- <!-- Mobile viewport optimized: j.mp/bplateviewport -->
- <!--<meta name="viewport" content="width=device-width,initial-scale=1">-->
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
-
- <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
-
- <link href="favicon.ico" title="Icon" type="image/x-icon" rel="icon" />
-
- <!-- For iPhone 4 with high-resolution Retina display: -->
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
- <!-- For first-generation iPad: -->
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
- <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
- <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
-
- <link rel="stylesheet" href="css/style.css">
-
- <!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
-
- <!-- All JavaScript at the bottom, except this Modernizr build incl. Respond.js
- Respond is a polyfill for min/max-width media queries. Modernizr enables HTML5 elements & feature detects;
- for optimal performance, create your own custom Modernizr build: www.modernizr.com/download/ -->
- <script src="js/libs/modernizr-2.0.6.min.js"></script>
-</head>
-
-<body>
-
- <div id="container">
- <header>
-
- <div class="topbar">
- <div class="topbar-inner">
- <div class="container">
- <a id="skip-navigation" href="#start-content" title="Skip Navigation">Skip Navigation</a>
- <a href="http://creativecommons.org" title="Home"><span id="home-link">Home</span><span id="home-button"></span></a>
- <div id="logo"><span>Creative Commons</span></div>
- <ul id="short-menu" class="nav">
- <li class="dropdown">
- <a href="#about" class="dropdown-toggle">Menu</a>
- <ul class="menu-dropdown">
- <li><a href="http://creativecommons.org/about">About</a></li>
- <li><a href="http://creativecommons.org/licenses/">Licenses</a></li>
- <li><a href="http://creativecommons.org/about/cc0">Public Domain</a></li>
- <li><a href="https://creativecommons.net/donate/">Support CC</a></li>
- <li><a href="http://creativecommons.org/culture">Projects</a></li>
- <li><a href="http://creativecommons.org/weblog">News</a></li>
- </ul>
- </li>
- </ul>
- <ul id="wide-menu" class="nav">
- <li class="dropdown">
- <a href="http://creativecommons.org/about" class="dropdown-toggle">About</a>
- <ul class="menu-dropdown">
- <li><a href="http://creativecommons.org/about">Our Mission</a></li>
- <li><a href="https://creativecommons.org/about/history">History of CC</a></li>
- <li class="divider"></li>
- <li><a href="http://creativecommons.org/who-uses-cc">Who Uses CC?</a></li>
- <li><a href="http://wiki.creativecommons.org/Case_Studies">Case Studies</a></li>
- <li><a href="http://creativecommons.org/videos/">Videos about CC</a></li>
- <li class="divider"></li>
- <li><strong><span>The Team</span></strong></li>
- <li><a href="https://creativecommons.org/board">Board of Directors</a></li>
- <li><a href="https://creativecommons.org/staff">Staff</a></li>
- <li><a href="https://creativecommons.org/fellows">Fellows</a></li>
- <li><a href="http://wiki.creativecommons.org/CC_Affiliate_Network">Affiliate Network</a></li>
- <li><a href="https://creativecommons.org/opportunities">Job Opportunities</a></li>
- <li class="divider"></li>
- <li><a href="http://wiki.creativecommons.org/FAQ">Frequently Asked Questions</a></li>
- <li><a href="http://creativecommons.org/contact">Contact Us</a></li>
-
- </ul>
- </li>
- <li class="dropdown">
- <a href="http://creativecommons.org/licenses/" class="dropdown-toggle">Licenses</a>
- <ul class="menu-dropdown">
- <li><a href="http://creativecommons.org/licenses/">About the Licenses</a></li>
- <li><a href="http://creativecommons.org/choose/">Choose a License</a></li>
- <li><a href="http://labs.creativecommons.org/demos/search/?beta=1">Find Licensed Content</a></li>
- <li><a href="http://wiki.creativecommons.org/Marking">HOWTO Use Licensed Content</a></li>
- <li class="divider"></li>
- <li><span>Licensors</span></li>
- <li><a href="http://wiki.creativecommons.org/FAQ#Do_I_need_to_sign_something_or_register_to_obtain_a_Creative_Commons_license.3F">Do I need to register my work?</a></li>
- <li><a href="http://wiki.creativecommons.org/Marking/Creators">Marking my work with CC licenses</a></li>
- <li class="divider"></li>
- <li><span>Licensees</span></li>
- <li><a href="http://wiki.creativecommons.org/FAQ#Will_Creative_Commons_give_me_permission_to_use_a_work.3F">Getting permission</a></li>
- <li><a href="http://wiki.creativecommons.org/FAQ#How_do_I_properly_attribute_a_Creative_Commons_licensed_work.3F">Giving attribution</a></li>
- <li><a href="http://wiki.creativecommons.org/Marking/Users">Marking work with CC licenses</a></li>
- <li class="divider"></li>
- <li><span>Developers</span></li>
- <li><a href="http://wiki.creativecommons.org/Integrate">App Integration</a></li>
- <li><a href="http://wiki.creativecommons.org/Developer_Challenges">Developer Challenges</a></li>
- <li><a href="http://wiki.creativecommons.org/Translate">Translation</a></li>
- </ul>
- </li>
- <li class="dropdown">
- <a href="http://creativecommons.org/about/cc0" class="dropdown-toggle">Public Domain</a>
- <ul class="menu-dropdown">
- <li><a href="http://creativecommons.org/about/cc0">About CC0 Public Domain Dedication</a></li>
- <li><a href="http://creativecommons.org/choose/zero/">Choose CC0 Public Domain Dedication </a></li>
- <li class="divider"></li>
- <li><a href="http://creativecommons.org/about/pdm">About Public Domain Mark</a></li>
- <li><a href="http://creativecommons.org/choose/mark/">Use Public Domain Mark</a></li>
- </ul>
- </li>
-
- <li class="dropdown">
- <a href="https://creativecommons.net/donate/" class="dropdown-toggle">Support CC</a>
- <ul class="menu-dropdown">
- <li><a href="https://creativecommons.net/donate/">Donate to Creative Commons</a></li>
- <li class="divider"></li>
- <li><a href="https://creativecommons.net/store/">Buy CC Merchandise</a></li>
- <li><a href="https://creativecommons.net/supporters/">Our Supporters</a></li>
- <li><a href="https://creativecommons.net/corporate/">Corporate Giving</a></li>
- <li><a href="https://creativecommons.net/figures/">Facts & Figures </a></li>
- </ul>
- </li>
-
- <li class="dropdown">
- <a href="http://creativecommons.org/culture" class="dropdown-toggle">Projects</a>
- <ul class="menu-dropdown">
- <li><a href="http://creativecommons.org/culture">Culture</a></li>
- <li><a href="http://creativecommons.org/education">Education</a></li>
- <li><a href="http://creativecommons.org/science">Science</a></li>
- <li><a href="http://creativecommons.org/government">Government</a></li>
- <li class="divider"></li>
- <li><a href="http://wiki.creativecommons.org/LRMI">Learning Resource Metadata Initiative (LRMI) </a></li>
- <li><a href="http://creativecommons.org/taa-grant-program">Gates OPEN</a></li>
- </ul>
- </li>
- <li class="dropdown">
- <a href="http://creativecommons.org/weblog" class="dropdown-toggle">News</a>
- <ul class="menu-dropdown">
- <li><a href="http://creativecommons.org/weblog">Blog</a></li>
- <li class="divider"></li>
- <li><a href="http://creativecommons.org/interviews">Interviews</a></li>
- <li><a href="http://wiki.creativecommons.org/Events">Events</a></li>
- <li><a href="https://creativecommons.net/civicrm/mailing/subscribe?reset=1&gid=121">CC Newsletter</a></li>
- <li class="divider"></li>
- <li><a href="http://creativecommons.org/about/press">Press Room</a></li>
- </ul>
- </li>
- </ul>
- <form action="/" id="search_form">
- <input type="hidden" name="stype" value="site" id="find_site" />
- <input type="text" name="q" placeholder="Search" />
- <input type="submit" id="glass" title="Search" value="Submit">
- </form>
- </div>
- </div>
- </div>
-
- </header>
-
- <div id="main" role="main">
-
- <div class="container">
-
- <div class="sixteen columns">
-
- <div class="first row">
- <div class="carousel bucket">
- <div id="slides" class="inner">
- <div class="slides_container row">
- <div class="slide">
- <div class="five columns alpha">
- <div class="content">
- <h6>A Culture of Sharing</h6>
- <p>Creative Commons is building a culture of sharing.</p>
- <p>By <strong>allowing your work to be available</strong> to millions of other creators on the web, you might be responsible for <strong>the next big thing.</strong></p>
- <p>Learn more by <strong>watching this video</strong>!</p>
-
- <div class="bucket-follow"><a class="primary btn" href="http://creativecommons.org/videos/a-shared-culture">Watch the Video</a></div>
- </div>
- </div>
- <div class="eleven columns omega">
- <div class="film">
- <a href="http://creativecommons.org/videos/a-shared-culture"><img src="img/2251780221_5a21c2591a_o.jpg" alt="A Shared Culture" /></a>
- <div class="caption">
- <p>A Shared Culture is a short video about CC by renowned filmmaker Jesse Dylan. <a href="http://creativecommons.org/videos/a-shared-culture">Watch it now</a>.</p>
- </div>
- </div>
- </div>
- </div>
- <div class="slide">
- <div class="five columns alpha">
- <div class="content">
- <h6>Global Summit</h6>
-
- <p>For three days from 16-18 September 2011, the Creative Commons Global Summit, <strong>Powering an Open Future</strong>, will bring together the CC community in Warsaw, Poland</p>
-
- <p><strong>Registration for the Summit is open!</strong> You can register now.<p>
- <div class="bucket-follow"><a class="primary btn" href="http://wiki.creativecommons.org/Global_Summit_2011?utm_campaign=newsletter_1108&utm_medium=blog&utm_source=newsletter">Register now</a></div>
- </div>
- </div>
- <div class="eleven columns omega">
- <div class="film">
- <a href="http://wiki.creativecommons.org/Global_Summit_2011?utm_campaign=newsletter_1108&utm_medium=blog&utm_source=newsletter"><img src="img/ccline.png" alt="Creative Commons Global Summit 2011" /></a>
- <div class="caption">
- <p>The CC Global Summit is taking place 16–17 September 2011 in Warsaw Poland. <a href="http://wiki.creativecommons.org/Global_Summit_2011?utm_campaign=newsletter_1108&utm_medium=blog&utm_source=newsletter">Register now!</a></p>
- </div>
- </div>
- </div>
- </div>
- <div class="slide">
- <div class="five columns alpha">
- <div class="content">
- <h6>The Power of Open</h6>
- <p>Stories of creators sharing knowledge, art, & data.</p>
- <p>The stories in <strong>The Power of Open</strong> demonstrate the breadth and creativity of the individuals and organizations using CC.</p>
- <p>Learn more by <strong>reading the book</strong>!</p>
-
- <div class="bucket-follow"><a class="primary btn" href="https://creativecommons.org/weblog/entry/27742">Read the Book</a></div>
- </div>
- </div>
- <div class="eleven columns omega">
- <div class="film">
- <a href="https://creativecommons.org/weblog/entry/27742"><img src="img/poo.jpg" alt="The Power of Open" /></a>
- <div class="caption">
- <p>The Power of Open: Stories of creators sharing knowledge, art, & data using Creative Commons. <a href="https://creativecommons.org/weblog/entry/27742">Read it now</a>.</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <div class="short row">
- <div class="five columns alpha">
-
- <div class="bucket">
- <div class="inner">
- <h3 class="title">Learn</h3>
- <div class="content">
- <h6>What is Creative Commons?</h6>
- <p>Creative Commons helps you get your ideas out there. We're creating a world where content is open for use by everyone.</p>
-
- <p><strong>Learn about the licenses</strong> we offer to get started!</p>
-
- <div class="bucket-follow"><a class="btn" href="#">Learn about CC</a></div>
- </div>
- </div>
- </div>
-
- </div>
- <div class="six columns">
- <div class="bucket">
- <div class="inner">
- <h3 class="title">License</h3>
- <div class="content">
- <h6>How can I license my work?</h6>
- <p>Licensing your work so others can use it is simple. <strong>Just tell us a bit about yourself</strong> and what you are submitting.</p>
-
- <p><strong>License here</strong> and we'll get you our famous CC logos for your work!</p>
-
- <div class="bucket-follow"><a class="btn primary" href="#">Choose a License</a></div>
- </div>
- </div>
- </div>
- </div>
- <div class="five columns omega">
- <div class="bucket">
- <div class="inner">
- <h3 class="title">Explore</h3>
- <div class="content">
- <h6>Looking to create?</h6>
- <p>Looking for music, video, writing, code, or other creative works?</p><p><strong>Creative Commons has got you covered</strong>. Search for creative work through sources like Google and Flickr right here.</p>
-
- <div class="bucket-follow"><a class="btn" href="#">Start Creating</a></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <div class="sixteen columns">
- <div class="tall row">
-
- <div class="five columns alpha">
- <div class="bucket">
- <div class="inner">
- <h3 class="title">Global Network</h3>
- <div class="content">
- <div class="sample">
- <img src="img/africa.png" alt="Map"/>
- </div>
-
- <h5>CC Affiliate Network</h5>
- <h6>Promoting CC Around the World</h6>
-
- <p>The CC Affiliate Network consists of 100+ affiliates working to support and promote CC activities around the world.</p>
-
- <p>The teams enage in public outreach, community building, translation, research, publicity, and in general, promoting sharing and our mission.</p>
-
- <div class="bucket-follow"><a href="http://wiki.creativecommons.org/CC_Affiliate_Network">Explore the Affiliate Network...</a></div>
- </div>
- </div>
- </div>
- </div>
-
- <div class="six columns">
- <div class="bucket">
- <div class="inner">
- <h3 class="title">Case Study</h3>
- <div class="content">
- <div class="sample">
- <img src="img/120px-Aljazeera.svg.png" alt="Al Jazeera"/>
- </div>
-
- <h5>Al Jazeera</h5>
- <h6>Satellite television network</h6>
-
- <p>The Al Jazeera Creative Common Repository hosts select broadcast quality footage that Al Jazeera has released under various Creative Commons licenses.</p>
-
- <div class="bucket-follow"><a href="http://wiki.creativecommons.org/Case_Studies/Al_Jazeera">Read this Case Study...</a></div>
- </div>
- </div>
- </div>
-
- </div>
-
- <div class="five columns omega">
- <div class="bucket">
- <div class="inner">
- <h3 class="title">CC Store</h3>
- <div class="content">
- <div class="sample">
- <img src="https://creativecommons.net/sites/default/files/buttons_1_0.jpg" alt="CC Buttons" height="200" />
- </div>
-
- <h5>Support CC</h5>
- <h6>Buy Swag and Goodies</h6>
-
- <p>We have T-shirts, vinyl stikers, buttons and lapel pins.</p>
-
- <div class="bucket-follow"><a href="https://creativecommons.net/store/">Visit the Store</a></div>
- </div>
- </div>
- </div>
-
- </div>
- </div>
- </div>
-
- </div><!--! end of .container -->
-
- </div><!--! end of #main -->
- <footer>
- <div class="container">
-
- <div id="globe"></div>
-
- <div id="colophon">
- <div class="sixteen columns">
- <div class="first row">
- <div class="five columns">
- <div class="bucket">
- <a href="http://www.facebook.com/creativecommons" title="Creative Commons on Facebook"><img src="img/facebook.png" alt="Creative Commons on Facebook"/></a>
- <a href="http://twitter.com/creativecommons" title="Creative Commons on Twitter"><img src="img/twitter.png" alt="Creative Commons on Twitter"/></a>
- <a href="http://identi.ca/creativecommons" title="Creative Commons on Identi.ca"><img src="img/identica.png" alt="Creative Commons on Identi.ca"/></a>
- <a href="http://www.flickr.com/photos/creativecommons/" title="Creative Commons on Flickr"><img src="img/flickr.png" alt="Flickr"/></a>
- </div>
- </div>
- <div class="four offset-by-six columns">
- <div class="bucket">
- <p><a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution 3.0 License"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="License"/></a></p>
- <p><small>Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution 3.0 License">Creative Commons Attribution 3.0 License</a></small></p>
- </div>
- </div>
- </div>
- </div>
- <div class="sixteen columns">
- <div class="first row">
- <div class="five columns">
- <div class="bucket">
- <a href="#container">Top</a>
- </div>
- </div>
- <div class="four offset-by-six columns">
- <p><a href="http://creativecommons.org/policies">Policies</a></p>
- <p><a href="http://creativecommons.org/privacy">Privacy</a></p>
- <p><a href="http://creativecommons.org/terms">Terms of Use</a></p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </footer>
- </div> <!--! end of #container -->
-
-
- <!-- JavaScript at the bottom for fast page loading -->
-
- <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
-
-
- <!-- scripts concatenated and minified via build script -->
- <script defer src="js/plugins.js"></script>
- <script defer src="js/script.js"></script>
- <!-- end scripts -->
-
-
- <!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
- mathiasbynens.be/notes/async-analytics-snippet -->
- <!-- <script>
- var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview'],['_trackPageLoadTime']];
- (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
- g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
- s.parentNode.insertBefore(g,s)}(document,'script'));
- </script>-->
-
- <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
- chromium.org/developers/how-tos/chrome-frame-getting-started -->
- <!--[if lt IE 7 ]>
- <script defer src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
- <script defer>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
- <![endif]-->
-
-</body>
-</html>
Deleted: themes/creativecommons.org/trunk/dev/robots.txt
===================================================================
--- themes/creativecommons.org/trunk/dev/robots.txt 2011-09-09 14:35:09 UTC (rev 15201)
+++ themes/creativecommons.org/trunk/dev/robots.txt 2011-09-09 14:42:40 UTC (rev 15202)
@@ -1,5 +0,0 @@
-# www.robotstxt.org/
-# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449
-
-User-agent: *
-
Copied: themes/creativecommons.org/trunk/favicon.ico (from rev 15200, themes/creativecommons.org/trunk/dev/favicon.ico)
===================================================================
(Binary files differ)
Copied: themes/creativecommons.org/trunk/humans.txt (from rev 15200, themes/creativecommons.org/trunk/dev/humans.txt)
===================================================================
--- themes/creativecommons.org/trunk/humans.txt (rev 0)
+++ themes/creativecommons.org/trunk/humans.txt 2011-09-09 14:42:40 UTC (rev 15202)
@@ -0,0 +1,43 @@
+/* the humans responsible & colophon */
+/* humanstxt.org */
+
+
+/* TEAM */
+ <your title>: <your name>
+ Site:
+ Twitter:
+ Location:
+
+/* THANKS */
+ Names (& URL):
+
+/* SITE */
+ Standards: HTML5, CSS3
+ Components: Modernizr, jQuery
+ Software:
+
+
+
+ -o/-
+ +oo//-
+ :ooo+//:
+ -ooooo///-
+ /oooooo//:
+ :ooooooo+//-
+ -+oooooooo///-
+ -://////////////+oooooooooo++////////////::
+ :+ooooooooooooooooooooooooooooooooooooo+:::-
+ -/+ooooooooooooooooooooooooooooooo+/::////:-
+ -:+oooooooooooooooooooooooooooo/::///////:-
+ --/+ooooooooooooooooooooo+::://////:-
+ -:+ooooooooooooooooo+:://////:--
+ /ooooooooooooooooo+//////:-
+ -ooooooooooooooooooo////-
+ /ooooooooo+oooooooooo//:
+ :ooooooo+/::/+oooooooo+//-
+ -oooooo/::///////+oooooo///-
+ /ooo+::://////:---:/+oooo//:
+ -o+/::///////:- -:/+o+//-
+ :-:///////:- -:/://
+ -////:- --//:
+ -- -:
Copied: themes/creativecommons.org/trunk/index.html (from rev 15200, themes/creativecommons.org/trunk/dev/index.html)
===================================================================
--- themes/creativecommons.org/trunk/index.html (rev 0)
+++ themes/creativecommons.org/trunk/index.html 2011-09-09 14:42:40 UTC (rev 15202)
@@ -0,0 +1,443 @@
+<!doctype html>
+<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
+<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
+<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
+<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
+<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
+<head>
+ <meta charset="utf-8">
+
+ <!-- Use the .htaccess and remove these lines to avoid edge case issues.
+ More info: h5bp.com/b/378 -->
+ <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
+
+ <title>Creative Commons</title>
+ <meta name="keywords" content="creative commons, commons, free culture, open source, attribution, non-commercial, share-alike, no derivatives, lessig" />
+ <meta name="description" content="Creative Commons licenses provide a flexible range of protections and freedoms for authors, artists, and educators." />
+
+ <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+ <!--<meta name="viewport" content="width=device-width,initial-scale=1">-->
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
+
+ <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
+
+ <link href="favicon.ico" title="Icon" type="image/x-icon" rel="icon" />
+
+ <!-- For iPhone 4 with high-resolution Retina display: -->
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
+ <!-- For first-generation iPad: -->
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
+ <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
+ <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
+
+ <link rel="stylesheet" href="css/style.css">
+
+ <!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
+
+ <!-- All JavaScript at the bottom, except this Modernizr build incl. Respond.js
+ Respond is a polyfill for min/max-width media queries. Modernizr enables HTML5 elements & feature detects;
+ for optimal performance, create your own custom Modernizr build: www.modernizr.com/download/ -->
+ <script src="js/libs/modernizr-2.0.6.min.js"></script>
+</head>
+
+<body>
+
+ <div id="container">
+ <header>
+
+ <div class="topbar">
+ <div class="topbar-inner">
+ <div class="container">
+ <a id="skip-navigation" href="#start-content" title="Skip Navigation">Skip Navigation</a>
+ <a href="http://creativecommons.org" title="Home"><span id="home-link">Home</span><span id="home-button"></span></a>
+ <div id="logo"><span>Creative Commons</span></div>
+ <ul id="short-menu" class="nav">
+ <li class="dropdown">
+ <a href="#about" class="dropdown-toggle">Menu</a>
+ <ul class="menu-dropdown">
+ <li><a href="http://creativecommons.org/about">About</a></li>
+ <li><a href="http://creativecommons.org/licenses/">Licenses</a></li>
+ <li><a href="http://creativecommons.org/about/cc0">Public Domain</a></li>
+ <li><a href="https://creativecommons.net/donate/">Support CC</a></li>
+ <li><a href="http://creativecommons.org/culture">Projects</a></li>
+ <li><a href="http://creativecommons.org/weblog">News</a></li>
+ </ul>
+ </li>
+ </ul>
+ <ul id="wide-menu" class="nav">
+ <li class="dropdown">
+ <a href="http://creativecommons.org/about" class="dropdown-toggle">About</a>
+ <ul class="menu-dropdown">
+ <li><a href="http://creativecommons.org/about">Our Mission</a></li>
+ <li><a href="https://creativecommons.org/about/history">History of CC</a></li>
+ <li class="divider"></li>
+ <li><a href="http://creativecommons.org/who-uses-cc">Who Uses CC?</a></li>
+ <li><a href="http://wiki.creativecommons.org/Case_Studies">Case Studies</a></li>
+ <li><a href="http://creativecommons.org/videos/">Videos about CC</a></li>
+ <li class="divider"></li>
+ <li><strong><span>The Team</span></strong></li>
+ <li><a href="https://creativecommons.org/board">Board of Directors</a></li>
+ <li><a href="https://creativecommons.org/staff">Staff</a></li>
+ <li><a href="https://creativecommons.org/fellows">Fellows</a></li>
+ <li><a href="http://wiki.creativecommons.org/CC_Affiliate_Network">Affiliate Network</a></li>
+ <li><a href="https://creativecommons.org/opportunities">Job Opportunities</a></li>
+ <li class="divider"></li>
+ <li><a href="http://wiki.creativecommons.org/FAQ">Frequently Asked Questions</a></li>
+ <li><a href="http://creativecommons.org/contact">Contact Us</a></li>
+
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="http://creativecommons.org/licenses/" class="dropdown-toggle">Licenses</a>
+ <ul class="menu-dropdown">
+ <li><a href="http://creativecommons.org/licenses/">About the Licenses</a></li>
+ <li><a href="http://creativecommons.org/choose/">Choose a License</a></li>
+ <li><a href="http://labs.creativecommons.org/demos/search/?beta=1">Find Licensed Content</a></li>
+ <li><a href="http://wiki.creativecommons.org/Marking">HOWTO Use Licensed Content</a></li>
+ <li class="divider"></li>
+ <li><span>Licensors</span></li>
+ <li><a href="http://wiki.creativecommons.org/FAQ#Do_I_need_to_sign_something_or_register_to_obtain_a_Creative_Commons_license.3F">Do I need to register my work?</a></li>
+ <li><a href="http://wiki.creativecommons.org/Marking/Creators">Marking my work with CC licenses</a></li>
+ <li class="divider"></li>
+ <li><span>Licensees</span></li>
+ <li><a href="http://wiki.creativecommons.org/FAQ#Will_Creative_Commons_give_me_permission_to_use_a_work.3F">Getting permission</a></li>
+ <li><a href="http://wiki.creativecommons.org/FAQ#How_do_I_properly_attribute_a_Creative_Commons_licensed_work.3F">Giving attribution</a></li>
+ <li><a href="http://wiki.creativecommons.org/Marking/Users">Marking work with CC licenses</a></li>
+ <li class="divider"></li>
+ <li><span>Developers</span></li>
+ <li><a href="http://wiki.creativecommons.org/Integrate">App Integration</a></li>
+ <li><a href="http://wiki.creativecommons.org/Developer_Challenges">Developer Challenges</a></li>
+ <li><a href="http://wiki.creativecommons.org/Translate">Translation</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="http://creativecommons.org/about/cc0" class="dropdown-toggle">Public Domain</a>
+ <ul class="menu-dropdown">
+ <li><a href="http://creativecommons.org/about/cc0">About CC0 Public Domain Dedication</a></li>
+ <li><a href="http://creativecommons.org/choose/zero/">Choose CC0 Public Domain Dedication </a></li>
+ <li class="divider"></li>
+ <li><a href="http://creativecommons.org/about/pdm">About Public Domain Mark</a></li>
+ <li><a href="http://creativecommons.org/choose/mark/">Use Public Domain Mark</a></li>
+ </ul>
+ </li>
+
+ <li class="dropdown">
+ <a href="https://creativecommons.net/donate/" class="dropdown-toggle">Support CC</a>
+ <ul class="menu-dropdown">
+ <li><a href="https://creativecommons.net/donate/">Donate to Creative Commons</a></li>
+ <li class="divider"></li>
+ <li><a href="https://creativecommons.net/store/">Buy CC Merchandise</a></li>
+ <li><a href="https://creativecommons.net/supporters/">Our Supporters</a></li>
+ <li><a href="https://creativecommons.net/corporate/">Corporate Giving</a></li>
+ <li><a href="https://creativecommons.net/figures/">Facts & Figures </a></li>
+ </ul>
+ </li>
+
+ <li class="dropdown">
+ <a href="http://creativecommons.org/culture" class="dropdown-toggle">Projects</a>
+ <ul class="menu-dropdown">
+ <li><a href="http://creativecommons.org/culture">Culture</a></li>
+ <li><a href="http://creativecommons.org/education">Education</a></li>
+ <li><a href="http://creativecommons.org/science">Science</a></li>
+ <li><a href="http://creativecommons.org/government">Government</a></li>
+ <li class="divider"></li>
+ <li><a href="http://wiki.creativecommons.org/LRMI">Learning Resource Metadata Initiative (LRMI) </a></li>
+ <li><a href="http://creativecommons.org/taa-grant-program">Gates OPEN</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="http://creativecommons.org/weblog" class="dropdown-toggle">News</a>
+ <ul class="menu-dropdown">
+ <li><a href="http://creativecommons.org/weblog">Blog</a></li>
+ <li class="divider"></li>
+ <li><a href="http://creativecommons.org/interviews">Interviews</a></li>
+ <li><a href="http://wiki.creativecommons.org/Events">Events</a></li>
+ <li><a href="https://creativecommons.net/civicrm/mailing/subscribe?reset=1&gid=121">CC Newsletter</a></li>
+ <li class="divider"></li>
+ <li><a href="http://creativecommons.org/about/press">Press Room</a></li>
+ </ul>
+ </li>
+ </ul>
+ <form action="/" id="search_form">
+ <input type="hidden" name="stype" value="site" id="find_site" />
+ <input type="text" name="q" placeholder="Search" />
+ <input type="submit" id="glass" title="Search" value="Submit">
+ </form>
+ </div>
+ </div>
+ </div>
+
+ </header>
+
+ <div id="main" role="main">
+
+ <div class="container">
+
+ <div class="sixteen columns">
+
+ <div class="first row">
+ <div class="carousel bucket">
+ <div id="slides" class="inner">
+ <div class="slides_container row">
+ <div class="slide">
+ <div class="five columns alpha">
+ <div class="content">
+ <h6>A Culture of Sharing</h6>
+ <p>Creative Commons is building a culture of sharing.</p>
+ <p>By <strong>allowing your work to be available</strong> to millions of other creators on the web, you might be responsible for <strong>the next big thing.</strong></p>
+ <p>Learn more by <strong>watching this video</strong>!</p>
+
+ <div class="bucket-follow"><a class="primary btn" href="http://creativecommons.org/videos/a-shared-culture">Watch the Video</a></div>
+ </div>
+ </div>
+ <div class="eleven columns omega">
+ <div class="film">
+ <a href="http://creativecommons.org/videos/a-shared-culture"><img src="img/2251780221_5a21c2591a_o.jpg" alt="A Shared Culture" /></a>
+ <div class="caption">
+ <p>A Shared Culture is a short video about CC by renowned filmmaker Jesse Dylan. <a href="http://creativecommons.org/videos/a-shared-culture">Watch it now</a>.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="slide">
+ <div class="five columns alpha">
+ <div class="content">
+ <h6>Global Summit</h6>
+
+ <p>For three days from 16-18 September 2011, the Creative Commons Global Summit, <strong>Powering an Open Future</strong>, will bring together the CC community in Warsaw, Poland</p>
+
+ <p><strong>Registration for the Summit is open!</strong> You can register now.<p>
+ <div class="bucket-follow"><a class="primary btn" href="http://wiki.creativecommons.org/Global_Summit_2011?utm_campaign=newsletter_1108&utm_medium=blog&utm_source=newsletter">Register now</a></div>
+ </div>
+ </div>
+ <div class="eleven columns omega">
+ <div class="film">
+ <a href="http://wiki.creativecommons.org/Global_Summit_2011?utm_campaign=newsletter_1108&utm_medium=blog&utm_source=newsletter"><img src="img/ccline.png" alt="Creative Commons Global Summit 2011" /></a>
+ <div class="caption">
+ <p>The CC Global Summit is taking place 16–17 September 2011 in Warsaw Poland. <a href="http://wiki.creativecommons.org/Global_Summit_2011?utm_campaign=newsletter_1108&utm_medium=blog&utm_source=newsletter">Register now!</a></p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="slide">
+ <div class="five columns alpha">
+ <div class="content">
+ <h6>The Power of Open</h6>
+ <p>Stories of creators sharing knowledge, art, & data.</p>
+ <p>The stories in <strong>The Power of Open</strong> demonstrate the breadth and creativity of the individuals and organizations using CC.</p>
+ <p>Learn more by <strong>reading the book</strong>!</p>
+
+ <div class="bucket-follow"><a class="primary btn" href="https://creativecommons.org/weblog/entry/27742">Read the Book</a></div>
+ </div>
+ </div>
+ <div class="eleven columns omega">
+ <div class="film">
+ <a href="https://creativecommons.org/weblog/entry/27742"><img src="img/poo.jpg" alt="The Power of Open" /></a>
+ <div class="caption">
+ <p>The Power of Open: Stories of creators sharing knowledge, art, & data using Creative Commons. <a href="https://creativecommons.org/weblog/entry/27742">Read it now</a>.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="short row">
+ <div class="five columns alpha">
+
+ <div class="bucket">
+ <div class="inner">
+ <h3 class="title">Learn</h3>
+ <div class="content">
+ <h6>What is Creative Commons?</h6>
+ <p>Creative Commons helps you get your ideas out there. We're creating a world where content is open for use by everyone.</p>
+
+ <p><strong>Learn about the licenses</strong> we offer to get started!</p>
+
+ <div class="bucket-follow"><a class="btn" href="#">Learn about CC</a></div>
+ </div>
+ </div>
+ </div>
+
+ </div>
+ <div class="six columns">
+ <div class="bucket">
+ <div class="inner">
+ <h3 class="title">License</h3>
+ <div class="content">
+ <h6>How can I license my work?</h6>
+ <p>Licensing your work so others can use it is simple. <strong>Just tell us a bit about yourself</strong> and what you are submitting.</p>
+
+ <p><strong>License here</strong> and we'll get you our famous CC logos for your work!</p>
+
+ <div class="bucket-follow"><a class="btn primary" href="#">Choose a License</a></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="five columns omega">
+ <div class="bucket">
+ <div class="inner">
+ <h3 class="title">Explore</h3>
+ <div class="content">
+ <h6>Looking to create?</h6>
+ <p>Looking for music, video, writing, code, or other creative works?</p><p><strong>Creative Commons has got you covered</strong>. Search for creative work through sources like Google and Flickr right here.</p>
+
+ <div class="bucket-follow"><a class="btn" href="#">Start Creating</a></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="sixteen columns">
+ <div class="tall row">
+
+ <div class="five columns alpha">
+ <div class="bucket">
+ <div class="inner">
+ <h3 class="title">Global Network</h3>
+ <div class="content">
+ <div class="sample">
+ <img src="img/africa.png" alt="Map"/>
+ </div>
+
+ <h5>CC Affiliate Network</h5>
+ <h6>Promoting CC Around the World</h6>
+
+ <p>The CC Affiliate Network consists of 100+ affiliates working to support and promote CC activities around the world.</p>
+
+ <p>The teams enage in public outreach, community building, translation, research, publicity, and in general, promoting sharing and our mission.</p>
+
+ <div class="bucket-follow"><a href="http://wiki.creativecommons.org/CC_Affiliate_Network">Explore the Affiliate Network...</a></div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="six columns">
+ <div class="bucket">
+ <div class="inner">
+ <h3 class="title">Case Study</h3>
+ <div class="content">
+ <div class="sample">
+ <img src="img/120px-Aljazeera.svg.png" alt="Al Jazeera"/>
+ </div>
+
+ <h5>Al Jazeera</h5>
+ <h6>Satellite television network</h6>
+
+ <p>The Al Jazeera Creative Common Repository hosts select broadcast quality footage that Al Jazeera has released under various Creative Commons licenses.</p>
+
+ <div class="bucket-follow"><a href="http://wiki.creativecommons.org/Case_Studies/Al_Jazeera">Read this Case Study...</a></div>
+ </div>
+ </div>
+ </div>
+
+ </div>
+
+ <div class="five columns omega">
+ <div class="bucket">
+ <div class="inner">
+ <h3 class="title">CC Store</h3>
+ <div class="content">
+ <div class="sample">
+ <img src="https://creativecommons.net/sites/default/files/buttons_1_0.jpg" alt="CC Buttons" height="200" />
+ </div>
+
+ <h5>Support CC</h5>
+ <h6>Buy Swag and Goodies</h6>
+
+ <p>We have T-shirts, vinyl stikers, buttons and lapel pins.</p>
+
+ <div class="bucket-follow"><a href="https://creativecommons.net/store/">Visit the Store</a></div>
+ </div>
+ </div>
+ </div>
+
+ </div>
+ </div>
+ </div>
+
+ </div><!--! end of .container -->
+
+ </div><!--! end of #main -->
+ <footer>
+ <div class="container">
+
+ <div id="globe"></div>
+
+ <div id="colophon">
+ <div class="sixteen columns">
+ <div class="first row">
+ <div class="five columns">
+ <div class="bucket">
+ <a href="http://www.facebook.com/creativecommons" title="Creative Commons on Facebook"><img src="img/facebook.png" alt="Creative Commons on Facebook"/></a>
+ <a href="http://twitter.com/creativecommons" title="Creative Commons on Twitter"><img src="img/twitter.png" alt="Creative Commons on Twitter"/></a>
+ <a href="http://identi.ca/creativecommons" title="Creative Commons on Identi.ca"><img src="img/identica.png" alt="Creative Commons on Identi.ca"/></a>
+ <a href="http://www.flickr.com/photos/creativecommons/" title="Creative Commons on Flickr"><img src="img/flickr.png" alt="Flickr"/></a>
+ </div>
+ </div>
+ <div class="four offset-by-six columns">
+ <div class="bucket">
+ <p><a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution 3.0 License"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="License"/></a></p>
+ <p><small>Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution 3.0 License">Creative Commons Attribution 3.0 License</a></small></p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="sixteen columns">
+ <div class="first row">
+ <div class="five columns">
+ <div class="bucket">
+ <a href="#container">Top</a>
+ </div>
+ </div>
+ <div class="four offset-by-six columns">
+ <p><a href="http://creativecommons.org/policies">Policies</a></p>
+ <p><a href="http://creativecommons.org/privacy">Privacy</a></p>
+ <p><a href="http://creativecommons.org/terms">Terms of Use</a></p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </footer>
+ </div> <!--! end of #container -->
+
+
+ <!-- JavaScript at the bottom for fast page loading -->
+
+ <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
+
+
+ <!-- scripts concatenated and minified via build script -->
+ <script defer src="js/plugins.js"></script>
+ <script defer src="js/script.js"></script>
+ <!-- end scripts -->
+
+
+ <!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
+ mathiasbynens.be/notes/async-analytics-snippet -->
+ <!-- <script>
+ var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview'],['_trackPageLoadTime']];
+ (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
+ g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
+ s.parentNode.insertBefore(g,s)}(document,'script'));
+ </script>-->
+
+ <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
+ chromium.org/developers/how-tos/chrome-frame-getting-started -->
+ <!--[if lt IE 7 ]>
+ <script defer src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
+ <script defer>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
+ <![endif]-->
+
+</body>
+</html>
Copied: themes/creativecommons.org/trunk/robots.txt (from rev 15200, themes/creativecommons.org/trunk/dev/robots.txt)
===================================================================
--- themes/creativecommons.org/trunk/robots.txt (rev 0)
+++ themes/creativecommons.org/trunk/robots.txt 2011-09-09 14:42:40 UTC (rev 15202)
@@ -0,0 +1,5 @@
+# www.robotstxt.org/
+# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449
+
+User-agent: *
+
More information about the cc-commits
mailing list