NHN 아카데미 교육 체계
%%{init: {'theme': 'base',
'themeVariables': { 'primaryColor': '#fff', 'fontFamily': '$sta-font-heading, sans-serif' }}}%%
flowchart LR
subgraph PIE
tool([도구 + 기술]) --> |\n인증| project([프로젝트])
end
nhntrack([NHN Track]) -.-> tip
tip([TIP]) --> |\n인증| tool
click nhntrack "/courses/nhn_track" "전산학 기초"
click tip "/courses/tip" "이론을 실무로"
click tool "/courses/pie"
click project "/courses/pie"
click PIE "/courses/pie"
classDef nodestyle fill:#FFF, stroke:darkgrey, stroke-width:0.5px;
class tip nodestyle;
class project nodestyle;
class tool nodestyle;