interactivity

This commit is contained in:
2021-03-06 12:55:11 +00:00
parent 747f9f00af
commit 901df0d9d5
3 changed files with 56 additions and 26 deletions

View File

@@ -97,8 +97,8 @@
</div> <!-- / .container -->
</footer>
<div style="background-color: #1b2a6e;margin: 0;padding: 0;border-top:1px solid white;">
<p style="color: #f7a325;margin: 0;text-align: center;padding-bottom: 10px;"> © 2020 IIMTT. All Rights Reserved.</p>
<div style="background-image: linear-gradient(darkblue, black);margin: 0;padding: 0;">
<p style="color:gray;margin: 0;text-align: center;padding-bottom: 10px;font-size:15px;"> © 2020 IIMTT. All Rights Reserved.</p>
</div>
</section>
<div class="f1">
@@ -112,5 +112,18 @@
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>