Changes for page Academy
Last modified by Erik Bakker on 2024/09/24 16:12
From version 138.1
edited by Carlijn Kokkeler
on 2023/09/06 13:57
on 2023/09/06 13:57
Change comment:
There is no comment for this version
To version 143.1
edited by Eva Torken
on 2024/01/04 14:36
on 2024/01/04 14:36
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.etorken - Content
-
... ... @@ -49,7 +49,7 @@ 49 49 </li> 50 50 <li class="card__footer-item"> 51 51 <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"/> 52 - <label for="" class="card__footer-label">1 5</label>52 + <label for="" class="card__footer-label">108</label> 53 53 </li> 54 54 </ul> 55 55 </a> ... ... @@ -64,7 +64,7 @@ 64 64 </li> 65 65 <li class="card__footer-item"> 66 66 <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"/> 67 - <label for="" class="card__footer-label"> 9</label>67 + <label for="" class="card__footer-label">-</label> 68 68 </li> 69 69 </ul> 70 70 </a> ... ... @@ -72,4 +72,13 @@ 72 72 </main> 73 73 </div> 74 74 </div> 75 +<script> 76 + $(document).ready(function(){ 77 + if ($('body').height() < $(window).height()) { 78 + $('footer').addClass('position-absolute bottom-0'); 79 + } else { 80 + $('footer').addClass('position-static'); 81 + } 82 + }); 83 +</script> 75 75 {{/html}}