The pages found in this repository are embeddable content segments used in conjunction with the Learning Management System (LMS) that I use at Lone Star College. Currently, that is Brightspace (by D2L). The reason why this content is being maintained in github vs. directly in the LMS is two-fold:
If you want to embed any of the html pages found in this repo, you simply use an iframe in the D2L content module. Here’s the basic structure:
<p><iframe src=”https://carawaysclass.github.io/[specific-page-url]” width=”600px” height=”1200px”></iframe></p>
…so if I want to embed the instructor-info.html page, I use the following:
<p><iframe src=”https://carawaysclass.github.io/instructor-info.html” width=”600px” height=”1200px”></iframe></p>