-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
558 lines (525 loc) · 24.9 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ayush Dayama - Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Ayush Portfolio" />
<meta name="keywords" content="Portfolio, html5, bootstrap, css3, mobile, responsive, java, Selenium" />
<meta name="author" content="Ayush Dayama" />
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div class="fh5co-loader"></div>
<script src="https://code.iconify.design/2/2.2.1/iconify.min.js"></script>
<div id="page">
<header id="fh5co-header" class="fh5co-cover js-fullheight" role="banner" style="background-image:url(images/cover_bg_3.jpg);" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div id="menu">
<div id="menu-bar" onclick="document.getElementById('menu-bar').classList.toggle('change');
document.getElementById('nav').classList.toggle('change');
document.getElementById('menu-bg').classList.toggle('change-bg');">
<div id="bar1" class="bar"></div>
<div id="bar2" class="bar"></div>
<div id="bar3" class="bar"></div>
</div>
<nav class="nav" id="nav">
<ul>
<li><a href="#fh5co-about">About me</a></li>
<li><a href="#fh5co-resume">My Resume</a></li>
<li><a href="#fh5co-features">Certificates and Achievements</a></li>
<li><a href="#fh5co-skills">Skills</a></li>
<li><a href="#fh5co-blog">Find My Work</a></li>
<li><a href="#fh5co-started">Hire Me</a></li>
<li><a href="#fh5co-consult">Contact</a></li>
</ul>
</nav>
</div>
<div class="menu-bg" id="menu-bg"></div>
<div class="col-md-8 col-md-offset-2 text-center" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');">
<div class="display-t js-fullheight">
<div class="display-tc js-fullheight animate-box" data-animate-effect="fadeIn">
<div class="profile-thumb" style="background: url(images/user-3.jpg);"></div>
<h1><span>Ayush Dayama</span></h1>
<h3><span>Software Engineer III - Consultant</span></h3>
<p>
<ul class="fh5co-social-icons">
<li><a href="https://github.com/ayushdayama/"><i class="icon-github2"></i></a></li>
<li><a href="mailto:ayushdayama097@gmail.com?subject=Job%20Opportunity&body=Hi%20Ayush%2C%0D%0A%0D%0AI%20am%20..."><i class="icon-email"></i></a></li>
<li><a href="https://in.linkedin.com/in/ayush-dayama"><i class="icon-linkedin2"></i></a></li>
<li><a href="https://github.com/ayushdayama/Portfolio#readme" class="sourceToolTip"><span class="sourceToolTipText">Link to Source Code</span><i class="icon-code"></i></a></li>
<li><a href="https://twitter.com/ayushdayama"><i class="icon-twitter2"></i></a></li>
<li><a href="https://wa.me/918686847291"><i class="icon-whatsapp"></i></a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="fh5co-about" class="animate-box" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2 class="hideLinkHeaderWhiteBG">About Me <span onclick="copyToClipboard('aboutMe')" class="iconify" data-icon="octicon:link-16" id="hideLinkIconWhiteBG"></span></h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<ul class="info">
<li><span class="first-block">Who am i:</span><span class="second-block">Ayush Dayama</span></li>
<li><span class="first-block">Connect:</span><span class="second-block"><a href="mailto:ayushdayama097@gmail.com?subject=Job%20Opportunity&body=Hi%20Ayush%2C%0D%0A%0D%0AI%20am%20...">ayushdayama097@gmail.com</a></span></li>
</ul>
</div>
<div class="col-md-8">
<h2><i class="icon-hand"></i> Hello There</h2>
<p>With 6+ years of experience in Java, Automation Testing, and a postgraduation degree in Masters in Computer
Applications, I am a skilled technical lead with expertise in:</p>
<p>
<ul>
<li>Web-based, desktop, and database applications testing using both automated and manual approaches</li>
<li>Java and Selenium with TestNG, Maven, and Cucumber</li>
<li>Agile-scrum methodology and software testing techniques</li>
<li>Rest Assured and Postman tools for testing Webservices and Rest APIs</li>
<li>Quality Assurance test plans, analysis, and evaluation of automated test cases, and QA reports</li>
<li>Performance testing using JMeter and BlazeMeter both in GUI and CLI</li>
<li>Database testing using MySQL with software such as SQL Developer and SQL Plus and MongoDB with Mongo-Server/Client and Atlas</li>
<li>VB Script Batch script for Windows and based automation and Shell scripting for Linux based</li>
<li>VCS technologies such as GIT for code version control</li>
<li>Project management tools such as JIRA and Confluence</li>
<li>Expertise in Telecom Domain, US Healthcare Domain</li>
</ul>
</p>
<p>In addition to my technical skills, I possess excellent communication, motivational, and interpersonal
skills, making me an ideal candidate for your talented team. I have a proven track record of building
professional relationships with both team members and clients, and always eager to learn new
technologies.</p>
<p>In my spare time, I enjoy writing and exploring new foods. You can find some of my writing
<a href="https://www.instagram.com/justathought97/">here</a>.</p>
<p>If you're looking for a skilled Java Automation Testing expert with a proven track record of delivering high-quality
software, look no further, I am here and ready to onboard.</p>
<p>
<ul class="fh5co-social-icons">
<li><a href="https://github.com/ayushdayama/"><i class="icon-github2"></i></a></li>
<li><a href="https://in.linkedin.com/in/ayush-dayama"><i class="icon-linkedin2"></i></a></li>
<li><a href="https://twitter.com/ayushdayama"><i class="icon-twitter2"></i></a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div id="fh5co-resume" class="fh5co-bg-color" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2 class="hideLinkHeaderWhiteBG">My Resume <span onclick="copyToClipboard('resume')" class="iconify" data-icon="octicon:link-16" id="hideLinkIconWhiteBG"></span></h2>
</div>
</div>
<div class="row">
<div class="col-md-12 col-md-offset-0">
<ul class="timeline">
<li class="timeline-heading text-center animate-box">
<div><h3>Work Experience</h3></div>
</li>
<li class="animate-box timeline-unverted">
<div class="timeline-badge"><i class="icon-suitcase"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">SE III - Consultant</h3>
<span class="company">Verizon - Feb 2023 - Current</span>
</div>
<div class="timeline-body">
<p>Promoting team collaboration and engagement, Java, Selenium, Maven, MongoDB, MySQL, Agile, JIRA, Confluence, KDD | DD | BDD - Cucumber, CI/CD, VCS, POSTMAN, API, JMeter, Burpsuite, Advanced Excel and VBA</p>
</div>
</div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge"><i class="icon-suitcase"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Tech Lead</h3>
<span class="company">Sagility Health - Jul 2017 - Feb 2023</span>
</div>
<div class="timeline-body">
<p>Java, Selenium, Maven, MySQL, Cucumber, VCS, POSTMAN, JMeter, Burpsuite, JIRA, Advanced Excel and VBA</p>
</div>
</div>
</li>
<li class="animate-box timeline-unverted">
<div class="timeline-badge"><i class="icon-suitcase"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Web Developer - Intern</h3>
<span class="company">Atomic 77 - Jan 2017 - Apr 2017</span>
</div>
<div class="timeline-body">
<p>Creating website using HTML, CSS and JS. Alongside working with Wordpress for PHP-Admin-Managemnt</p>
</div>
</div>
</li>
<br>
<li class="timeline-heading text-center animate-box">
<div><h3>Education</h3></div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge"><i class="icon-graduation-cap"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Masters Degree</h3>
<span class="company">Wesley PG College - 2017 - 2020</span>
</div>
<div class="timeline-body">
<p>Masters of Computer Applications</p>
<a href="https://www.credly.com/badges/1d2c9764-938e-44cc-8455-418630e461bd">WES CERTIFIED POST GRADUATION</a>
</div>
</div>
</li>
<li class="animate-box timeline-unverted">
<div class="timeline-badge"><i class="icon-graduation-cap"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Bachelors Degree</h3>
<span class="company">Bhavans Vivekanada College - 2014 - 2017</span>
</div>
<div class="timeline-body">
<p>Bachelors of Computer Applications</p>
<a href="https://www.credly.com/badges/1d2c9764-938e-44cc-8455-418630e461bd">WES CERTIFIED GRADUATION</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="fh5co-features" class="animate-box" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');" style="background-image:url(images/cover_bg_2.gif);">
<div class="container">
<div class="services-padding">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2 class="hideLinkHeaderOrangeBG">Certificates and Achievements <span onclick="copyToClipboard('certAndAch')" class="iconify" data-icon="octicon:link-16" id="hideLinkIconOrangeBG"></span></h2>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<div class="feature-left">
<span class="icon">
<i class="icon-database"></i>
</span>
<div class="feature-copy">
<h3>SQL & Relational Databases</h3>
<p>Issues by IBM Developer Skills Network - <a href="https://courses.cognitiveclass.ai/certificates/0e5cb1a948964fdc9440dba9a521b4e0"><u>Credential Link</u></a></p>
</div>
</div>
</div>
<div class="col-md-4 text-center">
<div class="feature-left">
<span class="icon">
<i class="icon-book-open"></i>
</span>
<div class="feature-copy">
<h3>Internationally Certified Education</h3>
<p>Issued by World Education Services (WES) - <a href="https://www.credly.com/badges/1d2c9764-938e-44cc-8455-418630e461bd?source=linked_in_profile"><u>Credential Link</u></a></p>
</div>
</div>
</div>
<div class="col-md-4 text-center">
<div class="feature-left">
<span class="icon">
<i class="icon-graduation-cap"></i>
</span>
<div class="feature-copy">
<h3>IDP - IELTS Certified</h3>
<p>IELTS - Secured CLB 8
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<div class="feature-left">
<span class="icon">
<i class="icon-trophy"></i>
</span>
<div class="feature-copy">
<h3>Innovation Award</h3><br>
<p>Team Sagility Health and Collibrium's CEO presented me with the award.
<a href="https://www.linkedin.com/in/madan-moudgal-6b306ba/"><br>Mr. Madan Moudgal</a> -
<a href="https://drive.google.com/file/d/1NfTd4LuiLcfEavgl-i3gzmWk9520eOVK/view"><u>Credential Link</u></a>
</p>
</div>
</div>
</div>
<div class="col-md-4 text-center">
<div class="feature-left">
<span class="icon">
<i class="icon-trophy2"></i>
</span>
<div class="feature-copy">
<h3>AIM Achiever</h3>
<p>AIM - All Ideas Matter<br>Received recognition for developing multiple automated projects that saved hundreds of minutes per day.</p>
</div>
</div>
</div>
<div class="col-md-4 text-center">
<div class="feature-left">
<span class="icon">
<i class="icon-trophy3"></i>
</span>
<div class="feature-copy">
<h3>Top-Gun Award</h3>
<p>Received an award for automating routine manual processes.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-skills" class="animate-box" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2 class="hideLinkHeaderWhiteBG">Skills <span onclick="copyToClipboard('skills')" class="iconify" data-icon="octicon:link-16" id="hideLinkIconWhiteBG"></span></h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-wrap">
<h3><span class="name-left">Java - Maven</span><span class="value-right"></span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active" role="progressbar"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:100%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Selenium - KDD | DD | BDD-Cucumber</span><span class="value-right"></span></h3>
<div class="progress">
<div class="progress-bar progress-bar-2 progress-bar-striped active" role="progressbar"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:100%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Rest Assured API - POSTMAN</span><span class="value-right"></span></h3>
<div class="progress">
<div class="progress-bar progress-bar-3 progress-bar-striped active" role="progressbar"
aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width:100%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">MySQL - SQL Developer | NoSQL - MongoDB</span><span class="value-right"></span></h3>
<div class="progress">
<div class="progress-bar progress-bar-4 progress-bar-striped active" role="progressbar"
aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width:100%">
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-wrap">
<h3><span class="name-left">GIT - GITHUB</span><span class="value-right"></span></h3>
<div class="progress">
<div class="progress-bar progress-bar-5 progress-bar-striped active" role="progressbar"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width:100%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Performance, Load, Stress Testing - JMeter, Blazemeter</span><span class="value-right"></span></h3>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:100%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Batch Scripting - Win / Shell script - Linux</span><span class="value-right"></span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active" role="progressbar"
aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width:100%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Advanced Excel and VBA</span><span class="value-right"></span></h3>
<div class="progress">
<div class="progress-bar progress-bar-3 progress-bar-striped active" role="progressbar"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width:100%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-blog" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2 class="hideLinkHeaderWhiteBG">Find My Work <span onclick="copyToClipboard('fmw')" class="iconify" data-icon="octicon:link-16" id="hideLinkIconWhiteBG"></span></h2>
<p>Below projects were created to demostrate my work and coding samples covering different languages and techniques</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="https://github.com/ayushdayama/ParaBankAutomate" class="blog-bg" style="background-image: url(images/portfolio-1.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Jun. 2nd 2022</span>
<h3><a href="https://github.com/ayushdayama/ParaBankAutomate">Para Bank Automate</a></h3>
<p>Para Bank is a publically available website, whose login and different pages are automated using Java Swing for UI, Java and Selenium for website automation</p>
<ul class="stuff">
<li><a href="https://github.com/ayushdayama/ParaBankAutomate">Read More<i class="icon-arrow-right22"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="https://github.com/ayushdayama/Automated-Performance-Test" class="blog-bg" style="background-image: url(images/portfolio-2.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Jun. 3rd 2022</span>
<h3><a href="https://github.com/ayushdayama/Automated-Performance-Test">Automated Performance Testing</a></h3>
<p>Files in this repo have performnance test results generated using Apache JMeter GUI automation using Java and CLI command.</p>
<ul class="stuff">
<li><a href="https://github.com/ayushdayama/Automated-Performance-Test">Read More<i class="icon-arrow-right22"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="https://github.com/ayushdayama/" class="blog-bg" style="background-image: url(images/portfolio-3.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Jun. 1st 2022</span>
<h3><a href="https://github.com/ayushdayama/">List of all Repo</a></h3>
<p>Find my github profile and access to all public repos created.</p>
<ul class="stuff">
<li><a href="https://github.com/ayushdayama/">Read More<i class="icon-arrow-right22"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-started" class="fh5co-bg-dark" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');" style="background-image:url(images/cover_bg_2.gif);">
<div class="overlay"></div>
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2 class="hideLinkHeaderOrangeBG">Hire Me! <span onclick="copyToClipboard('hireMe');" class="iconify" data-icon="octicon:link-16" id="hideLinkIconOrangeBG"></span></h2>
<p>Feel free to click on Let's connect button and get in touch with me or you can download my resume using the download resume</p>
<p><a href="#fh5co-consult" class="btn btn-default btn-lg">Let's Connect</a><br>
<a href="https://shorturl.at/lCFTV" target="_blank" style="margin-top: 4px;" download="Cover_Letter_Ayush_Dayama.pdf" class="btn btn-default btn-lg">Download Cover Letter</a>
<a href="https://shorturl.at/ajxDS" target="_blank" style="margin-top: 4px;" download="Resume_Ayush_Dayama.pdf" class="btn btn-default btn-lg">Download Resume</a>
</p>
</div>
</div>
</div>
</div>
<div id="fh5co-consult" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');">
<div class="video fh5co-video" style="background-image: url(images/cover_bg_1.jpg);">
<div class="overlay"></div>
</div>
<div class="choose animate-box">
<h2 class="hideLinkHeaderWhiteBG">Contact <span onclick="copyToClipboard('contact')" class="iconify" data-icon="octicon:link-16" id="hideLinkIconWhiteBG"></span></h2>
<form action="#">
<div class="row form-group">
<div class="col-md-12">
<h3>Connect via email? Sure - <a href="mailto:ayushdayama097@gmail.com?subject=Job%20Opportunity&body=Hi%20Ayush%2C%0D%0A%0D%0AI%20am%20..." class="btn btn-default btn-lg" style="margin-top: 10px;">📨 Click Me</a></h3>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<h3>No email acess? No problem. How about phone? - <a href="tel:+918686847291" class="btn btn-default btn-lg" style="margin-top: 10px;">📞 +91 (868) 684 - 7291</a></h3>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<h3>Whatsapp? - Works for me - <a href="https://wa.me/918686847291" class="btn btn-default btn-lg" style="margin-top: 10px;">💬 Click Me</a></h3>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<h3>How about LinkedIn? - <a href="https://www.linkedin.com/in/ayush-dayama/" class="btn btn-default btn-lg" style="margin-top: 10px;">👥 Click Me</a></h3>
</div>
</div>
</form>
</div>
</div>
<div id="fh5co-footer" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');">
<div class="container">
<div class="row">
<div class="col-md-12">
<marquee><p>💼 Looking forward to connect with you 💼</p></marquee>
</div>
</div>
</div>
</div>
<div class="gototop js-top" onclick="document.getElementById('menu-bar').classList.remove('change');
document.getElementById('nav').classList.remove('change');
document.getElementById('menu-bg').classList.remove('change-bg');">
<a href="#" class="js-gotop"><i class="icon-arrow-up22"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Easy PieChart -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCefOgb1ZWqYtj7raVSmN4PL2WkTrc-KyA&sensor=false"></script>
<script src="js/google_map.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
</body>
</html>