-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslides-script.txt
More file actions
130 lines (96 loc) · 2.17 KB
/
slides-script.txt
File metadata and controls
130 lines (96 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#style
#redHeader
color: yellow
height: 30vh
width: 30vw
border: 3px solid green
text-shadow: red 2px 5px
font-size: 45pt
text-align: center
#newtitle
font-size: 40pt
#slide
#header name = newtitle
title of pres
#paragraph
subtitle
#slide
#header
Testing image component fldksa;fd
#space
#image name = img
./gif.gif
#slide
#header
Testing highlighted code block component
#code
window.addEventListener('keypress', (event: KeyboardEvent): void => {
const key = event.key;
switch (key) {
case "d":
if (currentSlide < finalSlide) {
currentSlide++;
}
break;
case "a":
if (currentSlide > 0) {
currentSlide--;
}
break;
}
renderCurrentSlide();
}, true);
#slide
#header
Testing paragraph component
#paragraph
Hello there this is a very important paragraph containing super important
things like aksdjf;lkadsjf;ldksajf; and ;alskdfj;alksdjf;skjfads;l.
Also remember that ;lasdkjf;asdlkjf ;alskdfja;lskdj;fajslfkj
Good evening.1111
#slide
#header
Testing list component
#list
first item
second item
third item
fourth item
fifth item
#slide
#header
basic layout
#orderedList
important point1
something point2
lfdksjfpoint3
fdlsakpoint4
point5fldkasjfdlaskj
#image
./picture.jpeg
#slide
#image
./picture.jpeg
#padding
10vh
#header
flipped layout
#orderedList
important point1
something point2
lfdksjfpoint3
fdlsakpoint4
point5fldkasjfdlaskj
#slide
#header name = redHeader
Testing styling
#slide
#header
Testing video component
#video
video.mp4
#slide
#header
title
#image
./gif.gif