/var/www/hkosl.com/florahouses/view/post.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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!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">

        <div class="csmContent">
            <div class="textContent text-center">
                <p class="greenFont bigbiggerester Roman">Why You Need Plants in Your Life</p>

                <p class="bigg">Pollution levels on the planet earth are on the rise. If you live in a
                    busy, dense
                    city, you
                    encounter pollution everyday. It wreaks havoc on our skin, our hair and most of all.</p>
            </div>
            <div class="imgContent">
                <img src="../assets/images/post01.jpg" class="img-fluid" alt="post01 Image" title="post01">
            </div>
            <div class="textContent">
                <p class="lightGreenFont small initial">Studies have shown indoor plants:</p>

                <ul class="big dottList">
                    <li>Boost mood, productivity, concentration and creativity

                    </li>
                    <li> Reduce stress, fatigue, sore throats and colds

                    </li>
                    <li> Clean indoor air by absorbing toxins, increasing humidity and producing oxygen
                    </li>
                    <li>
                        Add life to a sterile office, give privacy and reduce noise levels
                    </li>
                    <li>
                        Are therapeutic and cheaper than a therapist
                    </li>
                </ul>
                <br /> <br />
                <p class="greenFont biggerester Roman text-center">It’s true when we say plants make people happy.
                </p>
                <br /> <br />
                <p class="lightGreenFont small initial">Plants Against Pollution</p>

                <p>Pollution levels on the planet earth are on the rise. If you live in a busy, dense city, you
                    encounter pollution everyday. It wreaks havoc on our skin, our hair and most of all, the air we
                    breathe. Pollution is not just outside. It’s in the places we call ‘work’ and ‘home’.</p>
                <p> Sick Building Syndrome is a term used to describe symptoms experienced by otherwise healthy people
                    working in large commercial buildings -- think sudden allergies; irritation of the eyes, nose, and
                    throat; headache, dizziness, and fatigue; respiratory and sinus congestion; and nervous system
                    disorders. In 1989, Dr. Bill Wolverton, a leading scientist in NASA’s Clean Air Study revealed,
                    “when the building occupants are away for a given time, the symptoms usually diminish, only to recur
                    upon re-entry into the building.”</p>
                <p> The cause? Indoor air pollution. Indoor air pollution is generally a consequence of toxic emissions
                    from synthetic building materials, airborne mold, viruses, and pollutants, along with energy
                    efficient construction, like making spaces as airtight as possible, which reduces the air
                    circulation. These contributors release toxin emissions such as benzene, formaldehyde,
                    trichloroethylene, xylene and toluene.</p>
                <p> Gross, right?</p>
                <p> It’s not just big commercial buildings either. These compounds can be found in almost every home.
                    Not great news when the Environmental Protection Agency estimates Americans spend approximately 90
                    percent of their time indoors.</p>
                <p> Most wall paints, rubbers, vinyl, laminates, computer parts and plastics all break down over time
                    and release compounds into the air we breathe. The good news is, we can improve our indoor air
                    quality with plants. Plants absorb harmful toxins, breaking them down into gentle byproducts, and
                    storing them in their soil to use later for food.</p>

            </div>
        </div>

    </section>

    <section class="subWarp garyBg">
        <p class="heardGreenBg whiteFont text-center p-4 Roman bigger m-0">Related Products</p>
        <div class="row productItemWrap m-0 mb-4">
        <a href="product_detail.php" class="col-md-6 col-lg-3 productItem">
                <div class="productItem_ItemDetail">
                    <img src="https://devtest-v72.onesolution.hk/florahouses/assets/main/images/product_temp.png" width="100%">
                    <img src="https://devtest-v72.onesolution.hk/florahouses/assets/files/product_img/img/babc1ed0f7a76823b8588b1aa3e2b5d1.jpg" class="productItem_ItemImg">

                    <div class="productItemDetail">
                        <!-- tab -->
                                                                        <span class="text-uppercase tagOrangeLabel small d-inline-block mb-2">SEASONAL</span>
                        
                        <!-- title -->
                        <p class="big mb-0">
                            White Poinsettia                        </p>
                        <!-- price -->
                        <p class="big productPrice">HKD 150.00 <small class="discont">165.00</small></p>                        <!-- icon -->
                                            </div>
                    <!-- add to bag button -->
                    <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD
                        150.00</button>
                </div>
            </a>
            <a href="product_detail.php" class="col-md-6 col-lg-3 productItem">
                <div class="productItem_ItemDetail">
                    <img src="https://devtest-v72.onesolution.hk/florahouses/assets/main/images/product_temp.png" width="100%">
                    <img src="https://devtest-v72.onesolution.hk/florahouses/assets/files/product_img/img/babc1ed0f7a76823b8588b1aa3e2b5d1.jpg" class="productItem_ItemImg">

                    <div class="productItemDetail">
                        <!-- tab -->
                                                                        <span class="text-uppercase tagOrangeLabel small d-inline-block mb-2">SEASONAL</span>
                        
                        <!-- title -->
                        <p class="big mb-0">
                            White Poinsettia                        </p>
                        <!-- price -->
                        <p class="big productPrice">HKD 150.00 <small class="discont">165.00</small></p>                        <!-- icon -->
                                            </div>
                    <!-- add to bag button -->
                    <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD
                        150.00</button>
                </div>
            </a>
            <a href="product_detail.php" class="col-md-6 col-lg-3 productItem">
                <div class="productItem_ItemDetail">
                    <img src="https://devtest-v72.onesolution.hk/florahouses/assets/main/images/product_temp.png" width="100%">
                    <img src="https://devtest-v72.onesolution.hk/florahouses/assets/files/product_img/img/babc1ed0f7a76823b8588b1aa3e2b5d1.jpg" class="productItem_ItemImg">

                    <div class="productItemDetail">
                        <!-- tab -->
                                                                        <span class="text-uppercase tagOrangeLabel small d-inline-block mb-2">SEASONAL</span>
                        
                        <!-- title -->
                        <p class="big mb-0">
                            White Poinsettia                        </p>
                        <!-- price -->
                        <p class="big productPrice">HKD 150.00 <small class="discont">165.00</small></p>                        <!-- icon -->
                                            </div>
                    <!-- add to bag button -->
                    <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD
                        150.00</button>
                </div>
            </a>
            <a href="product_detail.php" class="col-md-6 col-lg-3 productItem">
                <div class="productItem_ItemDetail">
                    <img src="https://devtest-v72.onesolution.hk/florahouses/assets/main/images/product_temp.png" width="100%">
                    <img src="https://devtest-v72.onesolution.hk/florahouses/assets/files/product_img/img/babc1ed0f7a76823b8588b1aa3e2b5d1.jpg" class="productItem_ItemImg">

                    <div class="productItemDetail">
                        <!-- tab -->
                                                                        <span class="text-uppercase tagOrangeLabel small d-inline-block mb-2">SEASONAL</span>
                        
                        <!-- title -->
                        <p class="big mb-0">
                            White Poinsettia                        </p>
                        <!-- price -->
                        <p class="big productPrice">HKD 150.00 <small class="discont">165.00</small></p>                        <!-- icon -->
                                            </div>
                    <!-- add to bag button -->
                    <button class="btn yellowBtn addToBagBtn" type="button">Add to Bag — HKD
                        150.00</button>
                </div>
            </a>
        </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">
                    <a class="card blogCard" href="post.php">
                        <div class="overflowHidden">
                            <div class="cardImg" style="background-image:url(../assets/images/card01.jpg);">
                            </div>
                        </div>
                        <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>
                    </a>
                </div>
                <div class="col-md-4 mb-4">
                    <a class="card blogCard" href="post.php">
                        <div class="overflowHidden">
                            <div class="cardImg" style="background-image:url(../assets/images/card01.jpg);">
                            </div>
                        </div>
                        <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>
                    </a>
                </div>
                <div class="col-md-4 mb-4">
                    <a class="card blogCard" href="post.php">
                        <div class="overflowHidden">
                            <div class="cardImg" style="background-image:url(../assets/images/card01.jpg);">
                            </div>
                        </div>
                        <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>
                    </a>
                </div>

            </div>
            <div class="btnWarp text-center">
                <button class="greenBorder inspirations bg-white checkOutBtn big greenFont">Check out
                    all
                    articles</button>
            </div>
        </div>



    </section>


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


    <!-- end #section -->


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




</body>



</html>