Changes for page Home
Last modified by Erik Bakker on 2024/09/24 16:08
From version 74.1
edited by Erik Bakker
on 2022/05/06 15:11
on 2022/05/06 15:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +7,3 @@ 1 - 2 - 3 -{{velocity}} 4 -#set ($discard = $xwiki.jsx.use('My.JavaScript')) 5 -{{/velocity}} 6 - 7 7 = Welcome = 8 8 9 9 Within this portal, you can browse our user guides, microlearnings, fundamentals, release blogs, store documentation, and many more. ... ... @@ -12,18 +12,13 @@ 12 12 ---- 13 13 14 14 {{html}} 15 -<html> 16 -<head> 17 - <script src="https://kit.fontawesome.com/f589924061.js" crossorigin="anonymous"></script> 18 - </head> 19 -<body> 20 - <div class="ez-academy"> 9 +<html><body<div class="ez-academy"> 21 21 <div class="ez-academy_body"> 22 22 <main class="master"> 23 23 <div class="card-container"> 24 24 <a href="/bin/view/Main/eMagiz%20Academy/" class="card"> 25 - <div class="card__body" style="background: url(/bin/download/Main/ Images/General/WebHome/academy-solid.svg) center no-repeat; background-size:15%;">26 - <h4>Academy</h4> 14 + <div class="card__body" style="background: url(/bin/download/Main/WebHome/academy.png) center no-repeat; background-size: 20%;"> 15 + <h4 class="title">Academy</h4> 27 27 </div> 28 28 <ul class="card__footer"> 29 29 <li class="card__footer-item"> ... ... @@ -41,8 +41,8 @@ 41 41 </ul> 42 42 </a> 43 43 <a href="/bin/view/Main/eMagiz%20Store/" class="card"> 44 - <div class="card__body" style="background: url(/bin/download/Main/ Images/General/WebHome/store-solid.svg) center no-repeat; background-size:15%;">45 - <h4>Store</h4> 33 + <div class="card__body" style="background: url(/bin/download/Main/WebHome/store.png) center no-repeat; background-size: 20%;"> 34 + <h4 class="title">Store</h4> 46 46 </div> 47 47 <ul class="card__footer"> 48 48 <li class="card__footer-item"> ... ... @@ -60,8 +60,8 @@ 60 60 </ul> 61 61 </a> 62 62 <a href="/bin/view/FAQ/" class="card"> 63 - <div class="card__body" style="background: url(/bin/download/Main/ Images/General/WebHome/forum-solid.svg) center no-repeat; background-size: 15%;">64 - <h4>Q&A</h4> 52 + <div class="card__body" style="background: url(/bin/download/Main/WebHome/forum.png) center no-repeat; background-size: 15%;"> 53 + <h4 class="title">Q&A</h4> 65 65 </div> 66 66 <ul class="card__footer"> 67 67 <li class="card__footer-item"> ... ... @@ -78,10 +78,9 @@ 78 78 </li> 79 79 </ul> 80 80 </a> 81 - <a href="/bin/view/Main/Release%20Information//" class="card card--featured"> 82 - <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/release-info.svg) center no-repeat; background-size: 7%;"> 83 - <h4>Release Information</h4> 84 - 70 + <a href="/bin/view/Blog/" class="card card--featured"> 71 + <div class="card__body" style="background: url(../../img/microlearning/academy_index/get_certified.png) center no-repeat; background-size: 20%;"> 72 + <h4 class="title">Latest Releases</h4> 85 85 </div> 86 86 <ul class="card__footer"> 87 87 <li class="card__footer-item"> ... ... @@ -98,10 +98,9 @@ 98 98 </li> 99 99 </ul> 100 100 </a> 101 - </div> 102 - </main> 103 - </div>89 + </div> 90 + </main></div> 91 + 104 104 </div> 105 - </body> 106 -</html> 93 +</span></body></html> 107 107 {{/html}}