-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b90022
commit 449a33c
Showing
12 changed files
with
137 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
import NextPageNavigation from '@/components/NextPageNavigation' | ||
import { ProjectPageLayoutWrapper } from '@/components/layout/projectPage/ProjectPageLayoutWrapper' | ||
import { sections } from '@/data/projects/work/kooperativa' | ||
import { projectsWorkReact } from '@/data/projects/work/projectsOverview' | ||
import { ID, PAGES_URL } from '@/utils/constants' | ||
import { BreadCrumbsType } from '@/utils/types' | ||
import { Metadata } from 'next' | ||
|
||
export const metadata: Metadata = { | ||
title: 'Kooperativa | Daniel Krsiak - React Developer', | ||
description: 'I worked on an application for managing insurance policies for citizens property and products.', | ||
keywords: [ | ||
'Daniel Krsiak', | ||
'Kooperativa', | ||
'Insurance company app', | ||
'React Developer', | ||
'JavaScript', | ||
'TypeScript', | ||
'React', | ||
'Redux', | ||
'Tailwind CSS', | ||
'Figma', | ||
'Storybook', | ||
], | ||
} | ||
|
||
const breadCrumbs: BreadCrumbsType = { | ||
linkLevel1: '/work-experience', | ||
textLevel1: 'Work Experience', | ||
linkLevel2: '/work-experience/kooperativa', | ||
textLevel2: 'Kooperativa', | ||
} | ||
|
||
const ProjectWorkKooperativa = () => { | ||
return ( | ||
<ProjectPageLayoutWrapper | ||
breadCrumbs={breadCrumbs} | ||
pageID={PAGES_URL.work.kooperativa} | ||
goBackLink="work" | ||
sectionID={ID.section.react} | ||
projectData={projectsWorkReact[2]} | ||
sections={sections} | ||
nextPageNavigation={ | ||
<NextPageNavigation | ||
pageLinkPrevious="/work-experience/komercni-banka" | ||
pageNamePrevious="Komerční banka" | ||
dataTestIDPrevious="page-navigation-previous-komercni-banka" | ||
pageLinkNext="/work-experience/smartsupp-web" | ||
pageNameNext="Smartsupp Web" | ||
dataTestIDNext="page-navigation-next-smartsupp-web" | ||
/> | ||
} | ||
/> | ||
) | ||
} | ||
|
||
export default ProjectWorkKooperativa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import type { SectionItem } from '@/utils/types' | ||
|
||
export const sections: SectionItem[] = [ | ||
{ | ||
title: 'My job', | ||
titleHighlight: '', | ||
items: [ | ||
'I worked for Kooperativa, the 2nd biggest insurance company in the Czech Republic, owned by Vienna Insurance Group.', | ||
'I was involved in the development of application that will improve services and customer experience of over 2 480 000+ customers.', | ||
], | ||
}, | ||
{ | ||
title: 'Developed new features', | ||
titleHighlight: '', | ||
items: [ | ||
'I worked with TypeScript, React, and Redux. I used Figma designs to develop a user interface. I also worked with a backend developer to ensure API integration.', | ||
'I was part of team to create comprehensive solution for arranging and managing insurance contracts.', | ||
'The application is designed to enhance the customer experience while providing employees with a modern system that simplifies their work.', | ||
], | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+163 KB
public/images/projects-work/kooperativa/kooperativa-thumb-light-600.webp
Binary file not shown.
Binary file removed
BIN
-185 KB
...c/images/projects-work/smartsupp-dashboard/smartsupp-dashboard-1-light copy.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters