Skip to content

Commit

Permalink
Move to the new lessons.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Aug 1, 2020
1 parent 938814a commit 69d623a
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 0 deletions.
Binary file added css/icons/references.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/icons/slides.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/icons/videos.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions 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;
}

6 changes: 6 additions & 0 deletions lessons.json
Expand Up @@ -5,6 +5,12 @@
"required_modules": [
"https://github.com/tsugitools/peer-grade"
],
"headers": [
"<link href=\"{apphome}/css/lessons.css\" rel=\"stylesheet\">"
],
"settings": {
"prev-next": "right"
},
"badges": [
{
"title" : "Enrolled in Python for Everybody (PY4E)",
Expand Down

0 comments on commit 69d623a

Please sign in to comment.