Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions public/assets/genre/art.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions public/assets/genre/humanity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions public/assets/genre/literature.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions public/assets/genre/science.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/assets/genre/socialScience.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions public/genres.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"id": "literature",
"title": "문학",
"subTitle": "문학가",
"iconUrl": "/assets/genre/literature.svg",
"color": "#A0F8E8"
},
{
"id": "science",
"title": "과학",
"subTitle": "과학자",
"iconUrl": "/assets/genre/science.svg",
"color": "#C8A5FF"
},
{
"id": "socialScience",
"title": "사회과학",
"subTitle": "사회학자",
"iconUrl": "/assets/genre/socialScience.svg",
"color": "#FDB770"
},
{
"id": "art",
"title": "예술",
"subTitle": "예술가",
"iconUrl": "/assets/genre/art.svg",
"color": "#FF8BAC"
},
{
"id": "humanity",
"title": "인문학",
"subTitle": "철학자",
"iconUrl": "/assets/genre/humanity.svg",
"color": "#A1D5FF"
}
]
14 changes: 14 additions & 0 deletions src/assets/genre/art.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading