forked from JAREDKEVIN/THE-SMART-FARM
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
208 lines (171 loc) · 6.31 KB
/
index.html
File metadata and controls
208 lines (171 loc) · 6.31 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
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
<!DOCTYPE html6l lang="en">
<head>
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
rel="stylesheet">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
/>
<!-- MDB -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.10.2/mdb.min.css"
rel="stylesheet"
/>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="home.css">
<title>The smart Farm Webiste</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light d-flex justify-content-center nav">
<!-- Container wrapper -->
<div class="container-fluid nav">
<!-- Toggle button -->
<button
class="navbar-toggler"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fas fa-bars"></i>
</button>
<!-- Collapsible wrapper -->
<div class="collapse navbar-collapse nav" id="navbarSupportedContent">
<!-- Navbar brand -->
<a class="navbar-brand mt-2 mt-lg-0 nav" href="index.html">
<img class="nav"
src="./images/logo.png"
height="45"
alt="logo" loading="lazy" />
</a>
<div class="scroll">
<h1>The Smart Farm</h1>
</div>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav">
<li class="nav-item">
<a class="nav-link nav" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link nav" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link nav" href="trends.html">Trends</a>
</li>
<li class="nav-item">
<a class="nav-link nav" href="marketplace.html">Market Place</a>
</li>
<li class="nav-item">
<a class="nav-link nav" href="contacts.html">Contacts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
</ul>
<!-- Left links -->
</div>
<!-- Collapsible wrapper -->
<!-- Right elements -->
<div class="d-flex float-end justify-content-end nav">
<!-- Icon -->
<a class="text-reset me-3 nav" href="tel:0700809279">
<i class="fas fa-phone fa-2x px-3"></i>
</a>
<a class="text-reset me-3 nav" href="mailto:mainajoseph964@gmail.com">
<i class="fas fa-at fa-2x px-3"></i>
</a>
<a class="text-reset me-3 nav" href="#">
<i class="fab fa-facebook-f fa-2x px-3"></i>
</a>
<a class="text-reset me-3 nav" href="https://www.google.com/maps/dir//moringa+school/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x182f1a6bf7445dc1:0x940b62a3c8efde4c?sa=X&ved=2ahUKEwjIk5SQjfP1AhWKjaQKHYLqBX8Q9Rd6BAgfEAU">
<i class="fas fa-map-marker-alt fa-2x px-3"></i>
</a>
<!-- Notifications -->
</div>
<!-- Right elements -->
</div>
<!-- Container wrapper -->
</nav>
<!-- Navbar -->
<div id="agric">
<img src="./images/agric.jpeg" width="1850" height="200" alt="agric">
</div>
<div class="text">
<p> <em>With operating actively for more than a year now,We strive to achieve and satisfy our customers with Quality,<br>
Affordable and Convinient Farm Inputs and Equipments all over the Country.Our farmers have always been <br>
looking forward to come back because of having received good customer service from our qualified Agronomists and Vegeterians.<br>
Visit our Products and Services page to view a catalogue of existing cutting edge products that we have to offer.<br>
You won't regret choosing Smart Farm Kenya!</em> <br> </p>
</div>
<h2><b>WE EXIST BECAUSE OF YOU!!!</b></h2>
<div class="d-flex justify-content-between mt-5">
<div class="card mt-3">
<h3 class="card-title">VISIT OUR BRANCHES:</h3>
<div class="d-flex justify-content-between">
<div>
<img class="img-fluid rounded-start" width="400"
src="./images/front.png" alt="frontimage"/>
</div>
<!-- <div class="col-md-8"> -->
<div class="card-body">
<p class="card-text">
<div class="">
<ul>
<li>Nairobi</li>
<li>Nakuru</li>
<li>Kisumu</li>
</ul>
</div>
</p>
</div>
</div>
<!-- </div> -->
</div>
<div class="card mt-3">
<h3 class="card-title">HAPPY CUSTOMERS </h3>
<div class="d-flex justify-content-between">
<div>
<img class="img-fluid rounded-start" width="400"
src="./images/people.jpeg" alt="frontimage"/>
</div>
<!-- <div class="col-md-8"> -->
<div class="card-body">
<p class="card-text">
<div class="">
</div>
</p>
</div>
</div>
<!-- </div> -->
</div>
</div>
<div class="adress">
<p>
NGONG LANE PLAZA, 3rd FLOOR<br>
P.O. Box 36 <br>TEL: (+254) 02563514 Mob: (+254) 726 249725 <br>Fax: (+254) 00 00 001<br>
email: info@smartfarm.co.ke / www.smartfarm.co.ke <br>
</p>
</div>
<footer class="bg-light text-center text-lg-start">
<!-- Copyright -->
<div class="text-center text-light p-3" style="background-color: #083111;">
© 2022 Copyright:
<a style="background-color: inherit;" class="text-light" href="#">THE SMART FARM</a>
</div>
<!-- Copyright -->
</footer>
<!-- MDB -->
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.10.2/mdb.min.js"
></script>
</body>
</html>