-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfooter.html
58 lines (53 loc) · 1.59 KB
/
footer.html
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
<html>
<head>
<style>
body {
background-color: black;
color: white;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
button {
font-size: 1.5em;
padding: 0.5em;
background-color: 888888;
color: 00DD00;
}
a {
color: white;
}
div {
font-size: 1.2em;
}
pre {
font-size: 1.5em;
}
td {
font-size: 1.5em;
}
.tableInline {
display: inline-table;
}
.tdEmpty {
background-color: 222222;
}
.imgThumbnail {
width: 600px;
display: inline-table;
}
</style>
</head>
<body>
<h1>Videos of Chroma Authoring Tools and Plugins:</h1>
<div>
<ol>
<li>Layers can be created from particle systems. <a target="_blank" href="https://www.youtube.com/watch?v=DgGvPcQaSIo">https://www.youtube.com/watch?v=DgGvPcQaSIo</a></li>
<li>Layers can be created from sprites. <a target="_blank" href="https://www.youtube.com/watch?v=MmUJ5fIAmDE">https://www.youtube.com/watch?v=MmUJ5fIAmDE</a></li>
<li>Chroma plays on web pages and layer colors can be set dynamically. <a target="_blank" href="https://www.youtube.com/watch?v=4-k_dnE3yJU">https://www.youtube.com/watch?v=4-k_dnE3yJU</a></li>
</ol>
</div>
<br/>
1. <iframe width="560" height="315" src="https://www.youtube.com/embed/DgGvPcQaSIo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
2. <iframe width="560" height="315" src="https://www.youtube.com/embed/MmUJ5fIAmDE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
3. <iframe width="560" height="315" src="https://www.youtube.com/embed/4-k_dnE3yJU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</body>
</html>