mirror of
https://github.com/devproje/devproje.git
synced 2025-06-26 07:45:59 +09:00
Create profile.json
This commit is contained in:
parent
12025ee964
commit
6d1a16a777
1 changed files with 79 additions and 0 deletions
79
profile.json
Normal file
79
profile.json
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
{
|
||||||
|
"projects": [
|
||||||
|
{
|
||||||
|
"name": "InventoryGUI",
|
||||||
|
"description": "This is Minecraft paper gui API",
|
||||||
|
"languages": ["kotlin"],
|
||||||
|
"url": "https://github.com/project-official/InventoryGUI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Px32 Bot",
|
||||||
|
"description": "Kotlin Discord Bot deployer for JDA",
|
||||||
|
"languages": ["kotlin"],
|
||||||
|
"url": "https://github.com/devproje/px32-bot"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Balance Application",
|
||||||
|
"description": "파이썬으로 만든 가계부 시스템 - 백엔드",
|
||||||
|
"languages": ["python"],
|
||||||
|
"url": "https://git.wh64.net/devproje/balance-application"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"histories": [
|
||||||
|
{
|
||||||
|
"name": "2020",
|
||||||
|
"history": [
|
||||||
|
{
|
||||||
|
"name": "세명컴퓨터고등학교 입학",
|
||||||
|
"date": "Mar 02 Mon",
|
||||||
|
"type": "school"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "2022",
|
||||||
|
"history": [
|
||||||
|
{
|
||||||
|
"name": "전자기기기능사 취득",
|
||||||
|
"date": "Jul 22 Fri",
|
||||||
|
"type": "license"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "2023",
|
||||||
|
"history": [
|
||||||
|
{
|
||||||
|
"name": "세명컴퓨터고등학교 졸업",
|
||||||
|
"date": "Jan 03 Tue",
|
||||||
|
"type": "school"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "동양미래대학교 진학",
|
||||||
|
"date": "Mar 02 Tue",
|
||||||
|
"type": "school"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "2024",
|
||||||
|
"history": [
|
||||||
|
{
|
||||||
|
"name": "Google I/O Extended 2024 Incheon",
|
||||||
|
"date": "Jul 27 Sat",
|
||||||
|
"type": "conference"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "UbuCon Korea 2024",
|
||||||
|
"date": "Aug 10 Sat",
|
||||||
|
"type": "conference"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "AngelHack Seoul",
|
||||||
|
"date": "Aug 24~25 Sun",
|
||||||
|
"type": "competition"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue