Changes for page Academy

Last modified by Erik Bakker on 2024/09/24 16:12

From version 139.1
edited by Eva Torken
on 2023/12/07 16:33
Change comment: There is no comment for this version
To version 143.1
edited by Eva Torken
on 2024/01/04 14:36
Change comment: There is no comment for this version

Summary

Details

Page properties
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">15</label>
52 + <label for="" class="card__footer-label">108</label>
53 53   </li>
54 54   </ul>
55 55   </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}}