forked from prateekkaushal7886/prateekkaushal7886.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
826 lines (694 loc) · 26.1 KB
/
index.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
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vishal Kumar Singh</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" >
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<link href="css\bootstrap.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" type="image/jpg" href="images\profile2.jpg">
<link href="css\style.css" rel="stylesheet" type="text/css" media="all">
<!-- gallery -->
<link type="text/css" rel="stylesheet" href="css\cm-overlay.css">
<!-- //gallery -->
<!-- font-awesome icons -->
<link href="css\font-awesome.css" rel="stylesheet">
<!-- //font-awesome icons -->
<link href="//fonts.googleapis.com/css?family=Gidugu" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
</head>
<body>
<!-- header -->
<!-- //header -->
<div class="main" id="home">
<!-- banner -->
<div class="banner">
<button class="btn btn-success" onclick="window.location.href='#mail'" style="position: absolute;top: 0%;right:0%;"><b>CONTACT ME</b></button><br>
<!--Slider-->
<img src="images\profile2.jpg" style="width:250px; height:250px;border-radius: 50%;border: 0px;" alt=" " class="img-responsive">
<br><!--<h2>Vishal Kumar Singh</h2>
<span style="font-weight: bold;color: #20b6b7;">LET'S START CHANGING THINGS</span>-->
<img src="images/capt.png" style="border: 0px;width: 350px;">
<div class="callbacks_container">
<ul class="rslides" id="slider3">
<li>
<div class="slider-info">
<p><b>Positive Action combined with Positive Thinking results in success.</b></p>
</div>
</li>
<li>
<div class="slider-info">
<p><b>Adopting the right attitude can convert a negative stress into a positive one.</b></p>
</div>
</li>
<li>
<div class="slider-info">
<p><b>A journey of a thousand miles starts with a single step.</b>
</p>
</div>
</li>
</ul>
<div class="clearfix"></div>
</div>
<!--//Slider-->
<ul class="top-links">
<li><a href="https://www.facebook.com/profile.php?id=100010338962799" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/vishal-kumar-singh-284a89125/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
<br>
</div>
<!-- //banner -->
</div>
<!-- about -->
<div class="about" id="about">
<div class="container">
<div class="col-md-2"></div><div class="col-md-8">
<h3 class="w3l_head">About Me</h3>
<p class="w3ls_head_para"></p>
<center><p style="text-align: justify;">I am <b>Vishal Kumar Singh</b>, an undergraduate student of the department of <b>Mining Engineering, Indian Institute of Technology, Kharagpur</b> enrolled in its dual degree course with specialisation in <b>Financial Engineering</b>. Originally from <b>Gorakhpur, Uttar Pradesh</b>, I am currently a boarder of <b>Rajendra Prasad Hall of Residence</b>. Having spent almost three years in Kharagpur, it has enabled me to transform a major part of my personality and given me a platform to enrich my experiences.<br><br>
Working with dedication and zeal, Kharagpur has instilled in me a sense of bonding with the people around me and made me a team player. Being involved in different activities at the hall and institute levels has helped me believe that by working strategically with right intentions and a well coordinated team, we can achieve all sets of goals. So in gratitude, I wish to serve the community I reside in, to help Indian Institute of Technology, Kharagpur transform into a world class institute
</p></center>
</div>
<div class="col-md-2"></div>
</div>
</div>
<!-- //about-bottom -->
<!-- services -->
<div class="service" id="services">
<div class="container">
<h3 class="w3l_head two">My KGP Journey</h3>
<p class="w3ls_head_para"></p>
<div class="service-agileits">
<div class="col-md-3 list-gds text-center">
<img src="images/sac_logo.png" width="130px" height="100px">
<h4 style="color: #44c7f4">STUDENTS' ALUMNI CELL</h4>
<p>General Secretary<br>2017-Present
</div>
<div class="col-md-3 list-gds text-center">
<img src="images/EY.png" width="100px;" height="100px;">
<h4 style="color: #44c7f4">ERNST & YOUNG</h4>
<p>Summer Intern<br>May 2017-June 2017
</p>
</div>
<div class="col-md-3 list-gds text-center">
<img src="images/rankethon.png" width="90px; height="100px;" style="border-radius:50%;" >
<h4 style="color: #44c7f4">RANKETHON</h4>
<p>
Marketing Executive <br>November 2016-Present<br>
</p>
</div>
<div class="col-md-3 list-gds text-center">
<img src="images/book6.png" width="100px;" height="100px">
<h4 style="color: #44c7f4">ACADEMICS</h4>
<p> Department Rank 1<br> among Dual Degree students
<br><br>
</div>
<div class="clearfix"><br></div>
</div>
</div>
</div>
<!-- //services -->
<!-- /education --><br><br>
<div class="education" id="education" style="background-image: url(images/banner.jpg);">
<div class="col-md-2 skills">
</div>
<div class="col-md-8 education-w3l">
<h3 class="w3l_head three" style="font-size: 280%;">Experiences & Initiatives</h3>
<div class="education-agile-grids">
<div class="education-agile-w3l">
<div class="education-agile-w3l-year">
<h5 style="font-size: 23px;">2017-PRESENT</h5>
<h6>Students' Alumni Cell<br></h6>
<br>
<img src="images/kgplogo.png" width="140px;" height="120px;" class="moblogo">
</div>
<div class="education-agile-w3l-info">
<h4><center>General Secretary
</center></h4>
<p style="text-align: justify;"><ul>
<li>Selected to head a 3-tier team of 42 for harnessing <b>Institute-Alumni</b> relations in coordination with the Dean, Director and Institute staff
</li>
<li><b>Lead key events</b> and <b>activities</b> of the cell which include Annual Alumni Meet, Phonathon, Student Alumni Meets and Leadership Summit.
</li>
<li>Under my leadership, <b>Student Alumni Meets</b> were coordinated and conducted in Kolkata, Hyderabad, Mumbai and Bangalore with immense positive response from the students and alumni alike.
</li>
<li><b>Lead Fundraising activities</b> of Students’ Alumni Cell and assisted Institute’s Fundraising Officials to develop fundraising strategies of IIT Kharagpur.
</li>
<li>Played an active role in bringing in <b>IIT-BHU and IIT Roorkee</b> under the umbrella of <b>SPARC (Students’ Pan-IIT Alumni Relations Cell)</b>.
</li>
<li>Was instrumental in ideating and formulating the productive discussion and initiatives approved in the <b>All Deans’ Meet</b> held in IIT Guwahati in 2018.
</li>
</ul> </p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l two">
<div class="education-agile-w3l-year">
<h4>2017</h4>
<h6>2017 Summer Internship<br>
</h6><br>
<img src="images/EY2.png" width="80px;">
</div>
<div class="education-agile-w3l-info">
<h4><center>Ernst & Young</center></h4>
<p> <ul>
<li>Designed information memorandum, which is a detailed report and set of guidelines for investors under the national project of <b>“Make in India”</b>.
</li>
<li>Using strategic processes, examined investment queries from the portal of <b>Ministry of Commerce & Industry</b> to enlist and filter investors’ details.
</li>
<li>In addition to this, assisted the advisory team in drafting the final report of potential investment opportunities in “Make in India” project.
</li>
</ul>
</p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l">
<div class="education-agile-w3l-year">
<h5 style="font-size: 23px;">2016-2017</h5>
<h6>
Students’ Alumni Cell<br>
</h6><br>
<img src="images/kgplogo.png" width="140px;" height="120px;" class="moblogo">
</div>
<div class="education-agile-w3l-info">
<h4><center>Student Member</center></h4>
<p><ul>
<li>Organised the <b>14th Annual Alumni Meet</b> from 13th-15th January 2016
</li>
<li>Generated <b>INR 4.20 million</b> as a team through Corporate Engagement Programme for the 14th Annual Alumni Meet.
</li>
<li>Organized the <b>Student Alumni Meets in Kolkata and Hyderabad</b> connecting numerous KGPians.
</li>
<li>Spearheaded <b>Guest Lectures and e-Guest Lectures</b> by alumni of diverse fields of expertise.
</li>
</ul> </p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l two">
<div class="education-agile-w3l-year">
<h4>2016-2017</h4>
<h6>
Rankethon<br>
</h6>
<br>
<img src="images/rankethon.png" width="80px;">
</div>
<div class="education-agile-w3l-info">
<h4><center>Marketing Executive</center></h4>
<p><ul>
<li>Extensively planned a <b>tech-integration program</b> for classes 8 to 12 which led to the establishment of <b>Digital Learning System</b> and innovation based Technical Research Laboratories in schools across Uttar Pradesh.
</li>
<li>The grooming and exposure enabled the students of those schools to participate in Techkriti, the tech-fest of IIT Kanpur, <b>making them the first and only student team to ever participate in Techkriti</b>.
</li>
</ul> </p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l two">
<div class="education-agile-w3l-year">
<h4>2017-2018</h4>
<h6>
<br>
</h6>
<br>
<img src="images/ACAP.png" width="80px;">
</div>
<div class="education-agile-w3l-info">
<h4><center>Alumni Career Assistance Program</center></h4>
<p><ul>
<li>Alumni Career Assistance Program or ACAP is a program for final and pre-final year students to understand the <b>complex procedure of CDC placements and internships</b> from the most recently graduated students.</li>
<li>This program was launched under my leadership for the very first time this year.</li>
<li>It saw an alumni registration of <b>over 400</b> for mentoring the students.</li>
<li>Around <b>500 students</b> registered for being mentored by the recent alumni.
</li>
<li>With <b>immense positive response</b> from the students, this program was a huge success.
</li>
</ul> </p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l two">
<div class="education-agile-w3l-year">
<h4>2017-2018</h4>
<h6>
<br>
</h6>
<br>
<img src="images/year17.jpg" width="80px;">
</div>
<div class="education-agile-w3l-info">
<h4><center>Yearbook</center></h4>
<p><ul>
<li>Yearbook is a KGP memoir given to each and every graduating student of the year.</li>
<li><b>The web portal</b> for Yearbook was completely <b>revamped</b> this year with the addition of many new features.
</li>
<li>The <b>initiative of class song</b> was taken up for the very first time this year. The graduating batch students will be dancing to the song of their choice. It is a memorable way of keeping the recent alumni connected.
</li>
</ul> </p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l two">
<div class="education-agile-w3l-year">
<h4>2017-2018</h4>
<h6>
<br>
</h6>
<br>
<img src="images/samp.png" width="80px;">
</div>
<div class="education-agile-w3l-info">
<h4><center>Student Alumni Mentorship Program</center></h4>
<p><ul>
<li>Student Alumni Mentorship Program was made flexible to a great extent under my leadership.
</li>
<li><b>Dynamic Allocation</b> was adopted this year for the very first time to increase the efficiency and fairness of the allocation process.</li>
<li>More than <b>230 alumni</b> have registered for this program to mentor the students.
</li>
<li>Under my leadership, we saw an <b>increase of 145%</b> in student registrations.</li>
</ul> </p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l">
<div class="education-agile-w3l-year">
<h5 style="font-size: 23px;">2015-2016</h5>
<h6>
Rankethon
</h6>
<br>
<img src="images/rankethon.png" width="80px;">
</div>
<div class="education-agile-w3l-info">
<h4><center>City Head</center></h4>
<p><ul>
<li>Organized <b>Summer Camp</b> for school students of Malda and Kanpur to extend the learning of website and application development.
</li>
<li>This ignited the young minds of the participating schools leading to generation of impactful ideas which were further worked upon with support from Rankethon team.
</li>
</ul>
</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-md-2 skills">
</div>
<div class="clearfix"> </div>
</div>
<!-- //education -->
<!-- /experience -->
<!-- //experience -->
<!-- /gallery-->
<div class="portfolio" id="gallery">
<div class="container">
<h3 class="w3l_head">Gallery</h3>
<!-- Start of CuterCounter Code -->
<a href="http://www.cutercounter.com/" target="_blank"><img src="http://www.cutercounter.com/hit.php?id=6659&nd=6&style=27" border="0" alt="Hit Counter" style="display: none;"></a>
<!-- End of CuterCounter Code -->
<p class="w3ls_head_para">
<div class="agileits_portfolio_grids">
<div class="col-md-4 agileits_portfolio_grid">
<div class="agileinfo_portfolio_grid hovereffect">
<a class="cm-overlay" href="images\profile2.jpg">
<img src="images\profile2.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h2 style="color: orange; padding-top:20%;">Office of Alumni Affairs & International Relations</h2>
</div>
</a>
</div>
<div class="agileinfo_portfolio_grid hovereffect">
<a class="cm-overlay" href="images\21.jpg">
<img src="images\21.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h2 style="color: orange; padding-top:20%;">TOI Article</h2>
</div>
</a>
</div>
</div>
<div class="col-md-4 agileits_portfolio_grid">
<div class="agileinfo_portfolio_grid hovereffect">
<a class="cm-overlay" href="images\22.jpg">
<img src="images\22.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h2 style="color: orange; padding-top:20%;">15th Annual Alumni Meet</h2>
</div>
</a>
</div>
<div class="agileinfo_portfolio_grid hovereffect">
<a class="cm-overlay" href="images\25.jpg">
<img src="images\25.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h2 style="color: orange; padding-top:20%;">Phonathon 4.0</h2>
</div>
</a>
</div>
<div class="agileinfo_portfolio_grid hovereffect">
<a class="cm-overlay" href="images\27.jpg">
<img src="images\27.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h2 style="color: orange; padding-top:20%;">Day 1,Annual Alumni Meet</h2>
</div>
</a>
</div>
</div>
<div class="col-md-4 agileits_portfolio_grid">
<div class="agileinfo_portfolio_grid hovereffect">
<a class="cm-overlay" href="images\23.jpg">
<img src="images\23.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h2 style="color: orange; padding-top:20%;">Closing Ceremony,15th AAM</h2>
</div>
</a>
</div>
<div class="agileinfo_portfolio_grid hovereffect">
<a class="cm-overlay" href="images\24.jpg">
<img src="images\24.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h2 style="color: orange; padding-top:20%;">2018 edition of Volleyball tournament organized by Rajendra Prasad Hall of Residence</h2>
</div>
</a>
</div>
<div class="agileinfo_portfolio_grid hovereffect">
<a class="cm-overlay" href="images\26.jpg">
<img src="images\26.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h2 style="color: orange; padding-top:20%;">A day before Meet</h2>
</div>
</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="mail" id="mail">
<div class="container">
<h3 class="w3l_head w3l_head1">Contact Me</h3>
<p class="w3ls_head_para w3ls_head_para1" style="font-weight: bolder;letter-spacing: 2px;" >Please give your valuable suggestions.
</p>
<div class="w3_mail_grids">
<form id="form1">
<div class="col-md-6 w3_agile_mail_grid">
<span class="input input--ichiro">
<input class="input__field input__field--ichiro" type="text" id="input-25" placeholder=" " required="" name="name">
<label class="input__label input__label--ichiro" for="input-25">
<span class="input__label-content input__label-content--ichiro">Your Name</span>
</label>
</span>
<span class="input input--ichiro">
<input class="input__field input__field--ichiro" type="email" id="input-26" placeholder=" " required="" name="email" required>
<label class="input__label input__label--ichiro" for="input-26">
<span class="input__label-content input__label-content--ichiro">Your Email</span>
</label>
</span>
<span class="input input--ichiro">
<input class="input__field input__field--ichiro" type="text" id="input-27" placeholder=" " required="" name="phone">
<label class="input__label input__label--ichiro" for="input-27">
<span class="input__label-content input__label-content--ichiro">Your Phone Number</span>
</label>
</span>
</div>
<div class="col-md-6 w3_agile_mail_grid">
<textarea name="Message" placeholder="Your Message" required=""></textarea>
<input type="submit" value="Submit">
</div>
<div class="clearfix"> </div>
</form>
</div>
</div>
</div>
<section id="footer" class="footer_widget" style="background-color: black;">
<div class="video_overlay">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="row">
<div class="main_widget">
<div class="col-sm-4 col-xs-12">
<div class="footer_logo">
</div>
<h4>Vishal Kumar Singh </h4>
</div>
<div class="col-sm-4 col-xs-12">
<div class="single_widget">
<h4>MY LOCATION</h4>
<ul style="list-style: none;">
<li><a href="https://www.google.co.in/maps/place/Rajendra+Prasad+Hall+of+Residence/@22.3223511,87.3059477,17z/data=!3m1!4b1!4m5!3m4!1s0x3a1d4405bdc14a0d:0x47c554fdb4e205d6!8m2!3d22.3223462!4d87.3081364" target="_blank">
<i class="fa fa-map-marker"></i>
<span>D-245 Rajendra Prasad hall of residence, IIT Kharagpur</span>
</a></li>
<li><i class="fa fa-phone"></i> +91 8769797343</li>
<li ><a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope" ></i> <span style="font-size: 80%;">[email protected]</span></a></li>
</ul>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<h4>STAY IN TOUCH</h4>
<div class="footer_subcribs_area">
<div class="flowus">
<a href="https://www.facebook.com/profile.php?id=100010338962799" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/vishal-kumar-singh-284a89125/" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //footer -->
<script src="js\jquery-2.2.3.min.js"></script>
<!-- skills -->
<script src="js\pie-chart.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#demo-pie-1').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'round',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-2').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'butt',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-3').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'square',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-4').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'square',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
});
</script>
<!-- skills -->
<script src="js\responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider3").responsiveSlides({
auto: true,
pager:true,
nav:false,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!-- js -->
<script src="js\jquery.tools.min.js"></script>
<script src="js\jquery.mobile.custom.min.js"></script>
<script src="js\jquery.cm-overlay.js"></script>
<script>
$(document).ready(function(){
$('.cm-overlay').cmOverlay();
});
</script>
<!-- js files -->
<script src="js\bars.js"></script>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js\move-top.js"></script>
<script type="text/javascript" src="js\easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- start-smoth-scrolling -->
<!-- //js -->
<script src="js\bootstrap.js"></script>
<!-- //for bootstrap working -->
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- //here ends scrolling icon -->
</body>
</html>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #eadaa2;
&:hover {
color: darken(#eadaa2, 10%);
}
}
.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-columns: minmax(min-content, auto);
align-items: center;
justify-items: center;
background-color: #333;
color: #eadaa2;
@media(max-width:50em) {
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-gap: 0;
}
i {
padding: 5px;
}
}
.social {
@media(max-width:50em) {
grid-row-start: 1;
}
}
.contact {
padding: 5px;
@media(max-width:50em) {
grid-row-start: 2;
background-color: darken(#c73e1d, 5%);
}
}
.branding {
padding: 10px;
p {
padding: 5px;
}
@media(max-width:50em) {
grid-row-start: 3;
text-align: center;
}
}
</style>
<script type="text/javascript">
$(function () {
$('#form1').on('submit', function (e) {
e.preventDefault();
$.ajax({
type: 'post',
url: 'postdata.php',
data: $('#form1').serialize(),
success: function (response) {
if(response== 0 )
{
swal({
title: "WRONG CAPTCHA!",
text: "Please re-enter the captcha!",
icon: "error",
buttons: true,
dangerMode: true,
}).then((value) => {
});
}
else if(response== 1 )
{
swal({
title: "INCOMPLETE DETAILS!",
text: "Please fill all the details!",
icon: "error",
buttons: true,
dangerMode: true,
}).then((value) => {
});
}
else if(response== 2 )
{
swal({
title: "Thank you!",
text: "I will get back to you soon!",
icon: "success",
buttons: true,
dangerMode: true,
}).then((value) => {
window.location="http://vishaliitkgp.in/";
});
//alert(response);
}
else
{
alert(response);
}
}
});
});
});
</script>
<style type="text/css">
@media (max-width:900px)
{
.moblogo
{
width: 80px;
height: 80px;
}
}
</style>