-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
394 lines (339 loc) · 13.4 KB
/
about.html
File metadata and controls
394 lines (339 loc) · 13.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/favicon.ico"/>
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/iconic/css/material-design-iconic-font.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/linearicons-v1.0.0/icon-font.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/css-hamburgers/hamburgers.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animsition/css/animsition.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/perfect-scrollbar/perfect-scrollbar.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
</head>
<body class="animsition aboutbg">
<!-- Header -->
<header class="header-v2" >
<!-- Header desktop -->
<div class="container-menu-desktop">
<div class="wrap-menu-desktop">
<nav class="limiter-menu-desktop container justify-content-between">
<!-- Logo desktop -->
<a href="index.html" class="logo">
<img src="images/logo.png" alt="IMG-LOGO">
</a>
<!-- Menu desktop -->
<div class="menu-desktop">
<form class="form-inline">
<ul class="main-menu">
<li >
<a href="index.html">Home</a>
</li>
<li>
<a href="product.html">Product</a>
</li>
<li >
<a href="glimpse.html">Glimpse</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li class="active-menu">
<a href="about.html">About</a>
<ul class="sub-menu">
<li><a href="institute_profile.html">Institute Profile</a></li>
<li><a href="milestones.html">Milestones</a></li>
</ul>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="downloads/brochure.pdf" target="_blank">
<i class="fa fa-download" aria-hidden="true"></i> Brochure
</a>
</li>
</ul>
</form>
</div>
</nav>
</div>
</div>
<!-- Header Mobile -->
<div class="wrap-header-mobile">
<!-- Logo moblie -->
<div class="logo-mobile">
<a href="index.html"><img src="images/logo.png" alt="IMG-LOGO"></a>
</div>
<!-- Icon header -->
<!-- <div class="wrap-icon-header flex-w flex-r-m m-r-15">-->
<!-- <div class="icon-header-item cl2 hov-cl1 trans-04 p-r-11 js-show-modal-search">-->
<!-- <i class="zmdi zmdi-search"></i>-->
<!-- </div>-->
<!-- <div class="icon-header-item cl2 hov-cl1 trans-04 p-r-11 p-l-10 icon-header-noti js-show-cart" data-notify="2">-->
<!-- <i class="zmdi zmdi-shopping-cart"></i>-->
<!-- </div>-->
<!-- <a href="#" class="dis-block icon-header-item cl2 hov-cl1 trans-04 p-r-11 p-l-10 icon-header-noti" data-notify="0">-->
<!-- <i class="zmdi zmdi-favorite-outline"></i>-->
<!-- </a>-->
<!-- </div>-->
<!-- Button show menu -->
<div class="btn-show-menu-mobile hamburger hamburger--squeeze">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</div>
</div>
<!-- Menu Mobile -->
<div class="menu-mobile">
<ul class="main-menu-m">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="product.html">Product</a>
</li>
<li >
<a href="glimpse.html">Glimpse</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li class="active-menu">
<a href="about.html">About</a>
<ul class="sub-menu-m">
<li><a href="institute_profile.html">Institute Profile</a></li>
<li><a href="milestones.html">Milestones</a></li>
</ul>
<span class="arrow-main-menu-m">
<i class="fa fa-angle-right" aria-hidden="true"></i>
</span>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="downloads/brochure.pdf" target="_blank">
<i class="fa fa-download" aria-hidden="true"></i> Brochure
</a>
</li>
</ul>
</div>
</header>
<!-- Title page -->
<!-- <section class="bg-img1 txt-center p-lr-15 p-tb-92" style="background-image: url('images/bg-01.jpg');">-->
<!-- <h2 class="ltext-105 cl0 txt-center">-->
<!-- About-->
<!-- </h2>-->
<!-- </section>-->
<!-- Content page -->
<section class="sec-product p-t-50 ">
<div class="container">
<div class="col-12 p-b-50 col-md-8 col-lg-8 m-lr-auto">
<div class="hov-img0">
<video controls>
<source src="video/BHALNALKANTHAKHADI.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</section>
<!-- Product -->
<section class="p-t-75 ">
<div class="container">
<div class="row" style="background: rgba(199, 157, 100, 0.6);border-radius: 30px;margin: 20px;padding: 15px;" >
<div class="col-md-7 col-lg-8">
<div class="p-t-7 p-r-85 p-r-15-lg p-r-0-md">
<h3 class="mtext-111 cl2 p-b-16">
Our Story
</h3>
<p class="stext-113 cl6 p-b-26">
Bhal Nalkantha Khadi Gramodyog Mandal is a
Khadi institution located in Ranpur, Botad
District of Gujarat, India. This Institute’s Vision
is to provide employment to the local women by
involving them into the work of spinning,
handloom weaving, hand knitting, Dyeing and
stitching of woolen khadi products. The
institiution is certified by the KVIC(Khadi and
Village Industries Commission).
</p>
<p class="stext-113 cl6 p-b-26">
Bhal Nalkantha Khadi Gramodyog Mandal was
established by Ambubhai Shah,
Harivallabhhai Mehta, Dajibhai Dabhi,
Chaturbhai Patel with the blessings of Jain Muni
Shri Santbalji in 1958.
</p>
<p class="stext-113 cl6 p-b-26">
The institution has provided the residential
facility to their employees with a minimum rent
for 100 sq. yards of land. For this initiation
HDFC had lent loan for the institution at 7%
interest rate. The institution is providing
Travelling and medical allowances, insurance
scheme, Artisan welfare fund and many other
beneficiary schemes from KVIC for the
employee.
</p>
<p class="stext-113 cl6 p-b-26">
Bhal Nalkantha Khadi Gramodyog Mandal is a
only woolen khadi institution in Gujarat. The
parent organization of this institution is Bundi
Aashram based near Bagodra Taluka of
Ahmedabad which is called as Swa-Shala.
</p>
</div>
</div>
<div class="col-11 col-md-5 col-lg-4 m-lr-auto">
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/about-01.jpg" alt="IMG">
</div>
</div>
</div>
</div>
<div class="row" style="background: rgba(199, 157, 100, 0.6);border-radius: 30px;margin: 20px;padding: 15px;" >
<div class="order-md-2 col-md-7 col-lg-8">
<div class="p-t-7 p-l-85 p-l-15-lg p-l-0-md">
<h3 class="mtext-111 cl2 p-b-16">
History
</h3>
<p class="stext-113 cl6 p-b-26">
Bhal Nalkantha Khadi Gramodyog Mandal was
established in 1958 with blessings of Jain Muni
sant Balji who was engaged in the social work
for unemployed women and the
Backward class of the society in Ranpur.
</p>
<p class="stext-113 cl6 p-b-26">
He also believed in the concept of self
dependent and spread awareness about it. He
also awarded by Bharat Ratna in Ajmer for the
social and economic development. He started social work with the focus of Indian villages
condition in terms of Education, Economy and
Social status.
</p>
<p class="stext-113 cl6 p-b-26">
This institution was started with the aim of
women empowerment and empowering the
backward class of the Bhal region of Gujarat.
He worked for welfare of Mal community of
Ranpur. The women of this community worked
from home for the spinning as they were not
allowed to go out for work.
</p>
<p class="stext-113 cl6 p-b-26">
Babubhai Patel, Chief minister of Gujarat in
1976 was requested to start khadi instituton in
Bhal region of Gujarat with aim of
educational, health and social welfare. Naval
bhai shah was the first chairman of the Bhal
Nalkantha Khadi Gramodyog Mandal.
</p>
<p class="stext-113 cl6 p-b-26">
The Unique selling Point of this Khadi
institution is a woolen Khadi. This is a only
institution who is producing woolen Khadi in
Gujarat. They are working with the woolen
material to produce Woolen woven and knitted
Khadi products. They are practicing this
woolen khadi production from last 63 years.
Many employees of the Institution were trained
under the Ahmedabad Management
Association(AMA) for the skill development.
</p>
<p class="stext-113 cl6 p-b-26">
They are producing Apparel and Home
Products for different brands. The Apparel and
fashion accessories includes Jersey, Jackets,
Socks, Gloves, Cap, Waist coat, Mufflers, Stoles,
Shawls, etc. For Home Products they are
working on Woolen Blankets.
</p>
</div>
</div>
<div class="order-md-1 col-11 col-md-5 col-lg-4 m-lr-auto p-b-30">
<div class="how-bor2">
<div class="hov-img0">
<img src="images/about-02.jpg" alt="IMG">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg4 p-b-20">
<div class="container">
<div class="p-t-20">
<p class="stext-107 cl6 txt-center">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved
<!-- Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://encycode.com" target="_blank">Encycode</a>-->
</p>
</div>
</div>
</footer>
<!-- Back to top -->
<div class="btn-back-to-top" id="myBtn">
<span class="symbol-btn-back-to-top">
<i class="zmdi zmdi-chevron-up"></i>
</span>
</div>
<!--===============================================================================================-->
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/animsition/js/animsition.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/bootstrap/js/popper.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/select2/select2.min.js"></script>
<script>
$(".js-select2").each(function(){
$(this).select2({
minimumResultsForSearch: 20,
dropdownParent: $(this).next('.dropDownSelect2')
});
})
</script>
<!--===============================================================================================-->
<script src="vendor/MagnificPopup/jquery.magnific-popup.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/perfect-scrollbar/perfect-scrollbar.min.js"></script>
<script>
$('.js-pscroll').each(function(){
$(this).css('position','relative');
$(this).css('overflow','hidden');
var ps = new PerfectScrollbar(this, {
wheelSpeed: 1,
scrollingThreshold: 1000,
wheelPropagation: false,
});
$(window).on('resize', function(){
ps.update();
})
});
</script>
<!--===============================================================================================-->
<script src="js/main.js"></script>
</body>
</html>