-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
20 lines (20 loc) · 966 Bytes
/
footer.php
File metadata and controls
20 lines (20 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-3 border-top">
<p class="col-md-4 mt-0 text-muted">
آدرس : رشت، گلسار، نبش کوچه 110
<br>
ساختمان سلامت
</p>
<div class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto text-decoration-none">
<img src="img/clinic.jpg" class="rounded" width="150">
</div>
<div class="col-md-4 mb-0 text-muted">
شماره های تماس :
<p class="d-flex justify-content-end">013-32117683</p>
<p class="d-flex justify-content-end">013-32117689</p>
</p>
</footer>
</div>
<script src="js/bootstrap.bundle.js"></script>
</body>
</html>