1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<footer class="grayBg"> <!-- logined Footer --> <div class="container pt-4"> <p class="mb-0 garyFont">Need more help? Visit our <a href="help_center.php" class="link" title="Help Center">Help Center</a> or <a href="contact.php" class="link" title="Contact Us">Contact Us</a> for support. </p> </div> <hr class="nomral"> <div class="ci"> <div class="container d-flex flex-lg-row flex-column"> <div class="copyright garyFont mobileTop smallFont">Copyright © 2023 Jobs Reader. All Rights Reserved.</div> <div class="ml-auto mobileLeft"> <a href="setp01_write_job.php" class="smallFont" title="Post a job">Post jobs </a> |
<a href="privacy.php" class="smallFont" title="Privacy Policy">Privacy Policy</a> | <a href="terms.php" class="smallFont" title="Terms and Conditions">Terms & Conditions</a> </div> </div> </div> </footer> <script type="text/javascript" src="../assets/js/custom.js?<?= rand(1,10000)/7; ?>"></script>
|