-
+
- 당신은 매우 사무적, 실용적, 현실적 스타일이네요. +
- 사물과 사람을 관리하는데 타의 추종을 불허하는 뛰어난 실력을 갖춘 관리자형입니다. + +
diff --git a/django_gunicorn/manage.py b/django_gunicorn/manage.py old mode 100755 new mode 100644 diff --git a/django_gunicorn/question/static/css_yebin/resultpage.css b/django_gunicorn/question/static/css_yebin/resultpage.css new file mode 100644 index 0000000..4fe2a3e --- /dev/null +++ b/django_gunicorn/question/static/css_yebin/resultpage.css @@ -0,0 +1,143 @@ +@font-face { + font-family: 'BRRA_R'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/BRRA_R.woff') format('woff'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'Cafe24SsurroundAir'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24SsurroundAir.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@media screen and (max-width: 1000px) { + #center{ + width:100%; + border-radius:0 0; + height:90vh; + box-shadow:none; + margin:0; + } + #main{ + background-color:white; + } + #left, #right, #header_left, #header_right { + width: 0; + } +} + +*, body{ + margin:0; +} +body{ + display:flex; + flex-direction:column; +} +#header{ + height:100px; + display:flex; + justify-content:center; + align-items:center; +} +#main{ + display:flex; + justify-content:center; + height:90vh; + background-color:#EDABBF; +} +#center{ + width:500px; + background-color:white; + border-radius:30px; + box-shadow:5px 5px rgb(143, 143, 143); + margin:1% 0; + + display:flex; + flex-direction:column; + align-items:center; + justify-content:space-around; +} +#icecream_result{ + display:flex; + flex-direction:column; + height:25%; +} +#icecream_name, #icecream_tags, #icecream_image, +#icecream_personality, #icecream_personality, +#icecream_other_flavors{ + display:flex; + justify-content:center; +} +#icecream_name{ + font-size:130%; + flex-direction:column; + height:70%; + justify-content:flex-end; + align-items:center; +} +#flavor_name{ + font-family: 'BRRA_R'; + font-size:250%; + color:#F56F98; + font-weight:bold; +} +#icecream_tags{ + margin-top:5%; +} +#icecream_image{ + height:20%; + align-items:center; +} +.icecream_img{ + height:250px; +} +#icecream_personality{ + font-family: 'BRRA_R'; + font-size:130%; + width:90%;height:10%; + align-items:center; + color:white; + background-color:#F56F98; + border-radius:15px; + box-shadow:3px 3px #8a8a8a; +} +#icecream_characteristics{ + height:20%; + padding:3%; +} +#charact{ + margin-top:5%; +} +#charact li{ + line-height:30px; +} +#icecream_other_flavors{ + width:90%;height:5%; + align-items:center; + color:rgb(85, 85, 85); + background-color:#ffebeb; + border-radius:15px; + box-shadow:3px 3px #8a8a8a; +} +#icecream_other_flavors:hover{ + background-color:#ffafc7; +} +#made_by{ + display:flex; + justify-content:flex-end; + width:90%;height:3%; +} +.madeby{ + width:20%; + background-color:#5a5a5a; + color:white; + border-radius:10px; + display:flex; + justify-content:center;align-items:center; + text-decoration:none; + margin-right:1%; +} +.madeby:hover{ + background-color:#161616; +} diff --git a/django_gunicorn/question/static/icon_yebin/choco_forest.svg b/django_gunicorn/question/static/icon_yebin/choco_forest.svg new file mode 100644 index 0000000..80a13ae --- /dev/null +++ b/django_gunicorn/question/static/icon_yebin/choco_forest.svg @@ -0,0 +1,8 @@ + diff --git a/django_gunicorn/question/static/icon_yebin/header_logo.svg b/django_gunicorn/question/static/icon_yebin/header_logo.svg new file mode 100644 index 0000000..b77fc58 --- /dev/null +++ b/django_gunicorn/question/static/icon_yebin/header_logo.svg @@ -0,0 +1,11 @@ + diff --git "a/django_gunicorn/question/static/icon_yebin/\353\240\210\354\235\270\353\263\264\354\232\260\354\203\244\353\262\240\355\212\270.png" "b/django_gunicorn/question/static/icon_yebin/\353\240\210\354\235\270\353\263\264\354\232\260\354\203\244\353\262\240\355\212\270.png" new file mode 100644 index 0000000..9487adc Binary files /dev/null and "b/django_gunicorn/question/static/icon_yebin/\353\240\210\354\235\270\353\263\264\354\232\260\354\203\244\353\262\240\355\212\270.png" differ diff --git "a/django_gunicorn/question/static/icon_yebin/\354\227\204\353\247\210\353\212\224\354\231\270\352\263\204\354\235\270.png" "b/django_gunicorn/question/static/icon_yebin/\354\227\204\353\247\210\353\212\224\354\231\270\352\263\204\354\235\270.png" new file mode 100644 index 0000000..2bb988b Binary files /dev/null and "b/django_gunicorn/question/static/icon_yebin/\354\227\204\353\247\210\353\212\224\354\231\270\352\263\204\354\235\270.png" differ diff --git "a/django_gunicorn/question/static/icon_yebin/\354\253\200\353\226\241\352\266\201\355\225\251.png" "b/django_gunicorn/question/static/icon_yebin/\354\253\200\353\226\241\352\266\201\355\225\251.png" new file mode 100644 index 0000000..1e549a5 Binary files /dev/null and "b/django_gunicorn/question/static/icon_yebin/\354\253\200\353\226\241\352\266\201\355\225\251.png" differ diff --git a/django_gunicorn/question/templates/choco_forest.svg b/django_gunicorn/question/templates/choco_forest.svg new file mode 100644 index 0000000..80a13ae --- /dev/null +++ b/django_gunicorn/question/templates/choco_forest.svg @@ -0,0 +1,8 @@ + diff --git a/django_gunicorn/question/templates/header_logo.svg b/django_gunicorn/question/templates/header_logo.svg new file mode 100644 index 0000000..b77fc58 --- /dev/null +++ b/django_gunicorn/question/templates/header_logo.svg @@ -0,0 +1,11 @@ + diff --git a/django_gunicorn/question/templates/resultpage.html b/django_gunicorn/question/templates/resultpage.html new file mode 100644 index 0000000..abca4c4 --- /dev/null +++ b/django_gunicorn/question/templates/resultpage.html @@ -0,0 +1,54 @@ + + +
+ +