-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
134 lines (118 loc) · 5.2 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
<!-- Start Footer -->
<footer>
<div class="container">
<div class="row footer-widgets">
<div class="col-md-3">
<div class="footer-widget contact-widget">
<h1 style="color:yellow"> Developed by : Rakesh Gupta </h1>
<br>
<!-- Fb like container start -->
<div class="fb-page" data-href="https://www.facebook.com/howtogetlinux" data-width="300" data-height="220" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="true">
<div class="fb-xfbml-parse-ignore">
<blockquote cite="https://www.facebook.com/howtogetlinux">
<a href="https://www.facebook.com/howtogetlinux">How to get linux</a>
</blockquote>
</div>
</div>
<!-- Fb like container close -->
<br>
<img src="http://hitwebcounter.com/counter/counter.php?page=6192690&style=0001&nbdigits=6&type=page&initCount=120" title="" Alt="" border="0" >
<br/>
</div>
</div>
<!-- Start Contact Widget -->
<div class="col-md-3">
<div class="footer-widget contact-widget">
<h4>Contact info<span class="head-line"></span></h4>
<ul>
<li><span>Address:</span> IERT Campus, near prayag station, Allahabad, India.</li>
<li><span>Phone Number:</span> 0532-2544006 </li>
<li><span>Email:</span> info@howtogetlinux.in</li>
<li><span>Website:</span> <a href="http://www.howtogetlinux.in" style="color:violet"> www.howtogetlinux.in</a></li>
</ul>
</div>
<script>
(function() {
var cx = '003454049356640902694:mvhr-vshwb4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<h3 style="color:yellow;"> Search for site :</h3>
<gcse:search></gcse:search>
</div>
<div class="col-md-3">
<div class="footer-widget twitter-widget">
<h2 style="color:yellow"> Disclaimer : </h2> <br/>
<h3 style=""> The information contained in this website is served as a Open Source Project, and
all content are analysed from different source. Any query regarding this project,
please contact us, we have tried to be errorless and best as much as possible.
</h3>
</div>
</div>
<!-- Start Subscribe & Social Links Widget -->
<div class="col-md-3">
<div class="footer-widget mail-subscribe-widget">
<h4>Join Us <span class="head-line"></span></h4>
<p>Join our mailing list to stay up to date and get notices about our new updates!</p>
<form class="subscribe">
<input type="email" placeholder="mail@example.com">
<input type="submit" class="main-button" value="Send">
</form>
</div>
<div class="footer-widget social-widget">
<h4>Follow Us<span class="head-line"></span></h4>
<ul class="social-icons">
<li>
<a class="facebook" href="#"><i class="icon-facebook-2"></i></a>
</li>
<li>
<a class="twitter" href="#"><i class="icon-twitter-2"></i></a>
</li>
<li>
<a class="google" href="#"><i class="icon-gplus-1"></i></a>
</li>
<li>
<a class="linkdin" href="#"><i class="icon-linkedin-1"></i></a>
</li>
</ul>
</div>
</div>
</div>
<!-- End Subscribe & Social Links Widget -->
<!-- Start Copyright -->
<div class="copyright-section">
<div class="row">
<div class="col-md-6">
<p style="color:lightyellow;font-style:normal;">©2015 HowToGetLinux All Rights Reserved</p>
</div>
<div class="col-md-6">
<ul class="footer-nav">
<li><a href="#"> Sitemap </a></li>
<li><a href="#"> Privacy Policy </a></li>
<li><a href="contact.php"> Contact </a></li>
</ul>
</div>
</div>
</div>
<!-- End Copyright -->
</div>
</footer>
<!-- End Footer -->
</div>
<!-- End Container -->
<!-- Go To Top Link -->
<a href="#" class="back-to-top"><i class="icon-up-open-1"></i></a>
<div id="loader">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
</body>
</html>