Showing
1 changed file
with
15 additions
and
15 deletions
| ... | @@ -7,43 +7,43 @@ | ... | @@ -7,43 +7,43 @@ |
| 7 | <br> | 7 | <br> |
| 8 | <br> | 8 | <br> |
| 9 | <h3>css 폴더</h3> | 9 | <h3>css 폴더</h3> |
| 10 | -<h2>스타일에 대한 class와 id가 저장됨<br> | 10 | +스타일에 대한 class와 id가 저장됨<br> |
| 11 | -style.css : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/css/style.css> | 11 | +style.css : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/css/style.css)<br> |
| 12 | -</h2> | 12 | + |
| 13 | <br> | 13 | <br> |
| 14 | <br> | 14 | <br> |
| 15 | <h3>html 폴더</h3> | 15 | <h3>html 폴더</h3> |
| 16 | -<h2>웹페이지의 양식을 표현하며, 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"><br> |
| 19 | -index.html : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/index.html> | 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"><br> |
| 22 | -detail.html : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/detail.html> | 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"><br> |
| 25 | -statistics.html : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html> | 25 | +statistics.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html)<br> |
| 26 | -</h2> | 26 | + |
| 27 | <br> | 27 | <br> |
| 28 | <br> | 28 | <br> |
| 29 | <h3>js 폴더</h3> | 29 | <h3>js 폴더</h3> |
| 30 | -<h2>웹을 동적으로 만들어주는 기능들을 담은 폴더<br> | 30 | +웹을 동적으로 만들어주는 기능들을 담은 폴더<br> |
| 31 | 1. common.js는 글자수 제한에 관한 기능이 담겼다.<br> | 31 | 1. common.js는 글자수 제한에 관한 기능이 담겼다.<br> |
| 32 | <img src="/img/글자수제한.png"><br> | 32 | <img src="/img/글자수제한.png"><br> |
| 33 | -common.js : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/common.js> | 33 | +common.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/common.js)<br> |
| 34 | 2. contents.js는 악질 직업을 생성하는데 필요한 단어들이 어레이 형태로 저장된 곳이다.<br> | 34 | 2. contents.js는 악질 직업을 생성하는데 필요한 단어들이 어레이 형태로 저장된 곳이다.<br> |
| 35 | <img src="/img/컨텐츠생성.png"><br> | 35 | <img src="/img/컨텐츠생성.png"><br> |
| 36 | -contents.js : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/contents.js> | 36 | +contents.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/contents.js)<br> |
| 37 | 3. generate.js는 contents.js에 담긴 단어를 규칙에 맞게 조합하여 result를 만들어주는 기능이 담겼다.<br> | 37 | 3. generate.js는 contents.js에 담긴 단어를 규칙에 맞게 조합하여 result를 만들어주는 기능이 담겼다.<br> |
| 38 | <img src="/img/result.png"><br> | 38 | <img src="/img/result.png"><br> |
| 39 | -generate.js : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/generate.js> | 39 | +generate.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/generate.js)<br> |
| 40 | 4. josa.js는 조사의 구분이 필요한 특별 케이스에 조사를 붙여주는 기능이 담겼다.<br> | 40 | 4. josa.js는 조사의 구분이 필요한 특별 케이스에 조사를 붙여주는 기능이 담겼다.<br> |
| 41 | 예 : oo을/를 선물받고좋아하는 | 41 | 예 : oo을/를 선물받고좋아하는 |
| 42 | -josa.js : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/josa.js> | 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"><br> |
| 45 | -statistics.js : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js> | 45 | +statistics.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js)<br> |
| 46 | -</h2> | 46 | + |
| 47 | <br> | 47 | <br> |
| 48 | <br> | 48 | <br> |
| 49 | <h3>app.js 파일</h3> | 49 | <h3>app.js 파일</h3> | ... | ... |
-
Please register or login to post a comment