Skip to content

Commit

Permalink
Linked to hackasaurus.org stylesheets and added some divs in an attem…
Browse files Browse the repository at this point in the history
…pt to reuse as much styling as possible
  • Loading branch information
stenington committed Dec 12, 2011
1 parent 0ddd625 commit b3e91f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions kit.html
Expand Up @@ -3,10 +3,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Hacktivity Kit</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="stylesheet" type="text/css" href="http://hackasaurus.org/stylesheets/normalize.css"/>
<link rel="stylesheet" type="text/css" href="http://hackasaurus.org/stylesheets/base.css"/>
</head>
<body>


<div id="header-and-content">
<section id="content">
<div class="wrapper">
<section class="chapter">
<header>
<h1 class="title">Introduction</h1>
Expand Down Expand Up @@ -716,9 +720,13 @@ <h2 class="subtitle">Work in Teams and Share</h2>
<h1 class="title">Resources</h1>
</section>

</div>
</section>
</div>

<script src="jquery.min.js"></script>
<script>
$('body').prepend('<ol id="toc"></ol>');
$('.wrapper').prepend('<ol id="toc"></ol>');
$('.chapter').each(function(index, chapter){
var title = $(chapter).find('.title').html();
var subtitle = $(chapter).find('.subtitle').html();
Expand Down
Empty file removed style.css
Empty file.
File renamed without changes.

0 comments on commit b3e91f5

Please sign in to comment.