Skip to content

Commit

Permalink
Remove design mention
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed Apr 5, 2023
1 parent 4789061 commit 0ab9eaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/data/limesquid.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { ExperienceData } from 'types';

import { CSS, DESIGN, JAVA_SCRIPT, NODE_JS, REACT, TYPE_SCRIPT } from './technologies';
import { CSS, JAVA_SCRIPT, NODE_JS, REACT, TYPE_SCRIPT } from './technologies';

const limesquid: ExperienceData = {
description: [TYPE_SCRIPT, JAVA_SCRIPT, NODE_JS, REACT, CSS].join(', '),
extra: DESIGN,
location: 'Remote',
organization: 'LimeSquid',
url: 'https://limesquid.com/',
Expand Down
1 change: 0 additions & 1 deletion src/data/technologies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ export const WINDOWS_PRESENTATION_FOUNDATION = 'WPF';
export const ZEND_FRAMEWORK = 'Zend';
export const ZEROC_ICE = 'ZeroC Ice';

export const DESIGN = 'Design';
export const TECHNICAL_RECRUITMENT = 'Technical Recruitment';

0 comments on commit 0ab9eaa

Please sign in to comment.