-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmilestones.html
More file actions
272 lines (227 loc) · 9.23 KB
/
milestones.html
File metadata and controls
272 lines (227 loc) · 9.23 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
<!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 class="active-menu"><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><a href="institute_profile.html">Institute Profile</a></li>
<li class="active-menu"><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>-->
<!-- Product -->
<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 cl6 txt-center respon1">
The Milestones
</h3>
</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">
In the year 2006, with the assistance from KVIC, Mumbai;</br>
<b style="color: #771514">Bhal Nalkantha Khadi & Gramodhyog Mandal, Ranpur</b><br>
represented an international exhibition at Muba, Basel City in Switzerland;
during 13 to 26 Feb, 2006
</p>
<p class="stext-113 cl6 p-b-26">
The institution was awarded as the</br>
<b style="color: #771514">"BEST INSTITUTION"</b></br> by the hon. President of India, Pratibhadevisinh Patil.
On 31st August 2010;
</p>
<p class="stext-113 cl6 p-b-26">
<b style="color: #771514">BAYUBA BHAVUBHA PARMAR</b><br> a weaver from this institution was awarded as</br>
<b style="color: #771514">"BEST WEAVER"</b><br> by the hon. President of India Pratibhadevisingh Patil
On 2nd September, 2011
</p>
<p class="stext-113 cl6 p-b-26">
<b style="color: #771514">PALUBEN CHHAGANBHAI VAGH</b><br> a knitter from this institution was awarded as</br>
<b style="color: #771514">"BEST MAHILA VIKAS"</b><br> by the Chief Minister of Gujarat, Narendra Modi.
On 31st March, 2012
</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>