Changes for page Academy

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

From version 36.1
edited by Erik Bakker
on 2022/04/21 15:52
Change comment: Added object
To version 46.1
edited by Erik Bakker
on 2022/04/25 15:28
Change comment: There is no comment for this version

Summary

Details

XWiki.GadgetClass[0]
content
... ... @@ -1,9 +1,0 @@
1 -{{velocity}}
2 -#set ($extraParams = '')
3 -#if ($doc.space != 'Main')
4 - #set ($escapedDocumentReference = $services.rendering.escape($services.model.serialize($doc.documentReference,
5 - 'default'), 'xwiki/2.1'))
6 - #set ($extraParams = "root='document:$escapedDocumentReference'")
7 -#end
8 -{{documentTree showTranslations="false" showAttachments="false" compact="true" $extraParams /}}
9 -{{/velocity}}
position
... ... @@ -1,1 +1,0 @@
1 -1,1
title
... ... @@ -1,1 +1,0 @@
1 -#if ($doc.space == 'Main')$services.localization.render('platform.dashboard.wiki.pages')#{else}$services.localization.render('platform.dashboard.space.documents', [$doc.plainTitle])#end
XWiki.GadgetClass[1]
content
... ... @@ -1,51 +1,0 @@
1 -{{html}}
2 -<!DOCTYPE html>
3 -<html>
4 -<head>
5 -<meta name="viewport" content="width=device-width, initial-scale=1">
6 -<style>
7 -* {
8 - box-sizing: border-box;
9 -}
10 -
11 -/* Create two equal columns that floats next to each other */
12 -.column {
13 - float: left;
14 - width: 50%;
15 - padding: 10px;
16 - height: 20px; /* Should be removed. Only for demonstration */
17 -}
18 -
19 -/* Clear floats after the columns */
20 -.row:after {
21 - content: "";
22 - display: table;
23 - clear: both;
24 -}
25 -
26 -/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
27 -@media screen and (max-width: 10px) {
28 - .column {
29 - width: 100%;
30 - }
31 -}
32 -</style>
33 -</head>
34 -<body>
35 -
36 -<h2>Responsive Two Column Layout</h2>
37 -<p>Resize the browser window to see the responsive effect (the columns will stack on top of each other instead of floating next to each other, when the screen is less than 600px wide).</p>
38 -
39 -<div class="row">
40 - <div class="column" style="background-color:#aaa;">
41 - <h2>Column 1</h2>
42 - <p>Some text..</p>
43 - </div>
44 - <div class="column" style="background-color:#bbb;">
45 - <h2>Column 2</h2>
46 - <p>Some text..</p>
47 - </div>
48 -</div>
49 -</body>
50 -</html>
51 -{{/html}}
position
... ... @@ -1,1 +1,0 @@
1 -1, 2
title
... ... @@ -1,1 +1,0 @@
1 -$services.localization.render('rendering.macro.html.name')
XWiki.GadgetClass[3]
content
... ... @@ -1,0 +1,141 @@
1 +{{code language="markdown"}}
2 +<div class="ez-academy">
3 + <div class="ez-academy__body">
4 + <main class="master">
5 + <h2 class="title">eMagiz Academy Microlearnings</h2>
6 + <p>
7 + <font size="4" face="verdana" color="black">
8 + Welcome to the eMagiz Academy section. In this section you will find all the relevant learnings for eMagiz. Below the three main entry points which will assist you to find the right content for your work.
9 + </br>
10 + <ul>
11 + <li><b>1. Fundamentals</b> - It contains an overview of the most important platform components on a conceptual level</li>
12 + <li><b>2. Microlearnings</b> - It contains all microlearnings with applied knowledge for each of the platform's features. There are four levels of microlearnings ranging from novice to expert. Further, microlearnings are categorized by roles Developer, Architect, and Support Engineer</li>
13 + <li><b>3. Use Cases</b> - a group of microlearnings that will address a specific integration solution in the platform</li>
14 + <li><b>4. Migration Paths</b> - It contains all migration paths to move from a specific state to the newest state on the platform. Examples are migrations of the eMagiz Mendix connector or moving from the Root cloud to the eMagiz Cloud.</li>
15 + <li><b>5. RCA Knowledge Base</b> - It contains a subset of Root Cause Analysis performed on platform and model issues reported to us. By providing these anonymized versions, we intend people will browse through them when they are confronted with a problem.</li>
16 + </ul>
17 + </br>
18 + Last updated - March 2022
19 + </font>
20 + </p>
21 + <div class="card-container">
22 + <a href="../../docs/fundamental/index_academy_fundamental_all" class="card">
23 + <div class="card__body" style="background: url(../../img/microlearning/academy_index/fundamentals.svg) center no-repeat; background-size: 20%;">
24 + <h4 class="title">Fundamentals</h4>
25 + </div>
26 + <ul class="card__footer">
27 + <li class="card__footer-item">
28 + <img class="card__footer-icon card__footer-icon--level" src="../../img/microlearning/academy_index/icon-level24.svg"/>
29 + <label for="" class="card__footer-label">All</label>
30 + </li>
31 + <li class="card__footer-item">
32 + <img class="card__footer-icon card__footer-icon--roles" src="../../img/microlearning/academy_index/icon-roles24.svg"/>
33 + <label for="" class="card__footer-label">All</label>
34 + </li>
35 + <li class="card__footer-item">
36 + <img class="card__footer-icon card__footer-icon--lessons" src="../../img/microlearning/academy_index/icon-lessons24.svg"/>
37 + <label for="" class="card__footer-label">9</label>
38 + </li>
39 + </ul>
40 + </a>
41 + <a href="../../docs/microlearning/index_academy_microlearning" class="card">
42 + <div class="card__body" style="background: url(../../img/microlearning/academy_index/microlearnings2.svg) center no-repeat; background-size: 20%;">
43 + <h4 class="title">Microlearnings</h4>
44 + </div>
45 + <ul class="card__footer">
46 + <li class="card__footer-item">
47 + <img class="card__footer-icon card__footer-icon--level" src="../../img/microlearning/academy_index/icon-level24.svg"/>
48 + <label for="" class="card__footer-label">All</label>
49 + </li>
50 + <li class="card__footer-item">
51 + <img class="card__footer-icon card__footer-icon--roles" src="../../img/microlearning/academy_index/icon-roles24.svg"/>
52 + <label for="" class="card__footer-label">All</label>
53 + </li>
54 + <li class="card__footer-item">
55 + <img class="card__footer-icon card__footer-icon--lessons" src="../../img/microlearning/academy_index/icon-lessons24.svg"/>
56 + <label for="" class="card__footer-label">265</label>
57 + </li>
58 + </ul>
59 + </a>
60 + <a href="../../docs/usecase/index_academy_usecase_all" class="card">
61 + <div class="card__body" style="background: url(../../img/microlearning/academy_index/usecases.svg) center no-repeat; background-size: 15%;">
62 + <h4 class="title">Use Cases</h4>
63 + </div>
64 + <ul class="card__footer">
65 + <li class="card__footer-item">
66 + <img class="card__footer-icon card__footer-icon--level" src="../../img/microlearning/academy_index/icon-level24.svg"/>
67 + <label for="" class="card__footer-label">All</label>
68 + </li>
69 + <li class="card__footer-item">
70 + <img class="card__footer-icon card__footer-icon--roles" src="../../img/microlearning/academy_index/icon-roles24.svg"/>
71 + <label for="" class="card__footer-label">All</label>
72 + </li>
73 + <li class="card__footer-item">
74 + <img class="card__footer-icon card__footer-icon--lessons" src="../../img/microlearning/academy_index/icon-lessons24.svg"/>
75 + <label for="" class="card__footer-label">8</label>
76 + </li>
77 + </ul>
78 + </a>
79 + <a href="../../docs/migrationpath/index_academy_migrationpath_all" class="card">
80 + <div class="card__body" style="background: url(../../img/microlearning/academy_index/migration-paths.svg) center no-repeat; background-size: 15%;">
81 + <h4 class="title">Migration Paths</h4>
82 + </div>
83 + <ul class="card__footer">
84 + <li class="card__footer-item">
85 + <img class="card__footer-icon card__footer-icon--level" src="../../img/microlearning/academy_index/icon-level24.svg"/>
86 + <label for="" class="card__footer-label">All</label>
87 + </li>
88 + <li class="card__footer-item">
89 + <img class="card__footer-icon card__footer-icon--roles" src="../../img/microlearning/academy_index/icon-roles24.svg"/>
90 + <label for="" class="card__footer-label">All</label>
91 + </li>
92 + <li class="card__footer-item">
93 + <img class="card__footer-icon card__footer-icon--lessons" src="../../img/microlearning/academy_index/icon-lessons24.svg"/>
94 + <label for="" class="card__footer-label">12</label>
95 + </li>
96 + </ul>
97 + </a>
98 + <a href="../../docs/rca-knowledgebase/index_academy_rca-knowledgebase_all" class="card">
99 + <div class="card__body" style="background: url(../../img/microlearning/academy_index/rca-knowledgebase.svg) center no-repeat; background-size: 17%;">
100 + <h4 class="title">RCA Knowledge Base</h4>
101 + </div>
102 + <ul class="card__footer">
103 + <li class="card__footer-item">
104 + <img class="card__footer-icon card__footer-icon--level" src="../../img/microlearning/academy_index/icon-level24.svg"/>
105 + <label for="" class="card__footer-label">All</label>
106 + </li>
107 + <li class="card__footer-item">
108 + <img class="card__footer-icon card__footer-icon--roles" src="../../img/microlearning/academy_index/icon-roles24.svg"/>
109 + <label for="" class="card__footer-label">All</label>
110 + </li>
111 + <li class="card__footer-item">
112 + <img class="card__footer-icon card__footer-icon--lessons" src="../../img/microlearning/academy_index/icon-lessons24.svg"/>
113 + <label for="" class="card__footer-label">6</label>
114 + </li>
115 + </ul>
116 + </a>
117 + <a href="https://www.emagiz.com/en/certification/" class="card card--featured">
118 + <div class="card__body" style="background: url(../../img/microlearning/academy_index/get_certified.png) center no-repeat; background-size: 20%;">
119 + <h4 class="title">Get Certified!!</h4>
120 + </div>
121 + <ul class="card__footer">
122 + <li class="card__footer-item">
123 + <img class="card__footer-icon card__footer-icon--level" src="../../img/microlearning/academy_index/icon-level24.svg"/>
124 + <label for="" class="card__footer-label">All</label>
125 + </li>
126 + <li class="card__footer-item">
127 + <img class="card__footer-icon card__footer-icon--roles" src="../../img/microlearning/academy_index/icon-roles24.svg"/>
128 + <label for="" class="card__footer-label">All</label>
129 + </li>
130 + <li class="card__footer-item">
131 + <img class="card__footer-icon card__footer-icon--lessons" src="../../img/microlearning/academy_index/icon-lessons24.svg"/>
132 + <label for="" class="card__footer-label">9</label>
133 + </li>
134 + </ul>
135 + </a>
136 + </div>
137 + </div>
138 +</main>
139 +</div>
140 +</div>
141 +{{/code}}
position
... ... @@ -1,0 +1,1 @@
1 +1, 4
title
... ... @@ -1,0 +1,1 @@
1 +$services.localization.render('rendering.macro.code.name')
XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,1 @@
1 +{background-color:#f5f5f5}
Content Type
... ... @@ -1,0 +1,1 @@
1 +CSS
Name
... ... @@ -1,0 +1,1 @@
1 +TestCSSExtension
Parse content
... ... @@ -1,0 +1,1 @@
1 +Yes
Use this extension
... ... @@ -1,0 +1,1 @@
1 +currentPage