Skip to content

Commit

Permalink
modal test
Browse files Browse the repository at this point in the history
  • Loading branch information
PjrCodes authored Mar 21, 2022
1 parent d7fe58b commit 0c9e1ba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,24 @@ <h3>Discord</h3>
</div>
</footer><!-- End Footer -->

<!-- modal -->
<div class="modal fade" id="offerModal" tabindex="-1" role="dialog" aria-labelledby="offerModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="offerModalLabel">Limited time offer!</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
...
</div>
</div>
</div>
</div>
<!-- end modal -->

<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
Expand All @@ -638,6 +656,9 @@ <h3>Discord</h3>

<!--Start of Tawk.to Script-->
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {
$('#offerModal').modal({focus:true, show:true})
});
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
Expand Down

0 comments on commit 0c9e1ba

Please sign in to comment.