-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
796 lines (664 loc) · 44.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
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
<!DOCTYPE html>
<html class="no-js ss-preload" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Arun Alexander</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<!-- # preloader
================================================== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<!-- # page wrap
================================================== -->
<div class="s-pagewrap">
<div class="circles">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!-- ## site header
================================================== -->
<header class="s-header">
<div class="header-mobile">
<span class="mobile-home-link"><a href="index.html">Arun Alexander.</a></span>
<a class="mobile-menu-toggle" href="#0"><span>Menu</span></a>
</div>
<div class="row wide main-nav-wrap">
<nav class="column lg-12 main-nav">
<ul>
<li><a href="index.html" class="home-link">Arun Alexander.</a></li>
<li class="current"><a href="#intro" class="smoothscroll">Intro</a></li>
<li><a href="#about" class="smoothscroll">About</a></li>
<li><a href="#works" class="smoothscroll">Works</a></li>
<li><a href="#contact" class="smoothscroll">Say Hello</a></li>
</ul>
</nav>
</div>
</header> <!-- end s-header -->
<!-- ## main content
==================================================- -->
<main class="s-content">
<!-- ### intro
================================================== -->
<section id="intro" class="s-intro target-section">
<div class="row intro-content wide">
<div class="column">
<div
class="text-pretitle with-line">
Hello, I am Arun Alexander
</div>
<h1 class="hi_title__exjYy">
I'm a Senior Software Analyst
& frontend
developer
</h1>
</div>
<ul class="intro-social">
<li><a href="https://wa.me/+${919020283737}">WhatsApp</a></li>
<li><a href="https://stackoverflow.com/users/7315863/arun-alexander">Stackoverflow</a></li>
<li><a href="https://github.com/arunalexkk">Github</a></li>
<li><a href="https://g.dev/ARUN_ALEXANDER">GoogleDev</a></li>
<li><a href="https://www.linkedin.com/in/arunalexanderk/">Linkedin</a></li>
</ul>
</div> <!-- end intro content -->
<a href="#about" class="intro-scrolldown smoothscroll">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M11 21.883l-6.235-7.527-.765.644 7.521 9 7.479-9-.764-.645-6.236 7.529v-21.884h-1v21.883z"/></svg>
</a>
</section> <!-- end s-intro -->
<!-- ### about
================================================== -->
<section id="about" class="s-about target-section">
<div class="row about-info wide" data-animate-block>
<div class="column lg-6 md-12 about-info__pic-block">
<img src="images/about-photo.jpg"
srcset="images/about-photo.jpg 1x, images/[email protected] 2x" alt="" class="about-info__pic" data-animate-el>
</div>
<div class="column lg-6 md-12">
<div class="about-info__text" >
<h2 class="text-pretitle with-line" data-animate-el>
About
</h2>
<p class="attention-getter" data-animate-el>
Experienced mobile application developer with 8 years
of expertise in mobile user interface design and development methodologies.
</p>
<p class="attention-getter" data-animate-el>
Committed to continuous learning and staying updated with the latest technologies,
with a proven track record of successful project outcomes.
</p>
<a href="https://arunalexkk.github.io/assets/Arun_alexander_cv.pdf" class="btn btn--medium u-fullwidth" data-animate-el>Download CV</a>
</div>
</div>
</div> <!-- about-info -->
<div class="row about-expertise" data-animate-block>
<div class="column lg-12">
<h2 class="text-pretitle" data-animate-el>Expertise</h2>
<ul class="skills-list h1" data-animate-el>
<li>React Native</li>
<li>Android</li>
<li>React JS</li>
<li>MERN Fullstack</li>
<li>Flutter</li>
</ul>
</div>
</div> <!-- end about-expertise -->
<div class="row about-timelines" data-animate-block>
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Experience
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Dbiz.ai Pvt Ltd</h3>
<h5 class="timeline__meta">Senior Analyst - Mobile </h5>
<p class="timeline__timeframe">Nov 2024 - Present</p>
</div>
<div class="timeline__desc">
<p>
</p></div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Logically Technology Pvt Ltd</h3>
<h5 class="timeline__meta">Application Developer</h5>
<p class="timeline__timeframe">Apr 2020 - Oct 2024</p>
</div>
<div class="timeline__desc">
<p>As a developer, I’ve enhanced product development with React JS and React Native, boosting speed and reducing bugs by 25%.
I implemented AI clustering for fact-checking, increasing data accuracy by 80%.
With 90% test coverage through TDD, I ensure robust code and improve product efficiency by up to 30%.
I also present technical details to 10+ team members, enhancing project efficiency and communication.</p></div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Kefi Tech Solutions Pvt Ltd</h4>
<h5 class="timeline__meta">Senior Software Engineer</h5>
<p class="timeline__timeframe">Feb 2018 - Mar 2020</p>
</div>
<div class="timeline__desc">
<p></p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Servomate Technologies Pvt Ltd</h4>
<h5 class="timeline__meta"> Android Developer</h5>
<p class="timeline__timeframe">May 2017 - Feb 2018</p>
</div>
<div class="timeline__desc">
<p></p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Tecort Innovations Pvt Ltd</h4>
<h5 class="timeline__meta">Android Developer</h5>
<p class="timeline__timeframe">Oct 2016 - May 2017</p>
</div>
<div class="timeline__desc">
<p></p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Education
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Indira Gandhi National Open University</h3>
<h5 class="timeline__meta">Master of Computer Application</h5>
<p class="timeline__timeframe">Pursuing</p>
</div>
<div class="timeline__desc">
<p></p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Mahatma Gandhi University </h3>
<h5 class="timeline__meta">Bachelor of Computer Application</h5>
<p class="timeline__timeframe">April 2016</p>
</div>
<div class="timeline__desc">
<p></p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
</div> <!-- end about-timelines -->
</section> <!-- end s-about -->
<!-- ### works
================================================== -->
<section id="works" class="s-works target-section">
<div class="row works-portfolio">
<div class="column lg-12" data-animate-block>
<h2 class="text-pretitle" data-animate-el>
Recent Works
</h2>
<p class="h1" data-animate-el>
Here are some of my favorite projects I have done lately. Feel free to check them out.
</p>
<ul class="folio-list row block-lg-one-half block-stack-on-1000">
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-01">
<div class="folio-list__item-pic">
<img src="images/portfolio/fuji.jpg"
srcset="images/portfolio/fuji.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Frontend Development
</div>
<div class="folio-list__item-title">
Logically Intelligence 2.0
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://www.logically.ai/logically-intelligence" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd">
</path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-02">
<div class="folio-list__item-pic">
<img src="images/portfolio/lamp.jpg"
srcset="images/portfolio/lamp.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
App Development
</div>
<div class="folio-list__item-title">
Logically.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://play.google.com/store/apps/details?id=com.logically&hl=en_IN&gl=US&pli=1" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd">
</path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-03">
<div class="folio-list__item-pic">
<img src="images/portfolio/rucksack.jpg"
srcset="images/portfolio/rucksack.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
App Development
</div>
<div class="folio-list__item-title">
Find shop online.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://play.google.com/store/apps/details?id=com.findshoponline" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd">
</path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-04">
<div class="folio-list__item-pic">
<img src="images/portfolio/skaterboy.jpg"
srcset="images/portfolio/skaterboy.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
App Development
</div>
<div class="folio-list__item-title">
Ksum.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd">
</path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-05">
<div class="folio-list__item-pic">
<img src="images/portfolio/sanddunes.jpg"
srcset="images/portfolio/sanddunes.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Android Development
</div>
<div class="folio-list__item-title">
GoL (Go Lakshadweep).
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd">
</path>
</svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-06">
<div class="folio-list__item-pic">
<img src="images/portfolio/minimalismo.jpg"
srcset="images/portfolio/minimalismo.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Android Development
</div>
<div class="folio-list__item-title">
OnlyFresh.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="https://play.google.com/store/apps/details?id=tecort.onlyfresh" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd">
</path>
</svg>
</a>
</li> <!--end folio-list__item -->
</ul> <!-- end folio-list -->
</div> <!-- end column -->
<!-- Modal Templates Popup
-------------------------------------------- -->
<div id="modal-01" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/g-fuji.jpg" alt="">
<div class="modal-popup__desc">
<h5>Logically Intelligence 2.0 </h5>
<p>Helping analysts to detect harmful online threats and narratives at speed and at scale. </p>
<ul class="modal-popup__cat">
<li>Frontend Development</li>
<li></li>
</ul>
</div>
<a href="https://www.logically.ai/logically-intelligence" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-02" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/g-lamp.jpg" alt="">
<div class="modal-popup__desc">
<h5>Logically</h5>
<p>Check Fake News and Verify Facts (React Native), The Logically App provides reliable news
and fact-checking services powered by a large team and advanced AI technology.</p>
<ul class="modal-popup__cat">
<li>App Development</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=com.logically&hl=en_IN&gl=US&pli=1" class="modal-popup__details">Play Store link</a>
</div>
</div> <!-- end modal -->
<div id="modal-03" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/g-rucksack.jpg" alt="">
<div class="modal-popup__desc">
<h5>Find shop online</h5>
<p>Find Shop Online is a leading e-commerce platform in Kerala, offering a wide array of
products across 20+ categories from numerous shops, providing convenience and variety to
shoppers.</p>
<ul class="modal-popup__cat">
<li>App Development</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=com.findshoponline" class="modal-popup__details">Play Store link</a>
</div>
</div> <!-- end modal -->
<div id="modal-04" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/g-skaterboy.jpg" alt="">
<div class="modal-popup__desc">
<h5>Ksum</h5>
<p>The Official application of Kerala Startup Mission (KSUM).</p>
<ul class="modal-popup__cat">
<li>App Development</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=in.ksum.eventconnect" class="modal-popup__details">Play Store link</a>
</div>
</div> <!-- end modal -->
<div id="modal-05" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/g-sanddunes.jpg" alt="">
<div class="modal-popup__desc">
<h5> GoL (Go Lakshadweep)</h5>
<p>A platform built by islanders for the easiest travel to Lakshadweep. </p>
<ul class="modal-popup__cat">
<li>Android Development</li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=com.golak&hl=en" class="modal-popup__details">Play Store link</a>
</div>
</div> <!-- end modal -->
<div id="modal-06" hidden>
<div class="modal-popup">
<img src="images/portfolio/gallery/g-minimalismo.jpg" alt="">
<div class="modal-popup__desc">
<h5>OnlyFresh</h5>
<p>E–commerce app it allows users to browse and buy products and shopping categories fresh
fish, seafood and poultry products.</p>
<ul class="modal-popup__cat">
<li>Android Development</li>
<li></li>
</ul>
</div>
<a href="https://play.google.com/store/apps/details?id=tecort.onlyfresh" class="modal-popup__details">Play Store link</a>
</div>
</div> <!-- end modal -->
</div> <!-- end works-portfolio -->
<!-- Skills
-------------------------------------------- -->
<div class="s-clients row">
<div class="column lg-12">
<div class="row section-header">
<div class="column lg-12">
<h3 class="title text-display-1">Discover the Skills Behind My Success</h3>
</div>
</div> <!-- end section-header -->
<div class="row clients-list block-lg-one-fourth block-md-one-third block-tab-one-half block-stack">
<div class="column clients-list__item">
<a href="https://reactnative.dev/">
<img src="images/clients/react.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://developer.android.com/">
<img src="images/clients/android.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://flutter.dev/learn">
<img src="images/clients/flutter.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://www.javascript.com/">
<img src="images/clients/js.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://www.typescriptlang.org/">
<img src="images/clients/Ts.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://kotlinlang.org/">
<img src="images/clients/kotlin.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://www.java.com/en/">
<img src="images/clients/java.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://github.com/">
<img src="images/clients/github.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://firebase.google.com/">
<img src="images/clients/firebase.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://graphql.org/">
<img src="images/clients/graphql.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://www.atlassian.com/software/jira">
<img src="images/clients/jira.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://git-scm.com/">
<img src="images/clients/git.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://git-scm.com/">
<img src="images/clients/gcloud.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://git-scm.com/">
<img src="images/clients/ios.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://git-scm.com/">
<img src="images/clients/aws.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="https://git-scm.com/">
<img src="images/clients/figma.svg" alt="">
</a>
</div>
</div> <!-- clients-list -->
</div> <!-- end column lg-12 -->
</div> <!-- end s-clients -->
</section>
<!-- end s-folio -->
<div class="row testimonials">
<div class="column lg-12" data-animate-block>
<div class="swiper-container testimonial-slider" data-animate-el>
<div class="swiper-wrapper">
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<img src="images/avatars/user-06.jpg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Arun Pillai</strong>
<span>NatWest Group</span>
</cite>
</div>
<p>
I have worked with Arun and the most impressive quality in him was his can do
attitude and the ever pleasant positive air he brings to the team.
</p>
<p>
He was eager to learn and very open for any suggestions which makes him a great
developer and even from his starting days, he showed a great potential for
leadership by always taking up responsibilities and finishing them with grace.
</p>
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<img src="images/avatars/user-03.jpg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Shyjith Pala</strong>
<span>ICICI Bank</span>
</cite>
</div>
<p>
Working with Arun was a pleasure; his standout quality is his can-do attitude and the consistently positive energy he brings to the team.
</p>
<p>
He demonstrated an unparalleled ability to guide our team to success, making him not only a skilled developer but also a collaborative team player.
From the outset, Arun displayed leadership potential by willingly taking on responsibilities and completing them with grace.
</p>
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<img src="images/avatars/user-08.jpg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Gayatri Agnew</strong>
<span>Walmart</span>
</cite>
</div>
<p>
I’ve had the pleasure of working closely with Arun, and I can’t emphasize enough how impressive his can-do attitude is.
</p>
<p>
Not only does he bring a refreshing positivity to the team, but he also approaches challenges with enthusiasm and a genuine eagerness to learn.
Arun is incredibly open to suggestions, which makes him an outstanding developer. From his very first days,
he demonstrated remarkable leadership potential by consistently taking on responsibilities and executing them with grace.
It’s no exaggeration to say that Arun is a true asset to any team!
</p>
</div> <!-- end testimonial-slider__slide -->
</div> <!-- end swiper-wrapper -->
<div class="swiper-pagination"></div>
</div> <!-- end swiper-container -->
</div> <!-- end column -->
</div> <!-- end row testimonials -->
</section> <!-- end s-works -->
<!-- ### contact
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="row contact-top">
<div class="column lg-12">
<h2 class="text-pretitle">
Get In Touch
</h2>
<p class="h1">
I love to hear from you.
Whether you have a question or just
want to chat about design, tech & art — shoot me a message.
</p>
</div>
</div> <!-- end contact-top -->
<div class="row contact-bottom">
<div class="column lg-3 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Reach me at</h3>
<p class="contact-links">
<a href="mailto:[email protected]" class="mailtoui">[email protected]</a> <br>
<a href="tel:+917012897324">+91-7012897324</a>
</p>
</div>
<div class="column lg-4 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Social</h3>
<ul class="contact-social">
<li><a href="https://www.linkedin.com/in/arunalexanderk/">Linkedin</a></li>
<li><a href="https://g.dev/ARUN_ALEXANDER">Google Dev</a></li>
<li><a href="https://github.com/arunalexkk">Github</a></li>
<li><a href="https://wa.me/+${919020283737}">WhatsApp</a></li>
</ul>
</div>
<div class="column lg-4 md-12 contact-block">
<a href="mailto:[email protected]" class="mailtoui btn btn--medium u-fullwidth contact-btn">Say Hello.</a>
</div>
</div> <!-- end contact-bottom -->
</section> <!-- end contact -->
</main> <!-- end s-content -->
<!-- ## footer
================================================== -->
<footer class="s-footer">
<div class="row">
<div class="column ss-copyright">
<!-- <span>© Copyright Luther 2021</span> -->
<span>Design by <a href="https://www.styleshout.com/">StyleShout</a></span>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill-rule="evenodd" clip-rule="evenodd"><path d="M11 2.206l-6.235 7.528-.765-.645 7.521-9 7.479 9-.764.646-6.236-7.53v21.884h-1v-21.883z"/></svg>
</a>
</div>
</div>
</footer> <!-- end s-footer -->
</div> <!-- end -s-pagewrap -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>