/var/www/hkosl.com/florahouses/view/search.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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">

<head>
    <title>FLORA HOUSE</title>
    <!-- css -->
    <?php include 'inc/headlinks.php';?>
    <meta name="keywords" content="FLORA HOUSE">
    <meta name="description" content="Green is More Than a Colour">
    <!-- js -->
    <?php include 'inc/link-js.php';?>
</head>

<body>

    <!-- header -->

    <div class="subPageMenu">

        <?php include 'inc/navbar.php';?>
    </div>
    <!-- end of header-->
    <section class="garyBg mainWarp">
        <p class="greenFont bigbiggerester Roman">Home Plant
        </p>
        <hr class="greenDeepLine" />
        <div class="row m-0 normalPaddingV">
            <div class="col-md-6 col-lg-3 productItem"
                style="background-image:url(../assets/images/product_list01.png)">
                <span class="text-uppercase tagLightGreenLabel small d-inline-block mb-2">from
                    Netherlands</span>
                <p class="big mb-0">Buxus Sempervirens</p>
                <p class="big">HKD 1,280</p>
                <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD 1,280</button>
            </div>

            <div class="col-md-6 col-lg-3 productItem"
                style="background-image:url(../assets/images/product_list01.png)">
                <span class="text-uppercase tagOrangeLabel small d-inline-block mb-2">Hot</span>
                <p class="big mb-0">Buxus Sempervirens</p>
                <p class="big">HKD 1,280</p>

                <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD 1,280</button>
            </div>
            <div class="col-md-6 col-lg-3 productItem"
                style="background-image:url(../assets/images/product_list01.png)">

                <p class="big mb-0">Buxus Sempervirens</p>
                <p class="big">HKD 1,280 <small class="discont">HKD 880</small></p>
                <div class="saleIcon"><img src="../assets/images/saleIcon.svg"></div>
                <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD 1,280</button>
            </div>
            <div class="col-md-6 col-lg-3 productItem"
                style="background-image:url(../assets/images/product_list01.png)">

                <p class="big mb-0">Buxus Sempervirens</p>
                <p class="big">HKD 1,280</p>
                <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD 1,280</button>
            </div>
            <div class="col-md-6 col-lg-3 productItem"
                style="background-image:url(../assets/images/product_list01.png)">
                <span class="text-uppercase tagLightGreenLabel small d-inline-block mb-2">from
                    Netherlands</span> <span class="text-uppercase tagDeepGreenLabel small d-inline-block mb-2">Giving
                    back</span>
                <p class="big mb-0">Buxus Sempervirens</p>
                <p class="big">HKD 1,280</p>
                <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD 1,280</button>
            </div>
            <div class="col-md-6 col-lg-3 productItem"
                style="background-image:url(../assets/images/product_list01.png)">
                <span class="text-uppercase tagBlueLabel small d-inline-block mb-2">New</span>
                <p class="big mb-0">Buxus Sempervirens</p>
                <p class="big">HKD 1,280</p>
                <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD 1,280</button>
            </div>

        </div>




        <div class="wrap">
            <p class="greenFont big">Plant 101</p>
            <hr class="greenDeepLine" />
            <div class="row mt-4 mb-4">
                <div class="col-md-4 mb-4 mt-4">
                    <div class="card">
                        <img class="card-img-top" src="../assets/images/card01.jpg" alt="Card image cap">
                        <div class="card-body">
                            <h5 class="card-title">Four Ways to Style a Faux Monstera Frond</h5>
                            <p class="card-text">Tired of the frequent trips to your local grocery store
                                for
                                fresh
                                herbs?
                                Here’s some tips on bringing the outside in and creating an herb garden
                                ri...</p>
                        </div>
                    </div>
                </div>
                <div class="col-md-4 mb-4 mt-4">
                    <div class="card">
                        <img class="card-img-top" src="../assets/images/card02.jpg" alt="Card image cap">
                        <div class="card-body">
                            <h5 class="card-title">How To Know What Plant You’d Like Based on the Coffee
                                You
                                Drink</h5>
                            <p class="card-text">Tired of the frequent trips to your local grocery store
                                for
                                fresh
                                herbs?
                                Here’s some tips on bringing the outside in and creating an herb garden
                                ri...</p>
                        </div>
                    </div>
                </div>
                <div class="col-md-4 mb-4 mt-4">
                    <div class="card">
                        <img class="card-img-top" src="../assets/images/card03.jpg" alt="Card image cap">
                        <div class="card-body">
                            <h5 class="card-title">Creating an Herb Garden at Home </h5>
                            <p class="card-text">Tired of the frequent trips to your local grocery store
                                for
                                fresh
                                herbs?
                                Here’s some tips on bringing the outside in and creating an herb garden
                                ri...</p>
                        </div>
                    </div>
                </div>
                <div class="col-md-4 mb-4 mt-4">
                    <div class="card">
                        <img class="card-img-top" src="../assets/images/card01.jpg" alt="Card image cap">
                        <div class="card-body">
                            <h5 class="card-title">Four Ways to Style a Faux Monstera Frond</h5>
                            <p class="card-text">Tired of the frequent trips to your local grocery store
                                for
                                fresh
                                herbs?
                                Here’s some tips on bringing the outside in and creating an herb garden
                                ri...</p>
                        </div>
                    </div>
                </div>
                <div class="col-md-4 mb-4 mt-4">
                    <div class="card">
                        <img class="card-img-top" src="../assets/images/card02.jpg" alt="Card image cap">
                        <div class="card-body">
                            <h5 class="card-title">How To Know What Plant You’d Like Based on the Coffee
                                You
                                Drink</h5>
                            <p class="card-text">Tired of the frequent trips to your local grocery store
                                for
                                fresh
                                herbs?
                                Here’s some tips on bringing the outside in and creating an herb garden
                                ri...</p>
                        </div>
                    </div>
                </div>
                <div class="col-md-4 mb-4 mt-4">
                    <div class="card">
                        <img class="card-img-top" src="../assets/images/card03.jpg" alt="Card image cap">
                        <div class="card-body">
                            <h5 class="card-title">Creating an Herb Garden at Home </h5>
                            <p class="card-text">Tired of the frequent trips to your local grocery store
                                for
                                fresh
                                herbs?
                                Here’s some tips on bringing the outside in and creating an herb garden
                                ri...</p>
                        </div>
                    </div>
                </div>

            </div>

        </div>

        <div class="wrap">
            <p class="greenFont big">Related pages</p>
            <hr class="greenDeepLine" />
            <div class="d-flex align-items-center">
                <a href="#" class="link biggerester Roman d-inline-block mr-4">FAQs</a>
                <P class="m-0">Our number one priority is that our plants arrive in happy,<br /> healthy condition. Some
                    of our
                    plants
                    ship directly…</p>

            </div>
            <hr class="greenDeepLine" />
            <div class="d-flex align-items-center">
                <a href="#" class="link biggerester Roman d-inline-block mr-4">Terms & Conditions</a>
                <P class="m-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. <br />Nunc lacus ligula,
                    facilisis et
                    dui a, hendrerit suscipit…</p>

            </div>
            <hr class="greenDeepLine" />
            <a href="#" class="link d-inline-block mt-4">
                < Back to home</a>
        </div>
    </section>




    <?php include 'inc/subscribe.php';?>


    <!-- end #section -->


    <!-- footer -->
    <?php include 'inc/footer.php';?>




</body>



</html>