-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathguestOfHonour.html
284 lines (265 loc) · 11.4 KB
/
guestOfHonour.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="theme-color" content="#231a60b3" />
<title>Guest of Honour | Vishwacon 2020</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="./assets/img/favicon.ico">
<link rel="stylesheet" type="text/css" href="./assets/css/home.css" />
<link rel="stylesheet" type="text/css" href="./assets/css/style.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<a class="navbar-brand" href="index.html" style="color:#fff">
<img src="./assets/img/logo.webp" width="50" height="40" class="d-inline-block align-top"
style="margin-right:10px" />
Vishwacon 2020
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span>
<i class="fas fa-bars" style="color:#fff;font-size: 28px"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<!--
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Previous Years
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">2019</a>
<a class="dropdown-item" href="#">2018</a>
<a class="dropdown-item" href="#">2017</a>
<a class="dropdown-item" href="#">2016</a>
</div>
</li>
-->
<li class="nav-item">
<a class="nav-link" href="registration.html">Registration</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Downloads
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./downloads/vishwacon2020.pdf" download>Brochure</a>
<a class="dropdown-item" href="./downloads/vishwa_abstract_template.docx" download>Abstract
format</a>
<a class="dropdown-item" href="./downloads/vishwa_paper_template.doc" download>Full paper
format</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="advisory.html">Advisory Committee</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sessions.html">Industry Connect</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ourTeam.html">Our Team</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="contactUs.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<section class="banner"
style="background:linear-gradient(90deg,rgba(0, 0, 0,0.7),rgba(60, 51, 141,0.5)),url('./assets/img/chief_guest.webp'); background-size: cover;">
<h1 style="color:white;line-height: 350px;text-align: center;">
Guest of Honour
</h1>
</section>
<br /><br />
<div class="container">
<div class="row">
<div class="col-sm-12 ">
<div class="justify-content-center">
<img class="img-fluid"
style="display: block; margin-left: auto; margin-right: auto; width: 200px; height: auto; border-radius: 10px;"
src="./assets/img/udaykumar.jpg" alt="vishwacon" />
</div>
<br>
<div class="text-center">
<h1>Mr. Udaykumar Vinzanekar </h1>
<h5>
Founder & Managing Director, <br>
Windals Precision Pvt Ltd <br>
Win Axles Pvt Ltd <br>
</h5>
<br /> <br>
</div>
<p class="text-justify">
Mr. Udaykumar Vinzanekar, a Mechanical engineer (DME), worked with Mahindra and Mahindra for over ten year
before starting his own entrepreneurial venture in the year 1977. He has been the person behind the vision
call Windals Precision Pvt Ltd (WPPL). WPPL is a leading axle manufacturing company in India manufacturing
Front axle assembly, Rear Axle, Tag axle, Lift Axles & Grader Axle and components for the Farm equipment, HCV,
LCV & Construction equipment Industry. Win Axles is part of Windals Precision Group. <br><br>
Partners of the top Tractor OEM’s and Truck Manufacturers in India, WPPL have six state of the art facilities
across Pune, Nagpur, Bhopal and Rudrapur (Two facilities) and is headquartered in Mumbai (India). <br><br>
Mr. Vinzanekar has over the years built an organisation that has grown to be strong financially driven
company. With over 50 years of hands on operational experience, under his guidance and with the efforts of
strong leadership team, WPPL has been recognised and awarded by Top MNC’s and OEM’s in categories like “Best
Supplier award” by Tafe Motors and Tractors Ltd., “Best Quality Performance Award” by Ashok Leyland, “HR
excellence Award” by Mahindra, “Best Company Award in Productivity & Quality” by ACMA (Automotive Component
Manufacturers Association of India) etc. <br><br>
Apart from being a successful businessman, he is actively associated with many NGOs in the area of Education,
Healthcare and Environment.
<br><br>
</p>
</div>
</div>
<br /><br /><br />
</div>
<!-- <section
style="background:linear-gradient(to right, #231a60 0%, #3c338d 51%, #231a60 100%)"
>
<div class="container">
<h3 class="text-center text-white pt-5">
Contact following person in case of any query
</h3>
<div class="row">
<div class="col-md-3 col-sm-6 mx-auto my-3 text-center">
<div class="p-3 advisoryCard" style="background-color: #fff">
<h4 class="font-weight-bold">Computer</h4>
<hr />
<h6>
<span class="font-weight-bold">Ms. V. S. Gaikwad</span>
<br /><br />
vidya.gaikwad@viit.ac.in <br /><br />
+91 7218968723
</h6>
</div>
</div>
<div class="col-md-3 col-sm-6 mx-auto my-3 text-center">
<div class="p-3 advisoryCard" style="background-color: #fff">
<h4 class="font-weight-bold">E&TC</h4>
<hr />
<h6>
<span class="font-weight-bold">Mrs. M. S. Deshmukh</span>
<br /><br />
minal.deshmukh@viit.ac.in<br /><br />
+91 9850035005
</h6>
</div>
</div>
<div class="col-md-3 col-sm-6 mx-auto my-3 text-center">
<div class="p-3 advisoryCard" style="background-color: #fff">
<h4 class="font-weight-bold">IT</h4>
<hr />
<h6>
<span class="font-weight-bold">Mr. L. A. Kamble</span>
<br /><br />
lahu.kamble@viit.ac.in <br /><br />
+91 9975001813
</h6>
</div>
</div>
<div class="col-md-3 col-sm-6 mx-auto my-3 text-center">
<div class="p-3 advisoryCard" style="background-color: #fff">
<h4 class="font-weight-bold">Mechanical</h4>
<hr />
<h6>
<span class="font-weight-bold">Dr. M. M. Sayyad</span>
<br /><br />
mannan.sayyad@viit.ac.in <br /><br />
+91 9763203706
</h6>
</div>
</div>
<div class="col-md-3 col-sm-6 mx-auto my-3 text-center">
<div class="p-3 advisoryCard" style="background-color: #fff">
<h4 class="font-weight-bold">Civil</h4>
<hr />
<h6>
<span class="font-weight-bold">Dr. P. R. Dixit</span>
<br /><br />
pradnya.dixit@viit.ac.in <br /><br />
+91 9545452787
</h6>
</div>
</div>
</div>
<br />
</div>
</section> -->
<br /><br /><br />
<div style="height: 50px"></div>
<button class="btn topButton" onclick="goToTop()">
<i class="fas fa-arrow-up"></i>
</button>
<footer class="page-footer font-small"
style="background: linear-gradient(to right, #231a60 0%, #3c338d 51%, #231a60 100%);">
<div class="container">
<div class="row">
<div class="col-md-12 py-4 text-white text-center">
<div class="mb-1 flex-center">
<a class="fb-ic">
<i class="fab fa-facebook-f fa-lg white-text mr-md-5 mr-3 fa-2x">
</i>
</a>
<a class="tw-ic">
<i class="fab fa-twitter fa-lg white-text mr-md-5 mr-3 fa-2x">
</i>
</a>
<a class="gplus-ic">
<i class="fab fa-google-plus-g fa-lg white-text mr-md-5 mr-3 fa-2x">
</i>
</a>
<a class="li-ic">
<i class="fab fa-linkedin-in fa-lg white-text mr-md-5 mr-3 fa-2x">
</i>
</a>
<a class="ins-ic">
<i class="fab fa-instagram fa-lg white-text mr-md-5 mr-3 fa-2x">
</i>
</a>
<a class="pin-ic">
<i class="fab fa-pinterest fa-lg white-text fa-2x"> </i>
</a>
</div>
</div>
</div>
</div>
<div class="footer-copyright text-center text-white py-1" style=" background: linear-gradient(to right, #231a60 0%, #3c338d 51%, #231a60 100%);
">
© 2020 Copyright:
<a href="#" style="color:white"> vishwacon.in</a>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
<script type="text/javascript" src="./assets/js/sal.js"></script>
<script type="text/javascript" src="./assets/js/home.js"></script>
</body>
</html>