-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.php
More file actions
123 lines (107 loc) · 4.24 KB
/
services.php
File metadata and controls
123 lines (107 loc) · 4.24 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<div id="google_translate_element"></div>
<!-- <script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement(
{pageLanguage: 'en'},
'google_translate_element'
);
}
</script>
<script type="text/javascript"
src=
"https://translate.google.com/translate_a/element.js?
cb=googleTranslateElementInit">
</script> -->
<title>Bayadere </title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Fontawesome CSS -->
<link href="css/all.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<?php include 'navBar.php'?>
<!-- full Title -->
<div class="full-title">
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<h1 class="mt-4 mb-3">What We Provide..
<small>Explore Our Offerings: Tailored Solutions for Your Needs</small>
</h1>
</div>
</div>
<!-- Page Content -->
<div class="container">
<div class="breadcrumb-main">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">Services</li>
</ol>
</div>
<!-- Image Header -->
<img class="img-fluid rounded mb-4" src="images/farmer2.jpg" alt="" />
<!-- Services Section -->
<!-- <div class="row">
<div class="col-lg-4 mb-4">
<div class="card h-100">
<h4 class="card-header">Agricultural Services</h4>
<div class="card-img">
<img class="img-fluid" src="images/services-img-01.jpg" alt="" />
</div>
<div class="card-body">
<p class="card-text">Our agricultural equipment rental service offers a hassle-free solution for farm owners seeking efficient and cost-effective tools.</p>
</div>
<div class="card-footer">
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<h4 class="card-header">Plant Workshops</h4>
<div class="card-img">
<img class="img-fluid" src="images/services-img-02.jpg" alt="" />
</div>
<div class="card-body">
<p class="card-text">Whether you're a beginner or a seasoned enthusiast, explore both free and paid sessions designed to nurture your green skills. Grow your garden expertise with us � because every plant deserves a caring touch!</p>
</div>
<div class="card-footer">
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<h4 class="card-header">Farmwork Match</h4>
<div class="card-img">
<img class="img-fluid" src="images/worker2.jpg" alt="" />
</div>
<div class="card-body">
<p class="card-text"> Discover a streamlined platform where farm owners post available positions and farmers find their next job effortlessly.</p>
</div>
<div class="card-footer">
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</div> -->
<!-- /.row -->
</div>
<!--footer starts from here-->
<?php include 'footer.php'?>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>