2019-03-22 13:59:31 -04:00
|
|
|
---
|
|
|
|
|
title: Online Hosted Instructions
|
|
|
|
|
permalink: index.html
|
|
|
|
|
layout: home
|
|
|
|
|
---
|
|
|
|
|
|
2019-03-22 19:32:41 -04:00
|
|
|
# Content Directory
|
2019-03-22 13:59:31 -04:00
|
|
|
|
2019-03-22 19:32:41 -04:00
|
|
|
Hyperlinks to each of the lab exercises and demos are listed below.
|
|
|
|
|
|
|
|
|
|
## Labs
|
|
|
|
|
|
|
|
|
|
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
|
|
|
|
|
| Module | Lab |
|
|
|
|
|
| --- | --- |
|
|
|
|
|
{% for activity in labs %}| {{ activity.lab.module }} | [{{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) |
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
|
|
## Demos
|
2019-03-22 13:59:31 -04:00
|
|
|
|
2019-03-22 19:32:41 -04:00
|
|
|
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
|
|
|
|
|
| Module | Demo |
|
|
|
|
|
| --- | --- |
|
|
|
|
|
{% for activity in demos %}| {{ activity.demo.module }} | [{{ activity.demo.title }}]({{ site.github.url }}{{ activity.url }}) |
|
|
|
|
|
{% endfor %}
|