Skip to content

Commit

Permalink
modify: profile config
Browse files Browse the repository at this point in the history
  • Loading branch information
zinirun committed Jul 11, 2021
1 parent e34093f commit fb945cb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/configs/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,18 @@ const profile = {
univLocation: 'Yongin, Korea',
univDept: 'Department of Software',
grades: [
{
subject: 'Capstone Design 1',
grade: 'A+',
},
{
subject: 'Capstone Design 2',
grade: 'A+',
},
{
subject: 'Secure Coding',
grade: 'A+',
},
{
subject: 'Operating System',
grade: 'A+',
Expand All @@ -191,10 +199,18 @@ const profile = {
subject: 'Web Programming',
grade: 'A',
},
{
subject: 'Web Application Architecture',
grade: 'A+',
},
{
subject: 'System Programming',
grade: 'A+',
},
{
subject: 'Big Data Processing',
grade: 'A',
},
{
subject: 'Data Structure',
grade: 'A',
Expand Down

0 comments on commit fb945cb

Please sign in to comment.