Wiki source code of Presentation Test Page

Last modified by Erik Bakker on 2024/07/30 14:39

Show last authors
1 == eMagiz Training Program ==
2
3 === //A work of Art (or in progress)// ===
4
5 == Content ==
6
7 |(((
8 * Introduction
9 * What is eMagiz?
10 * When to use the store?
11 * 5 Phases of eMagiz
12 )))|(((
13 [[image:Main.Images.Microlearning.WebHome@eMagiz-diagram.png]]
14
15
16 (% class="text-center" %)
17 (((
18 Source: [[Crash Course Platform>>https://docs.emagiz.com/bin/view/Main/eMagiz%20Academy/Microlearnings/Crash%20Course/Crash%20Course%20Platform/crashcourse-platform-intro-the-five-phases-of-emagiz]]
19
20 )))
21 )))
22 |=Capture|What is in your integration landscape?
23 |=Design|How can you configure a integration?
24 |=Create|Lore Ipsum
25
26 == An endangered species ==
27
28 * eMagiz trainers are an endangered species at Transportcentrum 16
29 * They don't like to update powerpoints slides with new content
30
31
32 | |[[image:Main.Images.Microlearning.WebHome@intermediate-emagiz-monitoring-runtime-stats-keymetrics-1]]
33 |[[image:Powerpoint xWiki background small.png||alt="xwiki powerpoint" height="73" style="float:left" width="100"]]|
34
35 == Test slide ==
36 {{html}}
37 <Div class="SC" id="s1s0"><img /><div id="s1s4" style="top:153.9902px;left:34.59945px;height:189.078px;width:529.7338px;"><pre class="pre0" style="left:7.200001px;top:146.328px;">Next generation runtime migration</pre></div><div id="s1s5" style="top:349.836px;left:34.59929px;height:91.41969px;width:529.7338px;"><pre class="pre1" style="left:7.199997px;top:0.9508972px;">Plan Q2 2023</pre></div></Div>{{/html}}
38
39 == Next slide ==
40 {{html}}
41 <Div class="SC" id="s2s0"><img /><div id="s2s2" style="top:28.75px;left:480px;height:105.5765px;width:415.0281px;"> </div><div id="s2s3" style="top:143.75px;left:480px;height:343.6036px;width:415.0281px;"> </div></Div>{{/html}}
42
43 == Current slide ==
44
45 {{html}}
46 <!-- Slideshow container -->
47 <div class="slideshow-container">
48
49 <!-- Full-width images with number and caption text -->
50 <div class="mySlides fade">
51 <div class="numbertext">1 / 3</div>
52 <img src="/bin/download/Main/Images/General/WebHome/main-background-slide-emagiz.png" style="width:100%">
53 <div class="text">Caption Text</div>
54 </div>
55
56 <div class="mySlides fade">
57 <div class="numbertext">2 / 3</div>
58 <img src="/bin/download/Main/Images/General/WebHome/Logo_Vogelbekdier.png" style="width:100%">
59 <div class="text">Caption Two</div>
60 </div>
61
62 <div class="mySlides fade">
63 <div class="numbertext">3 / 3</div>
64 <img src="/bin/download/Main/Images/General/WebHome/statuspage.png" style="width:100%">
65 <div class="text">Caption Three</div>
66 </div>
67
68 <!-- Next and previous buttons -->
69 <a class="prev" onclick="plusSlides(-1)">&#10094;</a>
70 <a class="next" onclick="plusSlides(1)">&#10095;</a>
71 </div>
72 <br>
73
74 <!-- The dots/circles -->
75 <div style="text-align:center">
76 <span class="dot" onclick="currentSlide(1)"></span>
77 <span class="dot" onclick="currentSlide(2)"></span>
78 <span class="dot" onclick="currentSlide(3)"></span>
79 </div>
80
81 {{/html}}