-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
91 lines (87 loc) · 4.68 KB
/
footer.php
File metadata and controls
91 lines (87 loc) · 4.68 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
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
<?php include "footerFunctions.php"; ?>
<div class="container-fluid fh5co_footer_bg pb-3">
<div class="container animate-box" style = "opacity:100%">
<div class="row">
<div class="col-12 spdp_right py-5"><a href="index.php"><img src="images/LOGO1.png" alt="img" class="footer_logo" style="width: 250px"/></a></div>
<div class="clearfix"></div>
<div class="col-12 col-md-4 col-lg-3">
<div class="footer_main_title py-3"> About</div>
<div class="footer_sub_about pb-3"> Jemi nje grup te rinjesh te pasionuar pas teknologjise dhe qe mundohemi te
ju sjellim juve ide, mendime e te rejat me te fundit nga bota e teknologjise e me gjere.
</div>
<div class="footer_mediya_icon">
<div class="text-center d-inline-block"><a href="https://www.linkedin.com/in/xhanan-shehu-baa151188/" class="fh5co_display_table_footer">
<div class="fh5co_verticle_middle"><i class="fa fa-linkedin"></i></div>
</a></div>
<div class="text-center d-inline-block"><a href="https://www.instagram.com/xhanansh/" class="fh5co_display_table_footer">
<div class="fh5co_verticle_middle"><i class="fa fa-instagram"></i></div>
</a></div>
<div class="text-center d-inline-block"><a href="https://twitter.com/Xhanansh1" class="fh5co_display_table_footer">
<div class="fh5co_verticle_middle"><i class="fa fa-twitter"></i></div>
</a></div>
<div class="text-center d-inline-block"><a href="https://www.facebook.com/xhannyy" class="fh5co_display_table_footer">
<div class="fh5co_verticle_middle"><i class="fa fa-facebook"></i></div>
</a></div>
</div>
</div>
<div class="col-12 col-md-3 col-lg-2">
<div class="footer_main_title py-3"> Category</div>
<?php categories(); ?>
</div>
<div class="col-12 col-md-5 col-lg-3 position_footer_relative">
<div class="footer_main_title py-3"> Most Viewed Posts</div>
<?php mostViewedPosts(); ?>
<div class="footer_position_absolute"><img src="images/footer_sub_tipik.png" alt="img" class="width_footer_sub_img"/></div>
</div>
<div class="col-12 col-md-12 col-lg-4 ">
<div class="footer_main_title py-3">Latest Posts</div>
<?php latest_posts(); ?>
</div>
</div>
<br>
</div>
</div>
<div class="container-fluid fh5co_footer_right_reserved">
<div class="container">
<div class="row ">
<div class="col-12 col-md-6 py-4 Reserved"> © Copyright 2020, All rights reserved. BRAINBYTE. </div>
<div class="col-12 col-md-6 spdp_right py-4">
<a href="index.php" class="footer_last_part_menu">Home</a>
<a href="Contact_us.php" class="footer_last_part_menu">About</a>
<a href="Contact_us.php" class="footer_last_part_menu">Contact</a>
<a href="blog.php" class="footer_last_part_menu">Latest News</a></div>
</div>
</div>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="fa fa-arrow-up"></i></a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="js/owl.carousel.min.js"></script>
<!--<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"
integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"
integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn"
crossorigin="anonymous"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
<script>
$(document).ready(function() {
$("#Search").autocomplete({
source: "liveSearch.php",
minLength: 2,
select: function( event, ui ) {
window.location.href = 'single.php?p_id=' + ui.item.value;
}
});
});
function handleSelect(elm) {
window.location = elm.value+".php";
}
</script>
</body>