Skip to content

Commit

Permalink
Add teaching page
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed May 31, 2018
1 parent e9dbe1e commit fdcae3c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 16 deletions.
8 changes: 7 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ collections:
values:
layout: default

defaults:
- scope:
path: ''
type: pages
values:
layout: default

include:
- _redirects

exclude:
- config
- docker-compose.yml
- Gemfile
- Gemfile.lock
- LICENSE
Expand Down
1 change: 1 addition & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<a class="page-link" href="/about">About</a>
<a class="page-link" href="https://code.osteele.com">Code</a>
<a class="page-link" href="/projects">Projects</a>
<a class="page-link" href="/teaching">Teaching</a>
<a class="page-link" href="https://blog.osteele.com">Blog</a>
</div>
</nav>
Expand Down
14 changes: 10 additions & 4 deletions _pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ layout: default
permalink: /
---

# Current Projects
# Current

I'm finishing up a two-year visiting position at the [Franklin W. Olin College of Engineering](http://www.olin.edu) in Needham, MA.
My most recent course offering was [Hacking the Library](https://hackingthelibrary.org/), where we launched the [Olin Community Calendar](https://github.com/olin-build/abe-web).
I'm currently working on [olin.build](https://olin.build).
I'm finishing up a two-year visiting position at the [Franklin W. Olin College of Engineering](http://www.olin.edu) in Needham, MA:
* Most recent course offering was [Hacking the Library](https://hackingthelibrary.org/), where we launched the [Olin Community Calendar](https://github.com/olin-build/abe-web).
* Software infrastructure for community projects continues at [olin.build](https://olin.build).

I'll be attending [Dinacon](https://www.dinacon.org/) June 27–July 7.

Active coding projects are listed [here](https://code.osteele.com).

# Past

* [Projects](/projects)
* [Code](https://code.osteele.com)

16 changes: 16 additions & 0 deletions _pages/teaching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: default
---

## College

* [ENGR3599A Hacking the Library](https://hackingthelibrary.org/)
* Hacking the Library: Lecture Notes (TBD)
* ENGR3520 Software Design
* Software Design: Lecture Notes (TBD)
* Software Design: Jupyter Notebooks (TBD)

## Elementary School

* [Squarrows: An Introduction to Elementary-School Algebra](https://drive.google.com/drive/mobile/search?q=squarrow&sort=7&direction=d)

11 changes: 0 additions & 11 deletions docker-compose.yml

This file was deleted.

0 comments on commit fdcae3c

Please sign in to comment.