Skip to content

Commit 1a5e6b5

Browse files
committed
Show slides and link to youtube
0 parents  commit 1a5e6b5

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<head>
2+
<title>kubectl bind</title>
3+
</head>
4+
<style>
5+
.responsive-google-slides {
6+
position: relative;
7+
padding-bottom: 56.25%; /* 16:9 Ratio */
8+
height: 0;
9+
overflow: hidden;
10+
}
11+
.responsive-google-slides iframe {
12+
border: 0;
13+
position: absolute;
14+
top: 0;
15+
left: 0;
16+
width: 100% !important;
17+
height: 100% !important;
18+
}
19+
body {
20+
background: #000;
21+
color: #ddd;
22+
}
23+
a:link { color: lightskyblue; }
24+
a:visited { color: #ccc; }
25+
a:hover { color: #ffffff; }
26+
a:active { color: #ff4040; text-decoration:none; font-weight:normal; }
27+
</style>
28+
29+
<body>
30+
<div class="responsive-google-slides">
31+
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vR2pnXIRht6t5GTsONlnrrqFY5qcU29H2zwN-cUeNIkTrEcJW0-v48QZyTL2C0hd8puXIMZOYSXnaCc/embed?start=true&loop=true&delayms=2000&rm=minimal"></iframe>
32+
</div>
33+
<center>
34+
<a href="https://www.youtube.com/watch?v=dg0g15Qv5Fo&t=1s">ContainerDays 2022 Video</a>
35+
</center>
36+
</body>

0 commit comments

Comments
 (0)