-
Notifications
You must be signed in to change notification settings - Fork 14
/
allfoot.php
31 lines (25 loc) · 824 Bytes
/
allfoot.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p class="footer text-center">Copyright © Cloud Classroom 2018 <strong>MCA</strong> project Made by <strong>VISHAL MATHUR 146891645</strong></p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<style>
.footer{background: #000; padding: 10px 0px; color: #fff;position: fixed;left: 0; right: 0;bottom: -10px;}
</style>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Script to Activate the Carousel -->
<script>
$('.carousel').carousel({
interval: 5000 //changes the speed
})
</script>
</body>
</html>