Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
First checkin
Browse files Browse the repository at this point in the history
Signed-off-by: Pete LePage <Pete.LePage@pobox.com>
  • Loading branch information
petele committed Apr 5, 2012
1 parent d148ae9 commit d0e2b8d
Show file tree
Hide file tree
Showing 405 changed files with 389,619 additions and 0 deletions.
1,233 changes: 1,233 additions & 0 deletions Docs/Instructions.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions Docs/build-docs
@@ -0,0 +1,7 @@
perl ../tools/Markdown.pl --html4tags Instructions.md > temp.html
cat doc_top.shtml temp.html doc_bottom.shtml > index.html
rm temp.html

perl ../tools/Markdown.pl --html4tags errata.md > temp.html
cat doc_top.shtml temp.html doc_bottom.shtml > errata.html
rm temp.html
25 changes: 25 additions & 0 deletions Docs/doc_bottom.shtml
@@ -0,0 +1,25 @@
</div><!--/span-->
</div><!--/row-->

<hr>

<footer>

</footer>

</div><!--/.fluid-container-->

<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../finalproject/js/libs/jquery-1.7.1.min.js"></script>
<script src="../finalproject/js/libs/bootstrap.js"></script>
<script type="text/javascript" src="prettify.js"></script>

<script type="text/javascript">
$("pre").addClass("prettyprint");
prettyPrint();
</script>

</body>
</html>
77 changes: 77 additions & 0 deletions Docs/doc_top.shtml
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web App Code Lab</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Pete LePage petele@google.com">

<!-- Le styles -->
<link href="prettify.css" type="text/css" rel="stylesheet" />
<link href="../finalproject/css/bootstrap.css" rel="stylesheet" />

<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
</style>
</head>

<body>


<a href="https://github.com/petele/WebApp-CodeLab"><img style="z-index: 2000; position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>

<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Web App Code Lab</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="index.html">Instructions</a></li>
<li><a href="errata.html">Errata</a></li>
<li><a href="../slides/index.html">Slides</a></li>
<li><a href="../finalproject/">Completed App</a></li>
<li><a href="https://github.com/petele/WebApp-CodeLab">Github Repo</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>

<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Instructions</li>
<li class="active"><a href="#">Introduction</a></li>
<li><a href="#">Exercise 1</a></li>
<li><a href="#">Exercise 2</a></li>
<li><a href="#">Exercise 3</a></li>
<li><a href="#">Exercise 4</a></li>
<li><a href="#">Exercise 5</a></li>
<li><a href="#">Exercise 6</a></li>
<li><a href="#">Exercise 7</a></li>
<li><a href="#">Exercise 8</a></li>
<li><a href="#">Exercise 9</a></li>
<li><a href="#">Exercise 10</a></li>
<li><a href="#">Exercise 11</a></li>
<li><a href="#">Exercise 12</a></li>
<li class="nav-header">Errata &amp; Updates</li>
<li><a href="#">Coming Soon</a></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
<div class="span9">

105 changes: 105 additions & 0 deletions Docs/errata.html
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web App Code Lab</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Pete LePage petele@google.com">

<!-- Le styles -->
<link href="prettify.css" type="text/css" rel="stylesheet" />
<link href="../finalproject/css/bootstrap.css" rel="stylesheet" />

<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
</style>
</head>

<body>


<a href="https://github.com/petele/WebApp-CodeLab"><img style="z-index: 2000; position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>

<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Web App Code Lab</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="index.html">Instructions</a></li>
<li><a href="errata.html">Errata</a></li>
<li><a href="../slides/index.html">Slides</a></li>
<li><a href="../finalproject/">Completed App</a></li>
<li><a href="https://github.com/petele/WebApp-CodeLab">Github Repo</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>

<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Instructions</li>
<li class="active"><a href="#">Introduction</a></li>
<li><a href="#">Exercise 1</a></li>
<li><a href="#">Exercise 2</a></li>
<li><a href="#">Exercise 3</a></li>
<li><a href="#">Exercise 4</a></li>
<li><a href="#">Exercise 5</a></li>
<li><a href="#">Exercise 6</a></li>
<li><a href="#">Exercise 7</a></li>
<li><a href="#">Exercise 8</a></li>
<li><a href="#">Exercise 9</a></li>
<li><a href="#">Exercise 10</a></li>
<li><a href="#">Exercise 11</a></li>
<li><a href="#">Exercise 12</a></li>
<li class="nav-header">Errata &amp; Updates</li>
<li><a href="#">Coming Soon</a></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
<div class="span9">

<h1>WReader Code Lab Errata &amp; Updates</h1>

<p>Nothing yet... :D</p>
</div><!--/span-->
</div><!--/row-->

<hr>

<footer>

</footer>

</div><!--/.fluid-container-->

<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../finalproject/js/libs/jquery-1.7.1.min.js"></script>
<script src="../finalproject/js/libs/bootstrap.js"></script>
<script type="text/javascript" src="prettify.js"></script>

<script type="text/javascript">
$("pre").addClass("prettyprint");
prettyPrint();
</script>

</body>
</html>
4 changes: 4 additions & 0 deletions Docs/errata.md
@@ -0,0 +1,4 @@
WReader Code Lab Errata & Updates
=================================

Nothing yet... :D

0 comments on commit d0e2b8d

Please sign in to comment.