We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765f874 commit 02377a4Copy full SHA for 02377a4
cv.html
@@ -26,7 +26,7 @@
26
<br>
27
<b>[email protected]</b> ||
28
<b>+8801823923023</b> ||
29
- <b><span style="color: #1c7430" id="totalExperience">0</span> of Experience</b>
+ <b><span style="color: #1c7430" id="totalExperienceCV">0</span> of Experience</b>
30
31
</div>
32
js/towfiq.js
@@ -13,6 +13,7 @@ $(document).ready(function yearOfExp() {
13
if(monthOfExp === 0) yearOfExp++;
14
var totalExperience = parseInt(yearOfExp) + "Y " + monthOfExp + "M ";
15
$("#currentYear").html(currentYear);
16
+ $("#totalExperienceCV").html(totalExperience);
17
$("#totalExperienceMain").html(totalExperience);
18
$("#totalExperienceSummary").html(totalExperience);
19
0 commit comments