Skip to content

Commit

Permalink
ref: header and texts
Browse files Browse the repository at this point in the history
  • Loading branch information
krsiakdaniel committed Mar 6, 2024
1 parent cdb60c7 commit 1e32bf0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
11 changes: 0 additions & 11 deletions components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logo from '@/public/favicon-32x32.png'
import { LINK_LINKEDIN } from '@/utils/constants'
import Image from 'next/image'
import Link from 'next/link'

Expand All @@ -18,16 +17,6 @@ const Header = () => {
</p>
</Link>
</div>
<div className="md:flex md:flex-row md:gap-6">
<div className="flex-row items-center gap-6 md:flex">
<Link
href={LINK_LINKEDIN}
className="text-body-md cursor-pointer font-bold uppercase text-neutral-700 hover:text-violet-600"
>
LinkedIn →
</Link>
</div>
</div>
</div>
</div>
</header>
Expand Down
1 change: 1 addition & 0 deletions components/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Responsive from '@/public/icons/svg/services/responsive.svg'
import UI from '@/public/icons/svg/services/ui.svg'
import { ID_SERVICES } from '@/utils/constants'

// TODO: change to 4 main skills, JS, TS, React, Redux with icons and 4 boxes resposnive row and 2x2
const Services = () => {
return (
<PageContainer id={ID_SERVICES}>
Expand Down
2 changes: 1 addition & 1 deletion components/projects/ProjectsWork.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ProjectsWork = () => {
<ProjectsLayout
dividerText="Work Experience"
heading="Work"
description="In my previous jobs, I developed new features, redesigned websites, implemented responsive design, updated legacy codebases, was responsible for text localization, QA testing, QA automation and team leading on various projects."
description="I worked on modern products, developed new features, redesigned websites, implemented responsive design, updated legacy codebase, was responsible for localization, QA automation and testing, including work as team leader."
>
<ExperienceSection id={`${ID_PROJECTS_WORK}-${ID_SECTION_REACT}`} text="React" />
{projectsWorkReact.map((item) => {
Expand Down

0 comments on commit 1e32bf0

Please sign in to comment.