Skip to content

Commit

Permalink
ref: remove label
Browse files Browse the repository at this point in the history
  • Loading branch information
krsiakdaniel committed Mar 6, 2024
1 parent 1e32bf0 commit 0756cd7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
8 changes: 0 additions & 8 deletions components/about/JobsDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ const JobsDescription = () => {
{item.years && ' · '}
{item.years} {item.years === '1' ? 'year' : 'years'}
</small>
{item.myCareerFocus && (
<span
key={item.title}
className={`ml-2 rounded border border-violet-400 bg-violet-100 px-2.5 py-0.5 text-center text-xs font-medium text-violet-800 last:mr-0 dark:bg-gray-700 dark:text-violet-400 md:mb-0 md:mr-2`}
>
My Career Focus
</span>
)}
</h3>
</div>
<p className="mb-3 text-neutral-600 last:mb-0 dark:text-neutral-600 md:max-w-[640px] lg:max-w-[768px]">
Expand Down
6 changes: 0 additions & 6 deletions data/about/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import reactLogo from '@/public/icons/svg/about/react-logo.svg'
import text from '@/public/icons/svg/about/text.svg'

interface Job {
myCareerFocus: boolean
path: string
title: string
years: string
Expand All @@ -14,7 +13,6 @@ interface Job {

export const jobs: Job[] = [
{
myCareerFocus: true,
path: reactLogo,
title: 'Front End - React Developer',
years: '4',
Expand All @@ -25,7 +23,6 @@ export const jobs: Job[] = [
`,
},
{
myCareerFocus: false,
path: globe,
title: 'Front End - JavaScript Developer',
years: '1',
Expand All @@ -35,7 +32,6 @@ export const jobs: Job[] = [
`,
},
{
myCareerFocus: false,
path: check,
title: 'QA Automation - Team Leader',
years: '1',
Expand All @@ -46,7 +42,6 @@ export const jobs: Job[] = [
`,
},
{
myCareerFocus: false,
path: text,
title: 'Localization - Manager',
years: '2',
Expand All @@ -56,7 +51,6 @@ export const jobs: Job[] = [
`,
},
{
myCareerFocus: false,
path: bug,
title: 'Localization - Tester',
years: '3',
Expand Down
2 changes: 1 addition & 1 deletion data/projects/work/projectsOverview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const projectsWorkQA: Project[] = [
imageShowcase: [groupon1.src, groupon2.src],
title: '🛒 E-Commerce - Marketplace',
company: 'Groupon',
role: 'QA Automation - Team Leader',
role: 'QA Automation SDET - Team Leader',
years: '4 months',
description:
'I was responsible setting up new QA team, related processes, hiring and managing people, making test plans, test cases, and scripts.',
Expand Down

0 comments on commit 0756cd7

Please sign in to comment.