-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
20 changed files
with
181 additions
and
14 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
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,164 @@ | ||
import { Person } from '../member'; | ||
|
||
const 김종훈: Person = { | ||
name: '김종훈', | ||
depromeetPosition: '회장', | ||
jobPosition: 'Product Designer', | ||
photoLink: '/member/10/김종훈.jpeg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/종훈-김-38a0a91a3/', | ||
homepage: 'https://baconux.tistory.com/', | ||
}, | ||
}; | ||
|
||
const 이성용: Person = { | ||
name: '이성용', | ||
depromeetPosition: '부회장', | ||
jobPosition: 'Frontend Developer', | ||
photoLink: '/member/10/이성용.jpg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/seongyong-lee', | ||
github: 'https://github.com/seongyonglee', | ||
}, | ||
}; | ||
|
||
const 이정민: Person = { | ||
name: '이정민', | ||
jobPosition: 'Frontend Developer', | ||
photoLink: '/member/10/이정민.jpeg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/jeonming-lee/', | ||
github: 'https://github.com/danmin20', | ||
homepage: 'https://jeong-min.com/', | ||
}, | ||
}; | ||
|
||
const 이경주: Person = { | ||
name: '이경주', | ||
jobPosition: 'Product Designer', | ||
photoLink: '/member/10/이경주.jpeg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/kyeongju-lee', | ||
behance: 'https://www.behance.net/daisylee4', | ||
homepage: 'https://daisyleedesigner.myportfolio.com/', | ||
}, | ||
}; | ||
|
||
const 심준연: Person = { | ||
name: '심준연', | ||
jobPosition: 'Product Designer', | ||
photoLink: '/member/10/심준연.png', | ||
link: { | ||
behance: 'https://www.linkedin.com/in/준연-심-7b2ba2185/', | ||
}, | ||
}; | ||
|
||
const 노은종: Person = { | ||
name: '노은종', | ||
jobPosition: 'Product Designer', | ||
photoLink: '/member/10/노은종.jpg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/은종-노-58b7a4226/', | ||
behance: 'https://www.behance.net/nostop078a3a5', | ||
homepage: 'https://baconux.tistory.com/', | ||
}, | ||
}; | ||
|
||
const 지주연: Person = { | ||
name: '지주연', | ||
jobPosition: 'Frontend Developer', | ||
photoLink: '/member/10/지주연.jpg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/juyeonji', | ||
}, | ||
}; | ||
|
||
const 김준홍: Person = { | ||
name: '김준홍', | ||
jobPosition: 'Backend Developer', | ||
photoLink: '/member/10/김준홍.jpeg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/junhong-kim/', | ||
github: 'https://github.com/Junhong-Kim', | ||
}, | ||
}; | ||
|
||
const 권주희: Person = { | ||
name: '권주희', | ||
jobPosition: 'Backend Developer', | ||
photoLink: '/member/10/권주희.jpg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/victoriagjh/', | ||
homepage: 'https://victoria-k.tistory.com/', | ||
}, | ||
}; | ||
|
||
const 김민태: Person = { | ||
name: '김민태', | ||
jobPosition: 'Backend Developer', | ||
photoLink: '/member/10/김민태.png', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/mintae-kim-14km/', | ||
github: 'https://github.com/14km', | ||
}, | ||
}; | ||
|
||
const 이경석: Person = { | ||
name: '이경석', | ||
jobPosition: 'Backend Developer', | ||
photoLink: '/member/10/이경석.png', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/kyungseok-lee-725851184/', | ||
github: 'https://github.com/Lee-KyungSeok', | ||
homepage: 'https://kscory.com/', | ||
}, | ||
}; | ||
|
||
const 최용호: Person = { | ||
name: '최용호', | ||
jobPosition: 'Backend Developer', | ||
photoLink: '/member/10/최용호.jpg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/yongho1037/', | ||
github: 'https://github.com/YonghoChoi', | ||
homepage: 'https://yongho1037.tistory.com ', | ||
}, | ||
}; | ||
|
||
const 이유진: Person = { | ||
name: '이유진', | ||
jobPosition: 'Backend Developer', | ||
photoLink: '/member/10/이유진.jpeg', | ||
link: { | ||
linkedIn: 'https://www.linkedin.com/in/eugene-lee-b0a51b146', | ||
github: 'https://github.com/emiling', | ||
}, | ||
}; | ||
|
||
const 임효연: Person = { | ||
name: '임효연', | ||
jobPosition: 'Product Designer', | ||
photoLink: '/member/10/임효연.jpg', | ||
link: { | ||
behance: 'https://www.behance.net/gd054', | ||
linkedIn: 'https://www.linkedin.com/in/효연-임-2a2046231/', | ||
homepage: 'https://linktr.ee/gd054', | ||
}, | ||
}; | ||
|
||
export default [ | ||
김종훈, | ||
이성용, | ||
이정민, | ||
이경주, | ||
심준연, | ||
노은종, | ||
지주연, | ||
김준홍, | ||
권주희, | ||
김민태, | ||
이경석, | ||
최용호, | ||
이유진, | ||
임효연, | ||
]; |
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
export { default as 운영진_10기 } from './10'; | ||
export { default as 운영진_11기 } from './11'; |
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.
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.
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.
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.
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.
Empty file.