이찬

README.md update

...@@ -7,12 +7,13 @@ ...@@ -7,12 +7,13 @@
7 <br> 7 <br>
8 <br> 8 <br>
9 <h3>css 폴더</h3> 9 <h3>css 폴더</h3>
10 -> 스타일에 대한 class와 id가 저장됨<br> 10 + <h2>스타일에 대한 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>
12 +</h2>
12 <br> 13 <br>
13 <br> 14 <br>
14 <h3>html 폴더</h3> 15 <h3>html 폴더</h3>
15 - 웹페이지의 양식을 표현하며, style.css를 이용함<br> 16 + <h2>웹페이지의 양식을 표현하며, style.css를 이용함<br>
16 1. index.html은 홈이며 악질 직업을 생성하는 페이지이다.<br> 17 1. index.html은 홈이며 악질 직업을 생성하는 페이지이다.<br>
17 <img src="/img/indexHtml.png"><br> 18 <img src="/img/indexHtml.png"><br>
18 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>
...@@ -22,10 +23,11 @@ ...@@ -22,10 +23,11 @@
22 3. statistics.html은 방문자 통계 그래프를 그려주는 페이지다.<br> 23 3. statistics.html은 방문자 통계 그래프를 그려주는 페이지다.<br>
23 <img src="/img/statisticsHtml.png"><br> 24 <img src="/img/statisticsHtml.png"><br>
24 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>
26 +</h2>
25 <br> 27 <br>
26 <br> 28 <br>
27 <h3>js 폴더</h3> 29 <h3>js 폴더</h3>
28 - 웹을 동적으로 만들어주는 기능들을 담은 폴더 30 + <h2>웹을 동적으로 만들어주는 기능들을 담은 폴더<br>
29 1. common.js는 글자수 제한에 관한 기능이 담겼다.<br> 31 1. common.js는 글자수 제한에 관한 기능이 담겼다.<br>
30 <img src="/img/글자수제한.png"><br> 32 <img src="/img/글자수제한.png"><br>
31 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>
...@@ -41,6 +43,7 @@ ...@@ -41,6 +43,7 @@
41 5. statistics.js는 amChart 모듈을 이용해 방문자 통계 데이터를 데이터베이스에서 가져와 그래프를 그려주는 기능이 담겼다.<br> 43 5. statistics.js는 amChart 모듈을 이용해 방문자 통계 데이터를 데이터베이스에서 가져와 그래프를 그려주는 기능이 담겼다.<br>
42 <img src="/img/chart.png"><br> 44 <img src="/img/chart.png"><br>
43 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>
46 +</h2>
44 <br> 47 <br>
45 <br> 48 <br>
46 <h3>app.js 파일</h3> 49 <h3>app.js 파일</h3>
......