diff --git a/profile.json b/profile.json new file mode 100644 index 0000000..c41745a --- /dev/null +++ b/profile.json @@ -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" + } + ] + } + ] +}