diff options
Diffstat (limited to '_site/examples.html')
-rw-r--r-- | _site/examples.html | 81 |
1 files changed, 29 insertions, 52 deletions
diff --git a/_site/examples.html b/_site/examples.html index 28ff6ec..0ed5c3e 100644 --- a/_site/examples.html +++ b/_site/examples.html @@ -5,71 +5,54 @@ <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 --> <!-- syntax highlighting CSS --> <link rel="stylesheet" href="/css/syntax.css" type="text/css" /> - <link rel="stylesheet" href="http://cdn.moot.it/1.1/moot.css"/> <!-- Homepage CSS --> - <link rel="stylesheet" href="/css/bootstrap.css" type="text/css" media="screen, projection" /> + <link rel="stylesheet" href="//bootswatch.com/sandstone/bootstrap.min.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen, projection" /> - + <link href="https://fonts.googleapis.com/css?family=Arvo:400,700&subset=latin" rel="stylesheet" type="text/css"> <!-- Typekit --> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> - <script type="text/javascript"> -/* <![CDATA[ */ - (function() { - var s = document.createElement('script'), t = document.getElementsByTagName('script')[0]; - s.type = 'text/javascript'; - s.async = true; - s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto'; - t.parentNode.insertBefore(s, t); - })(); -/* ]]> */ -</script> - <!-- (1) Moot depends on jQuery v1.7 or greater --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> + </head> <body> -<div class="container"> <div class="row"> - <div class="col-lg-12"> - <div class="navbar" style="margin-top:10px;"> - <div class="container"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a class="navbar-brand" href="/">Backbone Tutorials</a> - <div class="nav-collapse collapse navbar-responsive-collapse"> - <ul class="nav navbar-nav"> - <li class=""><a href="/">Home</a></li> - - </ul> - <ul class="nav navbar-nav pull-right"> - <li><a href="http://feeds.feedburner.com/BackboneTutorials">Subscribe</a></li> - <li><a href="https://leanpub.com/backbonetutorials">Download eBook (.pdf, .MOBI, .ePub)</a></li> - </ul> - </div><!-- /.nav-collapse --> - </div><!-- /.container --> - </div> + <div class="navbar navbar-default"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="/">Backbone Tutorials</a> + </div> + <div class="navbar-collapse collapse navbar-responsive-collapse"> + <ul class="nav navbar-nav"> + <li class=""><a href="/">Home</a></li> - </div> + </ul> + <ul class="nav navbar-nav navbar-right"> + <li><a href="http://prerender.io"><strong>Need SEO?</strong></a></li> + <li><a href="http://feeds.feedburner.com/BackboneTutorials">Subscribe</a></li> + <li><a href="https://leanpub.com/backbonetutorials">Download eBook (.pdf, .MOBI, .ePub)</a></li> + </ul> </div> </div> +</div> + -<div style=""></div> <div class="container"> <div class="row"> <div class="col-lg-4"> @@ -79,12 +62,14 @@ </div> <p>Backbone Tutorials is a collection of tutorials written by <a href="http://thomasdav.is">Thomas Davis</a>. Everything is open source and I try my best to keep the tutorials updated. Though I am busy and only work on this is my spare time so many <a href="https://github.com/thomasdavis/backbonetutorials/graphs/contributors">contributors</a> have also help me put this resource together.</p> - </div> +<a href="https://twitter.com/neutralthoughts" class="twitter-follow-button" data-show-count="true">Follow @neutralthoughts</a> +<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> + </div> </div> <div class="col-lg-8"> <h3 >Backbone.js Beginner Video Tutorial</h3> <img src="/backbone.png" style="float: left;" /><p>I have put extra effort into making a very easy to understand Backbone.js video which is also free. It is 70mins long and covers everything you need to know when getting started.</p> - <a href="http://gum.co/backbone-beginner-screencast" class="btn btn-primary">Watch Video</a> + <a href="https://www.youtube.com/watch?v=FZSjvWtUxYk" class="btn btn-primary">Watch Video</a> </div> </div> <div class="container"> @@ -97,17 +82,9 @@ </div> </div> -<!-- AddThis Button BEGIN --> -<div class="addthis_toolbox addthis_floating_style addthis_counter_style" style="left:50px;top:50px;"> -<a class="addthis_button_facebook_like" fb:like:layout="box_count"></a> -<a class="addthis_button_tweet" tw:count="vertical"></a> -<a class="addthis_button_google_plusone" g:plusone:size="tall"></a> -<a class="addthis_counter"></a> -</div> -<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-520b31815dc3cdc8"></script> -<!-- AddThis Button END --> <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> |