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-13 20:59:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ccc595f90cdd6a685ac7ef6dcff7dd0d48e1fdb6
ccc595f9
1 parent
305363bd
modify page instruction, add afterlogin html, make forms
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
124 additions
and
54 deletions
front/web/afterlogin.html
front/web/mediaquery.html → front/web/ex/mediaquery.html
front/web/loginmain.html
front/web/main.html
front/web/signinmain.html
front/web/whatiskhuchat.html
front/web/afterlogin.html
0 → 100644
View file @
ccc595f
<!doctype html>
<html>
<head>
<title>
KHU KHU Chat
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<style>
</style>
</head>
<body>
<h1><a
href=
"main.html"
color:black
>
KHU Chatting service
</a></h1>
<img
src=
"image/login.jpg"
class=
"image"
>
<div
id=
"grid"
>
<ol>
<li><a
href=
"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>
<li><a
href=
"afterlogin.html"
class=
"saw"
>
로그인이후
</a></li>
</ol>
<div
id=
"service"
>
<h2>
로그인후 접속되는 페이지로 만들기
</h2>
<form
action=
"service/chatservice.html"
id=
"chat"
>
<label
for=
"chatservice"
>
친구와 채팅하기
</label>
<input
type=
"submit"
value=
"채팅"
>
</form>
<form
action=
"service/makefriend.html"
id=
"makefriend"
>
<label
for=
"makefriend"
>
친구만들기
</label>
<input
type=
"submit"
value=
"친구만들기"
>
</form>
<form
action=
"service/addfriend.html"
id=
"addfriend"
>
<label
for=
"makefriend"
>
친구추가하기:
</label>
<input
type=
"submit"
value=
"친구추가하기"
>
</form>
<form
action=
"randomchat.html"
id=
"randomchat"
>
<label
for=
"randomchat"
>
랜덤채팅:
</label>
<input
type=
"submit"
value=
"랜덤채팅"
>
</form>
</div>
</div>
</body>
</html>
front/web/mediaquery.html
→
front/web/
ex/
mediaquery.html
View file @
ccc595f
File moved
front/web/loginmain.html
View file @
ccc595f
...
...
@@ -19,30 +19,23 @@
<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>
<li><a
href=
"afterlogin.html"
class=
"saw"
>
로그인이후
</a></li>
</ol>
<div
id=
"service"
>
<h2>
로그인후 접속되는 페이지로 만들기
</h2>
<form
action=
"service/chatservice.html"
id=
"chat"
>
<label
for=
"chatservice"
>
친구와 채팅하기
</label>
<input
type=
"submit"
value=
"채팅"
>
</form>
<form
action=
"service/makefriend.html"
id=
"makefriend"
>
<label
for=
"makefriend"
>
친구만들기
</label>
<input
type=
"submit"
value=
"친구만들기"
>
</form>
<form
action=
"service/addfriend.html"
id=
"addfriend"
>
<label
for=
"makefriend"
>
친구추가하기:
</label>
<input
type=
"submit"
value=
"친구추가하기"
>
</form>
<form
action=
"randomchat.html"
id=
"randomchat"
>
<label
for=
"randomchat"
>
랜덤채팅:
</label>
<input
type=
"submit"
value=
"랜덤채팅"
>
</form>
</div>
<div
id=
"article"
>
<h2>
로그인
</h2>
<form
class=
"formlogin"
action=
"loginmain.html"
method=
"post"
id=
"login"
>
<label
for=
"email"
>
Email:
</label><br>
<input
type=
"text"
id=
"Email"
name=
"email"
><br>
<label
for=
"password"
>
password:
</label><br>
<input
type=
"password"
id=
"password"
name=
"password"
><br><br>
<input
type=
"submit"
value=
"로그인"
><br>
</form>
<form
class=
"formlogin"
action=
"signinmain.html"
id=
"signin"
>
<input
type=
"submit"
value=
"회원가입"
>
</form>
</div>
</div>
...
...
front/web/main.html
View file @
ccc595f
...
...
@@ -19,22 +19,22 @@
<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>
<li><a
href=
"afterlogin.html"
class=
"saw"
>
로그인이후
</a></li>
</ol>
<div
id=
"article"
>
<h2>
로그인
</h2>
<form
class=
"formlogin"
action=
"loginmain.html"
id=
"login"
>
<label
for=
"email"
>
mail:
</label>
<br>
<input
type=
"text"
id=
"Email"
name=
"email"
><br>
<label
for=
"password"
>
password:
</label><br
>
<input
type=
"text"
id=
"password"
name=
"password"
><br><br
>
<input
type=
"submit"
value=
"로그인"
><br
>
</form
>
<form
class=
"formlogin"
action=
"signinmain.html"
id=
"signin"
>
<input
type=
"submit"
value=
"회원가입"
>
<div
id=
"article"
>
<h2><a
href=
https://www.helpshift.com/glossary/chat-service/
title=
"what is chat service"
>
chat service란 무엇인가?
</a></h2
>
<p>
This is chating application which chats with your frineds, coworkers and anyone do you want
<br>
so enjoy it out sevice.
</p
>
<h2><a
href=
whatiskhuchat.html
title=
"what is KHU chat"
>
1.What is KHU chat ?
</a></h2
>
<p
>
KHU chat service는 무엇인가요?
</p
>
</form>
</div>
</div>
</div>
</body>
</html>
...
...
front/web/signinmain.html
View file @
ccc595f
...
...
@@ -5,11 +5,6 @@
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<style>
#inputset
{
align="center";
}
</style>
...
...
@@ -25,17 +20,40 @@
<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>
<li><a
href=
"afterlogin.html"
class=
"saw"
>
로그인이후
</a></li>
</ol>
<div
id=
"article"
>
<h2>
회원가입
</h2>
<div
id=
"inputset"
<
form
class=
"signin"
action=
"loginmain.html"
id=
"signin"
>
<label
for=
"email"
>
Email:
</label>
<input
type=
"text"
id=
"email"
name=
"email"
><br><br>
<label
for=
"pasword"
>
Password:
</label>
<input
type=
"text"
id=
"password"
name=
"password"
><br><br>
<label
for=
"interesting"
>
관심사:
</label>
<input
type=
"text"
id=
"interesting"
name=
"interesting"
><br><br>
<div
id=
"inputset"
>
<form
class=
"signinform"
action=
"loginmain.html"
>
<label
for=
"email"
>
Email:
</label><br>
<input
type=
"text"
name=
"email"
><br>
<label
for=
"password"
>
password:
</label><br>
<input
type=
"password"
name=
"password"
><br>
<label
for=
"name"
>
이름:
</label><br>
<input
type=
"text"
name=
"name"
><br>
<label
for=
"age"
>
나이:
</label><br>
<input
type=
"text"
name=
"age"
><br><br>
<label
for=
"sex"
>
성별:
</label><br>
<input
type=
"radio"
value=
"man"
name=
"sex"
>
남자
<br>
<input
type=
"radio"
value=
"woman"
name=
"sex"
>
여자
<br><br>
<label
for=
"work"
>
직업:
</label><br>
<input
type=
"radio"
value=
"nowork"
name=
"work"
>
무직
<br>
<input
type=
"radio"
value=
"Hstudent"
name=
"work"
>
중/고생
<br>
<input
type=
"radio"
value=
"Ustudent"
name=
"work"
>
대학생
<br>
<input
type=
"radio"
value=
"worker"
name=
"work"
>
직장인
<br><br>
<label
for=
"interesting"
>
관심사(중복선택가능):
</label><br>
<input
type=
"checkbox"
value=
"movie"
name=
"interesting"
>
영화
<br>
<input
type=
"checkbox"
value=
"song"
name=
"interesting"
>
노래
<br>
<input
type=
"checkbox"
value=
"study"
name=
"interesting"
>
공부
<br>
<input
type=
"checkbox"
value=
"coding"
name=
"interesting"
>
코딩
<br><br>
<input
type=
"submit"
value=
"회원가입신청"
>
</form>
</div>
...
...
front/web/whatiskhuchat.html
View file @
ccc595f
...
...
@@ -16,13 +16,21 @@
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
문의사항
</a></li>
<li><a
href=
"afterlogin.html"
class=
"saw"
>
로그인이후
</a></li>
</ol>
<div
id=
"article"
>
<h2><a
href=
https://www.helpshift.com/glossary/chat-service/
title=
"what is chat service"
>
chat service란 무엇인가?
</a></h2>
<p>
This is chating application which chats with your frineds, coworkers and anyone do you want
<br>
so enjoy it out sevice.
</p>
<h2>
KHU chat service란?
</a></h2>
<p>
we have random chat service and
you can talk with freinds who have your interestings.
</p>
<h3>
KHU chat의 장점은?
</a></h3>
<p>
what difference.
</p>
<h3>
KHU chat의 차별성은?
</a></h3>
<p>
what difference.
</p>
</div>
</div>
...
...
Please
register
or
login
to post a comment