-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile_backup.html
728 lines (512 loc) · 18.2 KB
/
file_backup.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
<html>
<head>
<title>Gautham Vijayaraj</title>
<!-- CSS only -->
<link href='https://fonts.googleapis.com/css?family=Lilita One' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Fredoka One' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/c4780665d4.js" crossorigin="anonymous"></script>
<!-- add icon link -->
<link rel = "icon" href =
"https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FScreenshot_20210413-195120.png?alt=media&token=e324b562-9d9d-4186-a8b1-5a5d9650931d"
type = "image/x-icon">
<style>
body
{
margin:0;
padding:0;
font-family: sans-serif;
background: url(https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2Fim4.jpg?alt=media&token=2d990b22-60b4-433e-b194-40b71fce116a);
background-position:center;
background-size:cover;
background-attachment:fixed;
}
.user-box
{
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
position: absolute;
}
.user-box img
{
border-radius: 50%;
width:25%;
border: 3px solid #fff;
}
.user-box h1
{
color: #fff;
font-weight: bold;
margin : 10px;
}
.user-box p
{
color: #fff;
}
.user-box img
{
animation: mover 1s infinite alternate;
}
.user-box h1
{
animation: mover 1s infinite alternate;
}
.user-box p
{
animation: mover 1s infinite alternate;
}
.scroll-btn
{
bottom:30px;
position:absolute;
left:50%;
transform: translateX(-50%);
border: 2px solid #fff;
padding: 10px 10px 20px;
border-radius:30px;
}
.scroll-bar span
{
border: 2px solid #fff;
font-size: 10px;
border-radius:30px;
}
.scroll-bar
{
animation: movers 1s infinite alternate;
}
.break
{
height: 500vh;
}
.break h2
{
font-family: 'Lilita One';
color: #fff;
}
.services
{
height:100vh;
padding-top:50px;
padding-bottom:50px;
}
.ic
{
width:25%;
margin-right: auto;
margin-left: auto;
font-size:50px;
color:#fff;
text-align:center;
animation: mover1 1s infinite alternate;
}
.ic1 a
{
color:#fff;
}
.ic1
{
width:25%;
margin-right: auto;
margin-left: auto;
font-size:50px;
bottom:10px;
color:#fff;
text-align:center;
animation: mover1 1s infinite alternate;
}
.ic a
{
color:#fff;
}
.services-box span
{
margin:3px;
font-size:20px;
font-weight:bold;
text-align:center;
font-family:"Verdana";
}
.services-box
{
background:#EDE5E3;
padding:10px;
margin-top:20px;
width:25%;
height:30vh;
margin-right: auto;
margin-left: auto;
}
.servies-box .fa
{
margin:0 10px;
font-size:20px;
}
.services-box span
{
margin:3px;
font-size:110%;
font-weight:bold;
}
.services-box p
{
font-size:82%;
margin-top:20px;
color: #777;
}
.services-box:hover p
{
color: #fff;
}
.services-box:hover
{
background:#000;
color:#fff;
border-top-right-radius:40px;
border-bottom-left-radius:40px;
border-top-left-radius:40px;
border-bottom-right-radius:40px;
transition:1s;
}
.start
{
height : 100vh;
}
@keyframes mover
{
0%{transform: translateY(0);}
100%{transform: translateY(50px);}
}
@keyframes movers
{
0%{transform: translateY(0);}
100%{transform: translateY(15px);}
}
@keyframes mover1
{
0%{transform: translateY(0);}
100%{transform: translateY(60px);}
}
@keyframes zoom-in-zoom-out {
0% {
transform: scale(1, 1);
}
50% {
transform: scale(1.5, 1.5);
}
100% {
transform: scale(1, 1);
}
}
.social-icons
{
top:50%;
position:sticky;
transform: translateY(-50%);
z-index:1;
width:5%;
}
.social-icons ul
{
padding: initial;
}
.social-icons ul li
{
height:50px;
width:50px;
list-style-type:none;
padding-left:12px;
padding-top:6px;
margin-top:5px;
color:#000;
background: #fff;
}
.social-icons ul li:hover
{
padding-left:30px;
width:80px;
transition:1s;
}
.skills
{
height:100vh;
}
.skills-list
{
list-style-type:none;
position:relative;
}
.skills-box
{
padding:10px;
margin-top:20px;
width:35%;
margin-right: auto;
margin-left: auto;
<--animation: zoom-in-zoom-out 1s ease infinite;-->
color:#fff;
border-top-right-radius:40px;
border-bottom-left-radius:40px;
border-top-left-radius:40px;
border-bottom-right-radius:40px;
}
.skills-box h4
{
color:#ffce30;
font-family:'Fredoka One';
font-size:20px;
text-transform: uppercase;
}
.skill-h
{
color:#ffce30;
font-size:15px;
font-family: 'Poppins', sans-serif;
}
.skill-h:hover
{
animation: zoom-in-zoom-out 1s; <--ease infinite-->
}
.certifications
{
height:100vh;
padding-left:300px;
padding-right:300px;
}
.services-box1
{
background:#000;
color:#777;
padding:50px;
margin-top:20px;
border-top-right-radius:50px;
border-bottom-left-radius:50px;
border-top-left-radius:50px;
border-bottom-right-radius:50px;
}
.services-box1 p
{
font-family:"Verdana";
font-size:15px;
}
.services-box1 h4
{
margin:3px;
font-size:20px;
font-weight:bold;
text-align:center;
font-family:"Verdana";
}
#projects
{
height:100vh;
}
</style>
</head>
<body>
<div class="social-icons">
<ul>
<a href="https://www.linkedin.com/in/gautham-vijayaraj-20899b190/" target="_blank"><li><i class="fa fa-linkedin" style='font-size:30px'></i></li></a>
<a href="https://twitter.com/gauthiiis_jb" target="_blank"><li><i class="fa fa-twitter" style='font-size:30px'></i></li></a>
<a href="https://www.hackerrank.com/RA1711003010381" target="_blank"><li><i class='fab fa-hackerrank' style='font-size:30px' ></i></li></a>
<a href="https://www.instagram.com/gauthiiiiii/" target="_blank"><li><i class="fa fa-instagram" style='font-size:30px'></i></li></a>
</ul>
</div>
<div class="break">
<div class="start" id="start">
<div class="container text-center">
<div class="user-box">
<img src="https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FScreenshot_20210413-195120.png?alt=media&token=e324b562-9d9d-4186-a8b1-5a5d9650931d">
<h1>Gautham Vijayaraj</h1>
<p style="font-family:verdana;font-weight:bold">FULL-STACK DEVELOPER</p>
<p>A software engineer with good experience in app development and good mathematical knowledge. Highly passionate about building high-quality systems with software implementation practices while working as a self-motivated and responsible team player.</p>
</div>
<div class="scroll-btn">
<div class="scroll-bar">
<a href="#services">
<span>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="services" id="services">
<br>
<h2 class="text-center">My Experiences</h3>
<br>
<div class="services-box">
<span>Intern - 2019</span>
<p>
Introduction to Blockchain basics.<br>Learnt to perform SFTP using JAVA programming language.<br>Gained basic knowledge about how crypto currencies work.<br><br>
<b>Company</b> - Encore Theme Tech Ltd.<br>
<b>Duration</b> - May 2019 to Jun 2019<br>
<b>Location</b> - Chennai,India<br>
</p>
</div>
<br>
<div class="services-box">
<span>Associate System Engineer - 2021</span>
<p>
Working in the project : MBU Azure Security Competency.<br>Provided a presentation on managing Azure RBAC along with my team mates.<br>Learnt and completed more than ten Azure Microsoft Certifications.<br><br>
<b>Company</b> - Tata Consultancy Services<br>
<b>Duration</b> - Jun 2021 to Present<br>
<b>Location</b> - Chennai,India<br>
</p>
</div>
<br><br><br>
<div class="ic">
<a href="#skills"><i class="fa fa-long-arrow-alt-down" ></i></a>
</div>
</div>
<div class="skills" id="skills">
<br>
<h2 class="text-center">My Skills</h3>
<br>
<div class="skills-box">
<ul class="skills-list">
<br>
<li>
<div class="row">
<div class="col md-4">
<h4>Programming Languages</h4>
<div class="skills-bar">
<p class="skill-h">Matlab - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></p>
<p class="skill-h">C/C++ - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i></p>
<p class="skill-h">MySQL - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i></p>
<p class="skill-h">Python - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-half-alt" ></i><i class="fa fa-star-o" ></i></p>
<p class="skill-h">JAVA - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></p>
<p class="skill-h">C# - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></p>
</div>
</div>
<div class="col md-4">
<h4>Front-End Development</h4>
<div class="skills-bar">
<p class="skill-h">HTML/CSS - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></p>
<p class="skill-h">JavaScript - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></p>
<p class="skill-h">Flutter - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-half-alt" ></i></p>
<p class="skill-h">React - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-half-alt" ><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></i></p>
<p class="skill-h">Dart - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-half-alt" ></i></p>
<p class="skill-h">Play Framework - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></p>
</div>
</div>
</div>
</li>
<br>
<li>
<div class="row">
<div class="col md-6">
<h4>Back-End Development</h4>
<div class="skills-bar">
<p class="skill-h">Firebase - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></p>
<p class="skill-h">NodeJS - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-half-alt" ><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></i></p>
</div>
</div>
<div class="col md-6">
<h4>Cloud Computing</h4>
<div class="skills-bar">
<p class="skill-h">Azure - <i class="fa fa-star" ></i><i class="fa fa-star" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></p>
<p class="skill-h">Google Cloud Platform - <i class="fa fa-star" ></i><i class="fa fa-star-half-alt" ><i class="fa fa-star-o" ></i><i class="fa fa-star-o" ></i></i><i class="fa fa-star-o" ></i></p>
</div>
</div>
</div>
</li>
<div class="ic">
<a href="#certifications"><i class="fa fa-long-arrow-alt-down" ></i></a>
</div>
</ul>
</div>
</div>
<div class="certifications" id="certifications">
<br>
<h2 class="text-center">Certifications and Licenses</h3>
<br>
<div class="row">
<div class="col-md-12">
<div class="services-box1">
<h4>Microsoft Certifications</h4>
<br>
<div class="row">
<div class="col-md-6">
<p >
AZ900 - Azure Fundamentals - <a href="https://www.credly.com/badges/7abcabbf-222c-4742-a593-634c35b6b36e?source=linked_in_profile" target="_blank">Verify Here</a><br>
AZ500 - Azure Security Engineer Associate - <a href="https://www.credly.com/badges/f3e6478a-4d77-4bb1-be29-b74ea4f522c0?source=linked_in_profile" target="_blank">Verify Here</a><br>
MS900 - Microsoft 365 Fundamentals - <a href="https://www.credly.com/badges/4010547b-0d26-4829-a74e-507e3cf13384?source=linked_in_profile" target="_blank">Verify Here</a><br>
MS500 - Microsoft 365 Security Administration - <a href="https://www.credly.com/badges/3a95127b-58d7-41bf-a3ee-44349a18a1f8?source=linked_in_profile" target="_blank">Verify Here</a><br>
SC900 - Security, Compliance, and Identity Fundamentals - <a href="https://www.credly.com/badges/feb63d5f-edb8-4b4f-b0a9-70fc8e0a5753?source=linked_in_profile" target="_blank">Verify Here</a><br>
SC200 - Microsoft Security Operations Analyst - <a href="https://www.credly.com/badges/90e79ea8-5fee-4e8d-8570-e6da02a38a12?source=linked_in_profile" target="_blank">Verify Here</a>
</p>
</div>
<div class="col-md-6">
<p style='font-family:"Verdana";font-size:15px;' >
SC300 - Microsoft Identity and Access Administrator - <a href="https://www.credly.com/badges/78fb13e1-02b4-4061-ae4a-3cd4b4d06fa8?source=linked_in_profile" target="_blank">Verify Here</a><br>
SC400 - Microsoft Information Protection Administrator - <a href="https://www.credly.com/badges/c0a00ae2-cc03-4f91-b17b-dd1daf548164?source=linked_in_profile" target="_blank">Verify Here</a><br>
AZ303 - Microsoft Azure Architect Technologies - <a href="https://www.credly.com/badges/0e589535-917c-4d47-b243-33dc88557ac1?source=linked_in_profile" target="_blank">Verify Here</a><br>
AZ304 - Microsoft Azure Architect Design - <a href="https://www.credly.com/badges/ab982a57-00c8-4935-a6ab-f3e95f7dfd70?source=linked_in_profile" target="_blank">Verify Here</a><br>
DP900 - Microsoft Azure Data Fundamentals - <a href="https://www.credly.com/badges/5521ddba-a1ee-4ea4-b90c-2f13d8715331?source=linked_in_profile" target="_blank">Verify Here</a><br>
Microsoft Certified: Azure Solutions Architect Expert - <a href="https://www.credly.com/badges/8745b0ef-967e-4d41-a181-e1108009e94d?source=linked_in_profile" target="_blank">Verify Here</a>
</p>
</div>
</div>
<h4>Udemy Certifications</h4>
<br>
<div class="row">
<div class="col-md-6">
<p >
Learn Ethical Hacking From Scratch - <a href="https://www.udemy.com/certificate/UC-f136cfda-55d1-4b29-97b6-93bca4f864d9/" target="_blank">Verify Here</a><br>
The Complete Cyber Security Course - <a href="https://www.udemy.com/certificate/UC-e505da8c-55b0-4ca1-a91c-802319884a9a/" target="_blank">Verify Here</a><br>
The Ultimate Dark Web, Anonymity, Privacy & Security - <a href="https://www.udemy.com/certificate/UC-9fc71423-c499-449a-a237-3874d8c8e4dc/" target="_blank">Verify Here</a><br>
HTML and CSS for Beginners - <a href="https://www.udemy.com/certificate/UC-0728d4dd-817c-4d82-87ac-d82c1063c41a/" target="_blank">Verify Here</a><br>
The Python Mega Course - <a href="https://www.udemy.com/certificate/UC-80T4M2BC/" target="_blank">Verify Here</a>
</p>
</div>
<div class="col-md-6">
<p >
Microsoft AZ-500 Certification: Azure Security Technologies - <a href="https://www.udemy.com/certificate/UC-a0153cb8-3b75-4dce-86ad-e7552e965dfc/" target="_blank">Verify Here</a><br>
Microsoft Azure - Beginner's Guide + AZ-900 - <a href="https://www.udemy.com/certificate/UC-3c2e67f4-e782-4d45-a504-ffdf323557d1/" target="_blank">Verify Here</a><br>
Network Security Analysis Using Wireshark, Snort, and SO - <a href="https://www.udemy.com/certificate/UC-a1557c52-8cbe-4f37-9314-3d3201d05e11/" target="_blank">Verify Here</a><br>
The Absolute Beginners Guide to Cyber Security - Part 1 - <a href="https://www.udemy.com/certificate/UC-40079a56-fc30-4a15-a02b-8f95d7a49303/" target="_blank">Verify Here</a><br>
The Absolute Beginners Guide to Cyber Security - Part 1 - <a href="https://www.udemy.com/certificate/UC-4543fff4-47a6-4a96-a15b-cdb4c419252e/" target="_blank">Verify Here</a>
</p>
</div>
</div>
<h4>Other Certifications,Hackathons and Workshops</h4>
<br>
<div class="row">
<div class="col-md-6">
<p >
HackerRank Certified JAVA Developer - <a href="https://www.hackerrank.com/certificates/5dc998103d6f" target="_blank">Verify Here</a><br>
HackerRank Certified in Problem Solving - <a href="https://www.hackerrank.com/certificates/7df0cdcb9ac1" target="_blank">Verify Here</a><br>
HackerRank Certified Python Developer - <a href="https://www.hackerrank.com/certificates/7417c9e40a9e" target="_blank">Verify Here</a><br>
Coursera Certified: Python Programming - <a href="https://www.coursera.org/account/accomplishments/verify/D8JCTK5P94CA" target="_blank">Verify Here</a><br>
SRM Certified: C++ Programming - Expert Level - <a href="https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FCertificates%2FCertificates_1.jpg?alt=media&token=abfc6945-7911-4837-9a8f-618ec2daa509" target="_blank">Verify Here</a><br>
Certified Ethical Hacking - Level 2 - <a href="https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FCertificates%2FCertificates_2.jpg?alt=media&token=74810040-b326-4b59-bdbd-7bbfc19a3507" target="_blank">Verify Here</a>
</p>
</div>
<div class="col-md-6">
<p >
T-Zero 2.0 Arduino Workshop - <a href="https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FCertificates%2FCertificates_3.jpg?alt=media&token=7575a28b-d152-4526-8a70-858cb3dbb1dd" target="_blank">Verify Here</a><br>
Inception 2.0 Workshop - <a href="https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FCertificates%2FCertificates_4.jpg?alt=media&token=5ec9f16d-a1cb-433c-b705-ac2cd1c12d66" target="_blank">Verify Here</a><br>
The Hacktrack Workshop - <a href="https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FCertificates%2FCertificates_5.jpg?alt=media&token=b11bc4f3-d2fd-4600-b8b9-1ebde4724db5" target="_blank">Verify Here</a><br>
Motorbike Overhauling Workshop - <a href="https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FCertificates%2FCertificates_6.jpg?alt=media&token=f1db691e-6d87-475c-b7a6-3ce49319dcf8" target="_blank">Verify Here</a><br>
The SRM Hackathon'18 - <a href="https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FCertificates%2FCertificates_7.jpg?alt=media&token=1d67b5cd-8fdd-4faf-9248-832d10ae43f3" target="_blank">Verify Here</a><br>
MyCaptain Artificial Intelligence Workshop - <a href="https://firebasestorage.googleapis.com/v0/b/srm-guru.appspot.com/o/CV%2FGautham%2FCertificates%2FGautham%20Vijayaraj_MyCaptain_%20Artificial%20Intelligence%20Certificate.pdf?alt=media&token=917bc66d-6457-4f0f-996c-8a3c17f13152" target="_blank">Verify Here</a><br>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="ic1">
<a href="#projects"><i class="fa fa-long-arrow-alt-down" ></i></a>
</div>
</div>
<div class="projects" id="projects">
</div>
</div>
</body>
</html>