-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
942 lines (881 loc) · 38 KB
/
terms.html
File metadata and controls
942 lines (881 loc) · 38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
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
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Meta Tags -->
<meta name="description" content="Your description">
<meta name="author" content="Your name">
<!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn -->
<meta property="og:site_name" content="" /> <!-- website name -->
<meta property="og:site" content="" /> <!-- website link -->
<meta property="og:title" content=""/> <!-- title shown in the actual shared post -->
<meta property="og:description" content="" /> <!-- description shown in the actual shared post -->
<meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="" /> <!-- where do you want your post to link to -->
<meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter -->
<!-- Webpage Title -->
<title>curriculum vitae - Ramdas Ware</title>
<!-- Styles -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Poppins:wght@600&display=swap" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/fontawesome-all.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="images/favicon.png">
<style>
:root {
--color-gray-light-1: #f8f8f8;
--color-gray-light-2: #e9e9e9;
--color-gray-light-3: #dedede;
--color-gray-dark-1: #545454;
--color-gray-dark-2: #737373;
--color-gray-dark-3: #9a9a9a;
--color-blue-dark-1: #00387f;
--color-tiffany: #00a6a6;
--profile-theme: #4682bf;
--timeline-circle-theme: #14253e;
--pgbar-length: 100%;
--MATH-PI: 3.1415px;
--percent: 100;
}
html {
font-size: 100%;
font-family: 'PT Sans', sans-serif;
}
* {
box-sizing: border-box;
}
.wrapper {
margin: 0 auto;
max-width: 70rem;
background-color: var(--color-gray-light-2);
display: flex;
box-shadow: 0px 0px 15px 4px #b3b3b3;
}
.intro {
flex: 0 0 250px;
background-color: var(--color-gray-light-1);
box-shadow: 5px 0px 15px 0px #b3b3b3;
z-index: 5;
}
.profile {
position: relative;
background-color: var(--profile-theme);
padding: 2rem 1rem;
margin-bottom: 50px;
text-align: center;
user-select: none;
}
.profile::after {
content: " ";
position: absolute;
left: 0;
bottom: -15px;
width: 100%;
height: 30px;
background-color: var(--profile-theme);
transform: skewY(-5deg);
}
.photo img {
width: 80%;
border-radius: 50%;
}
.bio .name {
font-size: 1.5rem;
text-align: center;
color: var(--color-gray-light-1);
margin: 0;
margin-top: 1rem;
}
.bio .profession {
font-size: 1rem;
text-align: center;
color: var(--color-gray-light-1);
margin: 0;
}
.intro-section {
padding: 0 1rem;
color: var(--color-gray-dark-1);
}
.intro-section .title {
font-size: 1rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}
.about .paragraph {
text-align: justify;
}
.info-section {
margin: 1rem 0;
}
.info-section span {
position: relative;
transition: all 0.3s;
}
.info-section i {
color: var(--profile-theme);
width: 20px;
height: 20px;
}
.link a {
text-decoration: none;
color: inherit;
}
.link span::after {
position: absolute;
content: '';
left: 50%;
bottom: -3px;
width: 0;
height: 2px;
background-color: var(--profile-theme);
transition: width 0.3s;
/*transition-timing-function: cubic-bezier(.64,.51,.16,.86);*/
transition-timing-function: cubic-bezier(.92,.57,.33,1.02);
transform: translate(-50%, 0);
}
.link span:hover {
color: var(--profile-theme);
}
.link span:hover::after {
width: 100%;
}
/* Detail section overall setting*/
.detail {
flex: 1 0 0;
background-color: white;
padding: 2rem;
}
.detail:hover > .detail-section:not(:hover) {
opacity: 0.3;
}
.detail-section {
transition: all 0.3s;
}
.detail-section:not(:last-of-type) {
padding-bottom: 1rem;
}
.detail-title {
display: flex;
align-items: center;
}
.detail-section > .detail-content {
padding: 1.5rem;
padding-left: 2rem;
user-select: none;
}
.detail-section > .detail-content p{
font: 400 .6rem / 1rem "Open Sans", sans-serif !important;
}
.detail-section.edu > .detail-content {
padding-left: calc(1.5rem + 10px);
}
.title-icon + span {
font-size: 1.5rem;
transition: all 0.3s;
}
.title-icon {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 1rem;
margin-right: 1rem;
width: 2.5rem;
height: 2.5rem;
background-color: var(--profile-theme);
border-radius: 50%;
transition: all 0.3s;
}
.title-icon i {
color: white;
line-height: 1rem;
font-size: 1rem;
text-align: center;
}
.detail-section:hover .title-icon {
transform: scale(1.5);
margin-right: 1.5rem;
}
.detail-section:hover .title-icon + span {
letter-spacing: 1.5px;
}
/* time line block in education section */
.timeline-block {
position: relative;
padding-left: 30px;
}
.timeline-block:not(:last-of-type) {
margin-bottom: 1rem;
}
.timeline-block h1 {
font-size: 1rem;
margin: 5px 0;
transition: all 0.3s;
}
.timeline-block p {
font-size: 0.8rem;
margin: 5px 0;
}
.timeline-block time {
font-size: 0.8rem;
color: var(--color-gray-dark-2);
}
.timeline-block::before {
position: absolute;
content: '';
width: 15px;
height: 15px;
background-color: white;
border: 3px solid var(--timeline-circle-theme);
border-radius: 50%;
left: -10px;
top: -5px;
}
.timeline-block::after {
position: absolute;
content: '';
width: 3px;
height: 100%;
background-color: var(--timeline-circle-theme);
left: -1px;
top: 13px;
}
.timeline-block:hover h1 {
color: var(--color-tiffany);
}
.timeline-block:hover::before {
animation: circle 1.2s infinite;
}
/* Programming skills section */
.pg-list, .tool-list, .favor-list {
padding: 0;
list-style: none;
}
.pg-list > li {
margin: 1rem 0;
display: flex;
align-items: center;
}
.sb-skeleton {
position: relative;
flex: 1 0 auto;
height: 2px;
background-color: var(--color-gray-dark-3);
}
.pg-list > li > span {
flex: 0 0 100px;
}
.sb-skeleton > .skillbar {
position: absolute;
left: 0;
top: -1px;
width: var(--pgbar-length);
height: 4px;
background-color: var(--profile-theme);
}
.tool-list {
list-style: none;
display: flex;
justify-content: space-between;
}
.tool-list > li {
position: relative;
text-align: center;
flex: 0 0 25%;
}
.tool-list > li > svg {
position: relative;
fill: transparent;
width: 95%;
transform: rotate(-90deg);
}
.tool-list > li > svg > circle {
stroke-width: 1px;
stroke: #cdcdcd;
}
.tool-list > li > svg > circle.cbar {
stroke-width: 3px;
stroke: var(--profile-theme);
stroke-linecap: round;
stroke-dashoffset: 0;
stroke-dasharray: calc(var(--MATH-PI) * 45 * 2);
transition: all 0.8s;
transition-timing-function: cubic-bezier(.64,.51,.16,.86);
}
.tool-list > li:hover > svg > circle.cbar {
stroke-width: 4px;
stroke: var(--color-tiffany);
stroke-dashoffset: calc(var(--MATH-PI) * 45 * 2 * (1 - var(--percent)));
}
.tool-list > li > .tl-name,
.tool-list > li > .tl-exp {
position: absolute;
left: 50%;
color: var(--color-gray-dark-1);
}
.tool-list > li > .tl-name {
top: 50%;
font-size: 1.2rem;
transform: translate(-50%, -50%);
}
.tool-list > li > .tl-exp {
top: calc(50% + 1.4rem);
font-size: 1rem;
transform: translate(-50%, -50%);
}
/* Interests Section */
.outer-frame {
border: 1px solid var(--color-gray-dark-3);
border-radius: 5px;
}
.favor-list {
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
}
.favor-list > li {
display: flex;
flex: 1 0 0;
align-items: center;
justify-content: baseline;
flex-direction: column;
color: var(--profile-theme);
padding: 1rem 0;
transition: all 0.3s;
}
.favor-list > li > i {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 40px;
width: 50px;
height: 50px;
}
.favor-list > li:hover {
transform: scale(1.2);
color: var(--color-tiffany);
}
.favor-list > li > span {
letter-spacing: 1px;
}
@keyframes circle {
0% {
box-shadow: 0 0 0 0px rgba(51, 52, 57, 1);
}
100% {
box-shadow: 0 0 0 6px rgba(51, 52, 57, 0);
}
}
@media (max-width: 1024px) {
html {
font-size: 90%;
}
.wrapper {
flex-direction: column;
}
.intro, .detail {
flex: 0 0 100%;
box-shadow: none;
}
.intro-section {
padding: 0 2rem;
}
.profile {
margin-bottom: 1rem;
}
.profile::after {
display: none;
}
.photo img {
width: 100px;
height: 100px;
}
}
@media (max-width: 768px) {
html {
font-size: 80%;
}
.tool-list {
flex-wrap: wrap;
}
.tool-list > li {
flex: 0 0 33.33%;
}
.favor-list > li {
flex: 0 0 33.3333%;
}
}
@media (max-width: 500px) {
html {
font-size: 70%;
}
}
</style>
</head>
<body data-spy="scroll" data-target=".fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<div class="container">
<!-- Image Logo -->
<a class="navbar-brand logo-image" href="index.html" style="text-decoration: none;">Ramdas Ware</a>
<!-- Text Logo - Use this if you don't have a graphic logo -->
<!-- <a class="navbar-brand logo-text page-scroll" href="index.html">Mark</a> -->
<button class="navbar-toggler p-0 border-0" type="button" data-toggle="offcanvas">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse offcanvas-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link page-scroll" href="index.html#header">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="index.html#services">Services</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Drop</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item page-scroll" href="project.html">Project Details</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item page-scroll" href="terms.html">Terms Conditions</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item page-scroll" href="privacy.html">Privacy Policy</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="index.html#contact">Contact</a>
</li>
</ul>
<span class="nav-item social-icons">
<span class="fa-stack">
<a href="#your-link">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="#your-link">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x"></i>
</a>
</span>
</span>
</div> <!-- end of navbar-collapse -->
</div> <!-- end of container -->
</nav> <!-- end of navbar -->
<!-- end of navigation -->
<!-- Header -->
<header class="ex-header">
<div class="container">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<h1>Curriculum Vitae</h1>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</header> <!-- end of ex-header -->
<!-- end of header -->
<!-- Basic -->
<div class="ex-basic-1 pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<div class="wrapper">
<div class="intro">
<div class="profile">
<div class="photo">
<img src="../personal website/images/ramdasware.jpg">
</div>
<div class="bio">
<h1 class="name">Ramdas Ware</h1>
<p class="profession">UX / Product / UI Designer</p>
</div>
</div>
<div class="intro-section about">
<h1 class="title">about me</h1>
<p class="paragraph">
Hi everyone, I am a web front-end developer, graduated from NTHU, Taiwan and my major is CS. I recently try my
best to improve my skills on web front-end. My favorite thing is to observe others' portfolio.
</p>
</div>
<div class="intro-section contact">
<h1 class="title">Contact</h1>
<div class="info-section">
<i class="fas fa-phone"></i>
<span>(+91) 9096289207</span>
</div>
<div class="info-section">
<i class="fas fa-map-marker-alt"></i>
<span>Kharadi,Pune Maharashtra</span>
</div>
<div class="info-section">
<i class="fas fa-paper-plane"></i>
<span>ramuware@gmail.com</span>
</div>
</div>
<div class="intro-section follow">
<h1 class="title">Follow</h1>
<div class="info-section link">
<i class="fab fa-linkedin"></i>
<a target="_blank" rel="author" href="https://www.linkedin.com/in/ramdas-ware-a99aab3b/">
<span>LinkedIn/ Ramdas Ware</span>
</a>
</div>
<div class="info-section link">
<i class="fab fa-behance"></i>
<a target="_blank" rel="author" href="https://www.behance.net/ramuware">
<span>Behance/ Ramdas Ware</span>
</a>
</div>
<div class="info-section link">
<i class="fab fa-dribbble"></i>
<a target="_blank" rel="author" href="https://dribbble.com/ramuware">
<span>Dribbble/ Ramdas Ware</span>
</a>
</div>
</div>
</div>
<div class="detail">
<div class="detail-section edu">
<div class="detail-title">
<div class="title-icon">
<i class="fas fa-user-graduate"></i>
</div>
<span>Experience</span>
</div>
<div class="detail-content">
<div class="timeline-block">
<h1>Lead UX Designer |
<a target="_blank" rel="author" href="https://opustechglobal.com/">
<span>Opus Technologies</span>
</a>
</h1>
<time>02/2023 - Ongoing, Hybrid</time>
<p>
<ul>
<li> I have gained in-depth insights into secured card payments, particularly while working on
projects for TCM Bank and Paysemble. Through these experiences, I have developed a
comprehensive understanding of how secured payment systems function within the
banking sector× </li>
<li> Working closely with TCM Bank, I designed user-friendly, intuitive solutions that align with
their business objectives while ensuring compliance with industry standards. Additionally,
my work on the Paysemble project involved enhancing digital payment experiences,
optimizing transaction flows, and improving overall usability for end users× </li>
<li>By leveraging my UX expertise, I have successfully proposed and designed solutions that
prioritize security, accessibility, and seamless user interactions, ensuring an efficient and
frictionless banking experience for our clients. </li>
</ul>
</p>
</div>
<div class="timeline-block">
<h1>Senior UX / UI Designer |
<a target="_blank" rel="author" href="https://www.nihilent.com/">
<span>Nihilent Ltd</span>
</a>
</h1>
<time>04/2021 - 02/2023, WFO / Remote</time>
<p>
<ul>
<li> I have contributed to various UX-driven projects, including Sapient, the Rebate Castrol
Tool, Benchmark, and Artoreal, focusing on enhancing user experiences across eCommerce
platforms×</li>
<li>Each project involved deep user research, wireframing, prototyping, and usability testing
to create intuitive, efficient, and engaging interfaces. While working on Sapient, I optimized
user flows to enhance accessibility and navigation. The Rebate Castrol Tool required a
seamless rebate management system, where I designed an intuitive dashboard for better
usability. Benchmark focused on data visualization, ensuring complex information was
presented in a clear and actionable manner. Meanwhile, Artoreal involved crafting immersive
eCommerce experiences, leveraging interaction design to enhance engagement and
conversion rates </li>
<li>By integrating user-centered design principles, I ensured these products were not only
aesthetically appealing but also functional, accessible, and conversion-driven, ultimately
improving user satisfaction and business performance. </li>
</ul>
</p>
</div>
<div class="timeline-block">
<h1>Senior UX / UI Designer |
<a target="_blank" rel="author" href="https://www.telekom-healthcare.in/">
<span>Deutsche Telekom Clinical Solutions India Pvt. Ltd</span>
</a>
</h1>
<time>07/2017 - 03/2021, WFO / Remote</time>
<p>
<ul>
<li>I led the UX design and conceptualization of iMedOne, a premier healthcare product in the
healthcare domain, ensuring an intuitive and user-centric experience tailored to the needs
of medical professionals and patients× </li>
<li>Designed for our Germany-based client, iMedOne required seamless navigation,
accessibility, and compliance with healthcare regulations. Through close collaboration with
stakeholders, I conducted user interviews, usability testing, and iterative prototyping to align
the product with real-world medical workflows. My approach focused on enhancing
efficiency, reducing cognitive load, and optimizing information architecture to deliver a
streamlined and effective user experience </li>
<li> By prioritizing human-centered design principles, I ensured iMedOne not only met functional
requirements but also improved usability, engagement, and overall healthcare efficiency. </li>
</ul>
</p>
</div>
<div class="timeline-block">
<h1>UX / UI Designer |
<a target="_blank" rel="author" href="https://www.experisindia.com/">
<span>Experis IT India</span>
</a>
<a target="_blank" rel="author" href="https://www.nihilent.com/">
<span>(Contract on Nihilent Ltd.)</span>
</a>
</h1>
<time>11/2015 - 01/2017, WFO</time>
<p>
<ul>
<li>I have designed user-centric experiences for diverse platforms, including Artoreal in
eCommerce and Tumbhi in entertainment, focusing on enhancing usability, engagement, and
seamless interactions× </li>
<li> For Artoreal, I crafted an intuitive and visually engaging eCommerce experience, optimizing
product discovery, navigation, and conversion flows to enhance user engagement. My work
involved wireframing, prototyping, and usability testing to ensure a smooth shopping
journey× </li>
<li>In contrast, Tumbhi, an entertainment platform, required a more immersive and interactive
UX approach. I focused on designing engaging content discovery experiences, improving
media browsing, personalization, and user interactions to keep audiences captivated. </li>
</ul>
</p>
</div>
<div class="timeline-block">
<h1>Senior Executive Web Designer |
<a target="_blank" rel="author" href="https://www.capita.com/">
<span>Capita India Pvt Ltd</span>
</a>
</h1>
<time>02/2013 - 02/2015, WFO</time>
<p>
<ul>
<li> I have had the opportunity to work on Marks & Spencer’s eCommerce platform, one of the
largest global retail websites, where I focused on enhancing user engagement and
conversion through UX-driven design strategies </li>
<li> As part of this team, I specialized in designing data-driven email campaigns, ensuring
personalized, visually appealing, and mobile-friendly experiences that drive customer
retention. Additionally, I played a key role in creating high-performing landing pages, tailored
to specific user needs and business goals. My approach involved A/B testing, user behavior
analysis, and responsive design principles to optimize engagement and maximize conversion
rates</li>
<li> By integrating user experience best practices, I contributed to a seamless and impactful
digital retail experience, ensuring consistency, accessibility, and effectiveness across all
customer touchpoints </li>
</ul>
</p>
</div>
</div>
</div>
<div class="detail-section pg-skill">
<div class="detail-title">
<div class="title-icon">
<i class="fas fa-laptop-code"></i>
</div>
<span>Programming skills</span>
</div>
<div class="detail-content">
<ul class="pg-list">
<li>
<span>HTML5</span>
<div class="sb-skeleton">
<div class="skillbar" style="--pgbar-length: 90%"></div>
</div>
</li>
<li>
<span>CSS3</span>
<div class="sb-skeleton">
<div class="skillbar" style="--pgbar-length: 75%"></div>
</div>
</li>
<li>
<span>Javascript</span>
<div class="sb-skeleton">
<div class="skillbar" style="--pgbar-length: 70%"></div>
</div>
</li>
<li>
<span>JQuery</span>
<div class="sb-skeleton">
<div class="skillbar" style="--pgbar-length: 50%"></div>
</div>
</li>
<li>
<span>NodeJS</span>
<div class="sb-skeleton">
<div class="skillbar" style="--pgbar-length: 70%"></div>
</div>
</li>
<li>
<span>ReactJS</span>
<div class="sb-skeleton">
<div class="skillbar" style="--pgbar-length: 75%"></div>
</div>
</li>
<li>
<span>VueJS</span>
<div class="sb-skeleton">
<div class="skillbar" style="--pgbar-length: 40%"></div>
</div>
</li>
</ul>
</div>
</div>
<div class="detail-section tool-skill">
<div class="detail-title">
<div class="title-icon">
<i class="fas fa-tools"></i>
</div>
<span>Developement Tools</span>
</div>
<div class="detail-content">
<ul class="tool-list">
<li>
<svg viewbox="0 0 100 100">
<circle cx="50" cy="50" r="45"></circle>
<circle class="cbar" cx="50" cy="50" r="45" style="--percent: 0.6"></circle>
</svg>
<span class="tl-name">Photoshop</span>
<span class="tl-exp">60%</span>
</li>
<li>
<svg viewbox="0 0 100 100">
<circle cx="50" cy="50" r="45"></circle>
<circle class="cbar" cx="50" cy="50" r="45" style="--percent: 0.8"></circle>
</svg>
<span class="tl-name">Sublime</span>
<span class="tl-exp">80%</span>
</li>
<li>
<svg viewbox="0 0 100 100">
<circle cx="50" cy="50" r="45"></circle>
<circle class="cbar" cx="50" cy="50" r="45" style="--percent: 0.7"></circle>
</svg>
<span class="tl-name">Git</span>
<span class="tl-exp">70%</span>
</li>
<li>
<svg viewbox="0 0 100 100">
<circle cx="50" cy="50" r="45"></circle>
<circle class="cbar" cx="50" cy="50" r="45" style="--percent: 0.74"></circle>
</svg>
<span class="tl-name">NPM</span>
<span class="tl-exp">74%</span>
</li>
</ul>
</div>
</div>
<div class="detail-section interests">
<div class="detail-title">
<div class="title-icon">
<i class="fas fa-heart"></i>
</div>
<span>Interests</span>
</div>
<div class="detail-content">
<div class="outer-frame">
<ul class="favor-list">
<li>
<i class="fas fa-gamepad"></i>
<span>Game</span>
</li>
<li>
<i class="fas fa-paw"></i>
<span>Pet</span>
</li>
<li>
<i class="far fa-headphones-alt"></i>
<span>Music</span>
</li>
<li>
<i class="fas fa-book-spells"></i>
<span>Self-learning</span>
</li>
<li>
<i class="fas fa-user-edit"></i>
<span>Blog</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of ex-basic-1 -->
<!-- end of basic -->
<!-- Footer -->
<div class="footer bg-gray">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="social-container">
<span class="fa-stack">
<a href="#your-link">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="#your-link">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="#your-link">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-pinterest-p fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="#your-link">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-instagram fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="#your-link">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-youtube fa-stack-1x"></i>
</a>
</span>
</div> <!-- end of social-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of footer -->
<!-- end of footer -->
<!-- Copyright -->
<div class="copyright bg-gray">
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="p-small">Copyright © <a class="no-line" href="#your-link">Your name</a></p>
</div> <!-- end of col -->
</div> <!-- enf of row -->
</div> <!-- end of container -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="p-small">Distributed By <a class="no-line" href="https://themewagon.com/">Themewagon</a></p>
</div> <!-- end of col -->
</div> <!-- enf of row -->
</div> <!-- end of container -->
</div> <!-- end of copyright -->
<!-- end of copyright -->
<!-- Scripts -->
<script src="js/jquery.min.js"></script> <!-- jQuery for Bootstrap's JavaScript plugins -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
<script src="js/jquery.easing.min.js"></script> <!-- jQuery Easing for smooth scrolling between anchors -->
<script src="js/scripts.js"></script> <!-- Custom scripts -->
</body>
</html>