Changes for page Presentation Test Page
Last modified by Erik Bakker on 2024/07/30 14:39
From version 1.1
edited by Bouke Reitsma
on 2024/07/29 15:45
on 2024/07/29 15:45
Change comment:
There is no comment for this version
To version 18.1
edited by Erik Bakker
on 2024/07/30 11:29
on 2024/07/30 11:29
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 2 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. BoukeReitsma1 +XWiki.ebakker - Content
-
... ... @@ -1,20 +1,34 @@ 1 -~== eMagiz Training Program== 2 -\\=== ~/~/A work of Art (or in progress)~/~/ === 3 -\\== Content== 4 -\\|~(~(~( 5 -~* Introduction 6 -~* What is eMagiz? 7 -~* When to use the store? 8 -~* 5 Phases of eMagiz 9 -~)~)~)|~(~(~( 10 - ~[~[image~:Main.Images.Microlearning.WebHome@eMagiz-diagram.png]] 11 -\\ ~(% class='text-center'%)~(~(~( 12 - 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>>https://docs.emagiz.com/bin/view/Main/eMagiz%20Academy/Microlearnings/Crash%20Course/Crash%20Course%20Platform/crashcourse-platform-intro-the-five-phases-of-emagiz]]]] 13 - ~)~)~) 14 -~)~)~) 15 -~|=Capture|What is in your integration landscape? 16 -~|=Design|How can you configure a integration? 17 -~|=Create|Lore Ipsum 18 -\\== An endangered species == 19 -\\* eMagiz trainers are an endangered species at Transportcentrum 16 20 -~* They don't like to update powerpoints slides with new content 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 +
- Powerpoint xWiki background small.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.BoukeReitsma - Size
-
... ... @@ -1,0 +1,1 @@ 1 +6.9 KB - Content
- Powerpoint xWiki background.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.BoukeReitsma - Size
-
... ... @@ -1,0 +1,1 @@ 1 +11.1 KB - Content
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,0 +1,59 @@ 1 +.carousel { 2 + background: #503d75; 3 + overflow: hidden; 4 + margin: auto; 5 +} 6 +.carousel { 7 + position: relative; 8 +} 9 +.carousel-inner { 10 + position: relative; 11 + width: 100%; 12 + overflow: hidden; 13 +} 14 +.carousel .carousel-inner .carousel-item { 15 + font-size: 20px; 16 + page-break-after: always; 17 +} 18 +.carousel-inner > .item { 19 + position: relative; 20 + display: none; 21 + -webkit-transition: .6s ease-in-out left; 22 + -o-transition: .6s ease-in-out left; 23 + transition: .6s ease-in-out left; 24 +} 25 +.carousel .carousel-inner .carousel-item .carousel-item-slide { 26 + width: 100%; 27 + height: 100%; 28 + margin: auto; 29 + overflow: hidden; 30 + background-color: burlywood; 31 + box-shadow: 0 0 2px #888; 32 + display: table; 33 + table-layout: fixed; 34 +} 35 +.carousel-item-slide { 36 + -webkit-text-size-adjust: 100%; 37 + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 38 + --rem: 16; 39 + font-family: Ubuntu, sans-serif; 40 + line-height: 1.428571429; 41 + color: #207e10; 42 + white-space: normal; 43 + font-size: 40px; 44 + box-sizing: border-box; 45 +} 46 +.carousel .carousel-inner .carousel-item.header .carousel-item-slide-content { 47 + text-align: center; 48 + vertical-align: middle; 49 +} 50 +.carousel .carousel-inner .carousel-item .carousel-item-slide .carousel-item-slide-content { 51 + font-family: 'Ubuntu, sans-serif'; 52 + display: table-cell; 53 + padding: 1em 4em 1em 4em; 54 +} 55 +.carousel .carousel-inner .carousel-item .carousel-item-slide .carousel-item-slide-content h2 { 56 + font-size: 3.1em; 57 + margin-bottom: .3em; 58 + color: green; 59 +} - Name
-
... ... @@ -1,0 +1,1 @@ 1 +Stylesheet Tryout - Use this extension
-
... ... @@ -1,0 +1,1 @@ 1 +always