Changes for page Home
Last modified by Erik Bakker on 2024/09/24 16:08
From version 73.1
edited by Erik Bakker
on 2022/05/06 15:10
on 2022/05/06 15:10
Change comment:
There is no comment for this version
To version 65.1
edited by Erik Bakker
on 2022/04/29 14:58
on 2022/04/29 14:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +3,3 @@ 1 -$xwiki.jsx.use('My.JavaScript') 2 - 3 3 = Welcome = 4 4 5 5 Within this portal, you can browse our user guides, microlearnings, fundamentals, release blogs, store documentation, and many more. ... ... @@ -12,14 +12,13 @@ 12 12 <head> 13 13 <script src="https://kit.fontawesome.com/f589924061.js" crossorigin="anonymous"></script> 14 14 </head> 15 -<body> 16 - <div class="ez-academy"> 13 +<body<div class="ez-academy"> 17 17 <div class="ez-academy_body"> 18 18 <main class="master"> 19 19 <div class="card-container"> 20 20 <a href="/bin/view/Main/eMagiz%20Academy/" class="card"> 21 - <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/academy-solid.svg) center no-repeat; background-size: 15%;">22 - <h4>Academy</h4> 18 + <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/academy-solid.svg) center no-repeat; background-size: 20%;"> 19 + <h4 class="title">Academy</h4> 23 23 </div> 24 24 <ul class="card__footer"> 25 25 <li class="card__footer-item"> ... ... @@ -37,8 +37,8 @@ 37 37 </ul> 38 38 </a> 39 39 <a href="/bin/view/Main/eMagiz%20Store/" class="card"> 40 - <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/store-solid.svg) center no-repeat; background-size: 15%;">41 - <h4>Store</h4> 37 + <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/store-solid.svg) center no-repeat; background-size: 20%;"> 38 + <h4 class="title">Store</h4> 42 42 </div> 43 43 <ul class="card__footer"> 44 44 <li class="card__footer-item"> ... ... @@ -57,7 +57,7 @@ 57 57 </a> 58 58 <a href="/bin/view/FAQ/" class="card"> 59 59 <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/forum-solid.svg) center no-repeat; background-size: 15%;"> 60 - <h4>Q&A</h4> 57 + <h4 class="title">Q&A</h4> 61 61 </div> 62 62 <ul class="card__footer"> 63 63 <li class="card__footer-item"> ... ... @@ -74,9 +74,9 @@ 74 74 </li> 75 75 </ul> 76 76 </a> 77 - <a href="/bin/view/ Main/Release%20Information//" class="card card--featured">78 - <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/ release-info.svg) center no-repeat; background-size:7%;">79 - <h4>Release Information</h4>74 + <a href="/bin/view/Blog/" class="card card--featured"> 75 + <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/blog-solid.svg) center no-repeat; background-size: 5%;"> 76 + <h4 class="title">Latest Releases</h4> 80 80 81 81 </div> 82 82 <ul class="card__footer"> ... ... @@ -94,10 +94,9 @@ 94 94 </li> 95 95 </ul> 96 96 </a> 97 - </div> 98 - </main> 99 - </div>94 + </div> 95 + </main></div> 96 + 100 100 </div> 101 - </body> 102 -</html> 98 +</span></body></html> 103 103 {{/html}}