-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfooter.php
executable file
·153 lines (86 loc) · 3.55 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<div id="footer"><!-- footer Starts -->
<div class="container"><!-- container Starts -->
<div class="row" ><!-- row Starts -->
<div class="col-md-3 col-sm-6" ><!-- col-md-3 col-sm-6 Starts -->
<h4>Pages</h4>
<ul><!-- ul Starts -->
<li><a href="cart.php">Shopping Cart</a></li>
<li><a href="contact.php">Contact Us</a></li>
<li><a href="shop.php">Shop</a></li>
<li><a href="checkout.php">My Account</a></li>
</li>
</ul><!-- ul Ends -->
<hr>
<h4>User Section</h4>
<ul><!-- ul Starts -->
<li><a href="checkout.php">Login</a></li>
<li><a href="customer_register.php">Register</a></li>
<li><a href="terms.php">Terms And Conditions </a></li>
</ul><!-- ul Ends -->
<hr class="hidden-md hidden-lg hidden-sm" >
</div><!-- col-md-3 col-sm-6 Ends -->
<div class="col-md-3 col-sm-6"><!-- col-md-3 col-sm-6 Starts -->
<h4> Top Products Categories </h4>
<ul><!-- ul Starts -->
<li><a href="#">Jackets</a></li>
<li><a href="#">Accesories</a></li>
<li><a href="#">Shoes</a></li>
<li><a href="#">Coats</a></li>
<li><a href="#">T-Shirts</a></li>
</ul><!-- ul Ends -->
<hr class="hidden-md hidden-lg">
</div><!-- col-md-3 col-sm-6 Ends -->
<div class="col-md-3 col-sm-6"><!-- col-md-3 col-sm-6 Starts -->
<h4>Where to find us</h4>
<p><!-- p Starts -->
<strong>E-Code-Commerce Ltd.</strong>
<br>Code Plus Plus Community
<br>Outr, Bhubaneswar
<br>9999999999
<br>codeplusplus@gmail.com
<br>
<strong>Developers- Priti and Debi</strong>
</p><!-- p Ends -->
<a href="contact.php">Go to Contact us page</a>
<hr class="hidden-md hidden-lg">
</div><!-- col-md-3 col-sm-6 Ends -->
<div class="col-md-3 col-sm-6"><!-- col-md-3 col-sm-6 Starts -->
<h4>Get the news</h4>
<p class="text-muted">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Molestiae repellendus modi atque. Fugit alias voluptates, inventore minus temporibus magnam quidem impedit velit mollitia accusamus, debitis vitae consectetur? Voluptatum, beatae aut.
</p>
<form action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('https://feedburner.google.com/fb/a/mailverify?uri=computerfever', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><!-- form Starts -->
<div class="input-group"><!-- input-group Starts -->
<input type="text" class="form-control" name="email">
<input type="hidden" value="computerfever" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<span class="input-group-btn"><!-- input-group-btn Starts -->
<input type="submit" value="Subscribe" class="btn btn-default">
</span><!-- input-group-btn Ends -->
</div><!-- input-group Ends -->
</form><!-- form Ends -->
<hr>
<h4> Stay in touch </h4>
<p class="social"><!-- social Starts --->
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-envelope"></i></a>
</p><!-- social Ends --->
</div><!-- col-md-3 col-sm-6 Ends -->
</div><!-- row Ends -->
</div><!-- container Ends -->
</div><!-- footer Ends -->
<div id="copyright"><!-- copyright Starts -->
<div class="container" ><!-- container Starts -->
<div class="col-md-6" ><!-- col-md-6 Starts -->
<p class="pull-left"> © Inspiration- Mohammed Tahir Ahmed </p>
</div><!-- col-md-6 Ends -->
<div class="col-md-6" ><!-- col-md-6 Starts -->
<p class="pull-right" >
Ispration From- <a href="http://www.computerfever.com" >Computerfever.com</a>
</p>
</div><!-- col-md-6 Ends -->
</div><!-- container Ends -->
</div><!-- copyright Ends -->