-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
84 lines (78 loc) · 3.04 KB
/
footer.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE HTML>
<html>
<footer>
<section class="footer-Content" id="footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<div class="widget">
<h3 class="block-title">About Us</h3>
<div class="textwidget">
<p>We are Stuff Sharing Group 11! <br>
Enjoy the sharing experience with us - <i>Together we have more!</i></p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<div class="widget">
<h3 class="block-title">Our Team</h3>
<ul class="menu">
<li><a href="https://github.com/cjianhui" target="_blank">Chan Jian Hui</a></li>
<li><a href="https://github.com/eldriclim" target="_blank">Eldric Lim</a></li>
<li><a href="https://github.com/zacharytang" target="_blank">Zachary Tang</a></li>
<li><a href="https://github.com/marlenekoh" target="_blank">Marlene Koh</a></li>
</ul>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<div class="widget">
<h3 class="block-title">Useful Links</h3>
<ul class="menu">
<li><a href="#">How to Sell Faster</a></li>
<li><a href="#">Membership Details</a></li>
<li><a href="#">Why Choose</a></li>
<li><a href="#">Job Opennings</a></li>
<li><a href="#">Using This Platform</a></li>
</ul>
</div>
</div> -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<div class="widget">
<h3 class="block-title">Help & Support</h3>
<ul class="menu">
<li><a href="#">Live Chat</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Purchase Protection</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
</div> -->
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<div class="widget">
<h3 class="block-title">Contact Us</h3>
<ul class="contact-footer">
<li>
<strong>Address :</strong><span>21 Lower Kent Ridge Rd, Singapore 119077</span>
</li>
</ul>
<ul class="footer-social">
<li><a class="github" href="https://github.com/CS2102-T11/stuffshare" taget="_blank"><i class="lni-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="site-info float-left">
<p>All copyrights reserved © 2018 - Designed by <a href="https://uideck.com/" rel="nofollow">UIdeck</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>