forked from KIM-GOING/Monthly-Kim-Jang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail.html
365 lines (364 loc) · 15.1 KB
/
detail.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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="detail.css" />
<script src="detail.js"></script>
<title>月間金張</title>
</head>
<body>
<div class="wrapper">
<!-- 왼쪽 내비게이션 바와 오른쪽 콘텐츠 부분을 div 영역으로 각각 지정함 -->
<!-- 왼쪽 영역 -->
<div class="wrapper_nav">
<!-- 내비게이션 제목 로고 -->
<div class="wrapper_nav_title">
<a href="main.html">
<img class="nav_title_icon" src="img_detail/logo.png" alt="LOGO" />
</a>
</div>
<!-- 내비게이션 접기 버튼 -->
<div id="wrapper_nav_button" onclick="sideNavFolding()">
<img
id="sidenav_button_icon"
src="img_detail/menu-bar.png"
alt="Menu"
/>
</div>
<!-- 내비게이션 ul li -->
<ul class="wrapper_nav_ul">
<!-- 레퍼런스 소개 -->
<li class="sidenav" id="sidenav_1">
<a href="#content_wrapper_1">
<span class="sidenav_frame">
<img
class="sidenav_frame_icon"
id="sidenav_frame_icon_1"
src="img_detail/presentation.png"
alt="Introduction to Reference"
/>
</span>
<span class="sidenav_lang">
<div class="sidenav_ko">레퍼런스 소개</div>
<div class="sidenav_en">Introduction to references</div>
</span>
</a>
</li>
<!-- 피드백 -->
<li class="sidenav" id="sidenav_2">
<a href="#content_wrapper_2">
<div class="sidenav_frame">
<img
class="sidenav_frame_icon"
id="sidenav_frame_icon_2"
src="img_detail/feedback.png"
alt="Reference Feedback"
/>
</div>
<span class="sidenav_lang">
<div class="sidenav_ko">피드백</div>
<div class="sidenav_en">Reference Feedback</div>
</span>
</a>
</li>
<!-- 프로토타입 -->
<li class="sidenav" id="sidenav_3">
<a href="#content_wrapper_3">
<div class="sidenav_frame">
<img
class="sidenav_frame_icon"
id="sidenav_frame_icon_3"
src="img_detail/dimensions.png"
alt="Prototype"
/>
</div>
<span class="sidenav_lang">
<div class="sidenav_ko">프로토타입</div>
<div class="sidenav_en">Prototype</div>
</span>
</a>
</li>
<!-- 개발 노트 -->
<li class="sidenav" id="sidenav_4">
<a href="#content_wrapper_4">
<div class="sidenav_frame">
<img
class="sidenav_frame_icon"
id="sidenav_frame_icon_4"
src="img_detail/idea.png"
alt="Developers' Tips"
/>
</div>
<span class="sidenav_lang">
<div class="sidenav_ko">개발 노트</div>
<div class="sidenav_en">Developers' Tips</div>
</span>
</a>
</li>
<!-- 체험하기 -->
<li class="sidenav" id="sidenav_5">
<a href="#content_wrapper_5">
<div class="sidenav_frame">
<img
class="sidenav_frame_icon"
id="sidenav_frame_icon_5"
src="img_detail/user-experience.png"
alt="Try it!"
/>
</div>
<span class="sidenav_lang">
<div class="sidenav_ko">체험하기</div>
<div class="sidenav_en">Try it!</div>
</span>
</a>
</li>
</ul>
<div class="sidenav_blank"></div>
<!-- 내비게이션 SNS -->
<div class="sidenav_sns">
<!-- 하빈의 인스타그램 -->
<div class="sidenav_sns_frame">
<a
href="https://www.instagram.com/kim._.going/"
target="_blank"
title="하빈의 인스타그램"
>
<img
class="sidenav_sns_icon"
id="sidenav_sns_icon_1"
src="img_detail/instagram.png"
alt="@kim._.going"
/>
<div class="sidenav_sns_text" id="sidenav_sns_text_1">
@kim._.going
</div>
</a>
</div>
<!-- 우영의 인스타그램 -->
<div class="sidenav_sns_frame">
<a
href="https://www.instagram.com/foryxxng/"
target="_blank"
title="우영의 인스타그램"
>
<img
class="sidenav_sns_icon"
id="sidenav_sns_icon_2"
src="img_detail/instagram.png"
alt="@foryxxng"
/>
<div class="sidenav_sns_text" id="sidenav_sns_text_2">
@foryxxng
</div>
</a>
</div>
<!-- 월간김장 깃허브 -->
<div class="sidenav_sns_frame">
<a
href="https://github.com/KIM-GOING/Monthly-Kim-Jang"
target="_blank"
title="月間金張 GITHUB 바로가기"
>
<img
class="sidenav_sns_icon"
id="sidenav_sns_icon_3"
src="img_detail/github.png"
alt="MonthlyKJ-github"
/>
<div class="sidenav_sns_text" id="sidenav_sns_text_3">GITHUB</div>
</a>
</div>
</div>
</div>
<!-- 오른쪽 영역 -->
<div class="wrapper_content">
<!-- 콘텐츠 영역의 제목 부분 -->
<div class="wrapper_content_nav">
<img
class="content_nav_icon"
src="img_detail/cherry-blossom.png"
alt="flower"
/>
<span class="content_nav_title"
><strong>2023.02. 포트폴리오 사이트 제작하기</strong></span
>
</div>
<!-- 실제 내용이 보여지는 부분 -->
<div class="wrapper_content_content">
<div class="content_background"></div>
<!-- 참고 자료 소개 -->
<div class="content_wrapper" id="content_wrapper_1">
<div class="content_wrapper_title">
<img
class="wrapper_title_icon"
src="img_detail/presentation.png"
alt="Introduction to Reference"
/>
<div class="wrapper_title_ko">
<strong> 레퍼런스 소개 </strong>
</div>
<div class="wrapper_title_en">Introduction to Reference</div>
</div>
<div class="content_wrapper_caption">
<p class="content_wrapper_p">
📌 2월 프로젝트 '포트폴리오 사이트 제작하기'에 참고한 자료들에
대해 분석하고 공부한 내용을 소개합니다.
</p>
</div>
<div class="content_wrapper_details">
콘텐츠에 대한 자세한 설명이 들어갑니다.Lorem Ipsum is simply dummy
text of the printing and typesetting industry. Lorem Ipsum has
been the industry's standard dummy text ever since the 1500s, when
an unknown printer took a galley of type and scrambled it to make
a type specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of
Letraset sheets containing Lorem Ipsum passages, and more recently
with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum.
</div>
<br />
<hr class="division" />
</div>
<!-- 참고 자료 피드백 -->
<div class="content_wrapper" id="content_wrapper_2">
<div class="content_wrapper_title">
<img
class="wrapper_title_icon"
src="img_detail/feedback.png"
alt="Reference Feedback"
/>
<div class="wrapper_title_ko">
<strong> 피드백 </strong>
</div>
<div class="wrapper_title_en">Reference Feedback</div>
</div>
<div class="content_wrapper_caption">
<p class="content_wrapper_p">
📌 2월 프로젝트 '포트폴리오 사이트 제작하기'에 참고한 자료들에
대해 분석하고 공부한 내용을 소개합니다.
</p>
</div>
<div class="content_wrapper_details">
콘텐츠에 대한 자세한 설명이 들어갑니다.Lorem Ipsum is simply dummy
text of the printing and typesetting industry. Lorem Ipsum has
been the industry's standard dummy text ever since the 1500s, when
an unknown printer took a galley of type and scrambled it to make
a type specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of
Letraset sheets containing Lorem Ipsum passages, and more recently
with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum.
</div>
<br />
<hr class="division" />
</div>
<!-- 프로토타입 -->
<div class="content_wrapper" id="content_wrapper_3">
<div class="content_wrapper_title">
<img
class="wrapper_title_icon"
src="img_detail/dimensions.png"
alt="Prototype"
/>
<div class="wrapper_title_ko">
<strong> 프로토타입 </strong>
</div>
<div class="wrapper_title_en">Prototype</div>
</div>
<div class="content_wrapper_caption">
<p class="content_wrapper_p">
📌 2월 프로젝트 '포트폴리오 사이트 제작하기'에 참고한 자료들에
대해 분석하고 공부한 내용을 소개합니다.
</p>
</div>
<div class="content_wrapper_details">
콘텐츠에 대한 자세한 설명이 들어갑니다.Lorem Ipsum is simply dummy
text of the printing and typesetting industry. Lorem Ipsum has
been the industry's standard dummy text ever since the 1500s, when
an unknown printer took a galley of type and scrambled it to make
a type specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of
Letraset sheets containing Lorem Ipsum passages, and more recently
with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum.
</div>
<br />
<hr class="division" />
</div>
<!-- 개발 노트 -->
<div class="content_wrapper" id="content_wrapper_4">
<div class="content_wrapper_title">
<img
class="wrapper_title_icon"
src="img_detail/idea.png"
alt="Developers' Tips"
/>
<div class="wrapper_title_ko">
<strong> 개발 노트 </strong>
</div>
<div class="wrapper_title_en">Developers' Tips</div>
</div>
<div class="content_wrapper_caption">
<p class="content_wrapper_p">
📌 2월 프로젝트 '포트폴리오 사이트 제작하기'에 참고한 자료들에
대해 분석하고 공부한 내용을 소개합니다.
</p>
</div>
<div class="content_wrapper_details">
콘텐츠에 대한 자세한 설명이 들어갑니다.Lorem Ipsum is simply dummy
text of the printing and typesetting industry. Lorem Ipsum has
been the industry's standard dummy text ever since the 1500s, when
an unknown printer took a galley of type and scrambled it to make
a type specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of
Letraset sheets containing Lorem Ipsum passages, and more recently
with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum.
</div>
<br />
<hr class="division" />
</div>
<!-- 직접 사용해보세요! -->
<div class="content_wrapper" id="content_wrapper_5">
<div class="content_wrapper_title">
<img
class="wrapper_title_icon"
src="img_detail/user-experience.png"
alt="Try it!"
/>
<div class="wrapper_title_ko">
<strong> 체험하기 </strong>
</div>
<div class="wrapper_title_en">Try it!</div>
</div>
<div class="content_wrapper_caption">
<p class="content_wrapper_p">
📌 2월 프로젝트 '포트폴리오 사이트 제작하기'에 참고한 자료들에
대해 분석하고 공부한 내용을 소개합니다.
</p>
</div>
<div class="content_wrapper_details">
콘텐츠에 대한 자세한 설명이 들어갑니다.Lorem Ipsum is simply dummy
text of the printing and typesetting industry. Lorem Ipsum has
been the industry's standard dummy text ever since the 1500s, when
an unknown printer took a galley of type and scrambled it to make
a type specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of
Letraset sheets containing Lorem Ipsum passages, and more recently
with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum.
</div>
</div>
</div>
<!-- footer 영역 -->
<div class="wrapper_content_footer"></div>
</div>
</div>
</body>
</html>