640 bytes added
, 09:52, 30 March 2020
<html>
<section class="footer fixed-bottom">
<div class="container-fluid">
<span class="text-white">Contact Information: <a href="mailto:zahid.siddiqi@canada.ca" class="text-info"><i class="fa fa-envelope"></i> Zahid Siddiqi </a></span>
</div>
</section>
<!--End of body and super-body container. DO NOT REMOVE-->
</section>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip({
container: 'body'
})
})
$(function () {
$('[data-toggle="popover"]').popover({
container: 'body'
})
})
</script>
</body>
<!--End of body and super-body container. DO NOT REMOVE-->
</html>