-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathfooter.php
More file actions
52 lines (47 loc) · 3.15 KB
/
footer.php
File metadata and controls
52 lines (47 loc) · 3.15 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<footer>
<div class="container">
<div class="row">
<div class="col-sm-2">
<h4>Copyright © 2016 by <a href="http://linkedin.com/in/msaifulbdjoy" target="_blank">M SAIFUL ISLAM</a></h4>
<h4>And</h4>
<h4>Coded with <span class="glyphicon glyphicon-heart"></span><a href="http://facebook.com/msaifulbdjoy" target="_blank"> MD. SAIFUL ISLAM</a></h4>
</div><!-- end col-sm-2 -->
<div class="col-sm-4">
<h4>About Us</h4>
<p>e_Learning is a global marketplace for learning and teaching online where students are mastering new skills and achieving their goals by learning from an extensive library of lots of courses taught by expert instructors. Also you can get a job by your ranking , instructor can post a job also.</p>
<h4>Why Here?</h4>
<p>Because we are unique with our system through good quality courses by best Instructor/Author. <strong>Key thing is:</strong>
<h6>Good Quality Course || Best Trainer || Job searching System</h6>
<h6>Ranking with marking System || Certification Courses || Proper Management System</h6>
</div><!-- end col-sm-4 -->
<div class="col-sm-2">
<h4>Contact Details</h4>
<h5>Team Software Project Two</h5>
<h6><span class="glyphicon glyphicon-map-marker"></span> House 47/B, Road 17, Nikunja#2, Khilkhet<br>Dhaka 1229, Bangladesh</h6>
<h6><span class="glyphicon glyphicon-phone"></span> +88-01-675094640, +88-02-898989, +88-02-999999</h6>
<h6><span class="glyphicon glyphicon-envelope"></span> saifulbdjoy@gmail.com</h6>
</div><!-- end col-sm-2 -->
<div class="col-sm-2">
<h4>Follow Us</h4>
<h5><a href="http://twitter.com/msaifulbdjoy" target="_blank">Twitter</a></h5>
<h5><a href="http://facebook.com/msaifulbdjoy" target="_blank">Facebook</a></h5>
<h5><a href="http://googleplus.com/user/MD.SAIFULISLAM" target="_blank">Google Plus</a></h5>
<h5><a href="http://youtube.com/saifulbdjoy" target="_blank">YouTube</a></h5>
<h5><a href="http://linkedin.com/in/msaifulbdjoy" target="_blank">Linkedin</a></h5>
<h5><a href="http://github.com/msaifulislam" target="_blank">GitHub</a></h5>
</div><!-- end col-sm-2 -->
<div class="col-sm-2">
<h4>Project Details</h4>
<h5>Software Project- 2</h5>
<p>It's project about e-learning web portal that contains lots of features those are not exist in the existing e-learning portal. I include some unique features for this why you can call it One Stop learning site in the world!</p>
<h5>Organization: <a href="http://www.aiub.edu" target="_blank">AIUB</a></h5>
<h5>Semester: Fall 2016-17</h5>
<h5>Supervisor: <a href="http://bd.linkedin.com/in/rezwan-ahmed-8861301b" target="_blank">MD. REZWAN AHMED Sir</a></h5>
</div><!-- end col-sm-2 -->
</div><!-- end row -->
</div><!-- end container -->
</footer>
<script src="http://code.jquery.com/jquery.js"></script>
<script>window.jQuery || document.write('<script src="includes/js/jquery-1.8.2.min.js"><\/script>')</script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="includes/js/script.js"></script>