-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsub.html
251 lines (245 loc) · 11.1 KB
/
sub.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/main.css">
<script src="js/sub-script.js" defer></script>
<title>내셔널지오그래픽_리뉴얼_서브페이지</title>
</head>
<body>
<div class="page_container">
<nav id="nav" class="main__nav">
<a href="index.html" class="nav__logo">
<img src="img/logo.png" alt="내셔널지오그래픽 로고">
</a>
<input type="checkbox" class="nav__checkbox"id="mobile_nav--toggle">
<label for="mobile_nav--toggle" class="mobile_menu">
MENU
<span class="material-icons menu_icon">
drag_handle
</span>
<span class="material-icons close_icon">
close
</span>
</label>
<div class="mobile__nav__bg">
<span class="bg"></span>
<span class="bg"></span>
<span class="bg"></span>
<span class="bg"></span>
<span class="bg"></span>
</div>
<ul class="nav__menu">
<li><a href="index.html">HOME</a></li>
<li><a href="#">BRAND</a></li>
<li><a href="sub.html">SHOWS</a></li>
<li><a href="#">YOUTUBE</a></li>
<li><a href="#">NEWS</a></li>
<li><a href="#">MAGAZINE</a></li>
<li><a href="#">STORE</a></li>
</ul>
</nav>
<header id="header" class="sub__header">
<h2 class="header__title marker-left">SHOWS</h2>
</header>
<main>
<section class="row-container dropdown__wrap">
<div class="dropdown">
<div class="dropdown-select">
<span class="recent">MOST RECENT</span>
<span class="material-icons">
arrow_drop_down
</span>
<ul class="dropdown-list">
<li class="dropdown-list__item science">SCIENCE</li>
<li class="dropdown-list__item adventure">ADVENTURE</li>
<li class="dropdown-list__item explore">EXPLORE</li>
<li class="dropdown-list__item wild">WILD</li>
<li class="dropdown-list__item reality">REALITY</li>
<li class="dropdown-list__item history">HISTORY</li>
<li class="dropdown-list__item movie">MOVIE</li>
<li class="dropdown-list__item drama">DRAMA</li>
</ul>
</div>
<!-- 드롭다운 선택 -->
</div>
<!-- 드롭다운 -->
</section>
<section class="shows__container">
<ul class="shows__thumbnails">
<li><a href="#">
<figure>
<img src="img/sub/thumbnail_01.jpg" alt="늑대의 왕국">
<figcaption>
<span class="shows__category">WILD</span>
<span class="show__title">늑대의 왕국</span>
<span class="show__caption">인간의 발이 닿지 않는 곳, '북극의 정원'의 늑대</span>
</figcaption>
</figure>
</a></li>
<li><a href="#">
<figure>
<img src="img/sub/thumbnail_02.jpg" alt="글로벌 시티즌">
<figcaption>
<span class="shows__category">REALITY</span>
<span class="show__title">글로벌 시티즌</span>
<span class="show__caption">공통의 문제, 하나의 움직임!</span>
</figcaption>
</figure>
</a></li>
<li><a href="#">
<figure>
<img src="img/sub/thumbnail_03.jpg" alt="고든램지_언차티드">
<figcaption>
<span class="shows__category">FOOD</span>
<span class="show__title">고든 램지: 언차티드</span>
<span class="show__caption">고든 램지의 전세계 미식 로드 트립</span>
</figcaption>
</figure>
</a></li>
<li><a href="#">
<figure>
<img src="img/sub/thumbnail_04.jpg" alt="샤크어택5">
<figcaption>
<span class="shows__category">SHARK FEST</span>
<span class="show__title">샤크 어택 5</span>
<span class="show__caption">바다 최고 포식자, 상어가 돌아왔다!</span>
</figcaption>
</figure>
</a></li>
<li><a href="#">
<figure>
<img src="img/sub/thumbnail_05.jpg" alt="히틀러 심판의 날2">
<figcaption>
<span class="shows__category">MILITARY</span>
<span class="show__title">히틀러 심판의 날 2</span>
<span class="show__caption">다시 돌아온 히틀러 심판의 날, 그 두 번째 시리즈!</span>
</figcaption>
</figure>
</a></li>
<li><a href="#">
<figure>
<img src="img/sub/thumbnail_06.jpg" alt="킹덤3">
<figcaption>
<span class="shows__category">WILD</span>
<span class="show__title">킹덤 III</span>
<span class="show__caption">가장 강한 존재만이 살아남는다!</span>
</figcaption>
</figure>
</a></li>
<li><a href="#">
<figure>
<img src="img/sub/thumbnail_07.jpg" alt="핫존:에볼라의 습격">
<figcaption>
<span class="shows__category">DRAMA</span>
<span class="show__title">핫 존: 에볼라의 습격</span>
<span class="show__caption">최전선을 지키는 사람들의 실제 이야기</span>
</figcaption>
</figure>
</a></li>
<li><a href="#">
<figure>
<img src="img/sub/thumbnail_08.jpg" alt="와일드 헌터">
<figcaption>
<span class="shows__category">WILD</span>
<span class="show__title">와일드 헌터</span>
<span class="show__caption">세상 곳곳의 위험한 포식자</span>
</figcaption>
</figure>
</a></li>
</ul>
</section>
<section class="row-container pagination__wrap">
<ul class="pagination">
<li class="page-prev"><a href="#">
<span class="material-icons-outlined">
arrow_back_ios
</span>
</a></li>
<li class="page-number active"><a href="#">1</a></li>
<li class="page-number"><a href="#">2</a></li>
<li class="page-number"><a href="#">3</a></li>
<li class="page-number"><a href="#">4</a></li>
<li class="page-number"><a href="#">5</a></li>
<li class="page-next"><a href="#">
<span class="material-icons-outlined">
arrow_forward_ios
</span>
</a></li>
</ul>
</section>
</main>
<footer id="footer">
<div class="footer__wrap">
<ul class="footer__menu">
<li><a href="#">HOME</a></li>
<li><a href="#">BRAND</a></li>
<li><a href="#">SHOWS</a></li>
<li><a href="#">YOUTUBE</a></li>
<li><a href="#">NEWS</a></li>
<li><a href="#">MAGAZINE</a></li>
<li><a href="#">STORE</a></li>
</ul>
<address>
<ul class="footer__address">
<li><span>CONTACT US</span></li>
<li>
<span class="footer__address__part-name">
의류
</span>
<span class="footer__address__phone-number">
02.1588.2906
</span>
</li>
<li>
<span class="footer__address__part-name">
매거진
</span>
<span class="footer__address__phone-number">
02.2004.8800
</span>
</li>
<li>
<span class="footer__address__part-name">
트래블러 매거진
</span>
<span class="footer__address__phone-number">
02.763.8600
</span>
</li>
<li>
<span class="footer__address__part-name">
방송
</span>
<span class="footer__address__phone-number">
02.3490.2742
</span>
</li>
<li>
<span class="footer__address__part-name">
모바일 액세서리
</span>
<span class="footer__address__phone-number">
080.643.1234
</span>
</li>
</ul>
</address>
<div class="footer__info">
<span class="footer__info__copyright">
COPYRIGHT © 2018 NATIONAL GEOGRAPHIC KOREA LLT. ALL RIGHT RESERVED
</span>
<ul class="footer__info__link">
<li><a href="#">개인정보 취급방침(업데이트됨)</a></li>
<li><a href="#">이용약관</a></li>
</ul>
</div>
</div>
<!-- footer_-wrap -->
</footer>
</div>
</body>
</html>