2020-02-13 17:35:05 -08:00

20 lines
506 B
Markdown

---
title: Online Hosted Instructions
permalink: index.html
layout: home
---
# Content Directory
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 %}