About Me

Make difference

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
personal_info = {
"name":"ElijahYang",
"birthday":"1991-08",
"gender":"Male",
"address":"Beijing",
"education":"Master",
"email":"yanggang0827@126.com",
"job":"RD",
"company":"Baidu",
"work_experience":5,
"backend_language":["Python", "PHP", "Go"],
"frontend_framework":"Vue.js"
}

links = {
"github": "https://github.com/ElijahYG",
"blog": [
"https://elijahyg.github.io/",
"http://elijahyang.top/"
]
}