diff --git a/css/icons/references.png b/css/icons/references.png new file mode 100644 index 000000000..f2df0013a Binary files /dev/null and b/css/icons/references.png differ diff --git a/css/icons/slides.png b/css/icons/slides.png new file mode 100644 index 000000000..40e6780c7 Binary files /dev/null and b/css/icons/slides.png differ diff --git a/css/icons/videos.png b/css/icons/videos.png new file mode 100644 index 000000000..552e6a9ab Binary files /dev/null and b/css/icons/videos.png differ diff --git a/css/lessons.css b/css/lessons.css new file mode 100644 index 000000000..d0ed6d25b --- /dev/null +++ b/css/lessons.css @@ -0,0 +1,82 @@ + + +.tsugi-lessons-module-videos { + list-style:none; +} + +.tsugi-lessons-module-videos::before { + background-image: url('icons/videos.png'); + background-size: 2em 2em; + display: inline-block; + width: 2em; + height: 2em; + content:""; + margin-right: 3px; + vertical-align: middle; +} + +.tsugi-lessons-module-video { + list-style:none; +} +.tsugi-lessons-module-video a::before{ + font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f144"; + padding-right: 3px; +} + +.tsugi-lessons-module-slides { + list-style:none; +} + +.tsugi-lessons-module-slides::before { + background-image: url('icons/slides.png'); + background-size: 2em 2em; + display: inline-block; + width: 2em; + height: 2em; + content:""; + margin-right: 3px; + vertical-align: middle; +} + +.tsugi-lessons-module-slide { + list-style:none; +} + +.tsugi-lessons-module-slide a::before{ + font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1c4"; + padding-right: 3px; +} + +.tsugi-lessons-module-reference { + list-style:none; +} + +.tsugi-lessons-module-references { + list-style:none; +} + +.tsugi-lessons-module-references::before { + background-image: url('icons/references.png'); + background-size: 2em 2em; + display: inline-block; + width: 2em; + height: 2em; + content:""; + margin-right: 3px; + vertical-align: middle; +} + +.tsugi-lessons-module-reference a::before{ + font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f15c"; + padding-right: 3px; +} + +.tsugi-lessons-module-lti { + list-style:none; +} + +.tsugi-lessons-module-lti::before{ + font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f5ab"; + padding-right: 3px; +} + diff --git a/lessons.json b/lessons.json index 293a338dd..9544206a2 100644 --- a/lessons.json +++ b/lessons.json @@ -5,6 +5,12 @@ "required_modules": [ "https://github.com/tsugitools/peer-grade" ], +"headers": [ + "" +], +"settings": { + "prev-next": "right" +}, "badges": [ { "title" : "Enrolled in Python for Everybody (PY4E)",