-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstitute_profile.html
More file actions
479 lines (408 loc) · 16.5 KB
/
institute_profile.html
File metadata and controls
479 lines (408 loc) · 16.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Institute Profile</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 class="active-menu"><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>
<!-- 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 class="active-menu"><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>-->
<section>
<div class="container">
<div class="row" style="background: rgba(199, 157, 100, 0.6);border-radius: 30px;margin: 20px;padding: 15px;" >
<div class="p-b-50" style="width:100%" >
<h3 class="ltext-105 cl2 txt-center respon1">
Institution's Profile
</h3>
</div>
<div class="row">
<div class="col-md-7 col-lg-8" style="padding-top: 5%">
<div class="p-t-7 p-r-85 p-r-15-lg p-r-0-md" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
The main Aim of institution is to provide employment through
spinnig, weaving, knitting, stitching, dyeing and making the final products from woollen
khadi and polyvastra.
</p>
<p class="stext-113 cl6 p-b-26">
This institution is certified by
(KVB) Khadi village industrial board Gujarat. and (KVIC) Khadi & Village Industries Commission
of India, Mumbai.
</p>
</div>
</div>
<div class="col-11 col-md-5 col-lg-3 m-lr-auto" >
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/ip_2.jpg" alt="IMG">
</div>
</div>
</div>
</div>
<div class="row">
<div class="order-md-2 col-md-7 col-lg-8 mt-5" style="padding-top: 5%">
<div class="p-t-7 p-l-85 p-l-15-lg p-l-0-md" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
The Organization has contributed immensely to
make the people of Ranpur and surrounding villages self-reliant and
self-supportive.
</p>
</div>
</div>
<div class="order-md-1 col-11 col-md-5 col-lg-3 m-lr-auto p-b-30 mt-5">
<div class="how-bor2">
<div class="hov-img0">
<img src="images/ip_7.jpg" alt="IMG">
</div>
</div>
</div>
</div>
<div class="row" >
<div class="col-md-7 col-lg-8" style="padding-top: 5%;">
<div class="p-t-7 p-r-85 p-r-15-lg p-r-0-md" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
The Khadi production is 100% energy free still a
fully computerized accounts section is also
setup.
</p>
</div>
</div>
<div class="col-11 col-md-5 col-lg-3 m-lr-auto" style="padding-bottom: 5%">
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/ip_1.jpg" alt="IMG">
</div>
</div>
</div>
</div>
<br>
<div class="row" style="margin-bottom: 5%;margin-top: 3%" >
<div style="text-align: center">
<div class="col-11 col-md-5 col-lg-3 m-lr-auto p-t-6-md">
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/ip_5.jpg" alt="IMG">
</div>
</div>
</div><br>
<div class="col-md-6 col-lg-12" style="padding-top: 2%">
<div class=" p-r-15-lg p-r-0-md" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
Maluba Parmar says that, "I have been working here
since I was 18 years old. I earn a living but the atmosphere here and the motivation to work give me a me lot of pleasure. I feel that this organization has made my life not only worth living but also worth enjoying. Trustees and managers are helpful to all of us without
any discrimination and that is why we work here wholeheartedly. All the artisans like me are happy with the work and the system that is why we have been
sticking here for so long."
</p>
</div>
</div>
</div>
<div class="row col-12">
<div class="col-6 col-md-5 col-lg-3 m-lr-auto">
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/ip_3.jpg" alt="IMG">
</div>
</div>
</div>
<div class="col-6 col-md-5 col-lg-3 m-lr-auto">
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/ip_6.jpg" alt="IMG">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="background: rgba(199, 157, 100, 0.6);border-radius: 30px;margin: 20px;padding: 15px;" >
<div class="p-b-50" style="width:100%" >
<h3 class="ltext-105 cl2 txt-center respon1">
Institution's Profile
</h3>
</div>
<div class="row" >
<div style="text-align: center">
<div class="col-md-6 col-lg-12" >
<div class=" p-r-15-lg p-r-0-md" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
The institution has provided the residential facility to its employees with just 1 Rupee annual rent for 100 sq. yards of
land. Employees of this institution get various benefits and i facilities like M.D.A beneficiary, Artisan Welfare Fund and many
other beneficiary schemes from KVIC & KVB.
</p>
</div>
</div>
<div class="col-11 col-md-5 col-lg-4 m-lr-auto p-t-6-md">
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/7_compressed_page-0001.jpg" alt="IMG">
</div>
</div>
</div><br>
<div class="col-md-6 col-lg-12" style="padding-top: 2%">
<div class=" p-r-15-lg p-r-0-md" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
Total number of person working under this
institution are 259.<br>
80% of Ladies<br> 20% of Gents
</p>
</div>
</div>
</div>
</div>
<div class="col-md-12 col-lg-12">
<div class="p-t-7" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
The administration office is set into prime location of
campus. The office consisting of chairman's chamber (Govindsangbhai Dajibhai Dabhi) with meeting facility and Accounting section. Accounting and routine admin work is done with computerized system. Within 23 thousand square yards of land; institute has developed many different divisions and departments for versatile processes of making wool,
Khadi and Polyvastra clothes and its products
</p>
</div>
</div>
<div class="row">
<div class="order-md-2 col-md-7 col-lg-8 mt-5" style="padding-top: 5%">
<div class="p-t-7 p-l-85 p-l-15-lg p-l-0-md" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
The campus is full of natural atmosphere which is very nice and pleasing. Here, day
starts with prayer. Institution has a special
Prayer Hall where all artisans and team meet
and start work with
prayer.
</p>
</div>
</div>
<div class="order-md-1 col-11 col-md-5 col-lg-4 m-lr-auto p-b-30 mt-5">
<div class="how-bor2">
<div class="hov-img0">
<img src="images/img7.jpg" alt="IMG">
</div>
</div>
</div>
</div>
<div class="col-md-12 col-lg-12">
<div class="p-t-7" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
Let us hear from Shri Govindsangbhai Dabhi who has been the honorary president of Bhal Nalkantha Khadi Gramodyog Mandal, Ranpur Sansthan since 2016, about the wonderful work done by such a Munishri in Bhal
region for the development of the whole area.
</p>
</div>
</div>
<div class="row col-12" style="text-align: center">
<div class="col-md-4 col-lg-4 m-lr-auto p-t-6-md">
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/9_c0001.jpg" alt="IMG">
</div>
</div>
<p style="margin-top: 10%;color: #771514">
"BEST WEAVER" BAYUBA BHAVUBHA PARMAR
</p>
</div>
<br>
<div class="col-md-4 col-lg-4 m-lr-auto p-t-6-md">
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/9_compressed_page-0001.jpg" alt="IMG">
</div>
</div>
<p style="margin-top: 10%;color: #771514">
"BEST INSTITUTIONAL" NATIONAL AWARD-2010
</p>
</div>
</div>
<div class="col-md-12 col-lg-12">
<div class="p-t-7" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
The institution is been appreciated in the open market through its products by repetitive orders. More over, KVIC & KVB has also appreciated this institution as well as its artisan for their time to time performance. Very beautiful feather i.e. National Award has been added into crown of the institution.
</p>
</div>
</div>
<div class="col-md-12 col-lg-12">
<div class="p-t-7" style="text-align: center">
<p class="stext-113 cl6 p-b-26">
Bhal Nalkantha Khadi Gramodhyog Mandal, Ranpur has been awarded the National Award - 2010 conferred for i "Execellence in the field of Khadi and Village Industries" The award was received by Mr. Govindsang D. Dabhi, presently the chairman of the institute by the hands of Resp. Shri Dinsha Patel, Hon. Minister of MSME, Government of India; in the presence of Resp. Kumudben Joshi, prevailing chairperson Khadi and Village Industries Commision, Mumbai.
</p>
</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>