Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -15,13 +15,13 @@ style.css : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/mas | ... | @@ -15,13 +15,13 @@ style.css : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/mas |
| 15 | <h3>html 폴더</h3> | 15 | <h3>html 폴더</h3> |
| 16 | 웹페이지의 양식을 표현하며, style.css를 이용함<br> | 16 | 웹페이지의 양식을 표현하며, style.css를 이용함<br> |
| 17 | 1. index.html은 홈이며 악질 직업을 생성하는 페이지이다.<br> | 17 | 1. index.html은 홈이며 악질 직업을 생성하는 페이지이다.<br> |
| 18 | -<img src="/img/indexHtml.PNG"><br> | 18 | +<img src="/img/indexHtml.PNG" width="50%" height="50%"><br> |
| 19 | index.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/index.html)<br> | 19 | index.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/index.html)<br> |
| 20 | 2. detail.html은 나의 웹에 대한 설명이 담긴 페이지다.<br> | 20 | 2. detail.html은 나의 웹에 대한 설명이 담긴 페이지다.<br> |
| 21 | -<img src="/img/detailHtml.PNG"><br> | 21 | +<img src="/img/detailHtml.PNG" width="50%" height="50%"><br> |
| 22 | detail.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/detail.html)<br> | 22 | detail.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/detail.html)<br> |
| 23 | 3. statistics.html은 방문자 통계 그래프를 그려주는 페이지다.<br> | 23 | 3. statistics.html은 방문자 통계 그래프를 그려주는 페이지다.<br> |
| 24 | -<img src="/img/statisticsHtml.PNG"><br> | 24 | +<img src="/img/statisticsHtml.PNG" width="50%" height="50%"><br> |
| 25 | statistics.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html)<br> | 25 | statistics.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html)<br> |
| 26 | 26 | ||
| 27 | <br> | 27 | <br> |
| ... | @@ -41,7 +41,7 @@ generate.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/m | ... | @@ -41,7 +41,7 @@ generate.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/m |
| 41 | 예 : oo을/를 선물받고좋아하는 | 41 | 예 : oo을/를 선물받고좋아하는 |
| 42 | josa.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/josa.js)<br> | 42 | josa.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/josa.js)<br> |
| 43 | 5. statistics.js는 amChart 모듈을 이용해 방문자 통계 데이터를 데이터베이스에서 가져와 그래프를 그려주는 기능이 담겼다.<br> | 43 | 5. statistics.js는 amChart 모듈을 이용해 방문자 통계 데이터를 데이터베이스에서 가져와 그래프를 그려주는 기능이 담겼다.<br> |
| 44 | -<img src="/img/chart.PNG"><br> | 44 | +<img src="/img/chart.PNG" width="50%" height="50%"><br> |
| 45 | statistics.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js)<br> | 45 | statistics.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js)<br> |
| 46 | 46 | ||
| 47 | <br> | 47 | <br> | ... | ... |
-
Please register or login to post a comment