Skip to content

Commit

Permalink
update: highlight and position exp
Browse files Browse the repository at this point in the history
  • Loading branch information
hudaputrasantosa committed May 27, 2024
1 parent b45e0e8 commit 1ba0327
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/About/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const About = () => {
/>
</div>
<p className="lg:text-sm text-xs font-medium">
Software Engineer | Fullstack Developer | Cloud Engineer
Backend Engineer | Software Engineer | Cloud Engineer
</p>
</div>
<h2 className="font-bold lg:text-3xl text-2xl">About</h2>
Expand Down
8 changes: 7 additions & 1 deletion src/response/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ const workExperience = [
date: "March 2024 - Now",
description: "",
},
{
institution: "Eventh!ngs",
position: "Backend Engineer",
date: "March 2024 - Now",
description: "",
},
{
institution: "PT Talenta Sinergi Group",
position: "Frontend Web Developer",
Expand Down Expand Up @@ -40,7 +46,7 @@ const trainingExperience = [
];
const educationExperience = [
{
institution: "Telkom University Nasional Purwokerto",
institution: "Institut Teknologi Telkom Purwokerto",
position: "Software Engineering",
date: "September 2020 - February 2024",
description: "",
Expand Down

0 comments on commit 1ba0327

Please sign in to comment.