-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<!-- hide document until css/js loaded --> | ||
<html style="display: none;"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Coding 01</title> | ||
</head> | ||
<body> | ||
|
||
<div class="container"> | ||
<h1 class="text-secondary">Course Title</h1> | ||
<button class="badge coursecollapse" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">Collapse </button><small class="videocount">video count: <span id="videoCount"></span></small> | ||
<br><br> | ||
|
||
<!-- ------------------------------------------------------ --> | ||
<!-- --------------- START CONTENT HERE ------------------ --> | ||
<!-- ------------------------------------------------------ --> | ||
|
||
|
||
<mit-module title="the card title"> | ||
|
||
<mit-submodule | ||
title="Hello World!" | ||
lecture="my Lecture" | ||
lectureUrl="https://web.mit.edu/" | ||
video="my video" | ||
videoUrl="https://web.mit.edu/" | ||
camtasia="my camtasia" | ||
camtasiaUrl="https://web.mit.edu/" | ||
exercise="my exercise" | ||
exerciseUrl="" | ||
test="my test" | ||
testUrl="" | ||
link="my link" | ||
linkUrl="" | ||
></mit-submodule> | ||
|
||
</mit-module> | ||
|
||
|
||
<!-- ------------------------------------------------------ --> | ||
<!-- --------------- END CONTENT HERE -------------------- --> | ||
<!-- ------------------------------------------------------ --> | ||
|
||
</div> | ||
<script src="../assets/js/init.js" level="2"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters