Changes for page Home
Last modified by Erik Bakker on 2026/01/02 16:40
From version 109.1
edited by Erik Bakker
on 2026/01/02 16:39
on 2026/01/02 16:39
Change comment:
There is no comment for this version
To version 96.1
edited by etorken
on 2024/01/04 14:36
on 2024/01/04 14:36
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e bakker1 +XWiki.etorken - Default language
-
... ... @@ -1,1 +1,1 @@ 1 - sw1 +en - Content
-
... ... @@ -1,18 +1,15 @@ 1 -{{html}} 2 -<style> 3 -#document-title { display: none; } 4 -</style> 5 -{{/html}} 1 += Welcome = 6 6 7 -W elcome to our eMagiz documentationplatform, which functionsas an add-on to the eMagizplatform. Itcontainsfourcategories of information: Academy,Store, Support,and ReleaseInformation.Each category offers valuableresourcesto help youmake the most of the eMagiz platform. Go[[here>>doc:Main.eMagizAcademy.Fundamentals.fundamental-emagiz-docs-introduction.WebHome||target="blank"]]tolearnevenmore on ourdocumentationplatform.3 +Within this portal, you can browse our user guides, microlearnings, fundamentals, release blogs, store documentation, and many more. 8 8 9 -You can find the status of the eMagiz platform on our [[status page>>url:https://status.emagiz.com/||target="blank"]]. 10 - 11 11 (% style="border-color:#10137e" %) 12 12 ---- 13 13 14 14 {{html}} 15 15 <html> 10 +<head> 11 + <script src="https://kit.fontawesome.com/f589924061.js" crossorigin="anonymous"></script> 12 +</head> 16 16 <body> 17 17 <div class="ez-academy"> 18 18 <div class="ez-academy_body"> ... ... @@ -83,5 +83,14 @@ 83 83 </div> 84 84 </div> 85 85 </body> 83 +<script> 84 + $(document).ready(function(){ 85 + if ($('body').height() < $(window).height()) { 86 + $('footer').addClass('position-absolute bottom-0'); 87 + } else { 88 + $('footer').addClass('position-static'); 89 + } 90 + }); 91 +</script> 86 86 </html> 87 87 {{/html}}