Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 950 Bytes

File metadata and controls

28 lines (20 loc) · 950 Bytes
title Online Hosted Instructions
permalink index.html
layout home

Content Directory

Hyperlinks to each of the lab exercises and demos are listed below.

Note: If you encounter any bugs with the content, please create a new issue in the GitHub repo.

Lab exercises

{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}

Module Lab
{% for activity in labs %} {{ activity.lab.module }}
{% endfor %}

Demos

{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}

Demo
{% for activity in demos %}
{% endfor %}