mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 09:23:45 +09:00
first
This commit is contained in:
155
src/data/dashboards/jobs/index.ts
Normal file
155
src/data/dashboards/jobs/index.ts
Normal file
@@ -0,0 +1,155 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user