-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
815 lines (799 loc) · 36.4 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>Anshul | Web Developer</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- font awesome -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<!---logo- top------>
<link rel="shortcut icon" href="logo1.ico">
<!-- main css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- default color skin -->
<link rel="stylesheet" type="text/css" href="css/skins/color-1.css">
<!------style switcher----->
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-1" href="css/skins/color-1.css" >
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-2" href="css/skins/color-2.css" disabled>
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-3" href="css/skins/color-3.css" disabled>
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-4" href="css/skins/color-4.css" disabled>
<link rel="stylesheet" type="text/css" class="alternate-style" title="color-5" href="css/skins/color-5.css" disabled>
<link rel="stylesheet" type="text/css" href="css/style-switcher.css">
</head>
<body class="dark">
<!----pre-loader start--->
<!----pre-loader end--->
<!--header start-->
<header class="header">
<div class="container">
<div class="row justify-content-between">
<div class="logo">
<a href="index.html">A</a>
</div>
<div class="hamburger-btn outer-shadow hover-in-shadow">
<span></span>
</div>
</div>
</div>
</header>
<!--header start end -->
<!--navigation menu start-->
<nav class="nav-menu">
<div class="close-nav-menu outer-shadow hover-in-shadow">×</div>
<div class="nav-menu-inner">
<ul>
<li><a href="#home" class="link-item inner-shadow active">Home</a></li>
<li><a href="#about" class="link-item outer-shadow hover-in-shadow">About</a></li>
<li><a href="#interest" class="link-item outer-shadow hover-in-shadow">Interest</a></li>
<li><a href="#projects" class="link-item outer-shadow hover-in-shadow">Projects</a></li>
<li><a href="#contact" class="link-item outer-shadow hover-in-shadow">Contact</a></li>
</ul>
</div>
<!--copyright--->
<p class="copyright-text">© Anshul Webs 2020</p>
</nav>
<div class="fade-out-effect"></div>
<!--navigation menu end-->
<!---home section start-->
<section class="home-section section active" id="home">
<!--effect wrap start-->
<div class="effect-wrap">
<div class="effect effect-1">
</div>
<div class="effect effect-2">
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div>
</div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div>
</div><div></div><div></div><div></div><div></div><div></div>
</div>
<div class="effect effect-3">
</div>
<div class="effect effect-4">
</div>
<div class="effect effect-5">
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
</div>
</div>
<!--effect wrap end-->
<div class="container">
<div class="row full-screen align-items--center">
<div class="home-text">
<p>Hello</p>
<h2>I'm Anshul</h2>
<h1>Web Designer & Developer</h1>
<a href="#about" class="link-item btn-1 outer-shadow hover-in-shadow">More About Me</a>
</div>
<div class="home-img">
<div class="img-box inner-shadow">
<img src="img/pics1.jpg" class="outer-shadow" alt="Anshul Agrawal">
</div>
</div>
</div>
</div>
</section>
<!---home section end-->
<!---about section start -->
<section class="about-section section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="Main info">About me</h2>
</div>
</div>
<div class="row">
<div class="about-img">
<div class="img-box inner-shadow">
<img src="img/pics.png" class="outer-shadow" alt="profile-pic">
</div>
<!-----social link start -->
<div class="social-links">
<a href="https://www.facebook.com/profile.php?id=100049082299825" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/AnshulA01289521" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/_its__anshul_/" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/anshul-agrawal-3034671b1/" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-linkedin"></i></a>
<a href="https://accounts.snapchat.com/accounts/snapcodes" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-snapchat"></i></a>
</div>
<!-----social link end--->
</div>
<div class="about-info">
<p><span>Hi ! I'm an Enthusiastic Web and Software Developer.</span></p><p>Hi! My name is Anshul Agrawal.
I am a Web Developer and also an Electronics Engineer in making who loves to learn new things.
I am competent in C and Robotics ,and I'm very passionate and dedicated to my work. I have acquired the
skills and knowledge necessary to make your project a success. I enjoy every step of the design process ,
from discussion and collaboration. An enthusiastic and determined individual always striving for the best.
</p>
<a href=cv.pdf" target="_blank" class="btn-1 outer-shadow hover-in-shadow">Download CV</a>
<a href="#contact" class="link-item btn-1 outer-shadow hover-in-shadow">Hire Me</a>
</div>
</div>
<!---------about tab start-------->
<div class="row">
<div class="about-tabs">
<span class="tabs-item outer-shadow active" data-target=".skills">Skills</span>
<span class="tabs-item" data-target=".experience">Experience</span>
<span class="tabs-item" data-target=".education">Education</span>
</div>
</div>
<!---------about tab end-------->
<!---------skill start-------->
<div class="row">
<div class="skills tab-content active">
<div class="row">
<!------skills item----------->
<div class="skill-item">
<p>C Programing And C++</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(76% - 14px)">
<span>76%</span>
</div>
</div>
</div>
<!------skills item----------->
<!------skills item----------->
<div class="skill-item">
<p>Python 3</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(90% - 14px)">
<span>90%</span>
</div>
</div>
</div>
<!------skills item----------->
<!------skills item----------->
<div class="skill-item">
<p>Html,Css and Javascript</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(84% - 14px)">
<span>84%</span>
</div>
</div>
</div>
<!------skills item----------->
<!------skills item----------->
<div class="skill-item">
<p>JAVA</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(60% - 14px)">
<span>60%</span>
</div>
</div>
</div>
<!------skills item----------->
</div>
</div>
</div>
<!---------skill end-------->
<!----experience start-->
<div class="row">
<div class="experience tab-content">
<div class="row">
<div class="timeline">
<div class="row">
<!----timeline item start-->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-briefcase icon"></i>
<span>Aug, 2020 - Present</span>
<h3>Customer Support Executive</h3>
<h4>Teleperformance, India </h4>
<p>Working in Flipkart Call Me Back Request Process as well as Return Management Team( RMT).</p>
</div>
</div>
<!----timeline item end-->
<!----timeline item start-->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-briefcase icon"></i>
<span>May, 2019 - March, 2020</span>
<h3>Physics Teacher</h3>
<h4>Gupta Classes, India </h4>
<p>Worked as per the post of Physics or Mathematic Teacher.</p>
</div>
</div>
<!----timeline item end-->
</div>
</div>
</div>
</div>
</div>
<!----experience end-->
<!----education start-->
<div class="row">
<div class="education tab-content">
<div class="row">
<div class="timeline">
<div class="row">
<!----timeline item start-->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-graduation-cap icon"></i>
<span>2018 - 2022</span>
<h3>Bachelor In Electronics Engineering</h3>
<p>Study At "Shri Vaishnav Vidhyapeeth Vishwavidyalaya". Indore,Madhya Pradesh <br> Pursuing B.Tech in ECE(IOT) with CGPA of 7.41.</p>
</div>
</div>
<!----timeline item end-->
<!----timeline item start-->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-graduation-cap icon"></i>
<span>2017-2018</span>
<h3>Senior Secondary</h3>
<p>Studied At "Merit Higher Secondary School".<br>Indore,Madhya Pradesh <br>Completed 12th from M.P board with overall 7.78%.</p>
</div>
</div>
<!----timeline item end-->
<!----timeline item start-->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-graduation-cap icon"></i>
<span>2015-2016</span>
<h3>High School</h3>
<p>Studied At "Merit Higher Secondary School".<br>Indore,Madhya Pradesh <br>Completed 10th from M.P board with overall 80%.</p>
</div>
</div>
<!----timeline item end-->
</div>
</div>
</div>
</div>
</div>
<!----education end-->
</div>
</section>
<!---about section end -->
<!-------interest section start------>
<section class="service-section section" id="interest">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="Interest">it drives me crazy</h2>
</div>
</div>
<div class="row">
<!---service item start-->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-laptop"></i>
</div>
<h3>Software Design</h3>
<p>I developed lots of project like Billing Software,Music Player etc.</p>
</div>
</div>
<!---service item end-->
<!---service item start-->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-code"></i>
</div>
<h3>Web Developments</h3>
<p>I developed lots of web project like Student Portal or Fitness web which work on real time server.</p>
</div>
</div>
<!---service item end-->
<!---service item start-->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-signal"></i>
</div>
<h3>IOT</h3>
<p>I'm interested in Internet of Thing and I developed lots of project like Home Automation,Radar etc.</p>
</div>
</div>
<!---service item end-->
<!---service item start-->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-camera-retro"></i>
</div>
<h3>Photography</h3>
<p>I have complete knowledge about Photo-Shop,Adobe-Creative 7.0 and Picsart.</p>
</div>
</div>
<!---service item end-->
<!---service item end-->
<!---service item start-->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-film"></i>
</div>
<h3>Video Editing</h3>
<p>I have knowledge about Corel Video Studio and Nero Video .</p>
</div>
</div>
<!---service item end-->
<!---service item start-->
<div class="service-item">
<div class="service-item-inner outer-shadow">
<div class="icon inner-shadow">
<i class="fas fa-headphones"></i>
</div>
<h3>Music</h3>
<p>Music gives a soul to the universe, wings to the mind, flight to the imagination and life to everything.</p>
</div>
</div>
<!---service item end-->
</div>
</div>
</section>
<!-------interest section end------>
<!-------portfolio section start------>
<section class="portfolio-section section" id="projects">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="Projects and Certificates">Achievement and Work</h2>
</div>
</div>
<!-----portfolio filter start -------->
<div class="row">
<div class="portfolio-filter">
<span class="filter-item outer-shadow active" data-target="all">all</span>
<span class="filter-item" data-target="web-application">Web-application</span>
<span class="filter-item" data-target="projects">projects</span>
<span class="filter-item" data-target="certificates">certificates</span>
</div>
</div>
<!-----portfolio filter end-------->
<!-----portfolio item start-------->
<div class="row portfolio-items">
<!-----portfolio item start---->
<div class="portfolio-item" data-category="web-application">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/project-0.png" alt="web" data-screenshots="img/portfolio/large/project-1/1.png,
img/portfolio/large/project-1/2.png,
img/portfolio/large/project-1/3.png,
img/portfolio/large/project-1/4.png,
img/portfolio/large/project-1/5.png,
img/portfolio/large/project-1/6.png">
<!------view project button----->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">personal portfolio</p>
<!--------portfolio item detail start-->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>It Gives you a chance to show off your creativity and personality.
Hiring managers and clients can find you, instead of you trying to find them.
In short, an online portfolio is a website you create to show off your skills, experience, projects,
and even your personality to potential clients and/or employers. </p>
</div>
<div class="info">
<h3>Project info</h3>
<ul>
<li>Date - <span>April 2020</span></li>
<li>Tools - <span>html, css, javascript</span></li>
<li>Web - <span><a href="https://anshul1504.github.io/anshul015/" target="_blank">anshul1504.github.io</a></span></li>
</ul>
</div>
</div>
</div>
<!--------portfolio item detail end-->
</div>
</div>
<!-----portfolio item end---->
<!-----portfolio item start---->
<div class="portfolio-item" data-category="projects">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/9.jpg" alt="web" data-screenshots="img/portfolio/large/project-9/1.jpg,
img/portfolio/large/project-9/2.jpg,
img/portfolio/large/project-9/3.png,
img/portfolio/large/project-9/3.jpg,
img/portfolio/large/project-9/4.jpg,
img/portfolio/large/project-9/5.png,
img/portfolio/large/project-9/6.png,
img/portfolio/large/project-9/7.png">
<!------view project button----->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">Smart Billing Cart</p>
<!--------portfolio item detail start-->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>Nowadays, buying and searching at huge malls is turning into a daily activity in subway cities.
We can see large rush at malls on holidays and weekends. The rush is even a lot of once there are special offers and discount.
People purchase totally different things and place them in trolley. After total purchase one needs to go to cashier for payments.
The cashier prepare the bill victimization bar code reader that could be a time overwhelming method and leads to long queues at charge
counters. This paper targeted to minimize the Queue at a billing counter in a shopping complex. Smart Trolley does the same by displaying
the total price of the product kept inside the cart. In this way the customer can directly pay the amount at the billing
counter and leave with the commodities he/she has bought. The hardware is based on Arduino Uno, RFID Reader Module, RFID Card and Buzzer .
It eliminates the traditional scanning of products at the counter and in turn speeds up the entire process of shopping, also with this
system the customer shall know the total amount to be paid and hence can accordingly plan his shopping only buying the essential commodities
resulting in enhanced savings. Since the entire process of billing is automated it reduces the possibility of human error substantially.
Also the system has a feature to delete the scanned products by customer to further optimize the shopping experience.</p>
</div>
<div class="info">
<h3>Project info</h3>
<ul>
<li>Date - <span>10 Dec 2020</span></li>
<li>Tools - <span>Arduino UNO, Em-18 Module, LCD, RFID-Tag</span></li>
<li>Web - <span><a href="https://youtu.be/0hcpHnw85P8" target="_blank">www.projectytvideo.com</a></span></li>
<li>Report - <span><a href="minor/SmartBilling Cart Report.docx" target="_blank">SmartBilling_Cart_Report.docx</a></span></li>
<li>Presentation - <span><a href="minor/Smart Billing Cart.pptx" target="_blank">Smart_Billing_Cart.ppt</a></span></li>
<li>Layout - <span><a href="minor/em18.brd" target="_blank">Layout.brd</a></span></li>
<li>Schematic - <span><a href="minor/em18.sch" target="_blank">Schematic.sch</a></span></li>
<li>Code - <span><a href="minor/shopping__kart.ino" target="_blank">Smart_Billing_Cart.ino</a></span></li>
</ul>
</div>
</div>
</div>
<!--------portfolio item detail end-->
</div>
</div>
<!-----portfolio item end---->
<!-----portfolio item start---->
<div class="portfolio-item" data-category="web-application">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/1.png" alt="web" data-screenshots="img/portfolio/large/project-2/1.png,
img/portfolio/large/project-2/2.png,
img/portfolio/large/project-2/3.png,
img/portfolio/large/project-2/4.png,
img/portfolio/large/project-2/5.png,
img/portfolio/large/project-2/6.png,
img/portfolio/large/project-2/7.png">
<!------view project button----->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">E-commerce</p>
<!--------portfolio item detail start-->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>This project involves the design and development of a new e-commerce platform.
Once the site design is completed and signed off, content provided to us will be entered onto the site pages.
This will include text and pictures for each page to be created with the initial setup, along with metadata.</p>
</div>
<div class="info">
<h3>Project info</h3>
<ul>
<li>Date - <span>May 2020</span></li>
<li>Tools - <span>html, css, javascript</span></li>
</ul>
</div>
</div>
</div>
<!--------portfolio item detail end-->
</div>
</div>
<!-----portfolio item end---->
<!-----portfolio item start---->
<div class="portfolio-item" data-category="projects">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/7.jpg" alt="web" data-screenshots="img/portfolio/large/project-8/1.jpg,
img/portfolio/large/project-8/2.jpg,
img/portfolio/large/project-8/3.png,
img/portfolio/large/project-8/4.png,
img/portfolio/large/project-8/5.png,
img/portfolio/large/project-8/6.png,
img/portfolio/large/project-8/7.png,
img/portfolio/large/project-8/8.png,
img/portfolio/large/project-8/9.png">
<!------view project button----->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">Home Automation</p>
<!--------portfolio item detail start-->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>Its make our home digital. Here,I am using different hardware like Arduino UNO
and A Esp8266.Five 5V SPDT relays.and software Arduino IDE and blink mobile App.
Advantage And Application : Its Cheap And Time Saving, And Used In Home, Offices.</p>
</div>
<div class="info">
<h3>Project info</h3>
<ul>
<li>Date - <span>07 May 2020</span></li>
<li>Tools - <span>Arduino UNO, Wifi Esp8266</span></li>
</ul>
</div>
</div>
</div>
<!--------portfolio item detail end-->
</div>
</div>
<!-----portfolio item end---->
<!-----portfolio item start---->
<div class="portfolio-item" data-category="certificates">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/project-5.png" alt="web" data-screenshots="img/portfolio/large/project-5/1.jpg,
img/portfolio/large/project-5/2.jpg,
img/portfolio/large/project-5/3.jpg,
img/portfolio/large/project-5/4.jpg,
img/portfolio/large/project-5/5.jpg,
img/portfolio/large/project-5/7.png,
img/portfolio/large/project-5/8.png,
img/portfolio/large/project-5/6.jpg,
img/portfolio/large/project-5/9.png">
<!------view project button----->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">Certificates</p>
<!--------portfolio item detail start-->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Certificate brief:</h3>
<p>I got lots of certificates of participation in webinar and competitions.
and also I got so many other certificates but here i am representing only some.</p>
</div>
<div class="info">
<h3>Project info</h3>
<ul>
<li>Year - <span>2018-2020</span></li>
</ul>
</div>
</div>
</div>
<!--------portfolio item detail end-->
</div>
</div>
<!-----portfolio item end---->
<!-----portfolio item start---->
<div class="portfolio-item" data-category="projects">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/6.jpg" alt="web" data-screenshots="img/portfolio/large/project-6/1.jpg,
img/portfolio/large/project-6/2.jpg,
img/portfolio/large/project-6/3.png,
img/portfolio/large/project-6/4.jpg">
<!------view project button----->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">RADAR</p>
<!--------portfolio item detail start-->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>Radar means Radio Detection and Ranging Here,I am using different hardware like Arduino
UNO,HC-SR04 Ultrasonic Sensor and a Servo Motor. and software Arduino IDE and Processing
2 Application.Its max range is 450cm.Advantage And Application : Its Cheap,And Used In Army ,Aeroplane.</p>
</div>
<div class="info">
<h3>Project info</h3>
<ul>
<li>Date - <span>11 Dec 2019</span></li>
<li>Tools - <span> Arduino UNO, Ultrasonic Sensor, Servo Motor</span></li>
</ul>
</div>
</div>
</div>
<!--------portfolio item detail end-->
</div>
</div>
<!-----portfolio item end---->
<!-----portfolio item start---->
<div class="portfolio-item" data-category="web-application">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/project-2.png" alt="web" data-screenshots="img/portfolio/large/project-3/1.png,
img/portfolio/large/project-3/2.png,
img/portfolio/large/project-3/3.png,
img/portfolio/large/project-3/4.png,
img/portfolio/large/project-3/5.png">
<!------view project button----->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">Perfect Watches</p>
<!--------portfolio item detail start-->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>This project involves the design and development of a new e-commerce platform.
Once the site design is completed and signed off, content provided to us will be entered onto the site pages.
This will include text and pictures for each page to be created with the initial setup, along with metadata.</p>
</div>
<div class="info">
<h3>Project info</h3>
<ul>
<li>Date - <span>June 2020</span></li>
<li>Tools - <span>html, css, jquery</span></li>
</ul>
</div>
</div>
</div>
<!--------portfolio item detail end-->
</div>
</div>
<!-----portfolio item end---->
<!-----portfolio item start---->
<div class="portfolio-item" data-category="projects">
<div class="portfolio-item-inner outer-shadow">
<div class="portfolio-item-img">
<img src="img/portfolio/thumb/project-8.png" alt="web" data-screenshots="img/portfolio/large/project-7/3.jpg,
img/portfolio/large/project-7/2.jpg,
img/portfolio/large/project-7/1.png,
img/portfolio/large/project-7/4.jpg,
img/portfolio/large/project-7/5.jpg,
img/portfolio/large/project-7/6.png">
<!------view project button----->
<span class="view-project">View Project</span>
</div>
<p class="portfolio-item-title">Auto Ambulance Alert System</p>
<!--------portfolio item detail start-->
<div class="portfolio-item-details">
<div class="row">
<div class="description">
<h3>Project Brief:</h3>
<p>In this project, I am using different hardware like Arduino UNO,GSM MOdule
and software Arduino IDE and Google Maps. Its max range is between 1 to 5km.
Advantage And Application : Easy Installation,And Used In Car ,Bike.</p>
</div>
<div class="info">
<h3>Project info</h3>
<ul>
<li>Date - <span>27 Feb 2020</span></li>
<li>Tools - <span>Arduino UNO,GSM MOdule</span></li>
</ul>
</div>
</div>
</div>
<!--------portfolio item detail end-->
</div>
</div>
<!-----portfolio item end---->
</div>
<!-----portfolio item end-------->
</div>
</section>
<!-------portfolio section end------>
<!--------contact section start ----->
<section class="contact-section section" id="contact">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="Contact">Get In Touch</h2>
</div>
</div>
<div class="row">
<!----contact item start-->
<div class="contact-item">
<div class="contact-item-inner outer-shadow">
<i class="fas fa-phone"></i>
<span>Phone</span>
<p>+91 9755 838 625</p>
</div>
</div>
<!----contact item end-->
<!----contact item start-->
<div class="contact-item">
<div class="contact-item-inner outer-shadow">
<i class="fas fa-envelope"></i>
<span>Email</span>
<p>anshulagrawal1504@gmail.com</p>
</div>
</div>
<!----contact item end-->
<!----contact item start-->
<div class="contact-item">
<div class="contact-item-inner outer-shadow">
<i class="fas fa-map-marker-alt"></i>
<span>Address</span>
<p>195/6 Ram Nagar, Indore- 452011</p>
</div>
</div>
<!----contact item end-->
</div>
<div class="row">
<div class="contact-form">
<form>
<div class="row">
<div class="w-50">
<div class="input-group outer-shadow hover-in-shadow">
<input type="text" placeholder="Name" class="input-control">
</div>
<div class="input-group outer-shadow hover-in-shadow">
<input type="text" placeholder="Email" class="input-control">
</div>
<div class="input-group outer-shadow hover-in-shadow">
<input type="text" placeholder="Subject" class="input-control">
</div>
</div>
<div class="w-50">
<div class="input-group outer-shadow hover-in-shadow">
<textarea class="input-control" placeholder="Message"></textarea>
</div>
</div>
</div>
<div class="row">
<div class="submit-btn">
<button type="submit" class="btn-1 outer-shadow hover-in-shadow">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!--------contact section end ----->
<!---portfolio pop up start--->
<div class="pp portfolio-popup">
<div class="pp-details">
<div class="pp-details-inner">
<div class="pp-title">
<h2></h2>
<p>Category - <span class="pp-project-category"></span> </p>
</div>
<div class="pp-project-details">
</div>
</div>
</div>
<div class="separator"></div>
<div class="pp-main">
<div class="pp-main-inner">
<div class="pp-project-details-btn outer-shadow hover-in-shadow">Project Details <i class="fas fa-plus"></i> </div>
<div class="pp-close outer-shadow hover-in-shadow">×</div>
<img src="img/portfolio/large/project-1/1.png" alt="img" class="pp-img outer-shadow">
<div class="pp-counter"></div>
</div>
<div class="pp-loader">
<div></div>
</div>
<!---pp navigation--->
<div class="pp-prev"><i class="fas fa-play"></i> </div>
<div class="pp-next"><i class="fas fa-play"></i> </div>
</div>
</div>
<!---portfolio pop up end--->
<!-----style switcher start--------->
<div class="style-switcher outer-shadow">
<div class="style-switcher-toggler s-icon outer-shadow hover-in-shadow">
<i class="fas fa-cog fa-spin"></i>
</div>
<div class="day-night s-icon outer-shadow hover-in-shadow">
<i class="fas "></i>
</div>
<h4>Theme Colors</h4>
<div class="colors">
<span class="color-1" onclick="setActiveStyle('color-1')"></span>
<span class="color-2" onclick="setActiveStyle('color-2')"></span>
<span class="color-3" onclick="setActiveStyle('color-3')"></span>
<span class="color-4" onclick="setActiveStyle('color-4')"></span>
<span class="color-5" onclick="setActiveStyle('color-5')"></span>
</div>
</div>
<!-----style switcher end--------->
<!-- main js -->
<script src="js/main.js"></script>
<!-- style switcher js -->
<script src="js/style-switcher.js"></script>
</body>
</html>