|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
3 | 3 | <head>
|
4 |
| - <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| 4 | +<meta name="readability-verification" content="QaMWXDtxjtrFwfPQ2an55eWRMRLr7F2ermV5E9ch"/> |
| 5 | + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
5 | 6 | <title>About Backbone Tutorials - Backbone.js Tutorials</title>
|
6 | 7 | <link href="/atom.xml" rel="alternate" title="backbone tutorials" type="application/atom+xml">
|
7 | 8 | <meta name="author" content="Backbone Tutorials" />
|
|
41 | 42 | width: 720px;
|
42 | 43 | margin: auto;
|
43 | 44 | }
|
| 45 | + .FlattrButton { |
| 46 | + position: absolute; |
| 47 | + top: 15px; |
| 48 | + right: 15px; |
| 49 | + } |
44 | 50 | </style>
|
| 51 | + <script type="text/javascript"> |
| 52 | +/* <![CDATA[ */ |
| 53 | + (function() { |
| 54 | + var s = document.createElement('script'), t = document.getElementsByTagName('script')[0]; |
| 55 | + s.type = 'text/javascript'; |
| 56 | + s.async = true; |
| 57 | + s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto'; |
| 58 | + t.parentNode.insertBefore(s, t); |
| 59 | + })(); |
| 60 | +/* ]]> */ |
| 61 | +</script> |
45 | 62 | </head>
|
46 | 63 | <body>
|
47 | 64 | <div class="left ribbon-holder">
|
48 | 65 | <a href="https://github.com/thomasdavis/backbonetutorials" class="red ribbon">
|
49 | 66 | <span class="text">Fork on GitHub</span>
|
50 | 67 | </a>
|
51 | 68 | </div>
|
| 69 | + |
| 70 | + <a class="FlattrButton" style="display:none;" href="http://backbonetutorials.com/"></a> |
| 71 | +<noscript><a href="http://flattr.com/thing/176986/Backbone-js-Tutorials" target="_blank"> |
| 72 | +<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript> |
| 73 | + |
52 | 74 | <div class="container">
|
53 | 75 | <div class="menu">
|
54 | 76 | <a href="/">home</a>
|
| 77 | + <a href="/examples.html">examples</a> |
| 78 | + <!-- <a href="/contribute.html">contribute</a>--> |
55 | 79 | <a href="/about.html">about</a>
|
56 |
| - <a href="/contribute.html">contribute</a> |
57 |
| - <a href="/contact.html">contact</a> |
58 | 80 | <a href="http://feeds.feedburner.com/BackboneTutorials">subscribe</a>
|
| 81 | + <a style="margin-left: 320px;" href="http://pledgie.com/campaigns/16174"><strong>donate</strong></a> |
59 | 82 | </div>
|
60 | 83 |
|
61 | 84 |
|
|
64 | 87 | <div class="stack">
|
65 | 88 | <div class="stackContent">
|
66 | 89 | <h1>Backbone Tutorials</h1>
|
67 |
| - <p class="homepagedescription">This site is by no means the definite guide to backbone.js and all corrections and contributions are welcome.</p> |
| 90 | + <p class="homepagedescription">This site is by no means the definitive guide to backbone.js and all corrections and contributions are welcome.</p> |
| 91 | + |
| 92 | +<a style="margin-left: 20px;" href="https://twitter.com/neutralthoughts" class="twitter-follow-button">Follow @neutralthoughts</a> |
| 93 | +<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script> |
| 94 | + |
68 | 95 | <hr>
|
69 | 96 | <h2>About Backbone Tutorials</h2>
|
70 | 97 | <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>
|
71 | 98 | <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>
|
| 99 | +<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> |
72 | 100 |
|
73 | 101 |
|
74 | 102 |
|
|
0 commit comments