-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservice.html
500 lines (475 loc) · 23 KB
/
service.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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!doctype html>
<html lang="en">
<head>
<title>Service Page</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Bootstrap CSS v5.2.1 -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<!-- FontAwesome 6.2.0 CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link href="//fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap"
rel="stylesheet">
<!-- GG-Moon CSS -->
<link href="https://unpkg.com/css.gg@2.0.0/icons/css/moon.css" rel="stylesheet" />
<!-- OWL CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./css/service.css">
</head>
<body>
<!-- header-start -->
<header class="fixed-top">
<div class="container-fluid">
<nav id="navbarScroll" class="navbar navbar-expand-lg mx-auto">
<div class="container">
<a class="navbar-brand" href="#">
Farmstead
<i class="fa fa-leaf" aria-hidden="true"></i>
</a>
<!-- <button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button> -->
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<!-- <a
class="nav-link active"
aria-current="page"
href="#"
>Home</a> -->
<div class="header-search">
<i id="faSearch" class="fa-solid fa-magnifying-glass">
<!-- <form
action="#"
method="GET"
id="demo-2"
>
<input
type="search"
name="s"
placeholder="Search"
/>
</form> -->
</i>
</div>
</li>
<li class="nav-item">
<div class="mode" id="mode">
<i data-feather="moon"></i>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
<i id="dropdown" class="fa-solid fa-bars"></i>
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="./index.html">HOME</a>
</li>
<li>
<a class="dropdown-item" href="./about.html">ABOUT</a>
</li>
<li>
<a class="dropdown-item active" href="#">SERVICES</a>
</li>
<li>
<a class="dropdown-item" href="./blog_page1.html">BLOG POSTS</a>
</li>
<li>
<a class="dropdown-item" href="landingpage.html">LANDING PAGE</a>
</li>
<li>
<a class="dropdown-item" href="#">ELEMENTS PAGE</a>
</li>
<li>
<a class="dropdown-item" href="#">404 PAGE</a>
</li>
<li>
<a class="dropdown-item" href="./contact.html">CONTACT</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!-- header-end -->
<div class="banner">
<section class="breadcrumb py-5">
<div class="container py-lg-5 py-sm-4 mt-5">
<h4 class="fw-bold mb-2">
Services</h4>
<div class="breadcrumb_path">
<a href="./index.html" class="fw-bold">Home</a> » Services Page
</div>
</div>
</section>
</div>
<section class="service py-5">
<div class="container pt-md-5 pt-4">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6">
<div class="card_box">
<i class="fa-regular fa-thumbs-up"></i>
<h4><a href="#url" class="title">Fresh Vegetables</a></h4>
</h4>
<p class="p-paragraph">Amus a ligula quam tesque et libero ut justo, ultrices in. Ut eu leo non.
Duis
sed et dolor amet.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-0 mt-4">
<div class="card_box">
<i class="fa-brands fa-pagelines"></i>
<h4><a href="#url" class="title">Farm Products</a></h4>
</h4>
<p class="p-paragraph">Amus a ligula quam tesque et libero ut justo, ultrices in. Ut eu leo non.
Duis
sed dolor et amet.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-lg-0 mt-md-5 mt-4">
<div class="card_box">
<i class="fa-regular fa-lemon"></i>
<h4><a href="#url" class="title">Organic Products</a></h4>
</h4>
<p class="p-paragraph">Amus a ligula quam tesque et libero ut justo, ultrices in. Ut eu leo non.
Duis
sed dolor et amet.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-5 mt-4">
<div class="card_box">
<i class="fa fa-leaf"></i>
<h4><a href="#url" class="title">Harvest Innovation</a></h4>
</h4>
<p class="p-paragraph">Amus a ligula quam tesque et libero ut justo, ultrices in. Ut eu leo non.
Duis
sed dolor et amet.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-5 mt-4">
<div class="card_box">
<i class="fa fa-flask"></i>
<h4><a href="#url" class="title">Dairy Products</a></h4>
</h4>
<p class="p-paragraph">Amus a ligula quam tesque et libero ut justo, ultrices in. Ut eu leo non.
Duis
sed dolor et amet.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-5 mt-4">
<div class="card_box">
<i class="fa fa-american-sign-language-interpreting"></i>
<h4><a href="#url" class="title">Organic Solution</a></h4>
</h4>
<p class="p-paragraph">Amus a ligula quam tesque et libero ut justo, ultrices in. Ut eu leo non.
Duis
sed dolor et amet.</p>
</div>
</div>
</div>
</div>
</section>
<section class="why py-5">
<div class="container py-md-5 py-4">
<div class="row">
<div class="col-lg-6 order-lg-last align-self-center ps-lg-5">
<h5>Why Choose Us</h5>
<h3> Quality food is the most important thing in our life </h3>
<p class="mt-3 p-paragraph">Lorem ipsum viverra feugiat. Pellen tesque libero ut justo,
ultrices in ligula. Semper at tempufddfel. Lorem ipsum dolor sit amet consectetur adipisicing
elit. Non quae, fugiat.</p>
<div class="row mt-sm-5 mt-5">
<div class="col-sm-6 d-flex content_info">
<span class="fa fa-users"></span>
<div class="detail ml-2">
<h4>Qualified Staff</h4>
<p class="p-paragraph">Sed ut perspiciatis unde omnis iste natus error sit. </p>
</div>
</div>
<div class="col-sm-6 d-flex mt-sm-0 mt-4 content_info">
<span class="fa fa-users"></span>
<div class="detail ml-2">
<h4>Qualified Staff</h4>
<p class="p-paragraph">Sed ut perspiciatis unde omnis iste natus error sit. </p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-lg-0 mt-sm-5 mt-4 position-relative order-lg-first">
<img src="./img/services.jpg" alt="img-service" class="img-fluid rounded-5">
</div>
</div>
</div>
</section>
<section class="stats py-5">
<div class="container pb-md-5 pb-5">
<div class="text-center">
<div class="row justify-content-center">
<div class="col-md-3 col-6">
<span class="fa fa-bullhorn"></span>
<div class="counter mt-3 number">1,286</div>
<p class="count-text">
Our Farms </p>
</div>
<div class="col-md-3 col-6">
<span class="fa fa-shopping-basket"></span>
<div class="counter mt-3 number">36,076</div>
<p class="count-text">
Agriculture Products</p>
</div>
<div class="col-md-3 col-6">
<span class="fa fa-regular fa-face-grin-beam"></span>
<div class="counter mt-3 number">16,300</div>
<p class="count-text">
Happy Customers</p>
</div>
<div class="col-md-3 col-6">
<span class="fa fa-trophy"></span>
<div class="counter mt-3 number">10,630</div>
<p class="count-text">
AWARDS WON</p>
</div>
</div>
</div>
</div>
</section>
<section class="service_banner">
<div class="container py-md-5 py-5">
<div class="row py-5">
<div class="col-md-7">
<div>
<h5 class="small-title text-white mb-2">Agriculture Theme</h5>
<h3 class="large-title text-white mb-2"> You can request for call back, we will call !</h3>
<a class="btn-style mt-4" href="#">Request for call back</a>
</div>
</div>
</div>
</div>
</section>
<footer class="custom-footer">
<div class="custom-footer-main py-5">
<div class="container py-4">
<div class="row custom-footer-content">
<div class="col-lg-4 order-lg-1 order-3 mt-lg-0 mt-5">
<h4 class="custom-footer-logo">
<a class="custom-logo" href="./home.html">Farmstead<i class="fa fa-leaf"
aria-hidden="true"></i></a>
</h4>
<p class="mt-4">Duis imperdiet sapien tortor, vitae congue diam auctor vitae. Aliquam eget
turpis ornare, euismod ligula eget, venenatis dui.</p>
<p class="copy-text mt-5 custom-copy-rights">© 2022 Farmstead. All Rights Reserved | WordPress
Theme by <a href="#">W3Layouts</a></p>
</div>
<div class="col-lg-4 pl-lg-5 custom-footer-contact">
<h3>Find Us</h3>
<div class="custom-column-2">
<p>Address: 10001 Alleghany St, 5th Avenue, 235 Terry, London.</p>
<p class="mt-3">Phone: <a href="tel:+1223456790">+12 23456790</a></p>
<p class="mt-3">Email: <a href="mailto:info@example.com">info@example.com</a></p>
<p class="mt-3">Fax: <a href="tel:+1136721890">+11 367 21890</a></p>
</div>
</div>
<div class="col-lg-4 col-md-7 order-lg-3 order-1 column mt-lg-0 mt-5">
<h3>Newsletter</h3>
<div class="end-column custom-footer-subscribe">
<p>Subscribe to our mailing list and get updates to your email inbox.</p>
<form action="" class="subscribe d-flex mt-3" method="post">
<input type="email" name="Email" placeholder="Email Address" required="">
<button><i class="fa-solid fa-paper-plane"></i></button>
</form>
</div>
<ul class="social mt-4 pt-2 custom-footer-social">
<li><a href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fa-brands fa-linkedin-in"></i></a></li>
<li><a href="#"><i class="fa-brands fa-twitter"></i></a></li>
<li><a href="#"><i class="fa-brands fa-google-plus-g"></i></a></li>
<li><a href="#"><i class="fa-brands fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<div>
<!-- all your content here -->
<a href="#" class="backtotop cd-top text-replace js-cd-top"><i class="fa fa-level-up"></i></a>
</div>
<!-- Bootstrap JavaScript Libraries -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"></script>
<!-- feather icons -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.29.2/feather.min.js"
integrity="sha512-zMm7+ZQ8AZr1r3W8Z8lDATkH05QG5Gm2xc6MlsCdBz9l6oE8Y7IXByMgSm/rdRQrhuHt99HAYfMljBOEZ68q5A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"></script>
<!-- back to top -->
<script src="./js/backToTop/main.js"></script>
<script src="./js/backToTop/util.js"></script>
<!-- count up js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"
integrity="sha512-CEiA+78TpP9KAIPzqBvxUv8hy41jyI3f2uHi7DGp/Y/Ka973qgSdybNegWFciqh6GrN2UePx2KkflnQUbUhNIA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./js/countUp/jquery.countup.min.js"></script>
<script>
$('.counter').countUp({
'time': 2000,
'delay': 10
});
</script>
<!-- fixed top -->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#header").addClass("nav-fixed");
} else {
$("#header").removeClass("nav-fixed");
}
});
</script>
<!-- popup -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"
integrity="sha512-IsNh5E3eYy3tr/JiX2Yx4vsCujtkhwl7SLqgnwLNgf04Hrt9BT9SXlLlZlWx+OK4ndzAoALhsMNcCmkggjZB1w=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
$(document).ready(function () {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
$('.popup-with-move-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-slide-bottom'
});
});
</script>
<!-- OWL JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"
integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
$(document).ready(function () {
$("#owl-demo2").owlCarousel({
loop: true,
margin: 20,
nav: false,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
1000: {
items: 1,
nav: false,
loop: false
}
}
})
})
</script>
<script>
feather.replace();
</script>
<script>
window.onscroll = function () {
myFunction();
};
function myFunction() {
// var nav = document.getElementById("navbarScroll");
var header = document.querySelector("header");
var search = document.getElementById("faSearch");
var mode = document.getElementById("mode");
var dropdown = document.getElementById("dropdown");
if (document.documentElement.scrollTop > 100) {
console.log("đang scroll");
//nav.classList.remove("bg-transparent");
header.classList.add("bg-head");
search.classList.add("search2");
mode.classList.add("mode2");
dropdown.style.color = "#040a17";
document.querySelector(".navbar-brand").style.color = "#000";
//nav.style.backgroundColor = "#ccc !important";
} else {
header.classList.remove("bg-head");
search.classList.remove("search2");
mode.classList.remove("mode2");
dropdown.style.color = "#fff";
document.querySelector(".navbar-brand").style.color =
"var(--primary-color)";
console.log("Không scroll nữa");
}
}
document.querySelectorAll("a.dropdown-toggle").forEach(function (element) {
element.addEventListener("click", function () {
// Xóa thuộc tính 'data-poper-static' từ the ul
document
.querySelector(".dropdown-menu")
.removeAttribute("data-bs-popper");
});
});
//Bắt sự kiện click vào header active
// var item = document.querySelector(".dropdown-item");
// for(let i = 0; i< 8; i++){
// }
// item.onclick = function(){
// item.classList.add("active");
// }
</script>
</body>
</html>