Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Laying out new material
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson committed Nov 2, 2013
1 parent b742a56 commit 5819712
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 0 deletions.
32 changes: 32 additions & 0 deletions NEW_MATERIAL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: lesson
root: .
title: New Material
---
<table class="table table-striped">
<tr>
<th>The Unix Shell</th>
<td><a href="./bash/novice/README.html">novice</a></td>
<td><a href="./bash/intermediate/README.html">intermediate</a></td>
</tr>
<tr>
<th>Version Control with Git</th>
<td><a href="./git/novice/README.html">novice</a></td>
<td><a href="./git/intermediate/README.html">intermediate</a></td>
</tr>
<tr>
<th>Programming with Python</th>
<td><a href="./python/novice/README.html">novice</a></td>
<td><a href="./python/intermediate/README.html">intermediate</a></td>
</tr>
<tr>
<th>Programming with R</th>
<td><a href="./r/novice/README.html">novice</a></td>
<td><a href="./r/intermediate/README.html">intermediate</a></td>
</tr>
<tr>
<th>Using Databases and SQL</th>
<td><a href="./sql/novice/README.html">novice</a></td>
<td><a href="./sql/intermediate/README.html">intermediate</a></td>
</tr>
</table>
7 changes: 7 additions & 0 deletions bash/intermediate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: The Unix Shell
level: intermediate
---
FIXME: to be written.
7 changes: 7 additions & 0 deletions bash/novice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: The Unix Shell
level: novice
---
FIXME: to be written.
7 changes: 7 additions & 0 deletions git/intermediate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: Version Control with Git
level: intermediate
---
FIXME: to be written.
7 changes: 7 additions & 0 deletions git/novice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: Version Control with Git
level: novice
---
FIXME: to be written.
7 changes: 7 additions & 0 deletions python/intermediate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: Programming with Python
level: intermediate
---
FIXME: to be written.
7 changes: 7 additions & 0 deletions python/novice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: Programming with Python
level: novice
---
FIXME: to be written.
7 changes: 7 additions & 0 deletions r/intermediate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: Programming with R
level: intermediate
---
FIXME: to be written.
7 changes: 7 additions & 0 deletions r/novice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: Programming with R
level: novice
---
FIXME: to be written.
7 changes: 7 additions & 0 deletions sql/intermediate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: Using Databases and SQL
level: intermediate
---
FIXME: to be written.
7 changes: 7 additions & 0 deletions sql/novice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: lesson
root: ../..
title: Using Databases and SQL
level: novice
---
FIXME: to be written.

0 comments on commit 5819712

Please sign in to comment.