Added: libcloud/site/trunk/templates/blocks/quotes.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/templates/blocks/quotes.html?rev=1128965&view=auto ============================================================================== --- libcloud/site/trunk/templates/blocks/quotes.html (added) +++ libcloud/site/trunk/templates/blocks/quotes.html Sun May 29 21:38:51 2011 @@ -0,0 +1,36 @@ +<div class="span-6"> + <blockquote> + “libcloud represents a fundamental change in the way clouds are managed, breaking the barriers of proprietary, closed clouds. We at Linode believe this is of the utmost importance and fully support this effort.” + <br> + <span class="byline"> + - Christopher S. Aker, <a href="http://www.linode.com">Linode</a>, Founder + </span> + </blockquote> + </div> + <div class="span-6"> + <blockquote> + “Libcloud will make life easier for our customers. We appreciate and support this standardization tool.” + <br> + <span class="byline"> + - Matt Tanase, <a href="http://www.slicehost.com">Slicehost</a>, Founder + </span> + </blockquote> + </div> + <div class="span-6"> + <blockquote> + “I'm excited to see the development of projects, like libcloud, that help make the lives of the cloud computing community easier by offering a standardized way to communicate with their provider of choice.” + <br> + <span class="byline"> + - Bret Piatt, <a href="http://www.rackspace.com">Rackspace</a>, Technical Alliance Manager + </span> + </blockquote> + </div> + <div class="span-6 last"> + <blockquote> + “We believe in an open cloud and are thrilled to see libcloud push the movement forward.” + <br> + <span class="byline"> + - Paul Lancaster, <a href="http://www.gogrid.com">GoGrid</a>, Business Development Manager + </span> + </blockquote> +</div>
Added: libcloud/site/trunk/templates/blocks/sidebar.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/templates/blocks/sidebar.html?rev=1128965&view=auto ============================================================================== --- libcloud/site/trunk/templates/blocks/sidebar.html (added) +++ libcloud/site/trunk/templates/blocks/sidebar.html Sun May 29 21:38:51 2011 @@ -0,0 +1,7 @@ +{% block menu %} +{% include "blocks/menu.html" %} +{% endblock %} + +{% block other %} +{% include "blocks/other.html" %} +{% endblock %} Added: libcloud/site/trunk/templates/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/templates/index.html?rev=1128965&view=auto ============================================================================== --- libcloud/site/trunk/templates/index.html (added) +++ libcloud/site/trunk/templates/index.html Sun May 29 21:38:51 2011 @@ -0,0 +1,3 @@ +{% extends "basic.html" %} + +{% block sub_header %}{%include "blocks/quotes.html" %} <hr />{% endblock %} Added: libcloud/site/trunk/templates/sitemap.xml URL: http://svn.apache.org/viewvc/libcloud/site/trunk/templates/sitemap.xml?rev=1128965&view=auto ============================================================================== --- libcloud/site/trunk/templates/sitemap.xml (added) +++ libcloud/site/trunk/templates/sitemap.xml Sun May 29 21:38:51 2011 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc></loc> + </url> +</urlset>
