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