-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
608 lines (491 loc) · 23.3 KB
/
news.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
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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html>
<head>
<title>News and Events</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<header class="hero-anime">
<div class="navigation-wrap bg-light start-header start-style" id="navbar" >
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="index.html" target="_blank"><img src="images/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto py-4 py-md-0">
<li class="nav-item">
<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="http://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">About Us</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="companyprofile.html">Company Profile</a></li>
<li><a class="dropdown-item" href="Whyus.html">Why us</a></li>
<li><a class="dropdown-item" href="awards.html">Award</a></li>
<li><a class="dropdown-item" href="message.html">CEO Message</a></li>
</ul>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="http://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Product</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="otr.html">OTR</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="otr.html">Pneumatic</a></li>
</ul>
</li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="#">Industrial Tyres</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="industrial.html">Pneumatic</a></li>
<li><a class="dropdown-item" href="industrial.html">Solid</a></li>
</ul>
</li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="agriculture.html">Agricultre Tyres</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="flot.html">Flotation</a></li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="#">Bias</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="agriculture.html">Tractor Front</a></li>
<li><a class="dropdown-item" href="agriculture.html">Tractor Rear</a></li>
<li><a class="dropdown-item" href="agriculture.html">Tractor Trailer</a></li>
<li><a class="dropdown-item" href="agriculture.html">Irrigation</a></li>
<li><a class="dropdown-item" href="agriculture.html">Implements-Non Traction</a></li>
<li><a class="dropdown-item" href="agriculture.html">Implements-Traction</a></li>
<li><a class="dropdown-item" href="agriculture.html">ADV</a></li>
</ul>
</li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="radial.html">Radial</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="radial.html">Tractor Rear</a></li>
<li><a class="dropdown-item" href="radial.html">Row Crop </a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="lcv.html">LCV</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="#">Bias</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="lcv.html">Jeep/Van</a></li>
<li><a class="dropdown-item" href="lcv.html">Passenger</a></li>
<li><a class="dropdown-item" href="lcv.html">Light truck</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="wheeler.html">2/3 Wheeler Tyres</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="#">Bias</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="wheeler.html">MotarCycle</a></li>
<li><a class="dropdown-item" href="wheeler.html">Auto/Tuk Tuk</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="sport.html">Sport</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="#">Bias</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="sport.html">Golf Kart</a></li>
<li><a class="dropdown-item" href="sport.html">Go Kart</a></li>
<li><a class="dropdown-item" href="sport.html">ATV</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="dropdown-item" href="tubes.html">Tubes/Flaps</a></li>
<li><a class="dropdown-item" href="spares.html">Implements Spares</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link " href="tyrecare.html">Tyre Care </a>
</li>
<li class="nav-item active">
<a class="nav-link " href="news.html">News And Events</a>
</li>
<li class="nav-item">
<a class="nav-link " href="carrer.html">Career</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact us</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<section class="mt-5 animated slideInDown">
<div class="contain">
<div class="banner">
<img src="images/news.jpg" style="height: 350px; width: 100%;">
</div>
</div>
</div>
</section>
<section class="blog-wrap" id="blog">
<div class="container-fluid">
<h2 class="title-blog wow fadeInUp">Latest Events </h2>
<p class="subtitle-blog wow fadeInUp">Lorem ipsum dolor sit amet consectetur adipiscing elit proin leo leo ornare nec vulputate tempus velit nam id purus tellus hendrerit mi dapibus</p>
<div class="row">
<div class="col-md-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="card">
<figure class="text-center">
<img src="https://images.pexels.com/photos/1432942/pexels-photo-1432942.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" class="img-fluid">
</figure>
<div class="card-body">
<h5 class="card-title">Lorem ipsum dolor sit amet</h5>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipiscing elit proin leo leo ornare nec vulputate tempus.</p>
<a href="#" class="">Read more</a>
</div>
</div>
</div>
<div class="col-md-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="card">
<figure class="text-center">
<img src="https://images.pexels.com/photos/929831/pexels-photo-929831.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" class="img-fluid">
</figure>
<div class="card-body">
<h5 class="card-title">Lorem ipsum dolor sit amet</h5>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipiscing elit proin leo leo ornare nec vulputate tempus.</p>
<a href="#" class="">Read more</a>
</div>
</div>
</div>
<div class="col-md-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="card">
<figure class="text-center">
<img src="https://images.pexels.com/photos/938965/pexels-photo-938965.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" class="img-fluid">
</figure>
<div class="card-body">
<h5 class="card-title">Lorem ipsum dolor sit amet</h5>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipiscing elit proin leo leo ornare nec vulputate tempus.</p>
<a href="#" class="">Read more</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h3>Events and News</h3>
<hr>
<div class="row">
<div class="col-lg-4 col-lg-pull-8 col-md-4 col-md-pull-8">
<ul class="nav nav-pills" role="tablist">
<li class="active">
<a data-toggle="tab" href="#tab1" role="tab">Events</a>
</li>
<br>
<li>
<a data-toggle="tab" href="#tab2" role="tab">News</a>
</li>
</ul>
</div>
</div><!-- / row -->
<hr>
<div class="tab-content">
<div class="tab-pane active" id="tab1">
<div class="row">
<div class="col-md-6">
<div class="media">
<a class="pull-left" href="#"><span class="dateEl"><em>30</em>Nov</span></a>
<div class="media-body">
<h4 class="media-heading">
<a href="#">Venture Tech</a>
</h4>
<div class="meta-data">
<span class="longDate">Nov 30, 2016</span> <span class="timeEl">12:00pm - 02:00pm</span>
</div>
<p>
See the latest inspirations in the local tech scene.
</p>
</div><!-- / media-body -->
</div><!-- / media -->
<div class="media">
<a class="pull-left" href="#"><span class="dateEl"><em>11</em>Dec</span></a>
<div class="media-body">
<h4 class="media-heading">
<a href="#">Tech Conference</a>
</h4>
<div class="meta-data">
<span class="longDate">Dec 11, 2016</span> <span class="timeEl">06:00pm - 07:30pm</span>
</div>
<p>
Local tech entrepreneurs gather to share their knowledge.
</p>
</div><!-- / media-body -->
</div><!-- / media -->
<div class="media">
<a class="pull-left" href="#"><span class="dateEl"><em>15</em>Dec</span></a>
<div class="media-body">
<h4 class="media-heading">
<a href="#">Marketing for Large Businesses</a>
</h4>
<div class="meta-data">
<span class="longDate">Dec 15, 2016</span> <span class="timeEl">05:30pm - 07:30pm</span>
</div>
<p>
Learn how larger organizations can effectively manager their marketing projects.
</p>
</div><!-- / media-body -->
</div><!-- / media -->
</div><!-- / .col-md-6 -->
<div class="col-md-6">
<div class="media">
<a class="pull-left" href="#"><span class="dateEl"><em>18</em>Dec</span></a>
<div class="media-body">
<h4 class="media-heading">
<a href="#">Programming 101</a>
</h4>
<div class="meta-data">
<span class="longDate">Dec 18, 2016</span> <span class="timeEl">06:00pm - 08:00pm</span>
</div>
<p>
Take the basic CMS training class to see where things are and how to build custom modules.
</p>
</div><!-- / media-body -->
</div><!-- / media -->
<div class="media">
<a class="pull-left" href="#"><span class="dateEl"><em>21</em>Dec</span></a>
<div class="media-body">
<h4 class="media-heading">
<a href="#">Desiging for Mobile</a>
</h4>
<div class="meta-data">
<span class="longDate">Dec 21, 2016</span> <span class="timeEl">10:00am - 12:00pm</span>
</div>
<p>
Get tips and information regarding how to design websites for mobile devices.
</p>
</div><!-- / media-body -->
</div><!-- / media -->
<div class="media">
<a class="pull-left" href="#"><span class="dateEl"><em>21</em>Dec</span></a>
<div class="media-body">
<h4 class="media-heading">
<a href="#">Modern Support</a>
</h4>
<div class="meta-data">
<span class="longDate">Dec 22, 2016</span> <span class="timeEl">10:00am - 12:00pm</span>
</div>
<p>
Learn from industry leaders about providing the best support possible.
</p>
</div><!-- / media-body -->
</div><!-- / media -->
</div><!-- / .col-md-6 -->
</div><!-- / row -->
<div class="text-center">
<br>
<a class="btn btn-default" href="#">SEE ALL EVENTS</a>
</div>
</div>
<div class="tab-pane fade" id="tab2">
<div class="row">
<div class="col-md-6">
<div class="blogPost--small">
<div class="media">
<span class="pull-left"><a href="#"><span class="date"><span>29</span> <small>Nov</small></span></a></span>
<div class="media-body">
<h4 class="media-heading">
<a href="#">Building In WebCorpCo CMS 8</a>
</h4>
<p>
Learn about all of the possibilities of web design in our latest CMS release.
</p>
</div>
</div>
</div><!-- / blogPost -->
<div class="blogPost--small">
<div class="media">
<span class="pull-left"><a href="#"><span class="date"><span>22</span> <small>Nov</small></span></a></span>
<div class="media-body">
<h4 class="media-heading">
<a href="#">WebCorpCo Named To Inc. 5000</a>
</h4>
<p>
Inc. magazine today ranked WebCorpCo as the 1,870th fastest growing company on the 34th annual Inc. 5000.
</p>
</div>
</div>
</div><!-- / blogPost -->
</div><!-- / .col-md-6 -->
<div class="col-md-6">
<div class="blogPost--small">
<div class="media">
<span class="pull-left"><a href="#"><span class="date"><span>12</span> <small>Nov</small></span></a></span>
<div class="media-body">
<h4 class="media-heading">
<a href="#">7 Critical Factors When Choosing A CMS</a>
</h4>
<p>
Finding a solution that can be tailored to support the needs of your business is more important than ever.
</p>
</div>
</div>
</div><!-- / blogPost -->
<div class="blogPost--small">
<div class="media">
<span class="pull-left"><a href="#"><span class="date"><span>10</span> <small>Nov</small></span></a></span>
<div class="media-body">
<h4 class="media-heading">
<a href="#">What Is A Content Management System</a>
</h4>
<p>
So many acronyms that most of us know a brief amount about, if at all, let alone the meaning of those three little letters we hear so often.
</p>
</div>
</div>
</div><!-- / blogPost -->
</div><!-- / row -->
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="page-footer font-small unique-color-dark mt-5">
<!-- Footer Links -->
<div class="container text-center text-md-left mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase font-weight-bold">SuperKing</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p class="text-justify">Here you can use rows and columns to organize your footer content. Lorem ipsum dolor sit amet,
consectetur
adipisicing elit.</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Products</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<br>
<a href="otr.html" class="text-dark">OTR tyres</a>
<br>
<a href="industrial.html" class="text-dark">Industrial tyres</a>
<br>
<a href="agriculture.html" class="text-dark">Agriculture tyres</a>
<br>
<a href="lcv.html" class="text-dark">LCV</a>
<br>
<a href="wheeler.html" class="text-dark">2/3 Wheelers tyres</a>
<br>
<a href="sport.html" class="text-dark">Sports tyres </a>
<br>
<a href="tubes.html" class="text-dark">Tubes/Flaps</a>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Useful links</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<br>
<a href="index.html" class="text-dark">Home</a><br>
<a href="about.html" class="text-dark">About us</a><br>
<a href="tyrecare.html" class="text-dark">Tyre care</a><br>
<a href="news.html" class="text-dark">News and Events</a><br>
<a href="carrer.html" class="text-dark">Career</a><br>
<a href="#!" class="text-dark">Contact us</a>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links --><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" />
<h6 class="text-uppercase font-weight-bold">Contact</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fa fa-home mr-3"></i>Reg. Off. B-14/1 Jhilmil Industrial Area, Delhi-110095(India)</p>
<p>
<i class="fa fa-home mr-3"></i>Work 1 : 28/2A,Site IV Industrial Area,Sahibabad-201010 Distt.Ghaziabad(U.P.)-India</p>
<p>
<i class="fa fa-home mr-3"></i>Work 2 : 14,EPIP,Jharmajri,Baddi-173205,Distt.Solan(H.P.)-India</p>
<p>
<i class="fa fa-envelope mr-3"></i>[email protected]</p>
<p>
<i class="fa fa-phone mr-3"></i>+91-11-43518740 , +91-120-4834100</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<section>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.490918838698!2d77.31230215017533!3d28.674957988824993!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cfb0b1aaaaaab%3A0x46e21372c5146c6e!2sSuperking%20Manufacturers%20(Tyre)%20Pvt.%20Ltd.!5e0!3m2!1sen!2sin!4v1568621988990!5m2!1sen!2sin" width="100%" height="250" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</section>
<!-- Copyright -->
<hr class="text-center mx-auto"></hr>
<div class="footer-copyright text-center py-3 text-info font-weight-bold">© 2018 Copyright:
</div>
<!-- Copyright -->
</footer>
<script>
var video = document.getElementById("myVideo");
var btn = document.getElementById("myBtn");
function myFunction() {
if (video.paused) {
video.play();
btn.innerHTML = "Pause";
} else {
video.pause();
btn.innerHTML = "Play";
}
}
(function($) { "use strict";
$(function() {
var header = $(".start-style");
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 10) {
header.removeClass('start-style').addClass("scroll-on");
} else {
header.removeClass("scroll-on").addClass('start-style');
}
});
});
//Animation
//Switch light/dark
})(jQuery);
$('.dropdown-menu a.dropdown-toggle').on('click', function(e) {
if (!$(this).next().hasClass('show')) {
$(this).parents('.dropdown-menu').first().find('.show').removeClass("show");
}
var $subMenu = $(this).next(".dropdown-menu");
$subMenu.toggleClass('show');
$(this).parents('li.nav-item.dropdown.show').on('hidden.bs.dropdown', function(e) {
$('.dropdown-submenu .show').removeClass("show");
});
return false;
});
function menuIcon(x) {
x.classList.toggle("change");
document.getElementById("nav-links").classList.toggle("hide");
}
</script>
</body>
</html>