Skip to content

Commit

Permalink
#86 Fixing the gaps and changing text.
Browse files Browse the repository at this point in the history
  • Loading branch information
krckyboy committed Jun 1, 2024
1 parent 82d1b14 commit 0b75797
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions frontend/src/app/(home)/_skills/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ const Skills: FunctionComponent = () => {
<section className={`${hStyles.sectionContainer}`}>
<h2 className={`${hStyles.subHeading}`}>Experience</h2>
<div className={`${styles.text} ${gStyles.text}`}>
<p>With over half a decade of experience under my belt, I've been diving deep into the tech world, experimenting
with various technologies and leading teams through successful projects.</p>
<p>A true enthusiast of React, I've found it to be a powerful tool for crafting innovative solutions. However, I remain open to any technology that proves effective and efficient for the task at hand.</p>
<p>For a comprehensive view of my skills and experiences, please check out my <Link href={'/skills'}>skills page</Link>.</p>
<p>Half a decade in tech, mastering React and leading teams to success. Always ready to embrace new technologies that deliver.</p>
<p>Discover more on <Link href={'/skills'}>skills page</Link>.</p>
</div>
</section>
);
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/app/(home)/_skills/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

.text {
margin-top: 2rem;
display: flex;
flex-direction: column;
gap: 1rem;

a {
color: $color-accent;
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/styles/global.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
font-size: clamp(1.1rem, 1vw, 1.3rem);
line-height: 1.5;
font-weight: 300;
display: flex;
flex-direction: column;
gap: 1rem;
}

.tags {
Expand Down

0 comments on commit 0b75797

Please sign in to comment.