minhyuk 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/data.js +1 -1
- package/package.json +1 -1
package/lib/data.js
CHANGED
|
@@ -134,7 +134,7 @@ module.exports = {
|
|
|
134
134
|
// 학력/교육
|
|
135
135
|
education: [
|
|
136
136
|
{ name: "청년취업사관학교", program: "풀스택 AI 개발자 양성과정", period: "2025.09 – 2026.02" },
|
|
137
|
-
{ name: "오즈코딩스쿨", program: "프론트엔드 4기 (해커톤 1위)", period: "2024.06 – 2024.12" },
|
|
137
|
+
{ name: "오즈코딩스쿨", program: "프론트엔드 4기 (수석 수료 · AWS 해커톤 1위)", period: "2024.06 – 2024.12" },
|
|
138
138
|
{ name: "경일대학교", program: "패션디자인 학사", period: "2018.03 – 2023.02" },
|
|
139
139
|
],
|
|
140
140
|
};
|