-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
678 lines (614 loc) · 27 KB
/
index.html
File metadata and controls
678 lines (614 loc) · 27 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio | Home</title>
<link href="css/index.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<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"
/>
<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://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- <link rel='stylesheet' id='breezycv-google-fonts-css' href='https://fonts.googleapis.com/
css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,
700italic,800,800italic,900,900italic' type='text/css' media='all' /> -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<script>
$(document).ready(function () {
$('.blog-btn').click(function () {
$('.hide').toggleClass('open');
});
$('.menu-toggle').click(function () {
$('.header-content').removeClass('mobile-menu-hide');
$('.header-content').toggleClass('header animate ');
$('.menu-toggle').toggleClass('open');
});
// for hiding side header when we click on background
$('.body-content-area').click(function () {
$('.open').removeClass('open');
$('.header-content').removeClass('header animate');
$('.header-content').toggleClass('mobile-menu-hide');
});
$('a#about-btn').click(() => {
$('.show').removeClass('show');
$('div.animated-div#about').addClass('show');
});
$('a#home-btn').click(() => {
$('.show').removeClass('show');
$('div.animated-div#home').addClass('show');
});
$('a#resume-btn').click(() => {
$('.show').removeClass('show');
$('div.animated-div#resume').addClass('show');
});
$('a#contactUs-btn').click(() => {
$('.show').removeClass('show');
$('div.animated-div#contactUs').addClass('show');
});
// $(".main-div").click(function(){
// $(".open").removeClass("open");
// });
// $(".page-content").click(function(){
// $(".open").removeClass("open");
// });
// $(".header-content").click(function(){
// $(".open").removeClass("open");
// });
});
</script>
</head>
<body>
<div class="main-div background-div"></div>
<!-- <div class="container-fluid outter-div " id="main-bg-div"> -->
<!-- <section class="section main-section"> -->
<div class="page-content container inner-div">
<!-- Pic & Name $ Roles & Social links & home-menu &
Navigation button & download cv button & copyright-->
<header class="header-content mobile-menu-hide">
<!-- Pic & Name $ Roles -->
<div class="header-content-div">
<div class="header-photo">
<a href="#">
<img src="png/img_avatar.png" alt="image_avatar" />
</a>
</div>
<!-- ./header-content-div -->
<!-- Name $ Roles -->
<div class="header-titles-div">
<a href="#">
<h4 class="header-titles header-titles-name">Sandeep Insa</h4>
</a>
<h6 class="header-titles header-titles-role">Software Engineer</h6>
<!-- <h6 class="header-titles header-titles-role">Salesforce & JavaScript Developer</h6> -->
<h6 class="header-titles header-titles-role" style="color: black !important">Fullstack Javascript Developer</h6>
</div>
<!-- ./header-titles-div -->
</div>
<!-- Home-menu -->
<div class="menu-board">
<ul id="menu-vcard-menu" class="main-menu">
<li id="menu-item" class="menu-item menu-item-has-icon">
<a class="nav-anim active" href="#" id="home-btn">
<i class="menu-icon fa fa-home" aria-hidden="true"></i>
<span class="link-text">Home</span>
</a>
</li>
<li id="menu-item" class="menu-item menu-item-has-icon">
<a class="nav-anim" href="#" id="about-btn">
<i class="menu-icon fa fa-user" aria-hidden="true"></i>
<span class="link-text">About Me</span>
</a>
</li>
<li id="menu-item" class="menu-item menu-item-has-icon">
<a class="nav-anim" href="#" id="resume-btn">
<i class="menu-icon fa fa-graduation-cap" aria-hidden="true"></i>
<span class="link-text">Resume</span>
</a>
</li>
<li id="menu-item" class="menu-item menu-item-has-icon">
<a class="nav-anim" href="#">
<i class="menu-icon fa fa-briefcase" aria-hidden="true"></i>
<span class="link-text">Portfolio</span>
</a>
</li>
<li id="menu-item" class="menu-item menu-item-has-icon">
<a class="nav-anim blog-btn" href="#">
<!-- <i class="menu-icon fa fa-book" aria-hidden="true"></i> -->
<i class="fa fa-newspaper-o" aria-hidden="true"></i>
<span class="link-text">Blog</span>
</a>
</li>
<li id="menu-item" class="menu-item menu-item-has-icon">
<a class="nav-anim" href="#" id="contactUs-btn">
<i class="menu-icon fa fa-envelope" aria-hidden="true"></i>
<span class="link-text">Contact</span>
</a>
</li>
</ul>
</div>
<!--./menu-board -->
<!--./Home-menu -->
<!-- Social Links -->
<div class="social-links">
<ul>
<li>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
<!-- ./Social Links -->
<!-- ./Social Links -->
<!-- Buttons -->
<!-- <div class="header-buttons-div">
<a href="#" class="btn btn-primary download-btn" id="">Download CV</a>
</div> -->
<!--./header-buttons-div -->
<!-- /Buttons -->
<!-- Copyrights -->
<div class="copyrights">
<p>© 2020 All rights reserved.</p>
</div>
<!-- ./Copyrights -->
<!-- /Copyrights -->
</header>
<!-- ./header-content -->
<div class="mobile-site-title mobile-visible">
<a href="#"> Sandee </a>
</div>
<!--Mobile Navigation-->
<div class="menu-toggle">
<span></span>
<span></span>
<span></span>
</div>
<!--Navigation-button -->
<div class="navigation-arrows-div">
<div class="navigation-arrow navigation-arrow-right"><i class="fa fa-chevron-right" aria-hidden="true"></i></div>
<div class="navigation-arrow navigation-arrow-left"><i class="fa fa-chevron-left" aria-hidden="true"></i></div>
</div>
<!--./navigation-arrows-div -->
<!--./Navigation-button -->
<div class="body-content-area">
<!-- // index body content -->
<div class="animated-div show" id="home">
<section class="animated-section">
<div class="section-content" style="margin: 25% 0 !important">
<div class="home-titles-div">
<a href="#">
<h2 class="home-titles home-titles-name">sandeep Insa</h2>
</a>
<h5 class="home-titles home-titles-role">Web Devloper</h5>
</div>
<!--./home-titles-div -->
</div>
<!--./Section-Content -->
</section>
</div>
<!-- about me PArt -->
<div class="animated-div" id="about">
<section class="animated-section">
<div class="section-content">
<div>
<h6 class="section-title"><i class="fa fa-angle-right active" aria-hidden="true"></i> Sandeep Kumar</h6>
</div>
<h6 class="section-titles-name">Hi, I am Sandeep a Salesforce and Fullstack Developer</h6>
<!-- ================================================================================= -->
<h6 class="section-titles-name"> </h6>
<div>
<h6 class="section-title"><i class="fa fa-angle-right active" aria-hidden="true"></i> WHO I AM</h6>
</div>
<h6 class="section-titles-name">
I'm a 22-year-old Javascript Developer and UI designer from India. I’m Self-Learner, passionate coder and good in Frontend design. I’ve been working since 2018.
</h6>
<!-- ================================================================================= -->
<h6 class="section-titles-name"> </h6>
<div>
<h6 class="section-title"><i class="fa fa-angle-right active" aria-hidden="true"></i> WHAT I DO</h6>
</div>
<h6 class="section-titles-name">
I work on Products , Websites , long-running Projects , Progressive-web-app and Mobile-App Design Focusing on scalability , maintainability , Performance , and more.
</h6>
<!-- ================================================================================= -->
<h6 class="section-titles-name"> </h6>
<div>
<h6 class="section-title"><i class="fa fa-angle-right active" aria-hidden="true"></i> Technolog Familier With</h6>
</div>
<div class="">
<!-- <span class="section-titles-name download-btn skill-btn">HTML5</span>
<span class="section-titles-name download-btn skill-btn">CSS3</span> -->
<span class="section-titles-name download-btn skill-btn">JavaScript</span>
<span class="section-titles-name download-btn skill-btn">PHP</span>
<span class="section-titles-name download-btn skill-btn">MySQl</span>
<span class="section-titles-name download-btn skill-btn">Laravel </span>
<span class="section-titles-name download-btn skill-btn">Bootstrap</span>
<!-- <span class="section-titles-name download-btn skill-btn">JQuery</span>
<span class="section-titles-name download-btn skill-btn">Json</span>
<span class="section-titles-name download-btn skill-btn">REST.api</span> -->
<!-- <span class="section-titles-name download-btn skill-btn">Ajax</span>
<span class="section-titles-name download-btn skill-btn">UI/UX</span> -->
<span class="section-titles-name download-btn skill-btn">React.Js</span>
<span class="section-titles-name download-btn skill-btn">React-Native</span>
<span class="section-titles-name download-btn skill-btn">Apex</span>
<span class="section-titles-name download-btn skill-btn">Node.Js</span>
<span class="section-titles-name download-btn skill-btn">Salesfroce admin</span>
</div>
<!-- <span class="section-titles-name " >User Interface</span>
<span class="section-titles-name " >User Experience</span>
<span class="section-titles-name " > Visual design</span>
<span class="section-titles-name " >Interaction design</span>
<span class="section-titles-name " >Prototyping</span>
<span class="section-titles-name " >Frontend Architecture</span>
<span class="section-titles-name " >Product research</span> -->
</div>
<!--./home-titles-div -->
</section>
<!--./Section-Content -->
</div>
<!-- experince page -->
<div class="animated-div" id="resume">
<section class="animated-section" style="margin-left: 1rem">
<div class="section-content">
<h6 class="section-titles project-title"><i class="fa fa-terminal active" aria-hidden="true"> </i> Projects :</h6>
<!-- ================================================================================= -->
<ol class="Order-list" reversed>
<li>
<article>
<h1 class="section-titles-name">Best-Random_Quote | RandomQuote.Co</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
Api Based Web-app Which Deliver Famous Quote's
</h6>
<div class="section-title">
<!-- <span class="date"> 16th November 2020 </span> -->
<span class="section-links">
<a href="https://randomquoteco.netlify.app/" target="_blank" class="Check-it-btn">
<i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live <i> </i>
</a>
<!-- <a href="https://github.com/Sandeepinsa32/Random.Quote.Co" class=""><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">📽️ Best-Movie-Recommendation | ⚛️ React</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
Movie-Recommendation app for paticing React State
</h6>
<div class="section-title">
<!-- <span class="date"> 16th November 2020 </span> -->
<span class="section-links">
<a href="https://2tb99.csb.app/" target="_blank" class="Check-it-btn">
<i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live <i> </i>
</a>
<!-- <a href="https://github.com/Sandeepinsa32/best-movies" class=""><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">😃 Emojipedia | ⚛️ React</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
🦌🎅 🎁 Emojipedia is WikiPedia of Emojis ❄️⛄🎄
</h6>
<div class="section-title">
<!-- <span class="date"> 16th November 2020 </span> -->
<span class="section-links">
<a href="https://quefv.csb.app/" target="_blank" class="Check-it-btn">
<i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live <i> </i>
</a>
<!-- <a href="https://github.com/Sandeepinsa32/emojipedia" class=""><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">📝 Text-to-Morse_Code Translator| 💻 Vanilla_JavaScript</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
Web-app Which We Can Use To Convert Text <em>to</em> Morse_Code .
</h6>
<div class="section-title">
<!-- <span class="date"> 16th November 2020 </span> -->
<span class="section-links">
<a href="https://text2morse.netlify.app/" target="_blank" class="Check-it-btn">
<i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live <i> </i>
</a>
<!-- <a href="https://github.com/Sandeepinsa32/Text-2-Morse_code-Translate" class=""
><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a
> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">🔤 English-To-Minion's-Language | 💻 Vanilla_JavaScript</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
Basic Webapp Which can translate English to Banana Talk (Language Used By Minions).
</h6>
<div class="section-title">
<!-- <span class="date"> 16th November 2020 </span> -->
<span class="section-links">
<a href="https://miniontalktool.netlify.app/" target="_blank" class="Check-it-btn">
<i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live<i> </i>
</a>
<!-- <a href="https://github.com/Sandeepinsa32/Minion-Language-Translator-Tool" class=""
><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a
> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">✨ Simplay-Math-Quiz | 💻 In Node.Js</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
It is a CLI (Command-Line-Interface) Based Simple Quiz Game
</h6>
<div class="section-title">
<!-- <span class="date"> 16th November 2020 </span> -->
<span class="section-links">
<a href="https://repl.it/@sandeepinsa32/first-nodejs-1#index.js?embed=1&output=1" target="_blank" class="Check-it-btn">
<i class="fa fa-play-circle" aria-hidden="true"> </i> Play Game <i> </i>
</a>
<!-- <a href="https://repl.it/@sandeepinsa32/first-nodejs-1#index.js" class=""><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">⌚ Home | ShopWatchReact.Com ⌚</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
Product Descripton Template Page For Smart-watch Developed in ⚛️ <em>React.Js</em>.
</h6>
<div class="section-title">
<!-- <span class="date"> 16th August 2020 </span> -->
<span class="section-links">
<a href="https://shopsmartwatch.netlify.app/" target="_blank" class="Check-it-btn"
><i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live
</a>
<!-- <a href="https://github.com/Sandeepinsa32/fitbit.github.io" class=""><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">⌚ Home | ShopSmartWatch.Com ⌚</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
Product Descripton Template Page For Smart-watch Developed in Simple HTML , CSS , Bootstrap , JQuery And JavaScript
</h6>
<div class="section-title">
<!-- <span class="date"> 20th May 2020 </span> -->
<span class="section-links">
<a href="https://shopsmartwatch.netlify.app/" target="_blank" class="Check-it-btn"
><i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live
</a>
<!-- <a href="https://github.com/Sandeepinsa32/fitbit.github.io" class=""><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name" style="font-size: 22px">✨ Internship | Full-Stack 💻Web-Developer</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
Full-Stack Web-Developer Using Laravel-PHP , in Learnweel Pvt. Ltd.
</h6>
<div class="section-title">
<span class="date"> 22th may 2020 </span> <span> - To -</span>
<span class="date"> 25th july 2020 </span>
<!-- <span class="section-links">
<a href="https://watchshoppage.netlify.app/" class="" > <i class="fa fa-play-circle" aria-hidden="true"> </i> Play Game <i> </i> </a>
<a href="https://github.com/sandee32/fitbit.github.io" class="" ><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a>
</span> -->
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">🛒Cart-Page | ShopingSite.Com 🛒</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
Product CartPage for Shopping Site With Backend IN PHP
</h6>
<div class="section-title">
<!-- <span class="date"> 10th May 2020 </span> -->
<span class="section-links">
<a href="https://shopingsite.netlify.app/" target="_blank" class="Check-it-btn"><i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live </a>
<!-- <a href="https://github.com/Sandeepinsa32/CartWebpage.github.io" class=""><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">📜 Home | MyResumeCom 📜</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
Simple Resume website Developed in Simple HTML , CSS , Bootstrap , JQuery And JavaScript
</h6>
<div class="section-title">
<!-- <span class="date"> 20th April 2020 </span> -->
<span class="section-links">
<a href="https://myresumecom.netlify.app/" target="_blank" class="Check-it-btn"><i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live </a>
<!-- <a href="https://github.com/Sandeepinsa32/protfolio_site" class=""><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a> -->
</span>
</div>
</article>
</li>
<li>
<article>
<h1 class="section-titles-name">✨ Homepage|Carpool Website</h1>
<h6 class="section-title-desc">
<i class="fa fa-terminal active" aria-hidden="true"> </i>
It is Simple Template For Carpool website Developed in Simple HTML , CSS , Bootstrap , JQuery And JavaScript
</h6>
<div class="section-title">
<!-- <span class="date"> 09th April 2020 </span> -->
<span class="section-links">
<a href="https://carpoolwebsite.netlify.app/" target="_blank" class="Check-it-btn"
><i class="fa fa-play-circle" aria-hidden="true"> </i> Check It Live
</a>
<!-- <a href="https://github.com/Sandeepinsa32/newpool" class=""><i class="fa fa-github" aria-hidden="true"> </i> View Source on Github</a> -->
</span>
</div>
</article>
</li>
</ol>
</div>
<!--./Section-Content -->
</section>
</div>
<!-- Contact US -->
<div class="animated-div show" id="contactUs">
<section class="animated-section">
<div class="section-content">
<div>
<div class="contact-form-wrapper d-flex justify-content-center">
<form action="#" class="contact-form">
<h5 class="title">Contact us</h5>
<p class="description">Feel free to contact us if you need any assistance, any help or another question.</p>
<div>
<input type="text" class="form-control rounded border-white mb-3 form-input" id="name" placeholder="Name" required />
</div>
<div>
<input type="email" class="form-control rounded border-white mb-3 form-input" placeholder="Email" required />
</div>
<div>
<textarea id="message" class="form-control rounded border-white mb-3 form-text-area" rows="5" cols="30" placeholder="Message" required></textarea>
</div>
<div class="submit-button-wrapper">
<input type="submit" value="Send" />
</div>
</form>
</div>
</div>
</div>
<!--./Section-Content -->
</section>
</div>
</div>
<!--./Content-area -->
</div>
<!-- ./page-content -->
<!-- </section>./main-section -->
<!--</div>./outter-div-->
<!-- ======================================./Blog-Slider=========================================== -->
<div id="blog-sidebar blog-btn " class="blog-btn blog-sidebar hide">
<div class="sidebar-toggle hide" id="blog-btn">
<span></span>
<span></span>
<span></span>
</div>
<div class="blog-sidebar-content clearfix">
<div class="sidebar-item">
<form role="search" method="get" class="search-form" action="#">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search …" value="" name="s" />
</label>
<input type="submit" class="search-submit" value="Search" />
</form>
</div>
<div class="sidebar-item">
<div class="sidebar-title">
<h4>Recent Posts</h4>
</div>
<ul>
<li>
<a href="#">Best Practices for Animated Progress Indicators</a>
</li>
<li>
<a href="#">Best Practices for Animated Progress Indicators</a>
</li>
<li>
<a href="#">Best Practices for Animated Progress Indicators</a>
</li>
<li>
<a href="#">Best Practices for Animated Progress Indicators</a>
</li>
<li>
<a href="#">Best Practices for Animated Progress Indicators</a>
</li>
</ul>
</div>
<div class="sidebar-item">
<div class="sidebar-title">
<h4>Recent Comments</h4>
</div>
<ul id="recentcomments">
<li class="recentcomments">
<span class="comment-author-link">
<a href="" rel="external nofollow ugc" class="url"> A WordPress Commenter </a>
</span>
on <a href="#"> Hello world! </a>
</li>
<li class="recentcomments">
<span class="comment-author-link">
<a href="" rel="external nofollow ugc" class="url"> A WordPress Commenter </a>
</span>
on <a href="#"> Hello world! </a>
</li>
</ul>
</div>
</div>
</div>
<!-- -================================Script-part============================================================- -->
<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>
</body>
</html>