Skip to content

Commit 4bec493

Browse files
authored
update details
1 parent 762d845 commit 4bec493

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/pages/index.astro

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,12 @@ import SkillList from "../components/SkillList.astro";
77
import ExperienceItem from "../components/ExperienceItem.astro";
88
import ProjectList from "../components/ProjectList.astro";
99
10-
// Tính năm kinh nghiệm bằng JavaScript thuần
1110
const calculateYearsOfExperience = (startDate) => {
1211
const start = new Date(startDate);
1312
const today = new Date();
1413
15-
// Tính số milliseconds giữa hai ngày
1614
const diffMs = today.getTime() - start.getTime();
17-
18-
// Chuyển đổi thành năm (chia cho số milliseconds trong một năm)
1915
const years = diffMs / (1000 * 60 * 60 * 24 * 365.25);
20-
21-
// Làm tròn đến 1 số thập phân
2216
return years.toFixed(1);
2317
};
2418
@@ -66,9 +60,7 @@ const yearOfExperience = calculateYearsOfExperience("2021-12-01");
6660
</div>
6761

6862
<p class="mt-2">
69-
I'm {yearOfExperience} year experienced in Full-stack Web Development and System
70-
Administration. I can design UI/UX (a little bit), develop, deploy, and maintain
71-
web applications and servers.
63+
As a Full-stack Web Development and System Administration professional with {yearOfExperience} years of experience, I am confident in my ability to handle every stage of building a complete web application from scratch. From designing user interfaces and developing the backend to installing, configuring, and managing server infrastructure, I have hands-on experience. Additionally, I have experience in team management and providing technical direction. Currently, I am seeking opportunities to advance my career in a Tech Lead role, where I can contribute to building and leading a strong technical team.
7264
</p>
7365
</MyCard>
7466

0 commit comments

Comments
 (0)