Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions build-html.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@


# list of videos that correlate with the lectures - play through the commentary (sit and watch)
videos = { "Introduction" : "https://www.youtube.com/embed/V5jkHVk1fXE?start=5&autoplay=1",
"Internet and Web" : "https://www.youtube.com/embed/8CBhwckd9eo?start=5&autoplay=1",
"Fundamentals of HTML and CSS" : "https://www.youtube.com/embed/bFhOCKI4eUI?start=5&autoplay=1",
"Productive Web Programming" : "https://www.youtube.com/embed/9V2e_V1hl_c?start=5&autoplay=1"
videos = {
"Introduction" : "https://www.youtube.com/embed/V5jkHVk1fXE?start=5&autoplay=1",
"Internet and Web" : "https://www.youtube.com/embed/8CBhwckd9eo?start=5&autoplay=1",
"Fundamentals of HTML and CSS" : "https://www.youtube.com/embed/bFhOCKI4eUI?start=5&autoplay=1",
"Productive Web Programming" : "https://www.youtube.com/embed/9V2e_V1hl_c?start=5&autoplay=1"
}


Expand Down Expand Up @@ -126,13 +127,13 @@ def findNum( fileNameAndPath, subStr ):
<td>Topic </td>
<td>Lecture </td>
<td> </td>
<td>Video </td>
<td>Video </td>
<td> </td>
<td>Notes </td>
<td>Labs </td>
<td>Quiz </td>
<td>Crossword </td>
<td>Demos </td>
<td>Demos </td>
</tr>
""";

Expand Down