-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglimpse.html
More file actions
347 lines (297 loc) · 11.6 KB
/
glimpse.html
File metadata and controls
347 lines (297 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Glimpse</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 class="active-menu">
<a href="glimpse.html">Glimpse</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<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>
<!-- 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 class="active-menu">
<a href="glimpse.html">Glimpse</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<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>-->
<!-- glimpse -->
<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">
Visits & Meets
</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">
Mr. Govindsang bhai is greeting Mr. Shankerbhai.Patel (Past President of GCCI) in the presence of Hon. Minister vasuben Trivedi
</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/Mr.%20Govindsang%20ji%20is%20greeting%20Mr.Shankerbhai%20Patel%20(Past%20President%20of%20GCCI%20)%20in%20the%20presence%20of%20Hon.%20Minister%20vasuben%20Trivedi.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">
Govindsang bhai Dabhi receiving (Rashtriya Safai Purushkar) from Mr.Gunvantbhai shah.
</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/Rashtriya%20Safai%20Purushkaar.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">
Opening of Solar Charkha in the presence of Edu.Minister - Mr.Bhupendrasinh Chudasama & V.K Saksena (KVIC Chairman) Govt. of India-2016.
</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/opening%20of%20solar%20charkha.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">
Visit of African Deligates at Bhal Nalkantha Khadi Gramodhyog campus
</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/Visit%20of%20African%20Deligates%20at%20Bhal%20Nalkantha%20Khadi%20Gramodhyog%20campus.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">
Meet and visit of Bhal Nalkantha Khadi Gramodhyog campus by V.K Saksena (KVIC Chairman) Bharat Sarkar - 2016
</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/Meet%20and%20visit%20of%20Bhal%20Nalkantha%20Khadi%20Gramodhyog%20campus%20by%20V.K%20Saksena%20(KVIC%20Chairman)%20Bharat%20Sarkar%20-%202016.jpg" alt="IMG">
</div>
</div>
</div>
</div>
<div class="row mt-5">
<div class="order-md-2 col-md-7 col-lg-8 mt-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">
Visit of Bhal Nalkantha Khadi Gramodhyog Stall at Riverfront Flower , show by Previous Hon. Chief Minister of Gujarat - Sir Vijaybhai Rupani
</p>
</div>
</div>
<div class="order-md-1 col-11 col-md-5 col-lg-3 m-lr-auto p-b-30 ">
<div class="how-bor2">
<div class="hov-img0">
<img src="images/Visit%20of%20Bhal%20Nalkantha%20Khadi%20Gramodhyog%20Stall%20at%20Riverfront%20Flower%20show%20by%20Hon.%20Vijaybhai%20Rupani.jpg" alt="IMG">
</div>
</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
</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>