Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
MinsoftK
2020-04-23 21:56:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a40d1b331ec5be474cabb81596b282629cc58ae8
a40d1b33
1 parent
f418eb5d
make folder for classifing JS, CSS files and correct directory
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
14 deletions
front/web/validation.js → front/web/JS/validation.js
front/web/afterlogin.html
front/web/loginmain.html
front/web/main.html
front/web/question.html
front/web/whatiskhuchat.html → front/web/service/whatiskhuchat.html
front/web/signinmain.html
front/web/style.css → front/web/style/style.css
front/web/test.md
front/web/validation.js
→
front/web/
JS/
validation.js
View file @
a40d1b3
...
...
@@ -32,7 +32,6 @@ var Password={
}
function
checkValidation
(
self
){
if
(
Email
.
checkEmail
()
&&
Password
.
checkPassword
()
){
return
true
;
}
else
return
false
;
...
...
front/web/afterlogin.html
View file @
a40d1b3
...
...
@@ -3,7 +3,7 @@
<head>
<title>
KHU KHU Chat
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<link
rel=
"stylesheet"
href=
"style
/style
.css"
>
<style>
</style>
...
...
@@ -16,7 +16,7 @@
<div
id=
"grid"
>
<div
id=
"category"
>
<ol
class=
"center"
>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"
service/
whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
<li><a
href=
"question.html"
class=
"saw"
>
문의사항
</a></li>
...
...
front/web/loginmain.html
View file @
a40d1b3
...
...
@@ -3,7 +3,7 @@
<head>
<title>
KHU KHU Chat
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<link
rel=
"stylesheet"
href=
"style
/style
.css"
>
</head>
<body>
...
...
@@ -12,7 +12,7 @@
<div
class=
"media"
id=
"grid"
>
<div
id=
"category"
>
<ol
class=
"center"
>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"
service/
whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
<li><a
href=
"question.html"
class=
"saw"
>
문의사항
</a></li>
...
...
front/web/main.html
View file @
a40d1b3
...
...
@@ -3,8 +3,8 @@
<head>
<title>
KHU KHU Chat
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<script
src=
"validation.js"
></script>
<link
rel=
"stylesheet"
href=
"style
/style
.css"
>
</head>
<body>
...
...
@@ -14,7 +14,7 @@
<div
id=
"grid"
>
<div
id=
"category"
>
<ol
class=
"center"
>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"
service/
whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
<li><a
href=
"question.html"
class=
"saw"
>
문의사항
</a></li>
...
...
front/web/question.html
View file @
a40d1b3
...
...
@@ -3,7 +3,7 @@
<head>
<title>
KHU KHU Chat
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<link
rel=
"stylesheet"
href=
"style
/style
.css"
>
</head>
<body>
...
...
@@ -13,7 +13,7 @@
<div
id=
"grid"
>
<div
id=
"category"
>
<ol
class=
"center"
>
<li><a
href=
"
whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"
service/whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
<li><a
href=
"question.html"
class=
"saw"
>
문의사항
</a></li>
...
...
front/web/whatiskhuchat.html
→
front/web/
service/
whatiskhuchat.html
View file @
a40d1b3
File moved
front/web/signinmain.html
View file @
a40d1b3
...
...
@@ -3,8 +3,8 @@
<head>
<title>
KHU KHU Chat
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<script
src=
"validation.js"
></script>
<link
rel=
"stylesheet"
href=
"style
/style
.css"
>
<script
src=
"
JS/
validation.js"
></script>
</head>
<body>
...
...
@@ -14,7 +14,7 @@
<div
class=
"media"
id=
"grid"
>
<div
id=
"category"
>
<ol
class=
"center"
>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"
service/
whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
<li><a
href=
"question.html"
class=
"saw"
>
문의사항
</a></li>
...
...
front/web/style.css
→
front/web/style
/style
.css
View file @
a40d1b3
File moved
front/web/test.md
View file @
a40d1b3
# Capstone design
test
# function을 만들어서 html 페이지 입력 받아오기
#html 이름을 수정할때마다 메인페이지의 모든 이름을 수정해야해서 까다롭다
...
...
Please
register
or
login
to post a comment