Skip to content

Commit

Permalink
add other topics
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Sep 24, 2012
1 parent 4a28053 commit 93d60bc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 deletions.
40 changes: 35 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,42 @@ <h2>Topics</h2>
<p>More details coming soon!</p>
<ul id="topics">
<li>
Backbone.js
<p><p>
<div class='clearfix'>
<div class='pull-left'>
<h3>Backbone.js</h3>
<h4>By: Ted Han (<a href='http://twitter.com/knowtheory'>@knowtheory</a>)</h4>
</div>
<div class='pull-right'>
<img src='https://si0.twimg.com/profile_images/2248978066/hat_shot_300px_reasonably_small.jpg' width='50' style='float:right;' />
</div>
</div>
<hr />

<p>

<p>
<p>

</p>
</li>
<li>
Python / Django
<p><p>
<div class='clearfix'>
<div class='pull-left'>
<h3>Python / Django</h3>
<h4>By: Greg Aker (<a href='http://twitter.com/gaker'>@gaker</a>)</h4>
</div>
<div class='pull-right'>
<img src='https://si0.twimg.com/profile_images/1752641615/greg_reasonably_small.png' width='50' style='float:right;' />
</div>
</div>
<hr />

<p>

<p>
<p>

</p>
</li>
<li>
<div class='clearfix'>
Expand All @@ -85,7 +115,7 @@ <h4>By: Brian Grinstead (<a href='http://twitter.com/bgrins'>@bgrins</a>)</h4>
<p>
<strong>If you'd like to follow along</strong>, you just need your laptop with a <em>text editor</em> and <em>Google Chrome</em> installed as we will use their integrated developer tools as we go through the workshop.
<br />

</p>
</li>
</ul>

Expand Down
4 changes: 4 additions & 0 deletions js/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ $(function() {

getFollowers("comorichweb", function(users) {

setTimeout(function() {

$(".poster").each(function(i) {

var user = users[i];
Expand All @@ -99,6 +101,8 @@ $(function() {

});

}, 2000);

});

$("#stop-the-madness").click(function(e) {
Expand Down

0 comments on commit 93d60bc

Please sign in to comment.