Skip to content

Commit

Permalink
girls are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankirkman committed Oct 24, 2011
1 parent 83aa56b commit b5313ff
Show file tree
Hide file tree
Showing 45 changed files with 3,153 additions and 361 deletions.
Binary file added _layouts/.default.html.swp
Binary file not shown.
4 changes: 2 additions & 2 deletions _layouts/default.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="/lessons.html"><strong>team training</strong></a>
<a style="margin-left: 320px;" href="http://pledgie.com/campaigns/16174"><strong>donate</strong></a>
</div>


Expand Down
2 changes: 2 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<div id="post">
{{ 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>
<!-- 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 about.textile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ I started this site to not only consolidate my understanding of backbone.js but

p. You can contact the original owner of this site through "github":https://github.com/thomasdavis or via twitter("@neutralthoughts":http://twitter.com/neutralthoughts). You can also find me at #cdnjs on freenode.net.


[email protected]
26 changes: 25 additions & 1 deletion pygments/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Backbone Tutorials

This site is by no means the definite guide to backbone.js and all corrections and contributions are welcome.
Expand All @@ -13,3 +12,28 @@ Thomas Davis - [@neutralthoughts](http://twitter.com/neutralthoughts) - Twitter
## Contributions

* 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

Looking for feedback on my latest startup Protosal(http://protosal.com) any and all would be great!

**Contact:**

* \#cdnjs on freenode
* @neutralthoughts on twitter
* [email protected]

**Projects:**

* Javascript Library CDN - http://cdnjs.com
* Proposal Generation Start up - http://protosal.com
* Backbone.js Tutorials - http://backbonetutorials.com
* Technical Blog - http://thomasdavis.github.com
* Github Account - https://github.com/thomasdavis
* Freelance Blog - http://thomasalwyndavis.com
* Quora - http://www.quora.com/Thomas-Davis
* StackOverflow - http://stackoverflow.com/users/580675/thomas-davis

Love you mum!
36 changes: 32 additions & 4 deletions pygments/about.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="readability-verification" content="QaMWXDtxjtrFwfPQ2an55eWRMRLr7F2ermV5E9ch"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>About Backbone Tutorials - 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 Expand Up @@ -41,21 +42,43 @@
width: 720px;
margin: auto;
}
.FlattrButton {
position: absolute;
top: 15px;
right: 15px;
}
</style>
<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>
</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>

<a class="FlattrButton" style="display:none;" href="http://backbonetutorials.com/"></a>
<noscript><a href="http://flattr.com/thing/176986/Backbone-js-Tutorials" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>

<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="/contribute.html">contribute</a>
<a href="/contact.html">contact</a>
<a href="http://feeds.feedburner.com/BackboneTutorials">subscribe</a>
<a style="margin-left: 320px;" href="http://pledgie.com/campaigns/16174"><strong>donate</strong></a>
</div>


Expand All @@ -64,11 +87,16 @@
<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>



Expand Down
Loading

0 comments on commit b5313ff

Please sign in to comment.