-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
240 lines (229 loc) · 8.4 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0, minimum-scale=1.0" />
<meta name="format-detection" content="telephone=no" />
<title>mySUNI PC</title>
<style>
/* reset */
html, body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, th, td, button { margin: 0; padding: 0; border: 0; font: inherit; }
html, body { height: 100%; font-size: 16px !important; }
body { -webkit-text-size-adjust: none; font-family: 'notosanskr','Apple SD Gothic Neo','AppleGothic','Apple Gothic','-apple-system',sans-serif; font-weight: 400; color: #323232; word-break: keep-all; }
input, textarea, select, button { font: inherit; vertical-align: middle; padding: 0; margin: 0; color: #222; font-family: 'notosanskr','Apple SD Gothic Neo','AppleGothic','Apple Gothic','-apple-system',sans-serif; }
input[type="button"], input[type="text"], input[type="image"], input[type="submit"], input[type="password"], textarea { outline: none; -webkit-appearance: none; }
input[type="button"]:hover, input[type="submit"]:hover { cursor: pointer; }
button:focus, a:focus { outline: none; }
textarea { resize: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
ul, ol, li { list-style-type: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }
img, fieldset, iframe { border: none; }
address, cite, code, dfn, em, var, th, strong { font-style: normal; font-weight: 400; }
a, a:active, a:hover { text-decoration: none; color: inherit; font-weight: 400; }
a:hover { cursor: pointer !important; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }
caption, legend { height: 0; width: 0; line-height: 0; font-size: 0; overflow: hidden; visibility: hidden; display: none; -webkit-padding-start: 0; -webkit-padding-end: 0; }
button { background: transparent; cursor: pointer; }
iframe { border: 0; }
input::-ms-reveal, input::-ms-clear { display: none; }
::placeholder { color: #999 !important; opacity: 1 !important; font-weight: 400; font-family: "notosanskr","Apple SD Gothic Neo","AppleGothic","Apple Gothic","-apple-system",sans-serif; }
:-ms-input-placeholder { color: #999 !important; opacity: 1 !important; font-weight: 400; font-family: "notosanskr","Apple SD Gothic Neo","AppleGothic","Apple Gothic","-apple-system",sans-serif; }
img { border: none; }
select { background: transparent; }
.ui.api { width: 80%; margin: 0.625rem auto; }
.ui.api th { padding: 0.625rem 0.3125rem; text-align: left; font-size: 1rem; border-bottom: 0.125rem solid #eaeaea; font-weight: 700; }
.ui.api td { padding: 0.625rem 0.3125rem; text-align: left; font-size: 0.875rem; border-bottom: 0.0625rem solid #eaeaea; font-weight: 700; }
.ui.api td a { font-weight: 700; }
.ui.api td pre { margin: 0; padding: 0; }
.ui.api td:nth-of-type(1) { color: #b72f20; }
.ui.api td:nth-of-type(2) { color: #006700; }
.ui.api td:nth-of-type(3) { color: #b72f20; }
</style>
</head>
<body>
<!-- .content -->
<section class="content">
<table class="ui api">
<thead>
<tr>
<th colspan="2">개발환경</th>
</tr>
</thead>
<tbody>
<tr>
<td>build system</td>
<td><a href="https://gulpjs.com/" target="_blank">Gulp - 4.0.2</a></td>
</tr>
<tr>
<td>base html</td>
<td><a href="https://gulpjs.com/" target="_blank">Semantic UI - 2.4.1</a></td>
</tr>
<tr>
<td>javascript 업무분장</td>
<td>퍼블리싱 단계에서는 Jquery로 기능 구현후 프론트 개발시 React 환경에 맞춰 재작업 (*front 개발과 협의된 내용)</td>
</tr>
</tbody>
</table>
<table class="ui api">
<thead>
<tr>
<th colspan="2">Gulp</th>
</tr>
</thead>
<tbody>
<tr>
<td>version</td>
<td>4.0.2</td>
</tr>
<tr>
<td>set</td>
<td>./gulpfile.js, </td>
</tr>
<tr>
<td>npm</td>
<td>./package.json</td>
</tr>
<tr>
<td>browsers support</td>
<td>./.browserslistrc</td>
</tr>
</tbody>
</table>
<table class="ui api">
<thead>
<tr>
<th colspan="2">폴더 구조</th>
</tr>
</thead>
<tbody>
<tr>
<td>퍼블리싱</td>
<td>
<pre>
▼src
▶font
▼html
▶support
▶search
▶recommend
▶mypage
▶main
▶login
▶learning
▶introduction
▶include (*gulp-file-include)
▶expert
▶etc
▶create
▶community
▶common
▶certification
▶approval
▶img
▶js
▶scss
</pre>
</td>
</tr>
<tr>
<td>배포</td>
<td>
<pre>
▼dist
▶font
▼html
▶support
▶search
▶recommend
▶mypage
▶main
▶login
▶learning
▶introduction
▶expert
▶etc
▶create
▶community
▶common
▶certification
▶approval
▶img
▶js
▶css
▶maps (scss source maps)
</pre>
</td>
</tr>
<tr>
<td>이메일</td>
<td>
<pre>
▼etc
▶email
</pre>
</td>
</tr>
</tbody>
</table>
<table class="ui api">
<thead>
<tr>
<th colspan="2">사용 라이브러리</th>
</tr>
</thead>
<tbody>
<tr>
<td>Semantic UI - 2.4.1</td>
<td>front 개발 사용 요청</td>
</tr>
<tr>
<td>Fomantic UI - 2.7.8</td>
<td>Semantic UI 버그(모달) fix & 확장 기능(달력) 사용</td>
</tr>
<tr>
<td>Jquery - 1.12.4</td>
<td>라이브러리</td>
</tr>
<tr>
<td>Swiper 4.5.1</td>
<td>Slider 구현</td>
</tr>
</tbody>
</table>
<table class="ui api">
<thead>
<tr>
<th colspan="2">그외 정보</th>
</tr>
</thead>
<tbody>
<tr>
<td>퍼블리싱 리스트업 파일 경로</td>
<td>./index.html</td>
</tr>
<tr>
<td>작업자별 SCSS</td>
<td>./src/scss/jsk.scss, ./src/scss/ebk.scss</td>
</tr>
<tr>
<td>CSS 단위</td>
<td>rem 사용(./src/scss/pxtorem.scss)을 기본 문제가 생기는 부분에서 px 사용</td>
</tr>
<tr>
<td>rem 사용을 px로 전환이 필요하면</td>
<td>pxtorem.scss 파일 수정 또는 scss에 rem()을 전체 제거</td>
</tr>
<tr>
<td>gulp 사용 및 scss 사용이 어려울 경우</td>
<td>./index.html, ./dist/**/*.* 분리하여 업무 계속 진행 (* 이경우 ./src/**/*.*는 sync가 맞지 않아 사용 불가)</td>
</tr>
<tr>
<td>삭제된 파일</td>
<td>코딩 리스트(index.html)에서 취소선 그어져 있는 파일은 히스토리상 삭제된 파일입니다. 파일은 남겨두었으니,</td>
</tr>
</tbody>
</table>
</section>
<!-- // .content -->
</body>
</html>