Showing
45 changed files
with
0 additions
and
1566 deletions
front/web/CSS/Banner.css
deleted
100644 → 0
1 | -<style> | ||
2 | - | ||
3 | -a:visited{color:black;} | ||
4 | -a:active {color: black;} | ||
5 | -a:hover {color:black;} | ||
6 | -a:link {color:black;} | ||
7 | -a{text-decoration: none;color: black;} | ||
8 | - | ||
9 | -.banner{ | ||
10 | - display:block; | ||
11 | -} | ||
12 | - | ||
13 | -#khu-logo{ | ||
14 | - font-size: 0; | ||
15 | - padding: 0; | ||
16 | - border:none; | ||
17 | - | ||
18 | -} | ||
19 | - | ||
20 | -#khu-logo-font{ | ||
21 | - font-family: 'Black Han Sans', sans-serif; | ||
22 | - align-content: center; | ||
23 | - font-size:20px; | ||
24 | - line-height: inherit; | ||
25 | - display: inline-block; | ||
26 | - padding: 5; | ||
27 | - border:none; | ||
28 | -} | ||
29 | - | ||
30 | -.khu-nav{ | ||
31 | - padding:20px; | ||
32 | - height:center; | ||
33 | - background-color: white; | ||
34 | - border-bottom: 1px solid #ebeaeb; | ||
35 | -} | ||
36 | -.khu-nav-row{ | ||
37 | - height: 100%; | ||
38 | - display:flex; | ||
39 | - justify-content: space-between; | ||
40 | - padding-left: 200px; | ||
41 | - padding-right: 200px; | ||
42 | -} | ||
43 | - | ||
44 | - | ||
45 | -#khu-start-button{ | ||
46 | - font-family: 'Black Han Sans', sans-serif; | ||
47 | - -webkit-appearance: none; | ||
48 | - -moz-appearance: none; | ||
49 | - appearance: none; | ||
50 | - background: 0 0; | ||
51 | - border: none; | ||
52 | - cursor: pointer; | ||
53 | - border-radius: 4px; | ||
54 | - text-align: center; | ||
55 | - background-color: #611f69; | ||
56 | - color: #fff; | ||
57 | - fill: #fff; | ||
58 | - padding: 10px; | ||
59 | - | ||
60 | -} | ||
61 | - | ||
62 | -@media screen and (min-width:0) and (max-width:767px){.khu-nav-row{padding:0 4vw} | ||
63 | -</style> |
front/web/CSS/ChatContainer_CSS.css
deleted
100644 → 0
1 | - | ||
2 | -a:visited{color:black;} | ||
3 | -a:active {color: black;} | ||
4 | -a:hover {color:black;} | ||
5 | -a:link {color:black;} | ||
6 | -a{text-decoration: none;color: black;} | ||
7 | - | ||
8 | -.banner{ | ||
9 | - display:block; | ||
10 | -} | ||
11 | - | ||
12 | -#khu-logo{ | ||
13 | - font-size: 0; | ||
14 | - padding: 0; | ||
15 | - border:none; | ||
16 | - | ||
17 | -} | ||
18 | - | ||
19 | -#khu-logo-font{ | ||
20 | - font-family: 'Black Han Sans', sans-serif; | ||
21 | - align-content: center; | ||
22 | - font-size:20px; | ||
23 | - line-height: inherit; | ||
24 | - display: inline-block; | ||
25 | - padding: 5; | ||
26 | - border:none; | ||
27 | -} | ||
28 | - | ||
29 | -.khu-nav{ | ||
30 | - padding:20px; | ||
31 | - height:center; | ||
32 | - background-color: white; | ||
33 | - border-bottom: 1px solid #ebeaeb; | ||
34 | -} | ||
35 | -.khu-nav-row{ | ||
36 | - height: 100%; | ||
37 | - display:flex; | ||
38 | - justify-content: space-between; | ||
39 | - padding-left: 200px; | ||
40 | - padding-right: 200px; | ||
41 | -} | ||
42 | - | ||
43 | - | ||
44 | -#khu-start-button{ | ||
45 | - font-family: 'Black Han Sans', sans-serif; | ||
46 | - -webkit-appearance: none; | ||
47 | - -moz-appearance: none; | ||
48 | - appearance: none; | ||
49 | - background: 0 0; | ||
50 | - border: none; | ||
51 | - cursor: pointer; | ||
52 | - border-radius: 4px; | ||
53 | - text-align: center; | ||
54 | - background-color: #611f69; | ||
55 | - color: #fff; | ||
56 | - fill: #fff; | ||
57 | - padding: 10px; | ||
58 | - | ||
59 | -} | ||
60 | - | ||
61 | -@media screen and (min-width:0) and (max-width:767px) | ||
62 | -{ | ||
63 | - .khu-nav-row{padding:0 4vw;} | ||
64 | -} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
front/web/CSS/ChatContainer_Style.js
deleted
100644 → 0
1 | -import ChatContainer_CSS from ChatContainer_CSS.css |
front/web/CSS/Globalstyle.css
deleted
100644 → 0
File mode changed
front/web/Choose-workspace.html
deleted
100644 → 0
File mode changed
front/web/JS/ChatRoom_grid.js
deleted
100644 → 0
1 | -import ChatContainer_CSS from ChatContainer_CSS.css |
front/web/JS/main.js
deleted
100644 → 0
1 | -var Click={ | ||
2 | - Launchclick:function(color){ | ||
3 | - // var alist=document.querySelectorAll('a'); | ||
4 | - // var i =0; | ||
5 | - // while(i<alist.length) | ||
6 | - // { | ||
7 | - // alist[i].style.color=color; | ||
8 | - // i+=1; | ||
9 | - // } | ||
10 | - // } | ||
11 | - //$('a').css('color',color); //jquery 사용한 것. | ||
12 | - | ||
13 | - } | ||
14 | -} | ||
15 | -var Body = { | ||
16 | - SetColor:function(color){ | ||
17 | - //document.querySelector('body').style.color= color; | ||
18 | - $('body').css('color',color); | ||
19 | - | ||
20 | - }, | ||
21 | - SetBackGruondColor:function(color){ | ||
22 | - //document.querySelector('body').style.backgroundColor= color; | ||
23 | - $('body').css('backgroundColor',color); | ||
24 | - } | ||
25 | -} | ||
26 | - | ||
27 | -function nightDayHandler(self){ | ||
28 | - if(self.value==='night') | ||
29 | - { | ||
30 | - Body.SetBackGruondColor('black') | ||
31 | - Body.SetColor('white'); | ||
32 | - self.value= 'day'; | ||
33 | - | ||
34 | - Links.SetColor('powderblue'); | ||
35 | - | ||
36 | - }else{ | ||
37 | - Body.SetBackGruondColor('white') | ||
38 | - Body.SetColor('black'); | ||
39 | - self.value= 'night'; | ||
40 | - | ||
41 | - Links.SetColor('blue'); | ||
42 | - } | ||
43 | - } |
front/web/ex/service/addfriend.html
deleted
100644 → 0
File mode changed
File mode changed
front/web/ex/service/makefriend.html
deleted
100644 → 0
File mode changed
front/web/ex/service/randomchat.html
deleted
100644 → 0
File mode changed
1 | -<!doctype html> | ||
2 | -<html> | ||
3 | -<head> | ||
4 | -<title>KHU KHU Chat</title> | ||
5 | -<meta charset="utf-8"> | ||
6 | -<link rel="stylesheet" href="../style/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 | -<div id="grid"> | ||
13 | - <div id="category"> | ||
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="../signinmain.html" class="saw">문의사항</a></li> | ||
19 | - <li><a href="../afterlogin.html" class="saw">로그인이후</a></li> | ||
20 | - </ol> | ||
21 | - </div> | ||
22 | - <div id="article"> | ||
23 | - <h2>KHU chat service란?</a></h2> | ||
24 | - <p>we have random chat service and | ||
25 | - you can talk with freinds who have your interestings. | ||
26 | - </p> | ||
27 | - <h3>KHU chat의 장점은?</a></h3> | ||
28 | - <p> | ||
29 | - what difference. | ||
30 | - </p> | ||
31 | - <h3>KHU chat의 차별성은?</a></h3> | ||
32 | - <p> | ||
33 | - what difference. | ||
34 | - </p> | ||
35 | - | ||
36 | - </div> | ||
37 | -</div> | ||
38 | - | ||
39 | -</body> | ||
40 | -</html> |
1 | -<!doctype html> | ||
2 | -<html> | ||
3 | -<head> | ||
4 | -<title>KHU KHU Chat</title> | ||
5 | -<meta charset="utf-8"> | ||
6 | - | ||
7 | -<link rel="stylesheet" href="style.css"> | ||
8 | -<script> | ||
9 | -function LinksSetColor(color){ | ||
10 | - var alist=document.querySelectorAll('a'); | ||
11 | - var i =0; | ||
12 | - while(i<alist.length) | ||
13 | - { | ||
14 | - alist[i].style.color=color; | ||
15 | - i+=1; | ||
16 | - } | ||
17 | -} | ||
18 | -var Body={ | ||
19 | - setColor:function(color){ | ||
20 | - | ||
21 | - } | ||
22 | -} | ||
23 | -function bodySetColor(color){ | ||
24 | - document.querySelector('body').style.color= color; | ||
25 | -} | ||
26 | -function bodySetBackGruondColor(color){ | ||
27 | - document.querySelector('body').style.backgroundColor= color; | ||
28 | -} | ||
29 | -function nightDayHandler(self){ | ||
30 | - if(self.value==='night') | ||
31 | - { | ||
32 | - bodySetBackGruondColor('black') | ||
33 | - bodySetColor('white'); | ||
34 | - self.value= 'day'; | ||
35 | - | ||
36 | - setColor('powderblue'); | ||
37 | - | ||
38 | - }else{ | ||
39 | - bodySetBackGruondColor('white') | ||
40 | - bodySetColor('black'); | ||
41 | - self.value= 'night'; | ||
42 | - | ||
43 | - setColor('blue'); | ||
44 | - } | ||
45 | - } | ||
46 | -</script> | ||
47 | -</head> | ||
48 | -<body> | ||
49 | - | ||
50 | - <h1><a href="main.html" color:black>KHU Chatting service</a></h1> | ||
51 | - <img src="image/signin.jpg" class="image"> | ||
52 | - | ||
53 | -<!--refactoring and conditional statement --> | ||
54 | - | ||
55 | - | ||
56 | -<!-- about this grammer | ||
57 | - | ||
58 | - <input type="button" value="night" onclick=" | ||
59 | - if(this.value==='night') | ||
60 | - { | ||
61 | - document.querySelector('body').style.backgroundColor= 'black'; | ||
62 | - document.querySelector('body').style.color= 'white'; | ||
63 | - this.value= 'day'; | ||
64 | - }else{ | ||
65 | - document.querySelector('body').style.backgroundColor= 'white'; | ||
66 | - document.querySelector('body').style.color= 'black'; | ||
67 | - this.value= 'night'; | ||
68 | - } | ||
69 | - "> | ||
70 | - --> | ||
71 | - | ||
72 | - | ||
73 | - | ||
74 | -<!-- about array | ||
75 | - <script> | ||
76 | - var cowokers=["minsing","minsoft"]; | ||
77 | - document.write(cowokers[0]); | ||
78 | - document.write(cowokers[1]); | ||
79 | - cowokers.push("ssssss") | ||
80 | - document.write(cowokers); | ||
81 | - </script> | ||
82 | ---> | ||
83 | - | ||
84 | -<!-- about Loop | ||
85 | -<ul> | ||
86 | - <script> | ||
87 | - var i=0; | ||
88 | - while(i<3) | ||
89 | - { | ||
90 | - document.write("<li>var</li>") | ||
91 | - i+=1; | ||
92 | - } | ||
93 | - </script> | ||
94 | -</ul> | ||
95 | ---> | ||
96 | - | ||
97 | - | ||
98 | - | ||
99 | -<!--Loop & Array | ||
100 | -<script> | ||
101 | - var cowokers=["minsung","leezche","minsoft","sdy"]; | ||
102 | -</script> | ||
103 | - | ||
104 | -<script> | ||
105 | - var i=0; | ||
106 | - while( i< cowokers.length ){ | ||
107 | - document.write('<li><a href="http://a.com/'+cowokers[i]+'">'+cowokers[i]+'</a></li>'); | ||
108 | - i+=1; | ||
109 | - } | ||
110 | -</script> | ||
111 | ---> | ||
112 | - | ||
113 | -<!-- Loop apply | ||
114 | -var alist=document.querySelectorAll('a'); | ||
115 | -var i =0; | ||
116 | -while(i<alist.length){ | ||
117 | -console.log(alist[i]); | ||
118 | -i+=1; | ||
119 | -} | ||
120 | ---> | ||
121 | - | ||
122 | -<!-- button 1 usage array and Loop for chage style | ||
123 | - self를 통한 input의 객체 지정해주기 | ||
124 | - 지정해주기전에는 전역객체를 가르키게 된다. | ||
125 | - --> | ||
126 | -<input id="night_day" type="button" value="night" onclick=" | ||
127 | - nightDayHandler(this); | ||
128 | -"> | ||
129 | - | ||
130 | -<!-- button2 making and using function --> | ||
131 | - <input id="night_day" type="button" value="night" onclick=" | ||
132 | - nightDayHandler(this); | ||
133 | - "> | ||
134 | - | ||
135 | - <div id="grid"> | ||
136 | - <ol> | ||
137 | - <li><a href="whatiskhuchat.html" class="saw">What is KHU chat? </a></li> | ||
138 | - <li><a href="loginmain.html" class="saw">로그인</a></li> | ||
139 | - <li><a href="signinmain.html" class="saw">회원가입</a></li> | ||
140 | - <li><a href="question.html" class="saw">문의사항</a></li> | ||
141 | - <li><a href="afterlogin.html" class="saw">로그인이후</a></li> | ||
142 | - </ol> | ||
143 | - <div id="article"> | ||
144 | - <h2>회원가입</h2> | ||
145 | - <div id="inputset"> | ||
146 | - <form class="signinform" action="loginmain.html"> | ||
147 | - <label for="email">Email:</label><br> | ||
148 | - <input type="text" name="email"><br> | ||
149 | - | ||
150 | - <label for="password">password:</label><br> | ||
151 | - <input type="password" name="password"><br> | ||
152 | - | ||
153 | - <label for="name">이름:</label><br> | ||
154 | - <input type="text" name="name"><br> | ||
155 | - | ||
156 | - <label for="age">나이:</label><br> | ||
157 | - <input type="text" name="age"><br><br> | ||
158 | - | ||
159 | - <label for="sex">성별:</label><br> | ||
160 | - <input type="radio" value="man" name="sex">남자<br> | ||
161 | - <input type="radio" value="woman" name="sex">여자<br><br> | ||
162 | - | ||
163 | - <label for="work">직업:</label><br> | ||
164 | - <input type="radio" value="nowork" name="work">무직<br> | ||
165 | - <input type="radio" value="Hstudent" name="work">중/고생<br> | ||
166 | - <input type="radio" value="Ustudent" name="work">대학생<br> | ||
167 | - <input type="radio" value="worker" name="work">직장인<br><br> | ||
168 | - | ||
169 | - <label for="interesting">관심사(중복선택가능):</label><br> | ||
170 | - <input type="checkbox" value="movie" name="interesting">영화<br> | ||
171 | - <input type="checkbox" value="song" name="interesting">노래<br> | ||
172 | - <input type="checkbox" value="study" name="interesting">공부<br> | ||
173 | - <input type="checkbox" value="coding" name="interesting">코딩<br><br> | ||
174 | - | ||
175 | - <input type="submit" value="회원가입신청"> | ||
176 | - </form> | ||
177 | - </div> | ||
178 | - | ||
179 | - | ||
180 | - </div> | ||
181 | - </div> | ||
182 | - | ||
183 | - | ||
184 | -</body> | ||
185 | -</html> |
front/web/ex/skill/box.html
deleted
100644 → 0
1 | -<!doctype html> | ||
2 | -<html> | ||
3 | - <head> | ||
4 | - <meta charset="utf-8"> | ||
5 | - <title>KHU chat box model test</title> | ||
6 | - <style> | ||
7 | - h1,a { | ||
8 | - border:5px solid red; | ||
9 | - padding:5px; | ||
10 | - margin:20px; | ||
11 | - width:100px; | ||
12 | - } | ||
13 | - | ||
14 | - </style> | ||
15 | - </head> | ||
16 | - <body> | ||
17 | - | ||
18 | - <h1>Test</h1><br> This is <a href="index.html">test</a> site. | ||
19 | - | ||
20 | - </body> | ||
21 | -</html> |
front/web/ex/skill/colors.js
deleted
100644 → 0
1 | -var Links={ | ||
2 | - SetColor:function(color){ | ||
3 | - // var alist=document.querySelectorAll('a'); | ||
4 | - // var i =0; | ||
5 | - // while(i<alist.length) | ||
6 | - // { | ||
7 | - // alist[i].style.color=color; | ||
8 | - // i+=1; | ||
9 | - // } | ||
10 | - // } | ||
11 | - $('a').css('color',color); //jquery 사용한 것. | ||
12 | - } | ||
13 | -} | ||
14 | -var Body = { | ||
15 | - SetColor:function(color){ | ||
16 | - //document.querySelector('body').style.color= color; | ||
17 | - $('body').css('color',color); | ||
18 | - | ||
19 | - }, | ||
20 | - SetBackGruondColor:function(color){ | ||
21 | - //document.querySelector('body').style.backgroundColor= color; | ||
22 | - $('body').css('backgroundColor',color); | ||
23 | - } | ||
24 | -} | ||
25 | - | ||
26 | -function nightDayHandler(self){ | ||
27 | - if(self.value==='night') | ||
28 | - { | ||
29 | - Body.SetBackGruondColor('black') | ||
30 | - Body.SetColor('white'); | ||
31 | - self.value= 'day'; | ||
32 | - | ||
33 | - Links.SetColor('powderblue'); | ||
34 | - | ||
35 | - }else{ | ||
36 | - Body.SetBackGruondColor('white') | ||
37 | - Body.SetColor('black'); | ||
38 | - self.value= 'night'; | ||
39 | - | ||
40 | - Links.SetColor('blue'); | ||
41 | - } | ||
42 | - } |
front/web/ex/skill/fetch.html
deleted
100644 → 0
front/web/ex/skill/fetch2.html
deleted
100644 → 0
1 | -<!doctype html> | ||
2 | -<html> | ||
3 | -<head> | ||
4 | - <title>WEB1 - Welcome</title> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
7 | - <script src="colors.js"></script> | ||
8 | - <script src="../fetch-master/fetch.js"></script> | ||
9 | -</head> | ||
10 | -<body> | ||
11 | - <h1><a href="#!welcome">WEB</a></h1> | ||
12 | - <h1><a href="index.html">WEB</a></h1> | ||
13 | - <h2><a href="welcome.html">Welcome</h2> | ||
14 | - <input id="night_day" type="button" value="night" onclick=" | ||
15 | - nightDayHandler(this); | ||
16 | - "> | ||
17 | - <ol id="nav"> | ||
18 | - | ||
19 | - </ol> | ||
20 | - <article> | ||
21 | - </article> | ||
22 | - <script> | ||
23 | - function fetchPage(name){ | ||
24 | - fetch(name).then(function(response){ | ||
25 | - response.text().then(function(text){ | ||
26 | - document.querySelector('article').innerHTML=text; | ||
27 | - }) | ||
28 | - }); | ||
29 | - } | ||
30 | - | ||
31 | - if(location.hash){ | ||
32 | - fetchPage(location.hash.substr(2)); | ||
33 | - }else{ | ||
34 | - fetchPage('welcome'); | ||
35 | - } | ||
36 | - fetch('list').then(function(response){ | ||
37 | - response.text().then(function(text){ | ||
38 | - document.querySelector('#nav').innerHTML=text; | ||
39 | - }) | ||
40 | - }); | ||
41 | - | ||
42 | - </script> | ||
43 | -</body> | ||
44 | -</html> |
front/web/ex/skill/grid.html
deleted
100644 → 0
1 | -<!DOCTYPE html> | ||
2 | -<html> | ||
3 | - <head> | ||
4 | - <meta charset="utf-8"> | ||
5 | - <title></title> | ||
6 | - <style> | ||
7 | - #grid{ | ||
8 | - border-color: pink; | ||
9 | - display:grid; | ||
10 | - grid-template-columns: 150px 1fr; | ||
11 | - } | ||
12 | - div{ | ||
13 | - border:5px solid gray; | ||
14 | - } | ||
15 | - </style> | ||
16 | - </head> | ||
17 | - <body> | ||
18 | - <div id="grid"> | ||
19 | - <div>NAVIGATION</div> | ||
20 | - <div> ARTICLE</div> | ||
21 | - </div> | ||
22 | - <!-- div(무생무체와 같은 태그 의미가 없음,디자인 용도) | ||
23 | - 는 block element span은 inline element --> | ||
24 | - </body> | ||
25 | -</html> |
front/web/ex/skill/mediaquery.html
deleted
100644 → 0
1 | -<!doctype html> | ||
2 | -<html> | ||
3 | -<head> | ||
4 | - <title>WEB - CSS</title> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <style> | ||
7 | - body{ | ||
8 | - margin:0; | ||
9 | - } | ||
10 | - a { | ||
11 | - color:black; | ||
12 | - text-decoration: none; | ||
13 | - } | ||
14 | - h1 { | ||
15 | - font-size:45px; | ||
16 | - text-align: center; | ||
17 | - border-bottom:1px solid gray; | ||
18 | - margin:0; | ||
19 | - padding:20px; | ||
20 | - } | ||
21 | - ol{ | ||
22 | - border-right:1px solid gray; | ||
23 | - width:100px; | ||
24 | - margin:0; | ||
25 | - padding:20px; | ||
26 | - } | ||
27 | - #grid{ | ||
28 | - display: grid; | ||
29 | - grid-template-columns: 150px 1fr; | ||
30 | - } | ||
31 | - #grid ol{ | ||
32 | - padding-left:33px; | ||
33 | - } | ||
34 | - #grid #article{ | ||
35 | - padding-left:25px; | ||
36 | - } | ||
37 | - @media(max-width:800px){ | ||
38 | - #grid{ | ||
39 | - display: block; | ||
40 | - } | ||
41 | - ol{ | ||
42 | - border-right:none; | ||
43 | - } | ||
44 | - h1 { | ||
45 | - border-bottom:none; | ||
46 | - } | ||
47 | - } | ||
48 | - </style> | ||
49 | -</head> | ||
50 | -<body> | ||
51 | - <h1><a href="index.html">WEB</a></h1> | ||
52 | - <div id="grid"> | ||
53 | - <ol> | ||
54 | - <li><a href="1.html">HTML</a></li> | ||
55 | - <li><a href="2.html">CSS</a></li> | ||
56 | - <li><a href="3.html">JavaScript</a></li> | ||
57 | - </ol> | ||
58 | - <div id="article"> | ||
59 | - <h2>CSS</h2> | ||
60 | - <p> | ||
61 | - Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.[1] Although most often used to set the visual style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any XML document, including plain XML, SVG and XUL, and is applicable to rendering in speech, or on other media. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications. | ||
62 | - </p> | ||
63 | - </div> | ||
64 | - </div> | ||
65 | - </body> | ||
66 | - </html> |
front/web/ex/skill/object.html
deleted
100644 → 0
1 | -<!DOCTYPE html> | ||
2 | -<html> | ||
3 | - <head> | ||
4 | - <meta charset="utf-8"> | ||
5 | - <title></title> | ||
6 | - </head> | ||
7 | - <body> | ||
8 | - <h1>how to make object</h1> | ||
9 | - <script> | ||
10 | - var coworkers = { | ||
11 | - "designer":"minsung", | ||
12 | - "programmer":"sdy" | ||
13 | - }; | ||
14 | - document.write("programmer: "+coworkers.programmer+"<br>"); | ||
15 | - document.write("designer: "+coworkers.designer+"<br>"); | ||
16 | - coworkers.bookkeeper="duru"; | ||
17 | - document.write("bookkeeper: "+coworkers.bookkeeper+"<br>"); | ||
18 | - coworkers["data scientist"] ="taeho"; | ||
19 | - document.write("data scientist: "+coworkers["data scientist"]+"<br>"); | ||
20 | - </script> | ||
21 | - | ||
22 | - <h2>iterate</h2> | ||
23 | - | ||
24 | - <h2>property & method</h2> | ||
25 | - <script> | ||
26 | - coworker.showAll =function(){ | ||
27 | - for(var key in this){ | ||
28 | - document.write(key+' : ' +this[key]+'<br>'); | ||
29 | - } | ||
30 | - } | ||
31 | - coworkers.showAll(); | ||
32 | - </script> | ||
33 | - </body> | ||
34 | -</html> |
front/web/ex/skill/usingobject.html
deleted
100644 → 0
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 | -<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"> | ||
8 | -//color.js 앞에 jquery 써줘야함 | ||
9 | -</script> | ||
10 | - | ||
11 | -<script src="colors.js"></script> | ||
12 | -</head> | ||
13 | -<body> | ||
14 | - <input id="night_day" type="button" value="night" onclick=" | ||
15 | - nightDayHandler(this); | ||
16 | - "> | ||
17 | - <!-- button2 making and using function --> | ||
18 | - <input id="night_day" type="button" value="night" onclick=" | ||
19 | - nightDayHandler(this); | ||
20 | - "> | ||
21 | - | ||
22 | - <div id="grid"> | ||
23 | - <ol> | ||
24 | - <li><a href="whatiskhuchat.html" class="saw"> What is KHU chat? </a>< | ||
25 | - <ul>test</ul> | ||
26 | - <ul>test</ul> | ||
27 | - <ul>test</ul> | ||
28 | - </li> | ||
29 | - <li><a href="loginmain.html" class="saw">로그인</a> | ||
30 | - <ul>Profile</ul> | ||
31 | - </li> | ||
32 | - <li><a href="signinmain.html" class="saw">회원가입</a></li> | ||
33 | - <li><a href="question.html" class="saw">문의사항</a></li> | ||
34 | - <li><a href="afterlogin.html" class="saw">로그인이후</a></li> | ||
35 | - </ol> | ||
36 | - <div id="article"> | ||
37 | - <h2>회원가입</h2> | ||
38 | - <div id="inputset"> | ||
39 | - <form class="signinform" action="loginmain.html"> | ||
40 | - <label for="email">Email:</label><br> | ||
41 | - <input type="text" name="email"><br> | ||
42 | - | ||
43 | - <label for="password">password:</label><br> | ||
44 | - <input type="password" name="password"><br> | ||
45 | - | ||
46 | - <label for="name">이름:</label><br> | ||
47 | - <input type="text" name="name"><br> | ||
48 | - | ||
49 | - <label for="age">나이:</label><br> | ||
50 | - <input type="text" name="age"><br><br> | ||
51 | - | ||
52 | - <label for="sex">성별:</label><br> | ||
53 | - <input type="radio" value="man" name="sex">남자<br> | ||
54 | - <input type="radio" value="woman" name="sex">여자<br><br> | ||
55 | - | ||
56 | - <label for="work">직업:</label><br> | ||
57 | - <input type="radio" value="nowork" name="work">무직<br> | ||
58 | - <input type="radio" value="Hstudent" name="work">중/고생<br> | ||
59 | - <input type="radio" value="Ustudent" name="work">대학생<br> | ||
60 | - <input type="radio" value="worker" name="work">직장인<br><br> | ||
61 | - | ||
62 | - <label for="interesting">관심사(중복선택가능):</label><br> | ||
63 | - <input type="checkbox" value="movie" name="interesting">영화<br> | ||
64 | - <input type="checkbox" value="song" name="interesting">노래<br> | ||
65 | - <input type="checkbox" value="study" name="interesting">공부<br> | ||
66 | - <input type="checkbox" value="coding" name="interesting">코딩<br><br> | ||
67 | - | ||
68 | - <input type="submit" value="회원가입신청"> | ||
69 | - </form> | ||
70 | - </div> | ||
71 | - | ||
72 | - | ||
73 | - </div> | ||
74 | - </div> | ||
75 | - | ||
76 | - | ||
77 | - </body> | ||
78 | - </html> |
front/web/image/coding.jpg
deleted
100644 → 0
672 KB
front/web/image/login.jpg
deleted
100644 → 0
1.6 MB
front/web/image/main2.jpg
deleted
100644 → 0
9.03 MB
front/web/image/question.jpg
deleted
100644 → 0
807 KB
front/web/image/signin.jpg
deleted
100644 → 0
861 KB
3.14 MB
front/web/image/welcome.jpg
deleted
100644 → 0
2.55 MB
front/web/img/Khu_Chat_Icon.svg
deleted
100644 → 0
1 | -<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="comments" class="svg-inline--fa fa-comments fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z"></path></svg> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
front/web/react-app/.gitignore
deleted
100644 → 0
1 | -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
2 | - | ||
3 | -# dependencies | ||
4 | -/node_modules | ||
5 | -/.pnp | ||
6 | -.pnp.js | ||
7 | - | ||
8 | -# testing | ||
9 | -/coverage | ||
10 | - | ||
11 | -# production | ||
12 | -/build | ||
13 | - | ||
14 | -# misc | ||
15 | -.DS_Store | ||
16 | -.env.local | ||
17 | -.env.development.local | ||
18 | -.env.test.local | ||
19 | -.env.production.local | ||
20 | - | ||
21 | -npm-debug.log* | ||
22 | -yarn-debug.log* | ||
23 | -yarn-error.log* |
front/web/react-app/README.md
deleted
100644 → 0
1 | -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). | ||
2 | - | ||
3 | -## Available Scripts | ||
4 | - | ||
5 | -In the project directory, you can run: | ||
6 | - | ||
7 | -### `npm start` | ||
8 | - | ||
9 | -Runs the app in the development mode.<br /> | ||
10 | -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. | ||
11 | - | ||
12 | -The page will reload if you make edits.<br /> | ||
13 | -You will also see any lint errors in the console. | ||
14 | - | ||
15 | -### `npm test` | ||
16 | - | ||
17 | -Launches the test runner in the interactive watch mode.<br /> | ||
18 | -See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. | ||
19 | - | ||
20 | -### `npm run build` | ||
21 | - | ||
22 | -Builds the app for production to the `build` folder.<br /> | ||
23 | -It correctly bundles React in production mode and optimizes the build for the best performance. | ||
24 | - | ||
25 | -The build is minified and the filenames include the hashes.<br /> | ||
26 | -Your app is ready to be deployed! | ||
27 | - | ||
28 | -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. | ||
29 | - | ||
30 | -### `npm run eject` | ||
31 | - | ||
32 | -**Note: this is a one-way operation. Once you `eject`, you can’t go back!** | ||
33 | - | ||
34 | -If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. | ||
35 | - | ||
36 | -Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. | ||
37 | - | ||
38 | -You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. | ||
39 | - | ||
40 | -## Learn More | ||
41 | - | ||
42 | -You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). | ||
43 | - | ||
44 | -To learn React, check out the [React documentation](https://reactjs.org/). | ||
45 | - | ||
46 | -### Code Splitting | ||
47 | - | ||
48 | -This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting | ||
49 | - | ||
50 | -### Analyzing the Bundle Size | ||
51 | - | ||
52 | -This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size | ||
53 | - | ||
54 | -### Making a Progressive Web App | ||
55 | - | ||
56 | -This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app | ||
57 | - | ||
58 | -### Advanced Configuration | ||
59 | - | ||
60 | -This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration | ||
61 | - | ||
62 | -### Deployment | ||
63 | - | ||
64 | -This section has moved here: https://facebook.github.io/create-react-app/docs/deployment | ||
65 | - | ||
66 | -### `npm run build` fails to minify | ||
67 | - | ||
68 | -This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify |
This diff could not be displayed because it is too large.
front/web/react-app/package.json
deleted
100644 → 0
1 | -{ | ||
2 | - "name": "react-app", | ||
3 | - "version": "0.1.0", | ||
4 | - "private": true, | ||
5 | - "dependencies": { | ||
6 | - "@testing-library/jest-dom": "^4.2.4", | ||
7 | - "@testing-library/react": "^9.5.0", | ||
8 | - "@testing-library/user-event": "^7.2.1", | ||
9 | - "react": "^16.13.1", | ||
10 | - "react-dom": "^16.13.1", | ||
11 | - "react-scripts": "3.4.1", | ||
12 | - "styled-components": "^5.1.1" | ||
13 | - }, | ||
14 | - "scripts": { | ||
15 | - "start": "react-scripts start", | ||
16 | - "build": "react-scripts build", | ||
17 | - "test": "react-scripts test", | ||
18 | - "eject": "react-scripts eject" | ||
19 | - }, | ||
20 | - "eslintConfig": { | ||
21 | - "extends": "react-app" | ||
22 | - }, | ||
23 | - "browserslist": { | ||
24 | - "production": [ | ||
25 | - ">0.2%", | ||
26 | - "not dead", | ||
27 | - "not op_mini all" | ||
28 | - ], | ||
29 | - "development": [ | ||
30 | - "last 1 chrome version", | ||
31 | - "last 1 firefox version", | ||
32 | - "last 1 safari version" | ||
33 | - ] | ||
34 | - } | ||
35 | -} |
1 | -<!DOCTYPE html> | ||
2 | -<html lang="en"> | ||
3 | - <head> | ||
4 | - | ||
5 | - </head> | ||
6 | - <body> | ||
7 | - <i class="far fa-comments fa-7x"></i> | ||
8 | - <div id="root"> | ||
9 | - <ll>list1 | ||
10 | - | ||
11 | - <ul>profile</ul> | ||
12 | - <ul>profile</ul> | ||
13 | - <ul>profile</ul> | ||
14 | - <ul>profile</ul> | ||
15 | - </ll> | ||
16 | - | ||
17 | - </div> | ||
18 | - </div> | ||
19 | - </body> | ||
20 | -</html> |
1 | -import styled from "styled-components"; | ||
2 | -import React from 'react'; | ||
3 | - | ||
4 | -const GlobalGrid = styled.div` | ||
5 | - display: grid; | ||
6 | - justify-content: space-between; | ||
7 | - grid-template-columns: 150px 150px; | ||
8 | -`; | ||
9 | -const Profile_Grid = styled.div` | ||
10 | - display: flex; | ||
11 | - grid-gap:5px; | ||
12 | - grid-row-gap: 50px; | ||
13 | -`; | ||
14 | - | ||
15 | -// this information get from database | ||
16 | - | ||
17 | -export default () => { | ||
18 | - return ( | ||
19 | - <GlobalGrid> | ||
20 | - <Profile_Grid> | ||
21 | - | ||
22 | - </Profile_Grid> | ||
23 | - </GlobalGrid> | ||
24 | - ); | ||
25 | -}; |
1 | -<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="comments" class="svg-inline--fa fa-comments fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z"></path></svg> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
front/web/react-app/src/index.js
deleted
100644 → 0
1 | -import React from 'react'; | ||
2 | -import ReactDOM from 'react-dom'; | ||
3 | -import ChatRoom_Grid from './ChatContainer_Set/ChatRoom_Grid'; | ||
4 | - | ||
5 | -ReactDOM.render( | ||
6 | - <React.StrictMode> | ||
7 | - <ChatRoom_Grid> | ||
8 | - <ul> | ||
9 | - test1 | ||
10 | - </ul> | ||
11 | - </ChatRoom_Grid> | ||
12 | - </React.StrictMode>, | ||
13 | - document.getElementById('root') | ||
14 | -); | ||
15 | - |
File mode changed
File mode changed
1 | -body{ | ||
2 | - background-color: powderblue; | ||
3 | -} | ||
4 | - | ||
5 | - | ||
6 | -.App { | ||
7 | - text-align: center; | ||
8 | -} | ||
9 | - | ||
10 | -.App-logo { | ||
11 | - height: 40vmin; | ||
12 | - pointer-events: none; | ||
13 | -} | ||
14 | - | ||
15 | -@media (prefers-reduced-motion: no-preference) { | ||
16 | - .App-logo { | ||
17 | - animation: App-logo-spin infinite 20s linear; | ||
18 | - } | ||
19 | -} | ||
20 | - | ||
21 | -.App-header { | ||
22 | - background-color: #282c34; | ||
23 | - min-height: 100vh; | ||
24 | - display: flex; | ||
25 | - flex-direction: column; | ||
26 | - align-items: center; | ||
27 | - justify-content: center; | ||
28 | - font-size: calc(10px + 2vmin); | ||
29 | - color: white; | ||
30 | -} | ||
31 | - | ||
32 | -.App-link { | ||
33 | - color: #61dafb; | ||
34 | -} | ||
35 | - | ||
36 | -@keyframes App-logo-spin { | ||
37 | - from { | ||
38 | - transform: rotate(0deg); | ||
39 | - } | ||
40 | - to { | ||
41 | - transform: rotate(360deg); | ||
42 | - } | ||
43 | -} |
1 | -import React,{ Component } from 'react'; | ||
2 | -import './main.css'; | ||
3 | - | ||
4 | -class HelloKhu extends Component { | ||
5 | - render(){ | ||
6 | - return ( | ||
7 | - <div className="HelloKhu"> | ||
8 | - Hello, This is Khu!! | ||
9 | - </div> | ||
10 | - ); | ||
11 | - } | ||
12 | -} | ||
13 | - | ||
14 | -class KhuIcon extends Component { | ||
15 | - render(){ | ||
16 | - return ( | ||
17 | - <a target="_blank" href="./index.html"> | ||
18 | - <img alt="" src="../img/Khu_Chat_Icon.svg" height="34" title="Khu_chat"></img> | ||
19 | - </a> | ||
20 | - | ||
21 | - ); | ||
22 | - } | ||
23 | -} | ||
24 | - | ||
25 | -export default () => { | ||
26 | - return ( | ||
27 | - <> | ||
28 | - <KhuIcon /> | ||
29 | - <HelloKhu /> | ||
30 | - </> | ||
31 | - ) | ||
32 | -}; |
front/web/reactmain.html
deleted
100644 → 0
1 | -<!doctype html> | ||
2 | -<html> | ||
3 | -<head> | ||
4 | -<title>KHU KHU Chat</title> | ||
5 | -<meta charset="utf-8"> | ||
6 | -<link rel="stylesheet" href="CSS/Banner.css"> | ||
7 | -<script src="https://kit.fontawesome.com/6a5db0a2e0.js" crossorigin="anonymous"></script> | ||
8 | -<link rel="icon" href="https://kit.fontawesome.com/6a5db0a2e0.js" /> | ||
9 | -<link href="https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap" rel="stylesheet"> | ||
10 | -<script src="JS/main.js"></script> | ||
11 | -</head> | ||
12 | -<body> | ||
13 | -<header role="banner"> | ||
14 | - <nav class="khu-nav" role="navigation" aria-label="Primary navigation"> | ||
15 | - <div class="khu-nav-row"> | ||
16 | - <div class="khu-logo"> | ||
17 | - <a id="khu-logo" data-clog-click="" data-clog-ui-element="link_home" href="main.html" aria-label="Khu-logo" data-qa="logo"> | ||
18 | - <img src="img/Khu_Chat_Icon.svg" width="30px" hegiht="20px" alt="Khu Chat"> | ||
19 | - </a> | ||
20 | - | ||
21 | - <a id="khu-logo-font" data-clog-click="" data-clog-ui-element="link_home" href="main.html" aria-label="Khu-logo-font" data-qa="logo"> | ||
22 | - Khu Chat | ||
23 | - </a> | ||
24 | - </div> | ||
25 | - <div class ="khu-login" > | ||
26 | - <a data-clog-click="" data-clog-ui-element="link_home" href="main.html" aria-label="Khu-logo-font" data-qa="logo"> | ||
27 | - Login | ||
28 | - </a> | ||
29 | - </div> | ||
30 | - <div class="khu-signin"> | ||
31 | - <a data-clog-click="" data-clog-ui-element="link_home" href="main.html" aria-label="Khu-logo-font" data-qa="logo"> | ||
32 | - Sign in | ||
33 | - </a> | ||
34 | - </div> | ||
35 | - <div class="khu-start-button"> | ||
36 | - <a id="khu-start-button" href="afterlogin.html" data-clog-click="" data-clog-ui-element="link_home" href="main.html" aria-label="Khu-start-button" data-qa="logo"> | ||
37 | - Launch Chating | ||
38 | - </a> | ||
39 | - </div> | ||
40 | - | ||
41 | - | ||
42 | -</div> | ||
43 | -</nav> | ||
44 | - | ||
45 | -</header> | ||
46 | - <div id="article"> | ||
47 | - <h2><a class data-clog-click="" data-clog-ui-element="link_home" href=https://www.helpshift.com/glossary/chat-service/ | ||
48 | - title="what is chat service">chat service란?</a></h2> | ||
49 | - <p>This is chating application which chats with your frineds, coworkers and anyone do you want <br> | ||
50 | - so enjoy it out sevice. | ||
51 | - </p> | ||
52 | - | ||
53 | - | ||
54 | - </div> | ||
55 | -</div> | ||
56 | -</body> | ||
57 | -</html> |
front/web/style/component.css
deleted
100644 → 0
1 | -@font-face { | ||
2 | - font-family: 'icomoon'; | ||
3 | - src:url('../fonts/icomoon.eot'); | ||
4 | - src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), | ||
5 | - url('../fonts/icomoon.woff') format('woff'), | ||
6 | - url('../fonts/icomoon.ttf') format('truetype'), | ||
7 | - url('../fonts/icomoon.svg#icomoon') format('svg'); | ||
8 | - font-weight: normal; | ||
9 | - font-style: normal; | ||
10 | -} | ||
11 | - | ||
12 | -.dr-menu { | ||
13 | - width: 100%; | ||
14 | - max-width: 400px; | ||
15 | - min-width: 300px; | ||
16 | - position: relative; | ||
17 | - font-size: 1.3em; | ||
18 | - line-height: 2.5; | ||
19 | - font-weight: 400; | ||
20 | - color: #fff; | ||
21 | - padding-top: 2em; | ||
22 | -} | ||
23 | - | ||
24 | -.dr-menu > div { | ||
25 | - cursor: pointer; | ||
26 | - position: absolute; | ||
27 | - width: 100%; | ||
28 | - z-index: 100; | ||
29 | -} | ||
30 | - | ||
31 | -.dr-menu > div .dr-icon { | ||
32 | - top: 0; | ||
33 | - left: 0; | ||
34 | - position: absolute; | ||
35 | - font-size: 150%; | ||
36 | - line-height: 1.6; | ||
37 | - padding: 0 10px; | ||
38 | - -webkit-transition: all 0.2s ease; | ||
39 | - -moz-transition: all 0.2s ease; | ||
40 | - transition: all 0.2s ease; | ||
41 | -} | ||
42 | - | ||
43 | -.dr-menu.dr-menu-open > div .dr-icon { | ||
44 | - color: #60a773; | ||
45 | - left: 100%; | ||
46 | - -webkit-transform: translateX(-100%); | ||
47 | - -moz-transform: translateX(-100%); | ||
48 | - -ms-transform: translateX(-100%); | ||
49 | - transform: translateX(-100%); | ||
50 | -} | ||
51 | - | ||
52 | -.dr-menu > div .dr-icon:after { | ||
53 | - content: "\e008"; | ||
54 | - position: absolute; | ||
55 | - font-size: 50%; | ||
56 | - line-height: 3.25; | ||
57 | - left: -10%; | ||
58 | - opacity: 0; | ||
59 | -} | ||
60 | - | ||
61 | -.dr-menu.dr-menu-open > div .dr-icon:after { | ||
62 | - opacity: 1; | ||
63 | -} | ||
64 | - | ||
65 | -.dr-menu > div .dr-label { | ||
66 | - padding-left: 3em; | ||
67 | - position: relative; | ||
68 | - display: block; | ||
69 | - color: #60a773; | ||
70 | - font-size: 0.9em; | ||
71 | - font-weight: 700; | ||
72 | - letter-spacing: 1px; | ||
73 | - text-transform: uppercase; | ||
74 | - line-height: 2.75; | ||
75 | - -webkit-transition: all 0.2s ease; | ||
76 | - -moz-transition: all 0.2s ease; | ||
77 | - transition: all 0.2s ease; | ||
78 | -} | ||
79 | - | ||
80 | -.dr-menu.dr-menu-open > div .dr-label { | ||
81 | - -webkit-transform: translateY(-90%); | ||
82 | - -moz-transform: translateY(-90%); | ||
83 | - -ms-transform: translateY(-90%); | ||
84 | - transform: translateY(-90%); | ||
85 | -} | ||
86 | - | ||
87 | -.dr-menu ul { | ||
88 | - padding: 0; | ||
89 | - margin: 0 3em 0 0; | ||
90 | - list-style: none; | ||
91 | - opacity: 0; | ||
92 | - position: relative; | ||
93 | - z-index: 0; | ||
94 | - pointer-events: none; | ||
95 | - -webkit-transition: opacity 0s linear 205ms; | ||
96 | - -moz-transition: opacity 0s linear 205ms; | ||
97 | - transition: opacity 0s linear 205ms; | ||
98 | -} | ||
99 | - | ||
100 | -.dr-menu.dr-menu-open ul { | ||
101 | - opacity: 1; | ||
102 | - z-index: 200; | ||
103 | - pointer-events: auto; | ||
104 | - -webkit-transition: opacity 0s linear 0s; | ||
105 | - -moz-transition: opacity 0s linear 0s; | ||
106 | - transition: opacity 0s linear 0s; | ||
107 | -} | ||
108 | - | ||
109 | -.dr-menu ul li { | ||
110 | - display: block; | ||
111 | - margin: 0 0 5px 0; | ||
112 | - opacity: 0; | ||
113 | - -webkit-transition: opacity 0.3s ease; | ||
114 | - -moz-transition: opacity 0.3s ease; | ||
115 | - transition: opacity 0.3s ease; | ||
116 | -} | ||
117 | - | ||
118 | -.dr-menu.dr-menu-open ul li { | ||
119 | - opacity: 1; | ||
120 | -} | ||
121 | - | ||
122 | -.dr-menu.dr-menu-open ul li:nth-child(2) { | ||
123 | - -webkit-transition-delay: 35ms; | ||
124 | - -moz-transition-delay: 35ms; | ||
125 | - transition-delay: 35ms; | ||
126 | -} | ||
127 | - | ||
128 | -.dr-menu.dr-menu-open ul li:nth-child(3) { | ||
129 | - -webkit-transition-delay: 70ms; | ||
130 | - -moz-transition-delay: 70ms; | ||
131 | - transition-delay: 70ms; | ||
132 | -} | ||
133 | - | ||
134 | -.dr-menu.dr-menu-open ul li:nth-child(4) { | ||
135 | - -webkit-transition-delay: 105ms; | ||
136 | - -moz-transition-delay: 105ms; | ||
137 | - transition-delay: 105ms; | ||
138 | -} | ||
139 | - | ||
140 | -.dr-menu.dr-menu-open ul li:nth-child(5) { | ||
141 | - -webkit-transition-delay: 140ms; | ||
142 | - -moz-transition-delay: 140ms; | ||
143 | - transition-delay: 140ms; | ||
144 | -} | ||
145 | - | ||
146 | -.dr-menu.dr-menu-open ul li:nth-child(6) { | ||
147 | - -webkit-transition-delay: 175ms; | ||
148 | - -moz-transition-delay: 175ms; | ||
149 | - transition-delay: 175ms; | ||
150 | -} | ||
151 | - | ||
152 | -.dr-menu.dr-menu-open ul li:nth-child(7) { | ||
153 | - -webkit-transition-delay: 205ms; | ||
154 | - -moz-transition-delay: 205ms; | ||
155 | - transition-delay: 205ms; | ||
156 | -} | ||
157 | - | ||
158 | -.dr-menu ul li a { | ||
159 | - display: inline-block; | ||
160 | - padding: 0 20px; | ||
161 | - color: #fff; | ||
162 | -} | ||
163 | - | ||
164 | -.dr-menu ul li a:hover { | ||
165 | - color: #60a773; | ||
166 | -} | ||
167 | - | ||
168 | -.dr-icon:before, | ||
169 | -.dr-icon:after { | ||
170 | - position: relative; | ||
171 | - font-family: 'icomoon'; | ||
172 | - speak: none; | ||
173 | - font-style: normal; | ||
174 | - font-weight: normal; | ||
175 | - font-variant: normal; | ||
176 | - text-transform: none; | ||
177 | - -webkit-font-smoothing: antialiased; | ||
178 | -} | ||
179 | - | ||
180 | -.dr-menu ul .dr-icon:before { | ||
181 | - margin-right: 15px; | ||
182 | -} | ||
183 | - | ||
184 | -.dr-icon-bullhorn:before { | ||
185 | - content: "\e000"; | ||
186 | -} | ||
187 | - | ||
188 | -.dr-icon-camera:before { | ||
189 | - content: "\e002"; | ||
190 | -} | ||
191 | - | ||
192 | -.dr-icon-heart:before { | ||
193 | - content: "\e003"; | ||
194 | -} | ||
195 | - | ||
196 | -.dr-icon-settings:before { | ||
197 | - content: "\e004"; | ||
198 | -} | ||
199 | - | ||
200 | -.dr-icon-switch:before { | ||
201 | - content: "\e005"; | ||
202 | -} | ||
203 | - | ||
204 | -.dr-icon-download:before { | ||
205 | - content: "\e006"; | ||
206 | -} | ||
207 | - | ||
208 | -.dr-icon-user:before { | ||
209 | - content: "\e001"; | ||
210 | -} | ||
211 | - | ||
212 | -.dr-icon-menu:before { | ||
213 | - content: "\e007"; | ||
214 | -} |
front/web/style/default.css
deleted
100644 → 0
1 | -/* General Demo Style */ | ||
2 | -@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); | ||
3 | - | ||
4 | -body, html { font-size: 100%; padding: 0; margin: 0;} | ||
5 | - | ||
6 | -/* Reset */ | ||
7 | -*, | ||
8 | -*:after, | ||
9 | -*:before { | ||
10 | - -webkit-box-sizing: border-box; | ||
11 | - -moz-box-sizing: border-box; | ||
12 | - box-sizing: border-box; | ||
13 | -} | ||
14 | - | ||
15 | -/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */ | ||
16 | -.clearfix:before, | ||
17 | -.clearfix:after { | ||
18 | - content: " "; | ||
19 | - display: table; | ||
20 | -} | ||
21 | - | ||
22 | -.clearfix:after { | ||
23 | - clear: both; | ||
24 | -} | ||
25 | - | ||
26 | -body { | ||
27 | - font-family: 'Lato', Calibri, Arial, sans-serif; | ||
28 | - color: #fff; | ||
29 | - background: #91cfa1; | ||
30 | - font-weight: 300; | ||
31 | -} | ||
32 | - | ||
33 | -a { | ||
34 | - color: #f0f0f0; | ||
35 | - text-decoration: none; | ||
36 | -} | ||
37 | - | ||
38 | -a:hover { | ||
39 | - color: #fff; | ||
40 | -} | ||
41 | - | ||
42 | -.main, | ||
43 | -.container > header { | ||
44 | - width: 100%; | ||
45 | - margin: 0 auto; | ||
46 | - padding: 0 1.875em 3.125em 1.875em; | ||
47 | -} | ||
48 | - | ||
49 | -.main { | ||
50 | - max-width: 69em; | ||
51 | - min-height: 600px; | ||
52 | - padding: 2em 0 0 0; | ||
53 | -} | ||
54 | - | ||
55 | -.side { | ||
56 | - float: right; | ||
57 | - width: 30%; | ||
58 | - padding-right: 20px; | ||
59 | - min-width: 320px; | ||
60 | - box-shadow: 1px 0 rgba(0,0,0,0.1); | ||
61 | -} | ||
62 | - | ||
63 | -.main p { | ||
64 | - font-size: 2em; | ||
65 | - padding: 0 1em; | ||
66 | - margin: 0; | ||
67 | - line-height: 1.5; | ||
68 | - float: right; | ||
69 | - width: 70%; | ||
70 | -} | ||
71 | - | ||
72 | -.container > header { | ||
73 | - padding: 2.875em 1.875em 2.875em; | ||
74 | - text-align: center; | ||
75 | - background: rgba(0,0,0,0.02); | ||
76 | -} | ||
77 | - | ||
78 | -.container > header h1 { | ||
79 | - font-size: 2.625em; | ||
80 | - line-height: 1.3; | ||
81 | - margin: 0; | ||
82 | - color: #fff; | ||
83 | - font-weight: 300; | ||
84 | -} | ||
85 | - | ||
86 | -.container > header span { | ||
87 | - display: block; | ||
88 | - font-size: 60%; | ||
89 | - color: rgba(255,255,255,0.7); | ||
90 | - padding: 0 0 0.6em 0.1em; | ||
91 | -} | ||
92 | - | ||
93 | -/* Header Style */ | ||
94 | -.codrops-top { | ||
95 | - background: #fff; | ||
96 | - background: rgba(255, 255, 255, 0.85); | ||
97 | - text-transform: uppercase; | ||
98 | - position: relative; | ||
99 | - font-size: 0.68em; | ||
100 | - box-shadow: 1px 0px 2px rgba(0,0,0,0.2); | ||
101 | - line-height: 2.2; | ||
102 | -} | ||
103 | - | ||
104 | -.codrops-top a { | ||
105 | - padding: 0 1em; | ||
106 | - letter-spacing: 0.1em; | ||
107 | - color: #333; | ||
108 | - display: inline-block; | ||
109 | -} | ||
110 | - | ||
111 | -.codrops-top a:hover { | ||
112 | - background: rgba(255,255,255,0.99); | ||
113 | - color: #000; | ||
114 | -} | ||
115 | - | ||
116 | -.codrops-top span.right { | ||
117 | - float: right; | ||
118 | -} | ||
119 | - | ||
120 | -.codrops-top span.right a { | ||
121 | - float: left; | ||
122 | - display: block; | ||
123 | -} | ||
124 | - | ||
125 | -@media screen and (max-width: 66.9375em) { | ||
126 | - .side, .main p { | ||
127 | - float: none; | ||
128 | - width: 100%; | ||
129 | - box-shadow: none; | ||
130 | - padding: 1em; | ||
131 | - } | ||
132 | - | ||
133 | - .main p { | ||
134 | - font-size: 130%; | ||
135 | - } | ||
136 | -} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
front/web/style/style.css
deleted
100644 → 0
1 | -<style> | ||
2 | - title{ | ||
3 | - | ||
4 | - } | ||
5 | - body | ||
6 | - { | ||
7 | - margin:0; | ||
8 | - } | ||
9 | - h1 | ||
10 | - { | ||
11 | - text-align:center; | ||
12 | - color:"black"; | ||
13 | - margin:0; | ||
14 | - padding:20px | ||
15 | - } | ||
16 | - a | ||
17 | - { | ||
18 | - color:"black"; | ||
19 | - text-decoration: none; | ||
20 | - } | ||
21 | - ol | ||
22 | - { | ||
23 | - | ||
24 | - width:150px; | ||
25 | - margin:50px; | ||
26 | - padding:20px; | ||
27 | - | ||
28 | - } | ||
29 | - .inputset{ | ||
30 | - margin-bottom: 20px; | ||
31 | - | ||
32 | - | ||
33 | - } | ||
34 | - .image | ||
35 | - { | ||
36 | - display: block; | ||
37 | - margin-left: auto; | ||
38 | - margin-right: auto; | ||
39 | - width: 50%; | ||
40 | - margin-bottom:10px; | ||
41 | - | ||
42 | - } | ||
43 | - .dr-icon | ||
44 | - { | ||
45 | - color: black; | ||
46 | - text-decoration: none; | ||
47 | - } | ||
48 | - | ||
49 | - #grid | ||
50 | - { | ||
51 | - display: grid; | ||
52 | - grid-template-columns: 250px 1fr; | ||
53 | - border-top:1px solid gray; | ||
54 | - | ||
55 | - } | ||
56 | - #grid ol | ||
57 | - { | ||
58 | - padding-left: 40px; | ||
59 | - margin:0; | ||
60 | - font-size: 15px; | ||
61 | - } | ||
62 | - #grid li | ||
63 | - { | ||
64 | - padding-top: 10px; | ||
65 | - padding-bottom: 10px; | ||
66 | - font-size:15px; | ||
67 | - } | ||
68 | - #grid #article | ||
69 | - { | ||
70 | - padding-top: 10px; | ||
71 | - padding-bottom: 10px; | ||
72 | - padding-left: 130px; | ||
73 | - border-left:1px solid gray; | ||
74 | - /*grid안에 #article */ | ||
75 | - } | ||
76 | - | ||
77 | - @media (min-width:300px) and (max-width:700px){ | ||
78 | - #grid | ||
79 | - { | ||
80 | - display: block; | ||
81 | - } | ||
82 | - h1 | ||
83 | - { | ||
84 | - text-align:center; | ||
85 | - color:"black"; | ||
86 | - margin:0; | ||
87 | - padding:20px | ||
88 | - } | ||
89 | - ol | ||
90 | - { | ||
91 | - border-right:none; | ||
92 | - margin-left:35px; | ||
93 | - padding-left:60px; | ||
94 | - } | ||
95 | - #grid #category | ||
96 | - { | ||
97 | - border-bottom: 1px solid gray; | ||
98 | - | ||
99 | - } | ||
100 | - | ||
101 | - #grid ol | ||
102 | - { | ||
103 | - padding-left: 40px; | ||
104 | - margin:0; | ||
105 | - font-size: 15px; | ||
106 | - | ||
107 | - } | ||
108 | - #grid li | ||
109 | - { | ||
110 | - padding-top: 10px; | ||
111 | - padding-bottom: 10px; | ||
112 | - font-size:15px; | ||
113 | - | ||
114 | - } | ||
115 | - #grid #article | ||
116 | - { | ||
117 | - padding-top: 10px; | ||
118 | - padding-bottom: 10px; | ||
119 | - padding-left: 20px; | ||
120 | - display: inline-block; | ||
121 | - /*grid안에 #article */ | ||
122 | - } | ||
123 | - } | ||
124 | - | ||
125 | - @media (min-width:700px) and (max-width:1024px){ | ||
126 | - | ||
127 | - #grid | ||
128 | - { | ||
129 | - display: block; | ||
130 | - } | ||
131 | - h1 | ||
132 | - { | ||
133 | - text-align:center; | ||
134 | - color:"black"; | ||
135 | - margin:0; | ||
136 | - padding:20px | ||
137 | - } | ||
138 | - ol | ||
139 | - { | ||
140 | - border-right:none; | ||
141 | - margin-left:35px; | ||
142 | - padding-left:60px; | ||
143 | - display: inline-block; | ||
144 | - } | ||
145 | - #grid #category | ||
146 | - { | ||
147 | - border-bottom: 1px solid gray; | ||
148 | - text-align: center; | ||
149 | - list-style-position: inside; | ||
150 | - } | ||
151 | - | ||
152 | - #grid ol | ||
153 | - { | ||
154 | - padding-left: 40px; | ||
155 | - margin:0; | ||
156 | - font-size: 15px; | ||
157 | - | ||
158 | - } | ||
159 | - #grid li | ||
160 | - { | ||
161 | - padding-top: 10px; | ||
162 | - padding-bottom: 10px; | ||
163 | - font-size:15px; | ||
164 | - } | ||
165 | - #grid #article | ||
166 | - { | ||
167 | - padding-top: 10px; | ||
168 | - padding-bottom: 10px; | ||
169 | - padding-left: 20px; | ||
170 | - text-align: center; | ||
171 | - /*grid안에 #article */ | ||
172 | - } | ||
173 | - | ||
174 | - } | ||
175 | -</style> |
-
Please register or login to post a comment