mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 05:43:33 +09:00
156 lines
3.7 KiB
TypeScript
156 lines
3.7 KiB
TypeScript
export const jobs = [
|
|
{
|
|
logo: 'https://media.cssninja.io/content/photos/brands/airbnb.svg',
|
|
title: 'UI / UX Designer',
|
|
description:
|
|
'The User Experience Designer position exists to create compelling and digital user experience through excellent design...',
|
|
categories: [
|
|
{
|
|
name: 'Full Time',
|
|
},
|
|
{
|
|
name: 'Min. 1 Year',
|
|
},
|
|
{
|
|
name: 'Senior Level',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
logo: 'https://media.cssninja.io/content/photos/brands/slack.svg',
|
|
title: 'Sr. Product Designer',
|
|
description:
|
|
'The User Experience Designer position exists to create compelling and digital user experience through excellent design...',
|
|
categories: [
|
|
{
|
|
name: 'Full Time',
|
|
},
|
|
{
|
|
name: 'Min. 1 Year',
|
|
},
|
|
{
|
|
name: 'Senior Level',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
logo: 'https://media.cssninja.io/content/photos/brands/github.svg',
|
|
title: 'UI / UX Designer',
|
|
description:
|
|
'The User Experience Designer position exists to create compelling and digital user experience through excellent design...',
|
|
categories: [
|
|
{
|
|
name: 'Full Time',
|
|
},
|
|
{
|
|
name: 'Min. 1 Year',
|
|
},
|
|
{
|
|
name: 'Senior Level',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
logo: 'https://media.cssninja.io/content/photos/brands/google.svg',
|
|
title: 'Product Designer',
|
|
description:
|
|
'The User Experience Designer position exists to create compelling and digital user experience through excellent design...',
|
|
categories: [
|
|
{
|
|
name: 'Full Time',
|
|
},
|
|
{
|
|
name: 'Min. 1 Year',
|
|
},
|
|
{
|
|
name: 'Senior Level',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
logo: 'https://media.cssninja.io/content/photos/brands/facebook.svg',
|
|
title: 'UI / UX Designer',
|
|
description:
|
|
'The User Experience Designer position exists to create compelling and digital user experience through excellent design...',
|
|
categories: [
|
|
{
|
|
name: 'Full Time',
|
|
},
|
|
{
|
|
name: 'Min. 1 Year',
|
|
},
|
|
{
|
|
name: 'Senior Level',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
logo: 'https://media.cssninja.io/content/photos/brands/tnw.svg',
|
|
title: 'Web Developer',
|
|
description:
|
|
'The User Experience Designer position exists to create compelling and digital user experience through excellent design...',
|
|
categories: [
|
|
{
|
|
name: 'Full Time',
|
|
},
|
|
{
|
|
name: 'Min. 1 Year',
|
|
},
|
|
{
|
|
name: 'Senior Level',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
logo: 'https://media.cssninja.io/content/photos/brands/dribbble.svg',
|
|
title: 'UI Designer',
|
|
description:
|
|
'The User Experience Designer position exists to create compelling and digital user experience through excellent design...',
|
|
categories: [
|
|
{
|
|
name: 'Full Time',
|
|
},
|
|
{
|
|
name: 'Min. 1 Year',
|
|
},
|
|
{
|
|
name: 'Senior Level',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
logo: 'https://media.cssninja.io/content/photos/brands/atlassian.svg',
|
|
title: 'UI / UX Designer',
|
|
description:
|
|
'The User Experience Designer position exists to create compelling and digital user experience through excellent design...',
|
|
categories: [
|
|
{
|
|
name: 'Full Time',
|
|
},
|
|
{
|
|
name: 'Min. 1 Year',
|
|
},
|
|
{
|
|
name: 'Senior Level',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
logo: 'https://media.cssninja.io/content/photos/brands/gitlab.svg',
|
|
title: 'UI / UX Designer',
|
|
description:
|
|
'The User Experience Designer position exists to create compelling and digital user experience through excellent design...',
|
|
categories: [
|
|
{
|
|
name: 'Full Time',
|
|
},
|
|
{
|
|
name: 'Min. 1 Year',
|
|
},
|
|
{
|
|
name: 'Senior Level',
|
|
},
|
|
],
|
|
},
|
|
]
|