Changes for page Home

Last modified by Erik Bakker on 2026/01/02 16:40

From version 106.1
edited by Erik Bakker
on 2026/01/02 16:36
Change comment: There is no comment for this version
To version 96.1
edited by etorken
on 2024/01/04 14:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.etorken
Default language
... ... @@ -1,1 +1,1 @@
1 -sw
1 +en
Content
... ... @@ -1,6 +1,6 @@
1 -Welcome to our eMagiz documentation platform, which functions as an add-on to the eMagiz platform. It contains four categories of information: Academy, Store, Support, and Release Information. Each category offers valuable resources to help you make the most of the eMagiz platform. Go [[here>>doc:Main.eMagiz Academy.Fundamentals.fundamental-emagiz-docs-introduction.WebHome||target="blank"]] to learn even more on our documentation platform.
1 += Welcome =
2 2  
3 -You can find the status of the eMagiz platform on our [[status page>>url:https://status.emagiz.com/||target="blank"]].
3 +Within this portal, you can browse our user guides, microlearnings, fundamentals, release blogs, store documentation, and many more.
4 4  
5 5  (% style="border-color:#10137e" %)
6 6  ----
... ... @@ -7,6 +7,9 @@
7 7  
8 8  {{html}}
9 9  <html>
10 +<head>
11 + <script src="https://kit.fontawesome.com/f589924061.js" crossorigin="anonymous"></script>
12 +</head>
10 10  <body>
11 11   <div class="ez-academy">
12 12   <div class="ez-academy_body">
... ... @@ -77,5 +77,14 @@
77 77   </div>
78 78  </div>
79 79   </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>
80 80  </html>
81 81  {{/html}}