-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhardscape-softscape.php
More file actions
84 lines (77 loc) · 3.94 KB
/
Copy pathhardscape-softscape.php
File metadata and controls
84 lines (77 loc) · 3.94 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Poppins:wght@400;600&family=Alata&family=Acme&family=Open+Sans:wght@700&family=Cinzel:wght@700&display=swap" rel="stylesheet">
<link href="fontawesome/css/all.css" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>QPacks Nursery : Hardscape & SoftScape</title>
</head>
<body>
<?php include_once 'nav_bar_dark.php'; ?>
<div class="container-fluid detailsHeader">
<center>
<div class="container detailsTitleContainer">
<h1>hardscape & softscape</h1>
</div>
</center>
</div>
<!-- Footer -->
<div class="row">
<div class="col-md-12">
<footer class="mainFooter page-footer blue text-center text-md-left mt-0">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 mr-auto">
<h4 class="footer-logo">q-packs nursery</h4>
<hr class="footer-logo-hr" width="220" align="left"><!--
<p class="font-weight-bold">Contact us for more info.</p> -->
<ul class="list-unstyled footerContact">
<li>
<a class="nav-link" href="https://www.facebook.com/QPacksNursery/" target="_blank"><span><i class="fab fa-facebook-f"></span></i></a>
</li>
<li>
<a class="nav-link" href="https://www.instagram.com/qpacksnursery/" target="_blank"><span><i class="fab fa-instagram"></span></i></a>
</li>
<li>
<a class="nav-link" href="https://wa.me/60179592017" target="_blank"><span><i class="fab fa-whatsapp"></span></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<p class="font-weight-bold">About Us</p>
<ul class="list-unstyled">
<li><a href="">ABOUT</a></li>
<li><a href="">SERVICES</a></li>
<li><a href="">LOCATION</a></li>
<li><a href="">WEEKLY TIPS</a></li>
<li><a href="">PAST PROJECTS</a></li>
</ul>
</div>
<div class="col-md-4">
<p class="font-weight-bold">Legal</p>
<ul class="list-unstyled">
<li><a href="">privacy policy</a></li>
<li><a href="">terms and conditions</a></li>
</ul>
</div>
</div>
<hr class="footer-logo-hr">
<div class="container-fluid">
<div class="footer-copyright text-center">Copyright © 2020 Q-Packs Nursery. All Rights Reserved
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.min.js"></script>
<script type="text/javascript" src="jquery/myjquery.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
</body>
</html>