Skip to content

Commit b23d69f

Browse files
committed
Add current work profile
Add MS Clarity
1 parent 894a4ac commit b23d69f

File tree

1 file changed

+56
-17
lines changed

1 file changed

+56
-17
lines changed

index.html

Lines changed: 56 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,22 @@
158158
})(window, document, "script", "dataLayer", "GTM-57MWG3P");
159159
</script>
160160
<!-- End Google Tag Manager -->
161+
162+
<!-- MS Clarity -->
163+
<script type="text/javascript">
164+
(function (c, l, a, r, i, t, y) {
165+
c[a] =
166+
c[a] ||
167+
function () {
168+
(c[a].q = c[a].q || []).push(arguments);
169+
};
170+
t = l.createElement(r);
171+
t.async = 1;
172+
t.src = "https://www.clarity.ms/tag/" + i;
173+
y = l.getElementsByTagName(r)[0];
174+
y.parentNode.insertBefore(t, y);
175+
})(window, document, "clarity", "script", "mkg8jw1rxf");
176+
</script>
161177
</head>
162178

163179
<body onload="preLoader()">
@@ -289,9 +305,10 @@
289305
<h1 class="home__title">Sanajit Jana</h1>
290306
<h3 class="home__subtitle">I build things for the web.</h3>
291307
<p class="home__description">
292-
I'm a software engineer specializing in building exceptional
293-
digital experiences. Currently, focusing on learning Java
294-
language and Data structure and algorithms.
308+
I'm a software engineer dedicated to creating outstanding
309+
digital experiences. Currently diving deep into Java, data
310+
structures, and algorithms to enhance my problem-solving skills
311+
and deliver cutting-edge solutions.
295312
</p>
296313
<a
297314
href="#contact"
@@ -370,32 +387,30 @@ <h2 class="section__title">About Me</h2>
370387

371388
<!--==================== QUALIFICATION ====================-->
372389
<section class="qualification__section">
373-
<h2 class="section__title">Qualification</h2>
390+
<h2 class="section__title">Experiences</h2>
374391
<span class="section__subtitle">My journey</span>
375392

376393
<div class="qualification__container container">
377394
<div class="qualification__tabs">
378395
<div
379396
class="qualification__button button--flex qualification__active"
397+
data-target="#work"
398+
>
399+
<i class="uil uil-briefcase-alt qualification__icon"></i>
400+
Work
401+
</div>
402+
<div
403+
class="qualification__button button--flex"
380404
data-target="#education"
381405
>
382406
<i class="uil uil-graduation-cap qualification__icon"></i>
383407
Education
384408
</div>
385-
386-
<div class="qualification__button button--flex" data-target="#work">
387-
<i class="uil uil-briefcase-alt qualification__icon"></i>
388-
Work
389-
</div>
390409
</div>
391410

392411
<div class="qualification__sections">
393412
<!--==================== QUALIFICATION CONTENT 1 ====================-->
394-
<div
395-
class="qualification__content qualification__active"
396-
data-content
397-
id="education"
398-
>
413+
<div class="qualification__content" data-content id="education">
399414
<!--==================== QUALIFICATION 1 ====================-->
400415
<div class="qualification__data">
401416
<div>
@@ -439,8 +454,32 @@ <h3 class="qualification__title">BCA</h3>
439454
</div>
440455

441456
<!--==================== QUALIFICATION CONTENT 2 ====================-->
442-
<div class="qualification__content" data-content id="work">
443-
<!--==================== Work 1 ====================-->
457+
<div
458+
class="qualification__content qualification__active"
459+
data-content
460+
id="work"
461+
>
462+
<!--==================== Work 3 ====================-->
463+
<div class="qualification__data">
464+
<div></div>
465+
<div>
466+
<span class="qualification__rounder"></span>
467+
<span class="qualification__line"></span>
468+
</div>
469+
470+
<div>
471+
<h3 class="qualification__title">Software Developer</h3>
472+
<span class="qualification__subtitle"
473+
>Mplify - Gandhinagar, Gujarat</span
474+
>
475+
<div class="qualification__calendar">
476+
<i class="uil uil-calendar-alt"></i>
477+
Jan 2023 - Present
478+
</div>
479+
</div>
480+
</div>
481+
482+
<!--==================== Work 2 ====================-->
444483
<div class="qualification__data">
445484
<div>
446485
<h3 class="qualification__title">Web Developer</h3>
@@ -459,7 +498,7 @@ <h3 class="qualification__title">Web Developer</h3>
459498
</div>
460499
</div>
461500

462-
<!--==================== Work 2 ====================-->
501+
<!--==================== Work 1 ====================-->
463502
<div class="qualification__data">
464503
<div></div>
465504
<div>

0 commit comments

Comments
 (0)