Skip to content

Commit 4e57205

Browse files
authored
Update index.html
1 parent f2b7264 commit 4e57205

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

_layouts/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
border: 1px solid #f1f1f1;
77
}
88
</style>
9-
<script>
10-
$(function () {
11-
$('.md-close').on('click', function() {
12-
$('.md-modal').removeClass('md-show');
13-
});
14-
});
15-
</script>
16-
<div class="md-modal md-effect-12 md-show">
17-
<div class="md-content">
18-
<button class="md-close" style="float: right">Close</button>
19-
<iframe width="630" height="410" src="https://www.youtube.com/embed/4J8mViMo8lE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
20-
</div>
21-
</div>
9+
// <script>
10+
// $(function () {
11+
// $('.md-close').on('click', function() {
12+
// $('.md-modal').removeClass('md-show');
13+
// });
14+
// });
15+
// </script>
16+
// <div class="md-modal md-effect-12 md-show">
17+
// <div class="md-content">
18+
// <button class="md-close" style="float: right">Close</button>
19+
// <iframe width="630" height="410" src="https://www.youtube.com/embed/4J8mViMo8lE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
20+
// </div>
21+
// </div>
2222
<section class="parallax-bg bg-fixed overlay fullscreen-banner valign-wrapper"
2323
style="background-image: url({{ page.banner }})"
2424
data-stellar-background-ratio="0.5">

0 commit comments

Comments
 (0)