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
Change comment: There is no comment for this version
To version 65.1
edited by Erik Bakker
on 2022/04/29 14:58
Change comment: There is no comment for this version

Summary

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.
... ... @@ -16,14 +16,13 @@
16 16  <head>
17 17   <script src="https://kit.fontawesome.com/f589924061.js" crossorigin="anonymous"></script>
18 18   </head>
19 -<body>
20 - <div class="ez-academy">
13 +<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>
18 + <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/academy-solid.svg) center no-repeat; background-size: 20%;">
19 + <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>
37 + <div class="card__body" style="background: url(/bin/download/Main/Images/General/WebHome/store-solid.svg) center no-repeat; background-size: 20%;">
38 + <h4 class="title">Store</h4>
46 46   </div>
47 47   <ul class="card__footer">
48 48   <li class="card__footer-item">
... ... @@ -61,7 +61,7 @@
61 61   </a>
62 62   <a href="/bin/view/FAQ/" class="card">
63 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>
57 + <h4 class="title">Q&A</h4>
65 65   </div>
66 66   <ul class="card__footer">
67 67   <li class="card__footer-item">
... ... @@ -78,9 +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>
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">Latest Releases</h4>
84 84  
85 85   </div>
86 86   <ul class="card__footer">
... ... @@ -98,10 +98,9 @@
98 98   </li>
99 99   </ul>
100 100   </a>
101 - </div>
102 - </main>
103 - </div>
94 + </div>
95 + </main></div>
96 +
104 104  </div>
105 - </body>
106 -</html>
98 +</span></body></html>
107 107  {{/html}}