Changes for page Home

Last modified by Erik Bakker on 2024/09/24 16:08

From version 56.1
edited by Erik Bakker
on 2022/04/29 14:17
Change comment: Deleted image "store.png"
To version 73.1
edited by Erik Bakker
on 2022/05/06 15:10
Change comment: There is no comment for this version

Summary

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.
... ... @@ -6,13 +6,18 @@
6 6  ----
7 7  
8 8  {{html}}
9 -<html><body<div class="ez-academy">
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">
10 10   <div class="ez-academy_body">
11 11   <main class="master">
12 12   <div class="card-container">
13 13   <a href="/bin/view/Main/eMagiz%20Academy/" class="card">
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>
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>
16 16   </div>
17 17   <ul class="card__footer">
18 18   <li class="card__footer-item">
... ... @@ -30,8 +30,8 @@
30 30   </ul>
31 31   </a>
32 32   <a href="/bin/view/Main/eMagiz%20Store/" class="card">
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>
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>
35 35   </div>
36 36   <ul class="card__footer">
37 37   <li class="card__footer-item">
... ... @@ -49,8 +49,8 @@
49 49   </ul>
50 50   </a>
51 51   <a href="/bin/view/FAQ/" class="card">
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>
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>
54 54   </div>
55 55   <ul class="card__footer">
56 56   <li class="card__footer-item">
... ... @@ -67,9 +67,10 @@
67 67   </li>
68 68   </ul>
69 69   </a>
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>
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 +
73 73   </div>
74 74   <ul class="card__footer">
75 75   <li class="card__footer-item">
... ... @@ -86,9 +86,10 @@
86 86   </li>
87 87   </ul>
88 88   </a>
89 - </div>
90 - </main></div>
91 -
97 + </div>
98 + </main>
99 + </div>
92 92  </div>
93 -</span></body></html>
101 + </body>
102 +</html>
94 94  {{/html}}