forked from teampopong/popong.com1.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmembers.py
38 lines (33 loc) · 1.34 KB
/
members.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#! /usr/bin/python2.7
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from flaskext.babel import Babel, gettext
YB = {
"cornchz": ["developer", "2010.12", ""],
"achimnol": ["developer", "2010.12", ""],
"echojuliett": ["data miner","2011.01", ""],
"jooddang": ["PR manager", "2013.06", ""],
"weirdclaire": ["UX designer","2012.08", ""]
}
OB = {
#"jooddang": ["얼굴마담", "2010.12", "2011.12"],
"allsolution": ["서버 개발자","2011.07","2011.12"],
"mincreatives": ["UX 기획자","2011.01","2011.12"],
"uni208": ["데이터마이너","2011.01","2011.12"],
"jihye": ["기획자","2010.12","2011.06"],
"ingtellect": ["개발자","2011.03","2011.07"],
"sanxiyn": ["개발자","",""],
"dongx3": ["모바일 개발자","",""],
"netj": ["개발자","",""],
"unrealive": ["기획자","2011.01","2011.06"]
}
THANKS_TO = {
'tebica': 'http://twitter.com/tebica',
'Hoonjoon Park': 'http://www.facebook.com/hoonjoon.park'
}
OTHERS = ['한규섭 교수님', '김묘영 님', '김미정 님', '강민주 님', '박순일 님',
'<a href="http://twitter.com/ssaljalu">ssaljalu</a>',
'<a href="http://twitter.com/ssaljalu">ssaljalu</a>',
'<a href="http://37signals.com/svn/">Signal vs Noise</a>',
'Steve Jobs', '그리고 사랑하는 우리의 가족들'
]