Skip to content

Commit

Permalink
update photo and db
Browse files Browse the repository at this point in the history
  • Loading branch information
leehe228 committed Mar 11, 2024
1 parent ce98531 commit 84a1549
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/routes/people/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{:else}
<img
class="profile-img"
src="http:https://dmslab-konkuk.github.io/img/people/{team_data.profile}"
src={team_data.profile}
alt=""
/>
{/if}
Expand Down
12 changes: 6 additions & 6 deletions static/database/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name_eng": "Dugki Min",
"name_kor": "민덕기",
"role": "prof,phd",
"profile": "dugki_min.jpg"
"profile": "img/people/dugki_min.jpg"
}
]
},
Expand All @@ -24,13 +24,13 @@
"name_eng": "Sakthivel Velusamy",
"name_kor": "none",
"role": "prof,phd",
"profile": "sakthivel.png"
"profile": "img/people/sakthivel.png"
},
{
"name_eng": "Tuan Anh Nguyen",
"name_kor": "none",
"role": "prof,phd",
"profile": "tuan.png"
"profile": "img/people/tuan.png"
}
]
},
Expand Down Expand Up @@ -83,13 +83,13 @@
"name_eng": "SeungHyeop Nam",
"name_kor": "남승협",
"role": "bs",
"profile": "seunghyeopnam.png"
"profile": "img/people/seunghyeopnam.png"
},
{
"name_eng": "Hyeonseo Cho",
"name_kor": "조현서",
"role": "bs",
"profile": "hyeonseocho.jpg"
"profile": "img/people/hyeonseocho.jpg"
},
{
"name_eng": "Jiwon Kim",
Expand All @@ -113,7 +113,7 @@
"name_eng": "JungHyun Park",
"name_kor": "박정현",
"role": "ms",
"profile": "junghyunpark.jpeg"
"profile": "img/people/junghyunpark.jpeg"
},
{
"name_eng": "JeongWoo Lee",
Expand Down

0 comments on commit 84a1549

Please sign in to comment.