mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update frontpage.md
This commit is contained in:
parent
3144f32189
commit
2e43a2886b
1 changed files with 5 additions and 0 deletions
|
@ -232,6 +232,11 @@
|
||||||
jQuery('.boring-part').css({
|
jQuery('.boring-part').css({
|
||||||
marginTop: jQuery(window).height() + 100
|
marginTop: jQuery(window).height() + 100
|
||||||
});
|
});
|
||||||
|
jQuery( window ).resize(function() {
|
||||||
|
jQuery('.boring-part').css({
|
||||||
|
marginTop: jQuery('.teasing-part').height() + 100
|
||||||
|
});
|
||||||
|
});
|
||||||
jQuery('.yolo').hide();
|
jQuery('.yolo').hide();
|
||||||
randomNumber = Math.floor((Math.random()*jQuery('.yolo').length)+1);
|
randomNumber = Math.floor((Math.random()*jQuery('.yolo').length)+1);
|
||||||
color = jQuery('.yolo.' + randomNumber).css('color');
|
color = jQuery('.yolo.' + randomNumber).css('color');
|
||||||
|
|
Loading…
Reference in a new issue