Changes for page Presentation Test Page

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

From version 32.1
edited by Erik Bakker
on 2024/07/30 12:14
Change comment: There is no comment for this version
To version 37.1
edited by Erik Bakker
on 2024/07/30 14:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,45 +42,42 @@
42 42  
43 43  == Current slide ==
44 44  
45 +
46 +
45 45  {{html}}
46 -<html xmlns:v="urn:schemas-microsoft-com:vml"
47 -xmlns:o="urn:schemas-microsoft-com:office:office"
48 -xmlns:w="urn:schemas-microsoft-com:office:word"
49 -xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
50 -xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
51 -xmlns="http://www.w3.org/TR/REC-html40">
52 52  
53 -<head>
54 -<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
55 -<meta name=ProgId content=Word.Document>
56 -<meta name=Generator content="Microsoft Word 15">
57 -<meta name=Originator content="Microsoft Word 15">
58 -<link rel=File-List href="Test%20Slide%20-%20HTML_files/filelist.xml">
59 -<link rel=Edit-Time-Data href="Test%20Slide%20-%20HTML_files/editdata.mso">
60 -<link rel=themeData href="Test%20Slide%20-%20HTML_files/themedata.thmx">
61 -<link rel=colorSchemeMapping
62 -href="Test%20Slide%20-%20HTML_files/colorschememapping.xml">
63 -
64 -<style>
65 -
66 -</style>
67 -
68 -</head>
69 -
70 -<body lang=NL style='tab-interval:35.4pt;word-wrap:break-word'>
71 -
72 -<div class=WordSection1>
73 - <label>
74 - 226 - Alerting Alchemy
75 -
76 -<p class=MsoNormal><span style='mso-no-proof:yes'><img width=605 height=341
77 -src=/bin/download/Main/Images/General/WebHome/main-background-slide-emagiz.png v:shapes="Graphic_x0020_1"><![endif]></span></p>
78 -
79 - </label>
80 -</div>
81 -
49 +<body>
50 +
51 + <!-- Define the slideshow container -->
52 + <div id="slideshow">
53 + <div class="slide-wrapper">
54 +
55 + <!-- Define each of the slides
56 + and write the content -->
57 +
58 + <div class="slide">
59 + <h1 class="slide-number">
60 + GeeksforGeeks
61 + </h1>
62 + </div>
63 + <div class="slide">
64 + <h1 class="slide-number">
65 + A computer science portal
66 + </h1>
67 + </div>
68 + <div class="slide">
69 + <h1 class="slide-number">
70 + This is an example of
71 + </h1>
72 + </div>
73 + <div class="slide">
74 + <h1 class="slide-number">
75 + Slideshow with HTML and CSS only
76 + </h1>
77 + </div>
78 + </div>
79 + </div>
82 82  </body>
83 83  
84 -</html>
85 -
86 86  {{/html}}
83 +