Skip to content

Commit

Permalink
highlighted words updated to font weight only (not color)
Browse files Browse the repository at this point in the history
  • Loading branch information
fikretellek committed Dec 16, 2024
1 parent 6103787 commit 70e30a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions src/components/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ const About = () => {

<p>
My career is driven by a commitment to{" "}
<span className="purple">continuous learning</span> and staying ahead in an
ever-evolving field. I specialise in <span className="purple">developing </span>,{" "}
<span className="purple">testing</span>, and <span className="purple">debugging</span>{" "}
<span className="bold">continuous learning</span> and staying ahead in an
ever-evolving field. I specialise in <span className="bold">developing </span>,{" "}
<span className="bold">testing</span>, and <span className="bold">debugging</span>{" "}
high-performance web applications, combining technical expertise with creative{" "}
<span className="purple">problem-solving</span> to deliver{" "}
<span className="purple">robust, user-friendly solutions</span>. With a strong focus
on clean, efficient code and attention to detail, I strive to build applications that
<span className="bold">problem-solving</span> to deliver{" "}
<span className="bold">robust, user-friendly solutions</span>. With a strong focus on
clean, <span className="bold">efficient code</span> and{" "}
<span className="bold">attention to detail</span>, I strive to build applications that
exceed expectations. My journey from a curious student to a proficient web developer
highlights my dedication to growth, innovation, and excellence in software
engineering.
Expand Down
4 changes: 2 additions & 2 deletions src/components/About/About.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
gap: var(--gap);
text-align: left;
max-width: 50%;
.purple {
color: var(--color-2);
.bold {
font-weight: 800;
}
}
}
Expand Down

0 comments on commit 70e30a4

Please sign in to comment.