Changes for page Home
Last modified by Erik Bakker on 2024/09/24 16:08
From version 64.1
edited by Erik Bakker
on 2022/04/29 14:53
on 2022/04/29 14:53
Change comment:
There is no comment for this version
To version 75.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,3 +1,9 @@ 1 + 2 + 3 +{{velocity}} 4 +#set ($discard = $xwiki.jsx.use('My.JavaScript')) 5 +{{/velocity}} 6 + 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"> 19 +<body> 20 + <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>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> 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>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> 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>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> 58 58 </div> 59 59 <ul class="card__footer"> 60 60 <li class="card__footer-item"> ... ... @@ -71,9 +71,9 @@ 71 71 </li> 72 72 </ul> 73 73 </a> 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">LatestReleases</h4>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> 77 77 78 78 </div> 79 79 <ul class="card__footer"> ... ... @@ -91,9 +91,10 @@ 91 91 </li> 92 92 </ul> 93 93 </a> 94 - </div> 95 - </main> </div>96 - 101 + </div> 102 + </main> 103 + </div> 97 97 </div> 98 -</span></body></html> 105 + </body> 106 +</html> 99 99 {{/html}}