Skip to content

Commit

Permalink
update system
Browse files Browse the repository at this point in the history
  • Loading branch information
soobin99 committed May 22, 2024
1 parent 04a60e3 commit 2b7f6bb
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 12 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,18 +167,18 @@
</div>
</div>
<div class="row" style=" width:100%; height: 50%;">
<div class="col-lg-4">
<div class="col-lg-4" style="width:100%; height: 100%;">
<div style="display: flex; justify-content: center; align-items: center; width: 100%; height: 50%;">
<img src="static/data/montage/이마.png" style="height: 100%;"></img></div>
<div class="header" style="height: 10%; width: 100%;">이마</div>
<div class="header" style="height: 10%; width: 100%;">머리</div>
</div>
<div class="col-lg-4">
<div class="col-lg-4" style="width:100%; height: 100%;">

<div style="display: flex; justify-content: center; align-items: center; width: 100%; height: 50%;">
<img src="static/data/montage/목.png" style="height: 100%;"></img></div>
<div class="header" style="height: 10%; width: 100%;"></div>
</div>
<div class="col-lg-4">
<div class="col-lg-4" style="width:100%; height: 100%;">
<div style="display: flex; justify-content: center; align-items: center; width: 100%; height: 50%;">
<img src="static/data/montage/코.png" style="height: 100%;"></img></div>
<div class="header" style="height: 10%; width: 100%;"></div>
Expand Down Expand Up @@ -217,7 +217,7 @@
<div class="col-lg-4">
<div style="display: flex; justify-content: center; align-items: center; width: 100%; height: 50%;">
<img id="personHair" src="static/data/real/유재석1/이마.png" style="height: 100%;"></img></div>
<div class="header" style="height: 10%; width: 100%;">이마</div>
<div class="header" style="height: 10%; width: 100%;">머리</div>
</div>
<div class="col-lg-4">

Expand Down
Binary file modified static/data/montage/귀.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/data/montage/눈.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/data/montage/눈썹.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/data/montage/목.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/data/montage/유재석.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/data/montage/이마.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/data/montage/입.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/data/montage/코.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/data/video/next1.mp4
Binary file not shown.
Binary file modified static/data/video/next2.mp4
Binary file not shown.
Binary file modified static/data/video/next3.mp4
Binary file not shown.
Binary file modified static/data/video/next4.mp4
Binary file not shown.
Binary file modified static/data/video/next5.mp4
Binary file not shown.
Binary file modified static/data/video/next6.mp4
Binary file not shown.
Binary file modified static/data/video/next7.mp4
Binary file not shown.
Binary file modified static/data/video/next8.mp4
Binary file not shown.
19 changes: 12 additions & 7 deletions static/js/wordCloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ zingchart.MODULESDIR = 'https://cdn.zingchart.com/modules/';
count: 20
},
{
text: "뾰족한 턱",
text: "갸름한 턱",
count: 20
},
{
text: "짧은",
text: "앞머리",
count: 40
},
{
text: "생머리",
text: "짧은 머리",
count: 40
},
{
Expand All @@ -94,15 +94,19 @@ zingchart.MODULESDIR = 'https://cdn.zingchart.com/modules/';
count: 60
},
{
text: "길고 높은 코",
text: "작은 눈",
count: 60
},
{
text: "높은 코",
count: 50
},
{
text: "둥근 콧등",
text: "뾰족한 코",
count: 70
},
{
text: "튀어 나온 입",
text: "돌출형 입",
count: 100
},
{
Expand All @@ -114,7 +118,7 @@ zingchart.MODULESDIR = 'https://cdn.zingchart.com/modules/';
count: 10
},
{
text: "안경",
text: "남성",
count: 80
}
],
Expand All @@ -129,6 +133,7 @@ zingchart.MODULESDIR = 'https://cdn.zingchart.com/modules/';
'#696969', //안경
'#DB7093', //코
'#008B8B', //눈
'#008B8B', //눈
'#DB7093', //코
'#228B22', //머리
'#228B22', //머리
Expand Down

0 comments on commit 2b7f6bb

Please sign in to comment.