-
Notifications
You must be signed in to change notification settings - Fork 98
/
footer.php
50 lines (40 loc) · 2.67 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
<footer class="footer">
<div class="container">
<div class="row">
<div class="social-links">
<ul class="social-buttons">
<li>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=tareq1988&repo=wp-generators&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe>
</li>
<li>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=tareq1988&repo=wp-generators&type=fork&count=true" width="102" height="20" title="Fork on GitHub"></iframe>
</li>
<li class="follow-btn">
<a href="https://twitter.com/tareq_cse" class="twitter-follow-button" data-show-count="false">Follow @tareq_cse</a>
</li>
<li class="tweet-btn">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://projects.tareq.co/wp-generator/" data-text="Checkout this awesome #WordPress Code Generator, its pretty cool!" data-via="tareq_cse">Tweet</a>
</li>
</ul>
</div>
<p>Made by <a href="http://tareq.wedevs.com">Tareq Hasan</a></p>
</div>
</div>
</footer>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/jquery.min.js">\x3C/script>')</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/js/bootstrap.min.js"></script>
<script>$.fn.modal || document.write('<script src="assets/js/bootstrap.min.js">\x3C/script>')</script>
<script src="//cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script src="assets/js/script.js" type="text/javascript" charset="utf-8"></script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4803329-14', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>