-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
337 lines (279 loc) · 12.7 KB
/
index.html
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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!doctype html>
<html lang="en">
<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.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">
<link rel="stylesheet"
href="css/fontawesome/all.css">
<link rel="stylesheet"
href="css/font.css">
<link rel="stylesheet"
href="css/T3.css">
<title>T3</title>
</head>
<body>
<div class="container wrap wrap_bg_color">
<header class="logo_bg_color">
<nav class="navbar navbar-expand-lg p-0 flex-wrap">
<a class="navbar-brand py-4 mr-0 text-lg-center customer_w_75 customer_w_100_lg"
href="#">
<h1 title="Garden Walkthrougn"
class="px-3 mb-0">
<img src="./image/logo.png"
class="img-fluid">
</h1>
</a>
<div class="w-25 text-center">
<button class="navbar-toggler border"
type="button"
data-toggle="collapse"
data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
</div>
<div class="collapse navbar-collapse w-100"
id="navbarNavAltMarkup">
<div class="navbar-nav w-100 text-center nav-justified">
<a class="nav-item nav-link py-3 nav_bg_color nav_text_color nav_hover current_page"
href="#">Home</a>
<a class="nav-item nav-link py-3 nav_bg_color nav_text_color nav_hover"
href="#">About</a>
<a class="nav-item nav-link py-3 nav_bg_color nav_text_color nav_hover"
href="#">Plants</a>
<a class="nav-item nav-link py-3 nav_bg_color nav_text_color nav_hover"
href="#">Gardens</a>
<a class="nav-item nav-link py-3 nav_bg_color nav_text_color nav_hover"
href="#">News</a>
<a class="nav-item nav-link py-3 nav_bg_color nav_text_color nav_hover"
href="#">contant</a>
</div>
</div>
</nav>
</header>
<main>
<section class="banner">
<div id="carousel_point"
class="carousel slide"
data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item carousel_position active">
<img src="image/gardening1.jpg"
class="d-block w-100">
<div class="px-2 py-1 px-lg-3 banner_bg_color banner_position">
<h2 class="banner_title">GARDENING TIPS</h2>
<p class="mb-0 mb-lg-3 text-truncate banner_text_color banner_white_space_lg">
This is just a place This is just a place holder, so you can see what the site would look like. This is just a place holder, so you can see what the site would look like. This is just a place holder, so you can see what the site would look like.</p>
<a href="#"
class="more banner_text_color">
(more)
</a>
</div>
</div>
<div class="carousel-item carousel_position">
<img src="image/gardening1.jpg"
class="d-block w-100">
<div class="px-2 py-1 px-lg-3 banner_bg_color banner_position">
<h2 class="banner_title">GARDENING TIPS</h2>
<p class="mb-0 mb-lg-3 text-truncate banner_text_color banner_white_space_lg">
This is just a place This is just a place holder, so you can see what the site would look like. This is just a place holder, so you can see what the site would look like. This is just a place holder, so you can see what the site would look like.</p>
<a href="#"
class="more banner_text_color">
(more)
</a>
</div>
</div>
<div class="carousel-item carousel_position">
<img src="image/gardening1.jpg"
class="d-block w-100">
<div class="px-2 py-1 px-lg-3 banner_bg_color banner_position">
<h2 class="banner_title">GARDENING TIPS</h2>
<p class="mb-0 mb-lg-3 text-truncate banner_text_color banner_white_space_lg">
This is just a place This is just a place holder, so you can see what the site would look like. This is just a place holder, so you can see what the site would look like. This is just a place holder, so you can see what the site would look like.
</p>
<a href="#"
class="more banner_text_color">
(more)
</a>
</div>
</div>
</div>
<div class="row mx-0">
<div class="col-lg-4 col-12 py-3">
<div class="media item_bar point"
data-target="#carousel_point"
data-slide-to="0"
class="active">
<img src="image/gardening2.jpg"
class="img-fluid mr-3 border">
<div class="media-body item_text_color">
<h4 class="item_title">Tips</h4>
This is just a place holder.This is just a place holder.
</div>
</div>
</div>
<div class="col-12 col-lg-4 py-3 px-3">
<div class="media item_bar point"
data-target="#carousel_point"
data-slide-to="1">
<img src="image/gardening3.jpg"
class=" img-fluid mr-3 border">
<div class="media-body item_text_color">
<h4 class="item_title">Planting</h4>
This is just a place holder.This is just a place holder.
</div>
</div>
</div>
<div class="col-12 col-lg-4 py-3 px-3">
<div class="media point"
data-target="#carousel_point"
data-slide-to="2">
<img src="image/gardening4.jpg"
class=" img-fluid mr-3 border">
<div class="media-body item_text_color">
<h4 class="item_title">Planting</h4>
This is just a place holder.This is just a place holder.
</div>
</div>
</div>
</div>
</section>
<article class="px-3 pt-3 pb-5 article_bg_color">
<h3 class="px-3 py-2 mb-3 product_bg_color product_title">
FEATURED GARDENS
</h3>
<div class="row mx-n2 justify-content-center">
<div class="col-9 col-md-6 col-lg-3 mb-2 mb-md-0 px-2">
<div class="card border-0">
<img src=" image/garden1.jpg"
class="card-img-top">
<div class="card-body px-lg-0 pb-lg-0 text-center text-lg-left">
<h5 class="card-title product_title">JULIET'S GARDEN</h5>
<p class="card-text">This is just a place holder, so you can see what the site would look like.</p>
</div>
</div>
</div>
<div class="col-9 col-md-6 col-lg-3 mb-2 mb-md-0 px-2">
<div class="card border-0">
<img src="image/garden2.jpg"
class="card-img-top">
<div class="card-body px-lg-0 pb-lg-0 text-center text-lg-left">
<h5 class="card-title product_title">JOANNE'S GARDEN</h5>
<p class="card-text">This is just a place holder, so you can see what the site would look like.</p>
</div>
</div>
</div>
<div class="col-9 col-md-6 col-lg-3 mb-2 mb-md-0 px-2">
<div class="card border-0">
<img src="image/garden3.jpg"
class="card-img-top">
<div class="card-body px-lg-0 pb-lg-0 text-center text-lg-left">
<h5 class="card-title product_title">JETTKA'S GARDEN</h5>
<p class="card-text">This is just a place holder, so you can see what the site would look like.</p>
</div>
</div>
</div>
<div class="col-9 col-md-6 col-lg-3 mb-2 mb-md-0 px-2">
<div class="card border-0">
<img src="image/garden4.jpg"
class="card-img-top">
<div class="card-body px-lg-0 pb-lg-0 text-center text-lg-left">
<h5 class="card-title product_title">JIA'S GARDEN</h5>
<p class="card-text">This is just a place holder, so you can see what the site would look like.</p>
</div>
</div>
</div>
<hr class="w-100">
<div class="row flex-wrap mx-n2 justify-content-center product_tips">
<div class="col-12 col-lg-8 px-3 pl-lg-0 mb-3 mb-lg-0 align-content-center nowrap_lg">
<h3 class="mt-0 mb-3 px-3 py-2 product_bg_color product_title">TIPS OF THE WEEK</h3>
<ol class="mb-0">
<li class="mt-2 mt-xl-4">This is just a place holder, so you can see what the site would look like.This is just
a place holder, so you can see what the site would look like.</li>
<li class="mt-2 mt-xl-4">This is just a place holder, so you can see what the site would look like.This is just
a place holder, so you can see what the site would look like.</li>
<li class="mt-2 mt-xl-4">This is just a place holder, so you can see what the site would look like.This is just
a place holder, so you can see what the site would look like.</li>
</ol>
</div>
<div class="col-8 col-lg-4 pl-3 order-lg-first">
<img src="image/gardening5.jpg"
class="img-fluid w-100">
</div>
</div>
</div>
</article>
</main>
<footer class="row mx-0">
<div class="col-6 col-lg-3 py-3 mb-lg-0 text-center text-lg-left footer_item">
<h3 class="pt-lg-0">PLACE HOLDER</h3>
<p>This is just a place holder</p>
<p>This is just a place holder</p>
<p>This is just a place holder</p>
</div>
<div class="col-6 col-lg-3 py-3 mb-lg-0 text-center text-lg-left footer_item">
<h3>PLACE HOLDER</h3>
<p>This is just a place holder</p>
<p>This is just a place holder</p>
<p>This is just a place holder</p>
</div>
<div class="col-6 col-lg-3 py-3 mb-lg-0 text-center text-lg-left footer_item">
<h3>PLACE HOLDER</h3>
<p>This is just a place holder</p>
<p>This is just a place holder</p>
<p>This is just a place holder</p>
</div>
<div class="d-flex col-6 col-lg-3 py-3 mb-lg-0 pb-lg-3 flex-column align-items-center align-items-lg-start footer_item">
<h3>CONNECT</h3>
<div class="d-flex flex-wrap flex-column flex-md-row flex-lg-column connect_list">
<a href="#"
class="p-md-2 p-lg-0">
<i class="fas fa-envelope fa-fw align-middle"></i>
<span class="align-middle">Email us</span>
</a>
<a href="#"
class="p-md-2 p-lg-0">
<i class="fab fa-facebook-square fa-fw align-middle"></i>
<span class="align-middle">Facebook</span>
</a>
<a href="#"
class="p-md-2 p-lg-0">
<i class="fab fa-twitter fa-fw align-middle"></i>
<span class="align-middle">Twitter</span>
</a>
<a href="#"
class="p-md-2 p-lg-0">
<i class="fab fa-google-plus-square fa-fw align-middle"></i>
<span class="align-middle">Google+</span>
</a>
</div>
</div>
<div class="w-100 py-2 text-center wrap_bg_color copyright">
<p>
Garden Walkthrough © 2023
</p>
<span>|</span>
<p>
All Rights Reserved
</p>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>