-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
40 lines (36 loc) · 1.96 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
<!-- footer -->
<div class="card mt-5 bg-primary text-white">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Company Bio</h5>
<p class="card-text">Mimpy.ID merupakan sebuah platform aplikasi berbasis website sebagai pihak ketiga dan menjadi penghubung antara calon pekerja dan perusahaan yang membutuhkan karyawan.</p>
</div>
</div>
<div class="col-md-4">
<div class="card-body">
<h5 class="card-title">Mimpy.ID</h5>
<p class="card-text">
<!-- <a href="/mimpy.id" class="link-footer">Home</a><br> -->
<a href="terms.php" class="link-footer">Term and Condition</a><br>
<a href="terms.php#contact-us" class="link-footer">Contact Us</a><br>
<!-- <a href="#up" class="link-footer">Go To Navbar</a> -->
</p>
</div>
</div>
</div>
</div>
<div class="card-footer bg-primary text-white text-center">
<a href="/" class="link-footer">Mimpy.ID</a> © Copyright <?= date('Y') ?>
</div>
</div>
<!-- end footer -->
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="assets/js/jquery.min.js"></script>
<!-- My Javascript -->
<script src="assets/js/script.js"></script>