Skip to content

Commit ccc70cc

Browse files
authored
Update index.html
1 parent 0c154c8 commit ccc70cc

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

_layouts/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,19 @@
1111
$('.md-close').on('click', function() {
1212
$('.md-modal').removeClass('md-show');
1313
});
14-
});
14+
});
1515
</script>
16-
<section class="parallax-bg bg-fixed overlay fullscreen-banner valign-wrapper"
17-
style="background-image: url({{ page.banner }})"
18-
data-stellar-background-ratio="0.5">
19-
2016
<div class="md-modal md-effect-12 md-show">
2117
<div class="md-content">
2218
<button class="md-close">Close</button>
2319
<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>
2420
</div>
2521
</div>
22+
<section class="parallax-bg bg-fixed overlay fullscreen-banner valign-wrapper"
23+
style="background-image: url({{ page.banner }})"
24+
data-stellar-background-ratio="0.5">
25+
26+
2627

2728
<div class="valign-cell">
2829
<div class="container padding-top-160">

0 commit comments

Comments
 (0)