summaryrefslogtreecommitdiffstats
path: root/_site/examples.html
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2011-04-29 00:20:29 +1000
committerThomas Davis <thomasalwyndavis@gmail.com>2011-04-29 00:20:29 +1000
commitb646b7f204e36fad232e5bc7fd39a0f0c6e435a5 (patch)
treeef0b47ee42f52482cb70e5c6374f850b63d87b62 /_site/examples.html
parent1ebc01798793d2aaa000ad401e44ca79c724ed33 (diff)
downloadbackbonetutorials-b646b7f204e36fad232e5bc7fd39a0f0c6e435a5.zip
backbonetutorials-b646b7f204e36fad232e5bc7fd39a0f0c6e435a5.tar.gz
backbonetutorials-b646b7f204e36fad232e5bc7fd39a0f0c6e435a5.tar.bz2
Changed protosal to point directly at app
Diffstat (limited to '_site/examples.html')
-rw-r--r--_site/examples.html88
1 files changed, 88 insertions, 0 deletions
diff --git a/_site/examples.html b/_site/examples.html
new file mode 100644
index 0000000..b7ca479
--- /dev/null
+++ b/_site/examples.html
@@ -0,0 +1,88 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
+<head>
+<meta name="readability-verification" content="QaMWXDtxjtrFwfPQ2an55eWRMRLr7F2ermV5E9ch"/>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <title>Contact - Backbone.js Tutorials</title>
+<link href="/atom.xml" rel="alternate" title="backbone tutorials" type="application/atom+xml">
+ <meta name="author" content="Backbone Tutorials" />
+
+ <!-- syntax highlighting CSS -->
+ <link rel="stylesheet" href="/css/reset.css" type="text/css" />
+
+ <!-- syntax highlighting CSS -->
+ <link rel="stylesheet" href="/css/syntax.css" type="text/css" />
+
+ <!-- github ribbon CSS -->
+ <link rel="stylesheet" href="/css/ribbon.css" type="text/css" />
+
+ <!-- Homepage CSS -->
+ <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen, projection" />
+
+ <!-- Homepage CSS -->
+ <link rel="stylesheet" href="/css/stacklayout.css" type="text/css" media="screen, projection" />
+
+ <!-- Typekit -->
+ <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+
+ <style>
+ .container {
+ width: 760px;
+ margin: auto;
+ }
+ .menu {
+ margin-left: 40px;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ }
+ .menu a {
+ margin-right: 10px;
+ }
+ p {
+ width: 720px;
+ margin: auto;
+ }
+ </style>
+</head>
+<body>
+ <div class="left ribbon-holder">
+ <a href="https://github.com/thomasdavis/backbonetutorials" class="red ribbon">
+ <span class="text">Fork on GitHub</span>
+ </a>
+ </div>
+<div class="container">
+ <div class="menu">
+ <a href="/">home</a>
+ <a href="/examples.html">examples</a>
+ <a href="/contribute.html">contribute</a>
+ <a href="/about.html">about</a>
+ <a href="http://feeds.feedburner.com/BackboneTutorials">subscribe</a>
+ </div>
+
+
+
+
+ <div class="stack">
+ <div class="stackContent">
+ <h1>Backbone Tutorials</h1>
+ <p class="homepagedescription">This site is by no means the definite guide to backbone.js and all corrections and contributions are welcome.</p>
+ <hr>
+ <h2>Examples of sites using Backbone.js</h2>
+<h3><a href="http://protosal.com">Protosal.com</a></h3>
+<p>Generate proposals for your clients with ease using predefined templates. Track how often your proposals get accepted or declined and who your best client are.</p>
+<p><em>CouchDb and Node.js Backend</em></p>
+<h3><a href="http://getflow.com">GetFlow.com</a></h3>
+<p>Flow is a task management app that makes working with your team a breeze. You can see the internals under window.Flow.</p>
+<p><em>CouchDb and Node.js Backend</em></p>
+
+
+
+ </div>
+
+ </div>
+</div>
+<script src="//static.getclicky.com/js" type="text/javascript"></script>
+<script type="text/javascript">try{ clicky.init(66406579); }catch(e){}</script>
+<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66406579ns.gif" /></p></noscript>
+</body>
+</html>