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:52:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b6c124c3c30f736421eb45b2ec8eb28550b810f0
b6c124c3
1 parent
4a2b23c0
README.md update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
README.md
README.md
View file @
b6c124c
...
...
@@ -15,13 +15,13 @@ style.css : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/mas
<h3>
html 폴더
</h3>
웹페이지의 양식을 표현하며, style.css를 이용함
<br>
1.
index.html은 홈이며 악질 직업을 생성하는 페이지이다.
<br>
<img
src=
"/img/indexHtml.PNG"
><br>
<img
src=
"/img/indexHtml.PNG"
width=
"50%"
height=
"50%"
><br>
index.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/index.html)
<br>
2.
detail.html은 나의 웹에 대한 설명이 담긴 페이지다.
<br>
<img
src=
"/img/detailHtml.PNG"
><br>
<img
src=
"/img/detailHtml.PNG"
width=
"50%"
height=
"50%"
><br>
detail.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/detail.html)
<br>
3.
statistics.html은 방문자 통계 그래프를 그려주는 페이지다.
<br>
<img
src=
"/img/statisticsHtml.PNG"
><br>
<img
src=
"/img/statisticsHtml.PNG"
width=
"50%"
height=
"50%"
><br>
statistics.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html)
<br>
<br>
...
...
@@ -41,7 +41,7 @@ generate.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/m
예 : oo을/를 선물받고좋아하는
josa.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/josa.js)
<br>
5.
statistics.js는 amChart 모듈을 이용해 방문자 통계 데이터를 데이터베이스에서 가져와 그래프를 그려주는 기능이 담겼다.
<br>
<img
src=
"/img/chart.PNG"
><br>
<img
src=
"/img/chart.PNG"
width=
"50%"
height=
"50%"
><br>
statistics.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js)
<br>
<br>
...
...
Please
register
or
login
to post a comment