-
Notifications
You must be signed in to change notification settings - Fork 0
/
drumstick.html
293 lines (277 loc) · 10 KB
/
drumstick.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PRAMUKHEXIM</title>
<link rel="shortcut icon" href="assets/images/LOGO.jpg" type="image/xicon">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<link rel="stylesheet" href="styale.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="detail.css" />
</head>
<body>
<!-- header -->
<nav class="navbar navbar-expand-lg bg-black fixed-top" id="navba">
<div class="container-fluid text-white">
<img src="assets/images/LOGO-removebg-preview.png" class="bg-white img-fluid rounded rounded-3" style="width: 50px;" >
<a class="navbar-brand fs-1 ms-3" href="#">PRAMUKHEXIM</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="About.html">About</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Product
<i class= "fa-solid fa-angle-down d-inline-block"></i>
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="index.html#gallery">Fresh vegetabale</a></li>
<li><a class="dropdown-item" href="index.html#gallery">Fresh fruits</a></li>
<!-- <li><hr class="dropdown-divider" /></li> -->
<li>
<a class="dropdown-item" href="index.html#gallery">Masala</a>
</li>
</ul>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#">Product</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ceriti.html">Certificate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Contact">Contact</a>
</li>
</ul>
<!-- <form class="d-flex" role="search">
<input
class="form-control me-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-primary" type="submit">Search</button>
</form> -->
</div>
</div>
</nav>
<div class="top-main container" id="drumestick">
<div class="card">
<div class="row">
<div class="col-lg-4">
<div class="p-img ">
<img
src="assets/images/fresh-drumstick-1607515801-5652338.jpeg"
class="img-fluid"
alt=""
/>
</div>
</div>
<div class="col-lg-8">
<h3 class="mt-3">Fresh drumestick</h3>
<div class="main-33">
<table class="table">
<tbody>
<tr class="mb-2">
<td class="color-grey">Business Type</td>
<td>
Manufacturer, Exporter, Supplier, Retailer, Wholesaler
</td>
</tr>
<tr class="mb-2">
<td class="color-grey">Cultivation Type</td>
<td>Organic</td>
</tr>
<tr class="mb-2">
<td class="color-grey">Shelf Life</td>
<td>1week</td>
</tr>
<tr class="mb-2">
<td class="color-grey">Feature</td>
<td>Good Taste, Healthy</td>
</tr>
</tbody>
</table>
<div>
<a href="#Contact" class="btn btn-dark"> SEND ENQUIRY</a>
</div>
</div>
</div>
</div>
</div>
<div class="main-33 card p-4">
<div>
<h3>Product Details</h3>
</div>
<div class="row">
<div class="col-lg-6">
<table class="table">
<tbody>
<tr>
<td class="color-grey">Taste</td>
<td><b>Sweet</b></td>
</tr>
<tr>
<td class="color-grey">Country of Origin</td>
<td><b>India</b></td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-6">
<table class="table">
<tr>
<td class="color-grey">Packaging Type</td>
<td>
<b>Plastic Crate</b>
</td>
</tr>
</table>
</div>
<p>
The drumestick is one of the world’s favorite vegetabale. Thousands of years
of domestication of the drumestick’s wild ancestor has led to the
delicious, edible fruit that is consumed by millions worldwide
today. Whilst there are more than 1,000 banana varieties in the
world, the Cavendish drumestick populates supermarket shelves and makes
up almost the entire global export market.
</p>
</div>
</div>
</div>
<!-- contact -->
<div class="container" id="Contact">
<div class="row mt-5">
<div class="col-lg-6">
<div class="row">
<div class="col-md-12">
<div class="boxx">
<i class="fa-solid fa-location-dot"></i>
<h3>Our Address</h3>
<p>A108 Adam Street, Jamanagar, NY 535022</p>
</div>
</div>
<div class="col-md-6">
<div class="boxx mt-4 pb-5">
<i class="fa-regular fa-envelope"></i>
<h3>Email Us</h3>
<p>[email protected]<br /></p>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="boxx mt-4 mb-0">
<i class="fa-solid fa-phone-volume"></i>
<h3>Call Us</h3>
<p>+91 6352 4115 15<br />+91 8780 388 789</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<form action="" action="https://formsubmit.co/[email protected]" method="post" reset class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input
type="text"
name="name"
class="form-control"
id="name"
placeholder="Your Name"
required=""
/>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input
type="email"
class="form-control"
name="email"
id="email"
placeholder="Your Email"
required=""
/>
</div>
</div>
<div class="mt-3">
<input
type="text"
class="form-control"
placeholder="Subject"
required=""
/>
</div>
<div class="form-group mt-3">
<textarea
class="form-control"
rows="7"
placeholder="Message"
required=""
></textarea>
</div>
<div class="text-center mt-3">
<button class="rrr btn btn-dark" type="submit">
Send Message
</button>
</div>
</form>
</div>
</div>
</div>
<!-- footer -->
<div class="footer-basic bg-black mt-5">
<footer>
<div class="social">
<a href="https://www.instagram.com/pramukhexim/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="https://wa.me/918780388789" target="_blank"><i class="fa-brands fa-whatsapp"></i></a>
</div>
<ul class="list-inline text-white">
<li class="list-inline-item"><a href="index.html">Home</a></li>
<li class="list-inline-item"><a href="./About.html">About</a></li>
<li class="list-inline-item"><a href="./gallery.html">Gallery</a></li>
<li class="list-inline-item"><a href="ceriti.html">Certificate</a></li>
<li class="list-inline-item"><a href="index.html#Contact">Contact</a></li>
</ul>
<p class="copyright">PRAMUKHEXIM © 2018</p>
</footer>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
</body>
</html>