Skip to content

Commit

Permalink
Tweaking text.
Browse files Browse the repository at this point in the history
  • Loading branch information
krckyboy committed Oct 12, 2024
1 parent 0cb1221 commit 3ddde2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions frontend/src/app/(home)/_image-and-text/ImageAndText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ const ImageAndText: FunctionComponent = () => {
<SocialIcons />
<section className={`${styles.paragraphBelow} ${gStyles.text}`}>
<ul className={styles.ul}>
<li>Former Frontend Lead @ <a href={'https://citrussys.com/'} target="_blank">Citrus Systems</a>.
</li>
<li>Skilled React developer with a background in leading teams.</li>
<li>
Check what I'm <Link href={'/skills'}>good at</Link>, download my
<Link href={'/CV-light.pdf'} target="_blank" rel="noopener noreferrer"> CV</Link>,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/(home)/_skills/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Skills: FunctionComponent = () => {
<section className={`${hStyles.sectionContainer}`}>
<h2 className={`${hStyles.subHeading}`}>Experience</h2>
<div className={`${styles.text} ${gStyles.text}`}>
<p>Half a decade in tech, combining my role as a developer with leading teams to success. Always ready to embrace new technologies that deliver.</p>
<p>Over half a decade in tech, combining my role as a developer with 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

0 comments on commit 3ddde2d

Please sign in to comment.