-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
825 lines (805 loc) · 31.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
815
816
817
818
819
820
821
822
823
824
825
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0e1525" />
<title>Akash R Chandran | Portfolio</title>
<meta name="description"
content="Akash R Chandran is a Computer Science & Engineering student aspiring to become a Back-End Developer in the near future. I particularly enjoy learning programming languages and creating automated scripts." />
<!-- Social tags -->
<meta property="og:title" content="Akash R Chandran | Portfolio" />
<meta property="og:description"
content="Akash R Chandran is a Computer Science & Engineering student aspiring to become a Back-End Developer in the near future. I particularly enjoy learning programming languages and creating automated scripts." />
<meta property="og:image" content="https://ik.imagekit.io/gyzvlawdz/portfolio/content_XthsUK3S7.jpg" />
<meta property="og:url" content="https://akashrchandran.in" />
<!-- twitter -->
<meta name="twitter:title" content="Akash R Chandran | Portfolio" />
<meta name="twitter:description"
content="Akash R Chandran is a Computer Science & Engineering student aspiring to become a Back-End Developer in the near future. I particularly enjoy learning programming languages and creating automated scripts." />
<meta name="twitter:url" content="https://akashrchandran.in" />
<meta name="twitter:card" content="summary" />
<!-- Bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<!-- FontAwsome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Custom css -->
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="stylesheet" href="assets/css/responsive.css" />
<link rel="stylesheet" href="assets/css/animation.css">
<link rel="icon" type="image/x-icon" id="faviconid" href="assets/image/light_logo.svg">
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar" data-bs-offset="75">
<!-- scroll to top -->
<button type="button" class="btn btn-warning btn-floating btn-lg" id="btn-back-to-top" title="scoll to top button">
<i class="fas fa-arrow-up"></i>
</button>
<!-- exit scroll to top -->
<!-- loading animation -->
<div id="loader_wrapper" class="loader_wrapper">
<div class="loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
<div class="logo">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/logo-modified_jCHy4gyJf.webp" alt="logo" />
</div>
</div>
</div>
<!-- exit loading animation -->
<!-- Navigation Bar -->
<!-- Navbar section -->
<header class="header_wrapper">
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/logo_jhRIY8U6D.webp" class="img-fluid"
alt="logo" width="50px" height="50px" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-stream navbar-toggler-icon"></i>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav menu-navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blogs">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#certification">Certificates</a>
</li>
<li class="nav-item mt-3 mt-lg-0">
<a class="main-btn" href="#contact">Hire Me</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Navbar section exit -->
<!-- Banner section -->
<section id="home" class="banner_wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center text-md-start align-items-center">
<h2>Hello <span class="waver">👋</span></h2>
<h1>
I'm <span class="text-animate">Akash R Chandran</span><br />
<span class="typerjs"></span>
</h1>
<div class="mt-4">
<a class="main-btn" href="assets/resume/resume.pdf"
download="Akash R Chandran_resume.pdf">Download CV</a>
</div>
<canvas></canvas>
</div>
</div>
</div>
</section>
<!-- Banner section exit -->
<!-- About section -->
<section id="about" class="about_wrapper">
<div class="container">
<div class="row">
<div class="col-lg-5 mb-4 mb-lg-0">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/cool_guy.webp" class="img-fluid rounded-3"
alt="About Us" />
</div>
<div class="col-lg-7 ps-lg-5 text-center text-lg-start">
<div class="my-3 my-lg-0">
<span class="subtitle">Who am I?</span>
<h2>About Me</h2>
<p>
A dedicated Indian developer with a penchant for automating digital processes seamlessly. My
expertise lies in navigating the complexities of Python 3 coding with finesse. Beyond the
realm of programming, you'll find me on the football field, or hiking some lone mountains.
</p>
</div>
<div class="pt-4">
<ul class="nav nav-pills justify-content-center justify-content-lg-between mb-3" id="pills-tab"
role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-skill-tab" data-bs-toggle="pill"
data-bs-target="#pills-skill" type="button" role="tab" aria-controls="pills-skill"
aria-selected="true">
Skills
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-Tools-tab" data-bs-toggle="pill"
data-bs-target="#pills-Tools" type="button" role="tab" aria-controls="pills-Tools"
aria-selected="false">
Tools
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-socials-tab" data-bs-toggle="pill"
data-bs-target="#pills-socials" type="button" role="tab"
aria-controls="pills-socials" aria-selected="false">
Socials
</button>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-skill" role="tabpanel"
aria-labelledby="pills-skill-tab">
<div class="d-flex justify-content-center justify-content-md-start flex-wrap gap-3">
<div class="card">
<img src="https://www.svgrepo.com/show/452091/python.svg" alt="python-logo"
title="python" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/452045/js.svg" alt="js-logo"
title="js" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/452088/php.svg" alt="php-logo"
alt="php" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/452234/java.svg" alt="java-logo"
title="java" />
</div>
<div class="card">
<img src="https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg"
alt="c-logo" title="c" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/373554/django.svg" alt="django-logo"
title="django" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/508915/flask.svg"
style="filter: invert(100%);" alt="flask-logo" title="flask" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/330413/fastapi.svg"
style="filter: invert(100%);" alt="fastapi-logo" title="fastapi" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/378837/node.svg" alt="node-logo"
title="nodejs" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/354478/typescript-icon.svg"
alt="typescript-logo" title="typescript">
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/374167/vite.svg" alt="vite-logo"
title="vite" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/493719/react-javascript-js-framework-facebook.svg"
alt="react-logo" title="react" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/353498/bootstrap.svg" alt="bootstrap"
title="bootstrap" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/303301/postgresql-logo.svg"
alt="postgresql-logo" title="postgresql" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/473731/mysql.svg"
style="filter: invert(100%);" alt="mysql-logo" title="mysql" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/373845/mongo.svg" alt="mongodb-logo"
title="mongodb" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/354272/redis.svg" alt="redis-logo"
title="redis" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/353478/bash-icon.svg" alt="bash"
title="bash" />
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-socials" role="tabpanel"
aria-labelledby="pills-socials-tab">
<div class="d-flex justify-content-center justify-content-md-start flex-wrap gap-3">
<a href="https://links.akashrchandran.in" target="_blank" rel="noopener noreferrer">
<div class="card">
<img src="https://links.akashrchandran.in/img/favicon.png" alt="links-logo"
title="links" />
</div>
</a>
<a href="https://github.com/akashrchandran" target="_blank"
rel="noopener noreferrer">
<div class="card">
<img src="https://www.svgrepo.com/show/503359/github.svg" alt="github-logo"
style="filter: invert(100%);" title="github" />
</div>
</a>
<a href="https://www.linkedin.com/in/akashrchandran" target="_blank"
rel="noopener noreferrer">
<div class="card">
<img src="https://www.svgrepo.com/show/475661/linkedin-color.svg"
alt="linkedin-logo" title="linkedin" />
</div>
</a>
<a href="https://twitter.com/akas__h" target="_blank" rel="noopener noreferrer">
<div class="card">
<img src="https://www.svgrepo.com/show/475689/twitter-color.svg"
alt="twitter-logo" title="twitter" />
</div>
</a>
<a href="https://leetcode.com/akashrchandran" target="_blank"
rel="noopener noreferrer">
<div class="card">
<img src="https://www.svgrepo.com/show/306328/leetcode.svg"
alt="leetcode-logo" style="filter: invert(100%);" title="leetcode" />
</div>
</a>
<a href="https://www.hackerrank.com/profile/akashrchandran" target="_blank"
rel="noopener noreferrer">
<div class="card">
<img src="https://www.svgrepo.com/show/443126/brand-hackerrank.svg"
alt="hackerrank-logo" style="filter: invert(100%);"
title="hackerrank" />
</div>
</a>
</div>
</div>
<div class="tab-pane fade" id="pills-Tools" role="tabpanel"
aria-labelledby="pills-Tools-tab">
<div class="d-flex justify-content-center justify-content-lg-start flex-wrap gap-3">
<div class="card">
<img src="https://www.svgrepo.com/show/374171/vscode.svg" alt="vscode-logo"
title="vscode" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/354408/sublimetext-icon.svg"
alt="sublime-logo" title="sublime" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/503359/github.svg" alt="github-logo"
style="filter: invert(100%);" title="github" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/373975/pip.svg" alt="pip-logo"
title="pip" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/452077/npm.svg" alt="npm-logo"
title="npm" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/331525/packagist.svg"
alt="packagist-logo" title="packagist" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/330646/hoppscotch.svg"
alt="hoppscotch-logo" style="filter: invert(100%);" title="hoppscotch" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/354202/postman-icon.svg"
alt="postman-logo" title="postman" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/355052/heroku.svg" alt="heroku-logo"
title="heroku" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/475686/stackoverflow-color.svg"
alt="stackOverflow-logo" title="stackoverflow" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/306921/vercel.svg" alt="vercel-logo"
style="filter: invert(100%);" title="vercel" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/378781/chrome.svg" alt="chrome-logo"
title="chrome" />
</div>
<div class="card">
<img src="https://www.svgrepo.com/show/354321/selenium.svg" alt="selenium-logo"
title="selenium" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About section exit -->
<!-- Github srction start -->
<section id="github" class="github_wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center mb-4">
<span class="subtitle">Git profile</span>
<h2>My Github Stats</h2>
</div>
<div class="col-lg-5 mb-5 mb-lg-0 text-center">
<img class="img-fluid rounded-circle" alt="git profile pic" height="250px" width="250px"
id="github_avatar" />
</div>
<div class="col-lg-7 ps-lg-5 text-center text-lg-start">
<div class="my-3 my-lg-0">
<h3 id="github_name"></h3>
<span class="subtitle" id="github_username"></span>
<p id="github_about"></p>
</div>
<div class="d-flex flex-column bd-highlight mb-3">
<div class="d-flex flex-row justify-content-between">
<h3 id="github_followers">- Followers</h3>
<h3 id="github_following">- Following</h3>
</div>
<div class="d-flex flex-row justify-content-between">
<h3 id="github_repo">- Repos</h3>
<h3 id="github_gist">- Gists</h3>
</div>
</div>
</div>
</div>
<div class="mt-5 text-center">
<a class="main-btn" target="_blank" href="https://github.com/akashrchandran"
rel="noopener noreferrer">Visit Github</a>
</div>
</div>
</section>
<!-- Github section exit -->
<!-- Services section -->
<section id="services" class="services_wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center mb-4">
<span class="subtitle">What can I do for you</span>
<h2>My Services</h2>
<p>
Here are a few things I have prior experience
building and have enjoyed creating in the past.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="card-body text-md-start text-center">
<img src="https://img.icons8.com/external-flaticons-flat-flat-icons/64/000000/external-automation-automation-technology-flaticons-flat-flat-icons-16.png"
alt="service" class="img-fluid mb-4" />
<h3>Automation</h3>
<p>
Create automation scripts using python to
simplify complicated task.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="card-body text-md-start text-center">
<img src="https://img.icons8.com/external-xnimrodx-blue-xnimrodx/64/000000/external-web-development-website-development-xnimrodx-blue-xnimrodx-2.png"
alt="service" class="img-fluid mb-4" />
<h3>Website Development</h3>
<p>
Building dynamic and static websites using
Python and Javascript.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="card-body text-md-start text-center">
<img src="https://img.icons8.com/fluency/64/000000/database.png" alt="service"
class="img-fluid mb-4" />
<h3>Database Management</h3>
<p>
Managing DataBase such as Mongo DB, MySQL
with Python and Javascript.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="card-body text-md-start text-center">
<img src="https://img.icons8.com/stickers/64/000000/api-settings.png" alt="service"
class="img-fluid mb-4" />
<h3>Rest API Creation</h3>
<p>
Creating Rest API's for various purposes
using Frameworks like Flask, FastAPI in
Python.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="card-body text-md-start text-center">
<img src="https://img.icons8.com/fluency/64/000000/bot.png" alt="service"
class="img-fluid mb-4" />
<h3>Discord / Telegram Bot</h3>
<p>
Creating discord and telgram group
management bots using Python and PHP.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="card-body text-md-start text-center">
<img src="https://img.icons8.com/office/64/000000/rocket.png" alt="service"
class="img-fluid mb-4" />
<h3>Hosting / Deploying Apps</h3>
<p>
Hoisting websites and deploying apps using
Azure, Aws, Heroku, Vercel...
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services section exit -->
<!-- Projects Section -->
<section id="projects" class="projects_wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<span class="subtitle">What I have done</span>
<h2>My Latest Projects</h2>
<p>
Here are some of my projects i have done in my free
time.<br class="d-none d-md-block" />These are
mostly personal projects and are maintained
regularly.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="card p-0">
<a href="https://github.com/akashrchandran/syrics" target="_blank" rel="noopener noreferrer">
<img class="card-img-top"
src="https://ik.imagekit.io/gyzvlawdz/Projects/syrics/Black_Modern_Business_Logo__600___500_px___2240___1260_px__cYRO9HGTQ.png"
alt="Card image cap" />
<div class="card-body">
<h3 class="text-center">Syrics</h3>
<p>
A command-line automation tool written
in Python3 to fetch lyrics from Spotify
and save it as a local file.
</p>
</div>
</a>
<!-- card-body -->
</div>
<!-- card -->
</div>
<div class="col-sm-4">
<div class="card p-0">
<a href="https://github.com/akashrchandran?tab=repositories&q=api" target="_blank"
rel="noopener noreferrer">
<img class="card-img-top img-fluid"
src="https://ik.imagekit.io/gyzvlawdz/portfolio/api.webp" alt="Card image cap" />
<div class="card-body">
<h3 class="text-center">Rest API's Build by me</h3>
<p>
Some of the Rest API's I have built using different languages and frameworks for
other developers to build their programs.
</p>
</div>
</a>
<!-- card-body -->
</div>
<!-- card -->
</div>
<div class="col-sm-4">
<div class="card p-0">
<a href="https://github.com/akashrchandran/music-player" target="_blank"
rel="noopener noreferrer">
<img class="card-img-top img-fluid"
src="https://ik.imagekit.io/gyzvlawdz/portfolio/music-player_iabN4jT2eS.webp"
alt="Card image cap" />
<div class="card-body">
<h3 class="text-center">Music Player using Vanilla JS</h3>
<p>
A dynamic music player build just using
HTML, CSS and JS. Even supports playing
tracks from local storage offline.
</p>
</div>
</a>
<!-- card-body -->
</div>
<!-- card -->
</div>
<div class="mt-5 text-center">
<a class="main-btn" target="_blank" href="https://github.com/akashrchandran?tab=repositories"
rel="noopener noreferrer">Load More ...</a>
</div>
</div>
</div>
</section>
<!-- Projects Section exit -->
<!-- Blog Section -->
<section id="blogs" class="blogs_wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<span class="subtitle">Somethings I have wrote</span>
<h2>My Latest Blogs</h2>
<p>
I enjoy writing blogs in my free time. Here are some that I have written.
</p>
</div>
</div>
<div class="row" id="blogContainer">
</div>
<div class="mt-5 text-center">
<button class="main-btn" id="blogBtn">Load More</button>
</div>
</div>
</section>
<!-- Blog Section exit -->
<!-- Newsletter Modal -->
<div id="myModal" class="modal fade">
<div class="modal-dialog modal-newsletter">
<div class="modal-content">
<form action="/examples/actions/confirmation.php" method="post">
<div class="modal-header">
<h4>Join Our Newsletter</h4>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span>×</span></button>
</div>
<div class="modal-body text-center">
<p>Subscribe our newsletter to receive the latest news and exclusive offers every week. No spam.</p>
<div class="form-group">
<input type="email" class="form-control" placeholder="Enter your email" required>
<input type="submit" class="btn btn-primary btn-block" value="Subscribe">
</div>
<div class="footer-link"><a href="#">No Thanks</a></div>
</div>
</form>
</div>
</div>
</div>
<!-- Newsletter Modal exit-->
<!-- Certifications -->
<section id="certification" class="certification_wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<span class="subtitle">How do I qualify?</span>
<h2>My Bonafides</h2>
<p>
Here are some of the certificates I have recieved
from completing courses online and attending
bootcamps.
</p>
</div>
</div>
<div id="certification-carosel" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="2000">
<a href="https://coursera.org/share/6caa67cc8641127fc832f0b31b25a82f" target="_blank"
rel="noopener noreferrer">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/certificates/coursera1_bxn4-Jh8V.webp"
class="d-block w-100" alt="Crash Course on Python"
title="Crash Course on Python - Coursera" />
</a>
</div>
<div class="carousel-item" data-bs-interval="2000">
<a href="https://coursera.org/share/e9af24d584700210d4ab055df3ef1859" target="_blank"
rel="noopener noreferrer">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/certificates/cousera2_KJh6VEnMZ.webp"
class="d-block w-100" alt="Using Python to Interact with the Operating System"
title="Using Python to Interact with the Operating System - Coursera" />
</a>
</div>
<div class="carousel-item" data-bs-interval="2000">
<a href="https://coursera.org/share/f4642312dceeecfecd550a2e3a8ba453" target="_blank"
rel="noopener noreferrer">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/certificates/coursera3_RdywTXoWZ.webp"
class="d-block w-100" alt="Introduction to Git and GitHub"
title="Introduction to Git and GitHub - Coursera" />
</a>
</div>
<div class="carousel-item" data-bs-interval="2000">
<a href="https://coursera.org/share/c1f215ecee474c2d2ecbd51915326246" target="_blank"
rel="noopener noreferrer">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/certificates/coursera4_NA9GR8K5LZDX.webp"
class="d-block w-100" alt="Troubleshooting and Debugging Techniques"
title="Troubleshooting and Debugging Techniques - Coursera" />
</a>
</div>
<div class="carousel-item" data-bs-interval="2000">
<a href="https://coursera.org/share/21f457e38d3d347c215712ff22d17bf3" target="_blank"
rel="noopener noreferrer">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/certificates/coursera5_3L3YEEFEJSY.webp"
class="d-block w-100" alt="Configuration Management and the Cloud"
title="Configuration Management and the Cloud - Coursera" />
</a>
</div>
<div class="carousel-item">
<a href="https://www.hackerrank.com/certificates/95acf3a3ba57" target="_blank"
rel="noopener noreferrer">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/certificates/hackerrank_nvvaLKdYd.webp"
class="d-block w-100" alt="Python (Basic)" title="Python (Basic) - HackerRank" />
</a>
</div>
<div class="carousel-item">
<a href="https://ude.my/UC-56bc41a6-1457-406d-b834-4f9ac3133977" target="_blank"
rel="noopener noreferrer">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/certificates/udemy_Eo9msVNZP.webp"
class="d-block w-100" alt="Python Masterclass 2022: ..."
title="Python Masterclass 2022 - Udemy" />
</a>
</div>
<div class="carousel-item">
<a href="https://drive.google.com/file/d/1TQKAPWKh5QibokvNoC9fea47A2owYXFa" target="_blank"
rel="noopener noreferrer">
<img src="https://ik.imagekit.io/gyzvlawdz/portfolio/certificates/Microsoft_Certificate_AI_Classroom_xDVLwmg_g.webp"
class="d-block w-100" alt="Microsoft AI Classroom Series"
title="Microsoft AI Classroom Series - Microsoft" />
</a>
</div>
</div>
<button class="carousel-control-prev d-none d-sm-block" type="button"
data-bs-target="#certification-carosel" data-bs-slide="prev">
<i class="fas fa-arrow-circle-left" aria-hidden="true"></i>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next d-none d-sm-block" type="button"
data-bs-target="#certification-carosel" data-bs-slide="next">
<i class="fas fa-arrow-circle-right" aria-hidden="true"></i>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<!-- Certifications exit -->
<!-- Contact section -->
<section id="contact" class="contact_wrapper">
<div class="container">
<div class="row">
<div class="col-lg-6 text-lg-start text-center">
<span class="subtitle">Let's Say Hi</span>
<h2>Hire Me.</h2>
<div id="formaker">
<form class="row g-3" action="#" onsubmit="sendEmail()" id="contact-form">
<div class="mb-4">
<input type="text" class="form-control" id="form-name" placeholder="Your Name..."
autocomplete="off" required />
</div>
<div class="mb-4">
<input type="number" class="form-control" id="form-phone" placeholder="Your Phone..."
autocomplete="off" />
</div>
<div class="mb-4">
<input type="email" class="form-control" id="form-email" placeholder="Your Email..."
autocomplete="off" required />
</div>
<div class="mb-4">
<input class="form-control" id="form-message" placeholder="Write a Message..."
autocomplete="off" />
</div>
<div class="mb-4 px-3">
<div class="g-recaptcha d-flex align-items-center justify-content-center"
data-sitekey="6LeuApEiAAAAAEOog1xltVcRdPzIg-ODXwqnyfBg"></div>
<div class="form-info text-danger" id="form-info">
</div>
</div>
<button type="submit" value="submit" id="sendmail" class="main-btn">
Submit
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- contact section exit -->
<!-- Footer section -->
<section id="footer" class="footer_wrapper">
<div class="container d-flex flex-column align-items-center">
<div class="col-lg-4 col-md-6">
<ul class="list-unstyled d-flex justify-content-center justify-content-lg-center social-icon">
<li>
<a href="https://github.com/akashrchandran" aria-label="github link">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/intensly_noxious" aria-label="instagram link">
<i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://discord.com/users/760319757106282497" aria-label="discord link">
<i class="fab fa-discord"></i>
</a>
</li>
<li>
<a href="https://twitter.com/akas__h" aria-label="twitter link">
<i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/akashrchandran" aria-label="linkedin link">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-12">
<div class="copyright-text text-center mb-3 mb-lg-0">
<p class="mb-0">
Copyright ©<span id="year"></span>
<a href="https://akashrchandran.in/">akashrchandran</a>.<br class="d-none d-md-block" />
All Rights Reserved.
</p>
</div>
</div>
</div>
</section>
<!-- For Typing animation -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Custom scripts -->
<script src="assets/js/script.js" async></script>
<script src="assets/js/github.js" async></script>
<script src="assets/js/hashnode.js" async></script>
<!-- Google analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9K7W7483CC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-9K7W7483CC");
</script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- Bootstrap based -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"></script>
</body>
</html>