This file contains hidden or 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
var video = document.getElementById('video'), | |
info = document.getElementById('info'), | |
fraction = 0.8; | |
function checkScroll() { | |
var x = video.offsetLeft, | |
y = video.offsetTop, | |
w = video.offsetWidth, | |
h = video.offsetHeight, | |
r = x + w, //right |
This file contains hidden or 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
$list: pouria josh mladen mason daniel | |
=author-image | |
@each $author in $list | |
.photo-#{$author} | |
background: image-url("avatars/#{$author}.png") | |
.author-bio | |
+author-image |
NewerOlder