Showing
7 changed files
with
215 additions
and
63 deletions
front/index.html
deleted
100644 → 0
1 | -<!doctype html> | ||
2 | -<html> | ||
3 | -<head> | ||
4 | -<title>KHU KHU Chat</title> | ||
5 | -<meta charset="utf-8"> | ||
6 | -<style> | ||
7 | - body{ | ||
8 | - margin:0; | ||
9 | - } | ||
10 | - h1{ | ||
11 | - text-align:center; | ||
12 | - border-bottom:1px solid gray; | ||
13 | - color:"black"; | ||
14 | - margin:0; | ||
15 | - padding:20px | ||
16 | - } | ||
17 | - a{ | ||
18 | - color:"black"; | ||
19 | - text-decoration: none; | ||
20 | - } | ||
21 | - ol{ | ||
22 | - border-right:1px solid gray; | ||
23 | - width:150px; | ||
24 | - margin:0; | ||
25 | - padding:20px; | ||
26 | - | ||
27 | - } | ||
28 | - | ||
29 | - #grid{ | ||
30 | - display: grid; | ||
31 | - grid-template-columns: 211px 1fr; | ||
32 | - | ||
33 | - } | ||
34 | - #grid ol{ | ||
35 | - padding-left: 40px; | ||
36 | - } | ||
37 | - } | ||
38 | - #grid #article{ | ||
39 | - padding-left: 20px; | ||
40 | - /*grid에 있는 ol 만 해당하는 것을 선택*/ | ||
41 | - } | ||
42 | -</style> | ||
43 | -</head> | ||
44 | -<body> | ||
45 | -<img src="coding.jpg" width=50% style="padding-left:100px;"> | ||
46 | - <h1><a href="index.html" color:black>KHU KHU Chat service</a></h1> | ||
47 | -<div id="grid"> | ||
48 | - <ol> | ||
49 | - <li><a href="loginmain.html">로그인&회원가입</a></li> | ||
50 | - <li><a href="KHUchat.html">KHU chat이란?</a></li> | ||
51 | - </ol> | ||
52 | - <div id="article"> | ||
53 | - <h2><a href="KHUchat.html" | ||
54 | - target="_blank" title="go to blog for specification">KHU Chating이란 무엇인가?</a></h2> | ||
55 | - <p>This is chating application which chat your frineds, coworkers and anyone do you want <br> | ||
56 | - so enjoy it out sevice. | ||
57 | - </p> | ||
58 | - </div> | ||
59 | -</div> | ||
60 | - | ||
61 | - | ||
62 | -</body> | ||
63 | -</html> |
front/loginmain.html
0 → 100644
1 | +<!doctype html> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | +<title>KHU KHU Chat</title> | ||
5 | +<meta charset="utf-8"> | ||
6 | +<link rel="stylesheet" href="style.css"> | ||
7 | +</head> | ||
8 | +<body> | ||
9 | + | ||
10 | + <h1><a href="main.html" color:black>KHU Chatting service</a></h1> | ||
11 | + <img src="image/login.jpg" class="image"> | ||
12 | + | ||
13 | + <div id="grid"> | ||
14 | + <ol> | ||
15 | + <li><a href="whatiskhuchat.html" class="saw">What is KHU chat? </a></li> | ||
16 | + <li><a href="loginmain.html" class="saw">로그인</a></li> | ||
17 | + <li><a href="signinmain.html" class="saw">회원가입</a></li> | ||
18 | + <li><a href="question.html" class="saw">문의사항</a></li> | ||
19 | + </ol> | ||
20 | + <div id="article"> | ||
21 | + <h2>로그인 페이지</h2> | ||
22 | + | ||
23 | + | ||
24 | + </div> | ||
25 | + </div> | ||
26 | + | ||
27 | + | ||
28 | +</body> | ||
29 | +</html> |
front/main.html
0 → 100644
1 | +<!doctype html> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | +<title>KHU KHU Chat</title> | ||
5 | +<meta charset="utf-8"> | ||
6 | +<link rel="stylesheet" href="style.css"> | ||
7 | +</head> | ||
8 | +<body> | ||
9 | + | ||
10 | + <h1><a href="main.html" color:black>KHU Chatting service</a></h1> | ||
11 | + <img src="image/main2.jpg" class="image"> | ||
12 | + | ||
13 | + <div id="grid"> | ||
14 | + <ol> | ||
15 | + <li><a href="whatiskhuchat.html" class="saw">What is KHU chat? </a></li> | ||
16 | + <li><a href="loginmain.html" class="saw">로그인</a></li> | ||
17 | + <li><a href="signinmain.html" class="saw">회원가입</a></li> | ||
18 | + <li><a href="question.html" class="saw">문의사항</a></li> | ||
19 | + </ol> | ||
20 | + <div id="article"> | ||
21 | + <h2>여기에 로그인창 만들기</h2> | ||
22 | + <p>This is chating application which chat your frineds, coworkers and anyone do you want <br> | ||
23 | + so enjoy it out sevice. | ||
24 | + </p> | ||
25 | + </div> | ||
26 | + </div> | ||
27 | + | ||
28 | + | ||
29 | +</body> | ||
30 | +</html> |
front/question.html
0 → 100644
1 | +<!doctype html> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | +<title>KHU KHU Chat</title> | ||
5 | +<meta charset="utf-8"> | ||
6 | +<link rel="stylesheet" href="style.css"> | ||
7 | +</head> | ||
8 | +<body> | ||
9 | + | ||
10 | + <h1><a href="main.html" color:black>KHU Chatting service</a></h1> | ||
11 | + <img src="image/question.jpg" class="image"> | ||
12 | + | ||
13 | + <div id="grid"> | ||
14 | + <ol> | ||
15 | + <li><a href="whatiskhuchat.html" class="saw">What is KHU chat?</a></li> | ||
16 | + <li><a href="loginmain.html" class="saw">로그인</a></li> | ||
17 | + <li><a href="signinmain.html" class="saw">회원가입</a></li> | ||
18 | + <li><a href="question.html" class="saw">문의사항</a></li> | ||
19 | + </ol> | ||
20 | + <div id="article"> | ||
21 | + <h2>문의사항</h2> | ||
22 | + <p>Do you have any question? | ||
23 | + </p> | ||
24 | + </div> | ||
25 | + </div> | ||
26 | + | ||
27 | + | ||
28 | +</body> | ||
29 | +</html> |
front/signinmain.html
0 → 100644
1 | +<!doctype html> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | +<title>KHU KHU Chat</title> | ||
5 | +<meta charset="utf-8"> | ||
6 | +<link rel="stylesheet" href="style.css"> | ||
7 | +</head> | ||
8 | +<body> | ||
9 | + | ||
10 | + <h1><a href="main.html" color:black>KHU Chatting service</a></h1> | ||
11 | + <img src="image/signin.jpg" class="image"> | ||
12 | + | ||
13 | + <div id="grid"> | ||
14 | + <ol> | ||
15 | + <li><a href="whatiskhuchat.html" class="saw">What is KHU? </a></li> | ||
16 | + <li><a href="loginmain.html" class="saw">로그인</a></li> | ||
17 | + <li><a href="signinmain.html" class="saw">회원가입</a></li> | ||
18 | + <li><a href="question.html" class="saw">문의사항</a></li> | ||
19 | + </ol> | ||
20 | + <div id="article"> | ||
21 | + <h2>회원가입</h2> | ||
22 | + | ||
23 | + | ||
24 | + </div> | ||
25 | + </div> | ||
26 | + | ||
27 | + | ||
28 | +</body> | ||
29 | +</html> |
front/style.css
0 → 100644
1 | +<style> | ||
2 | + body | ||
3 | + { | ||
4 | + margin:0; | ||
5 | + } | ||
6 | + h1 | ||
7 | + { | ||
8 | + text-align:center; | ||
9 | + color:"black"; | ||
10 | + margin:0; | ||
11 | + padding:20px | ||
12 | + } | ||
13 | + a | ||
14 | + { | ||
15 | + color:"black"; | ||
16 | + text-decoration: none; | ||
17 | + } | ||
18 | + ol | ||
19 | + { | ||
20 | + border-right:1px solid gray; | ||
21 | + width:150px; | ||
22 | + margin:50px; | ||
23 | + padding:20px; | ||
24 | + | ||
25 | + } | ||
26 | + | ||
27 | + .image | ||
28 | + { | ||
29 | + display: block; | ||
30 | + margin-left: auto; | ||
31 | + margin-right: auto; | ||
32 | + width: 60%; | ||
33 | + margin-bottom:10px; | ||
34 | + | ||
35 | + } | ||
36 | + .saw | ||
37 | + { | ||
38 | + color: black; | ||
39 | + text-decoration: none; | ||
40 | + } | ||
41 | + #grid | ||
42 | + { | ||
43 | + display: grid; | ||
44 | + grid-template-columns: 250px 1fr; | ||
45 | + border-top:1px solid gray; | ||
46 | + | ||
47 | + } | ||
48 | + #grid ol | ||
49 | + { | ||
50 | + padding-left: 40px; | ||
51 | + margin:0; | ||
52 | + font-size: 15px; | ||
53 | + } | ||
54 | + #grid li | ||
55 | + { | ||
56 | + padding-top: 10px; | ||
57 | + padding-bottom: 10px; | ||
58 | + font-size:15px; | ||
59 | + } | ||
60 | + #grid #article | ||
61 | + { | ||
62 | + padding-top: 10px; | ||
63 | + padding-bottom: 10px; | ||
64 | + padding-left: 20px; | ||
65 | + /*grid안에 #article */ | ||
66 | + } | ||
67 | +</style> |
front/whatiskhuchat.html
0 → 100644
1 | +<!doctype html> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | +<title>KHU KHU Chat</title> | ||
5 | +<meta charset="utf-8"> | ||
6 | +<link rel="stylesheet" href="style.css"> | ||
7 | +</head> | ||
8 | +<body> | ||
9 | + | ||
10 | + <h1><a href="main.html" color:black>KHU Chatting service</a></h1> | ||
11 | + <img src="image/main2.jpg" class="image"> | ||
12 | + | ||
13 | + <div id="grid"> | ||
14 | + <ol> | ||
15 | + <li><a href="whatiskhuchat.html" class="saw">What is KHU? </a></li> | ||
16 | + <li><a href="loginmain.html" class="saw">로그인</a></li> | ||
17 | + <li><a href="signinmain.html" class="saw">회원가입</a></li> | ||
18 | + <li><a href="signinmain.html" class="saw">문의사항</a></li> | ||
19 | + </ol> | ||
20 | + <div id="article"> | ||
21 | + <h2><a href=https://www.helpshift.com/glossary/chat-service/ | ||
22 | + title="what is chat service">chat service란 무엇인가?</a></h2> | ||
23 | + <p>This is chating application which chat your frineds, coworkers and anyone do you want <br> | ||
24 | + so enjoy it out sevice. | ||
25 | + </p> | ||
26 | + </div> | ||
27 | + </div> | ||
28 | + | ||
29 | + | ||
30 | +</body> | ||
31 | +</html> |
-
Please register or login to post a comment