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
Change comment: There is no comment for this version
To version 56.1
edited by Erik Bakker
on 2022/04/29 14:17
Change comment: Deleted image "store.png"

Summary

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.
... ... @@ -8,18 +8,13 @@
8 8  ----
9 9  
10 10  {{html}}
11 -<html>
12 -<head>
13 - <script src="https://kit.fontawesome.com/f589924061.js" crossorigin="anonymous"></script>
14 - </head>
15 -<body>
16 - <div class="ez-academy">
9 +<html><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>
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>
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>
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>
42 42   </div>
43 43   <ul class="card__footer">
44 44   <li class="card__footer-item">
... ... @@ -56,8 +56,8 @@
56 56   </ul>
57 57   </a>
58 58   <a href="/bin/view/FAQ/" class="card">
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>
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>
61 61   </div>
62 62   <ul class="card__footer">
63 63   <li class="card__footer-item">
... ... @@ -74,10 +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>
80 -
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>
81 81   </div>
82 82   <ul class="card__footer">
83 83   <li class="card__footer-item">
... ... @@ -94,10 +94,9 @@
94 94   </li>
95 95   </ul>
96 96   </a>
97 - </div>
98 - </main>
99 - </div>
89 + </div>
90 + </main></div>
91 +
100 100  </div>
101 - </body>
102 -</html>
93 +</span></body></html>
103 103  {{/html}}