forked from External/greenlight
remove video modal
This commit is contained in:
parent
d9a95ffc18
commit
fa64e53792
|
@ -45,13 +45,6 @@ $rule-color: lightblue;
|
||||||
|
|
||||||
$footer-height: 80px;
|
$footer-height: 80px;
|
||||||
|
|
||||||
.video-container {
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
height: 0;
|
|
||||||
padding-bottom: 56.25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h1 id="main-text" class="display-3 text-center text-primary mt-9">Teach Students Online.</h1>
|
<h1 id="main-text" class="display-3 text-center text-primary mt-9">Teach Students Online.</h1>
|
||||||
<%= render "shared/modals/video_modal" %>
|
|
||||||
|
|
||||||
<hr class="small-rule">
|
<hr class="small-rule">
|
||||||
|
|
||||||
|
@ -9,10 +8,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(window).on('load',function(){
|
|
||||||
$('#welcomeModal').modal('show');
|
|
||||||
});
|
|
||||||
|
|
||||||
textOptions = [
|
textOptions = [
|
||||||
"Start your own Meeting.",
|
"Start your own Meeting.",
|
||||||
"Collaborate with Friends.",
|
"Collaborate with Friends.",
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
<div class="modal fade" id="welcomeModal" tabindex="-1" role="dialog">
|
|
||||||
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
||||||
<div class="modal-content text-center">
|
|
||||||
<div class="modal-body">
|
|
||||||
<div class="card-body p-6">
|
|
||||||
<div class="card-title text-primary">
|
|
||||||
<h3>Welcome to Greenlight</h3>
|
|
||||||
</div>
|
|
||||||
<hr class="small-rule">
|
|
||||||
|
|
||||||
<div class="video-container">
|
|
||||||
<iframe src="https://www.youtube.com/embed/yGX3JCv7OVM" frameborder="0" allowfullscreen></iframe>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-6 offset-3">
|
|
||||||
<button type="submit" class="btn btn-outline-primary btn-block btn-pill mt-5" data-dismiss="modal">Enter Site</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue