Skip to content

Commit

Permalink
Let's give it a fresher look
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas authored and Thomas committed Dec 16, 2011
1 parent a910ea9 commit e3f9f18
Show file tree
Hide file tree
Showing 110 changed files with 5,475 additions and 644 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="readability-verification" content="QaMWXDtxjtrFwfPQ2an55eWRMRLr7F2ermV5E9ch"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }} - Backbone.js Tutorials</title>
<title>{% if page.title %}{{page.title}} - {% endif %}Backbone.js Tutorials</title>
<link href="/atom.xml" rel="alternate" title="backbone tutorials" type="application/atom+xml">
<meta name="author" content="Backbone Tutorials" />

Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ content }}
</div>

<p>Leave a comment or donation(top right) to let me know that I've helped you and continue doing what I do</p>
<p>Leave a comment or question and I will try my very hardest to get back to you!</p>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2011-01-26-what-is-a-collection.textile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: beginner
posturl: http://backbonetutorials.com/what-would-you-use-backbone
---

h1. In progress
h1. _In progress_

h2. What is a collection?

Expand Down
1 change: 1 addition & 0 deletions _site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Thomas Davis - [@neutralthoughts](http://twitter.com/neutralthoughts) - Twitter

* Thanks to Cactus([https://github.com/cactus](https://github.com/cactus)) for creating the blog feed
* Thanks to Wes Bos ([https://github.com/wesbos](https://github.com/wesbos)) for CSS fixes
* Thanks to Paul Irish ([https://github.com/https://github.com/paulirish](https://github.com/paulirish)) for tutorial clarification

## About the author

Expand Down
20 changes: 17 additions & 3 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
<div class="menu">
<a href="/">home</a>
<a href="/examples.html">examples</a>
<a href="/contribute.html">contribute</a>
<!-- <a href="/contribute.html">contribute</a>-->
<a href="/about.html">about</a>
<a href="http://feeds.feedburner.com/BackboneTutorials">subscribe</a>
<a href="/chat.html"><strong>chat</strong></a>
<a style="margin-left: 320px;" href="http://pledgie.com/campaigns/16174"><strong>donate</strong></a>
</div>


Expand All @@ -87,12 +87,17 @@
<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>
<p class="homepagedescription">This site is by no means the definitive guide to backbone.js and all corrections and contributions are welcome.</p>

<a style="margin-left: 20px;" href="https://twitter.com/neutralthoughts" class="twitter-follow-button">Follow @neutralthoughts</a>
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script>

<hr>
<h2>About Backbone Tutorials</h2>
<p>As single page apps and large scale javascript applications become more prominent on the web, useful resources for those developers who are jumping the ship are crucial.</p>
<p>I started this site to not only consolidate my understanding of backbone.js but to also document what I have learned thus far for myself and others.</p>
<p>You can contact the original owner of this site through <a href="https://github.com/thomasdavis">github</a> or via twitter(<a href="http://twitter.com/neutralthoughts">@neutralthoughts</a>). You can also find me at #cdnjs on freenode.net.</p>
<p>thomasalwyndavis@gmail.com</p>



Expand All @@ -103,5 +108,14 @@ <h2>About Backbone Tutorials</h2>
<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>
<!-- ClickDesk - <a href='http://www.clickdesk.com'> Live Chat Service </a> for websites -->
<script type='text/javascript'>
var _glc =_glc || [];
_glc.push('ag9jb250YWN0dXN3aWRnZXRyDwsSB3dpZGdldHMYq7ZNDA');
var glcpath = (('https:' == document.location.protocol) ? 'https://contactuswidget.appspot.com/livily/browser/' : 'http://gae.clickdesk.com/livily/browser/');
var glcp = (('https:' == document.location.protocol) ? 'https://' : 'http://');
var glcspt = document.createElement('script'); glcspt.type = 'text/javascript'; glcspt.async = true;glcspt.src = glcpath + 'livechat.js';
var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(glcspt, s);
</script>
</body>
</html>
Loading

0 comments on commit e3f9f18

Please sign in to comment.