Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이찬
/
opensource_term_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이찬
2020-06-30 02:43:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
882c6a5314a8a3f155d540d3f58481ccba170b74
882c6a53
1 parent
89a85313
README.md update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
README.md
README.md
View file @
882c6a5
...
...
@@ -7,12 +7,13 @@
<br>
<br>
<h3>
css 폴더
</h3>
> 스타일에 대한 class와 id가 저장됨<br>
> > style.css : <http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/css/style.css>
<h2>
스타일에 대한 class와 id가 저장됨
<br>
style.css :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/css/style.css>
</h2>
<br>
<br>
<h3>
html 폴더
</h3>
웹페이지의 양식을 표현하며, style.css를 이용함
<br>
<h2>
웹페이지의 양식을 표현하며, style.css를 이용함
<br>
1.
index.html은 홈이며 악질 직업을 생성하는 페이지이다.
<br>
<img
src=
"/img/indexHtml.png"
><br>
index.html :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/index.html>
...
...
@@ -22,10 +23,11 @@
3.
statistics.html은 방문자 통계 그래프를 그려주는 페이지다.
<br>
<img
src=
"/img/statisticsHtml.png"
><br>
statistics.html :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html>
</h2>
<br>
<br>
<h3>
js 폴더
</h3>
웹을 동적으로 만들어주는 기능들을 담은 폴더
<h2>
웹을 동적으로 만들어주는 기능들을 담은 폴더
<br>
1.
common.js는 글자수 제한에 관한 기능이 담겼다.
<br>
<img
src=
"/img/글자수제한.png"
><br>
common.js :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/common.js>
...
...
@@ -41,6 +43,7 @@
5.
statistics.js는 amChart 모듈을 이용해 방문자 통계 데이터를 데이터베이스에서 가져와 그래프를 그려주는 기능이 담겼다.
<br>
<img
src=
"/img/chart.png"
><br>
statistics.js :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js>
</h2>
<br>
<br>
<h3>
app.js 파일
</h3>
...
...
Please
register
or
login
to post a comment