Navigation Menu

Skip to content

Commit

Permalink
IE7, you ol’ rascal you.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Nov 30, 2011
1 parent 03625db commit 0beaca7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions css/style.css
Expand Up @@ -158,11 +158,6 @@ section, header {
overflow: auto;
padding: 0 2.9296875%;
}
.oldie .col-ab {
overflow: visible;
padding: 0 0 0 2.9296875%;
width: 97.0703125%;
}

.hed {
border-bottom: 1px solid #cbd1d8;
Expand Down
24 changes: 13 additions & 11 deletions index.html
Expand Up @@ -144,16 +144,17 @@ <h2 id="how_to_ask_for_help" class="subhed">How to ask for help</h2>
<li>Ask on IRC, <a href="http://stackoverflow.com">StackOverflow</a>, or a group of friends
</ol>
</div>
<section class="getinvolved">
<div class="col-b">

<div class="col-b">
<section class="getinvolved">
<h2 class="subhed">A helping hand.</h2>
<div class="task" data-hashtag="#ask4help">
<p>We've all gotten to where we are by relying on others for help at some time or another. Don't be shy, and just ask! Just please make a jsfiddle first. =D</p>
<a href="#" class="pledge">Yes, I want to do this!</a>
<div class="pledges"><p>Here are some developers who want to do this too:</p></div>
</div>
</div>
</section>
</section>
</div>
</section>
</article>

Expand Down Expand Up @@ -182,16 +183,17 @@ <h2 id="open_source_projects_worth_your_time" class="subhed">Open-Source project

<p>Do what is asked in <a href="#how_to_ask_for_help">&#8216;ask for help&#8217;</a> above and check out <a href="http://addyosmani.com/blog/getting-involved-with-open-source/">Addy Osmani&#8217;s podcast about getting involved</a>!</p>
</div>
<section class="getinvolved">
<div class="col-b">

<div class="col-b">
<section class="getinvolved">
<h2 class="subhed">Pass it on!</h2>
<div class="task" data-hashtag="#helpothers">
<p>Reading awesome code leads to writing awesome code. Look into the great projects listed below, and help them grow to be even more great than they already are.</p>
<a href="#" class="pledge">Yes, I want to do this!</a>
<div class="pledges"><p>Here are some developers who want to do this too:</p></div>
</div>
</section>
</div>
</section>
</div>
</section>

Expand Down Expand Up @@ -279,16 +281,16 @@ <h2 id="cool_ideas_to_explore_more" class="subhed">Cool features to explore more
</ul>

</div>
<section class="getinvolved">
<div class="col-b">
<div class="col-b">
<section class="getinvolved">
<h2 class="subhed">Explore the unknown!</h2>
<div class="task" data-hashtag="#explore">
<p>Go for it! The only way to move the web forward is to dig in and used advanced features and APIs. Have fun - we know you will!</p>
</div>
<a href="#" class="pledge">Yes, I want to do this!</a>
<div class="pledges"><p>Here are some developers who want to do this too:</p></div>
</div>
</section>
</section>
</div>
</section>


Expand Down

0 comments on commit 0beaca7

Please sign in to comment.