Commit 47cf86c3 authored by Sindre Sorhus's avatar Sindre Sorhus

index.html indentation

parent af1fbbe1
...@@ -243,12 +243,6 @@ ...@@ -243,12 +243,6 @@
<li class="routing labs"> <li class="routing labs">
<a href="labs/architecture-examples/firebase-angular/" data-source="https://www.firebase.com" data-content="Firebase is a scalable realtime backend that lets you build apps without managing servers. Firebase persists and updates JSON data in realtime and is best used in combination with a JavaScrpt MV* framework such as AngularJS or Backbone.">Firebase + AngularJS</a> <a href="labs/architecture-examples/firebase-angular/" data-source="https://www.firebase.com" data-content="Firebase is a scalable realtime backend that lets you build apps without managing servers. Firebase persists and updates JSON data in realtime and is best used in combination with a JavaScrpt MV* framework such as AngularJS or Backbone.">Firebase + AngularJS</a>
</li> </li>
<!--
// Link is currently not working.
<li class="routing labs">
<a href="http://todomvc.crypho.com" data-source="https://github.com/ggozad/Backbone.xmpp" data-content="Backbone.xmpp is a drop-in replacement for Backbone’s RESTful API, allowing models/collections to be persisted on XMPP Pub-Sub nodes providing real-time updates.">Backbone.xmpp</a>
</li>
-->
</ul> </ul>
<hr> <hr>
<h2>Compare these to a non-framework implementation</h2> <h2>Compare these to a non-framework implementation</h2>
...@@ -280,25 +274,25 @@ ...@@ -280,25 +274,25 @@
<hr> <hr>
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<h2>New in 1.2 - 2013-08-06</h2> <h2>New in 1.2 - 2013-08-06</h2>
<ul class="whats-new"> <ul class="whats-new">
<li>We now have 21 stable apps and 45 in labs. <li>We now have 21 stable apps and 45 in labs.
<label for="news-expander"><a>New since 1.1 ▼</a></label> <label for="news-expander"><a>New since 1.1 ▼</a></label>
<input type="checkbox" id="news-expander"> <input type="checkbox" id="news-expander">
<ul class="collapsed" id="new-apps"> <ul class="collapsed" id="new-apps">
<li><a href="architecture-examples/polymer/">Polymer</a></li> <li><a href="architecture-examples/polymer/">Polymer</a></li>
<li><a href="dependency-examples/flight/">Flight</a></li> <li><a href="dependency-examples/flight/">Flight</a></li>
<li><a href="labs/architecture-examples/react/">React</a></li> <li><a href="labs/architecture-examples/react/">React</a></li>
<li><a href="vanilla-examples/vanillajs">VanillaJS Rewrite</a></li> <li><a href="vanilla-examples/vanillajs">VanillaJS Rewrite</a></li>
<li><a href="labs/architecture-examples/sapui5/">SAPUI5</a></li> <li><a href="labs/architecture-examples/sapui5/">SAPUI5</a></li>
<li><a href="labs/architecture-examples/firebase-angular/">AngularJS + Firebase</a></li> <li><a href="labs/architecture-examples/firebase-angular/">AngularJS + Firebase</a></li>
</ul>
</li>
<li>We have a brand-new Info Bar</li>
<li>All application now use Bower for dependency management</li>
<li>Various consistency fixes across all apps</li>
<li>Many app frameworks and libraries have been upgraded to the latest version</li>
</ul> </ul>
</li>
<li>We have a brand-new Info Bar</li>
<li>All application now use Bower for dependency management</li>
<li>Various consistency fixes across all apps</li>
<li>Many app frameworks and libraries have been upgraded to the latest version</li>
</ul>
</div> </div>
<div class="span4"> <div class="span4">
<h2>Selecting a Framework</h2> <h2>Selecting a Framework</h2>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment