-
Notifications
You must be signed in to change notification settings - Fork 0
/
works.html
450 lines (419 loc) · 16.3 KB
/
works.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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta charset="UTF-8">
<title>Works</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--bootstrap-css-->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!--style-css-->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<!--<ico> left of title-->
<link type="image/x-icon" rel="icon" href="images/icon.ico">
</head>
<body>
<!--nav start-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#" style="padding-top:5px;"><img height="45px;" src="images/logo1.jpg" alt="logo1"></a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!--navbar collapse-->
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<!--home-->
<li>
<a href="index.html" target="_blank">Home</a>
</li>
<!--about-->
<li>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
About<span class="caret"></span>
</a>
<!--dropdown-menu-->
<ul class="dropdown-menu language">
<li>
<a href="index.html#about">About</a>
</li>
<li>
<a href="about.html">Character relation</a>
</li>
<li>
<a href="about.html" target="_blank">Design style</a>
</li>
<li>
<a href="about.html" target="_blank">Game</a>
</li>
<li>
<a href="about.html" target="_blank"> video</a>
</li>
</ul>
</li>
<!--classic-->
<li>
<a href="index.html#classic" target="_blank">Classic</a>
</li>
<!--course-->
<li>
<a href="index.html#course" target="_blank"> Course</a>
</li>
<!--works-->
<li class="active">
<a class="dropdown-toggle" data-toggle="dropdown" href="index.html#works" target="_blank">
Works<span class="caret"></span>
</a>
<!--dropdown-menu-->
<ul class="dropdown-menu language">
<li>
<a href="index.html#works" target="_blank">Works</a>
</li>
<li>
<a href="works.html#write">Write</a>
</li>
<li>
<a href="works.html#mic">Music</a>
</li>
<li>
<a href="works.html#movie">Movie</a>
</li>
</ul>
</li>
<!--design-->
<li>
<a href="index.html#design" target="_blank">Design</a>
</li>
<li>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<span class="glyphicon glyphicon-globe"></span>
<span class="caret"></span>
</a>
<!--language-->
<ul class="dropdown-menu language">
<li>
<a href="works.html" target="_blank">English</a>
</li>
<li>
<a href="works_zh.html" target="_blank">Chinese</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- nav close -->
<!--Giant screen-start-->
<div class="container-fluid">
<img class="img-responsive center-block bgImages" src="images/bg2.jpg" style="padding-top:50px ;" />
</div>
<!--close-->
<!--buttom start-->
<div class="row">
<a href="#write"><img class="img-responsive center-block buttom" src="images/buttom3.png"></a>
</div>
<!--buttom close-->
<!--write-->
<a name='write'></a>
<div class="container" style="padding: 50px;" id="write">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h3 class="tittle">Write</h3>
<p class="subtittle1">“The size of the achievements, in fact, is not important, it is important to live seriously and enjoy life.”</p>
</div>
</div>
<div class="row">
<div class="col-md-12 col-md-offset-0">
<ul class="timeline">
<li>
<div class="timeline-badge" style="background-image:url(images/book2.jpg);">
</div>
<!--book1-->
<div class="timeline-panel">
<div class="timeline-heading">
<!--title-->
<h3 class="timeline-title">《Make clothes》</h3>
<!--publication-->
<span class="date">Publication date: 2013-7-1</span>
</div>
<!--text-->
<div class="timeline-body">
<p>In our interpretation of Yamamoto Teruji, the idea of avant garde is often magnified, ignoring the craftsman spirit in his clothes. In the "clothes", Yamamoto Teruji first expounded his clothes making ideas and methods, for the woman of his shirt and fascination with the unique point of view, to cut back, insist on fast fashion disgust. Yamamoto Teruji, too, recalled his childhood, his mother, and his friends. The book also contains 100 questions about Yamamoto Teruji, revealing the details of life behind the fashion masters and showing us a life of Yamamoto Teruji.
</p>
</div>
</div>
</li>
<!--book2-->
<!--img-->
<li class="timeline-inverted">
<div class="timeline-badge" style="background-image:url(images/book3.jpg)">
</div>
<!--content-->
<div class="timeline-panel">
<div class="timeline-heading">
<!--title-->
<h3 class="timeline-title">《My Dear Bomb》</h3>
<!--publication-->
<span class="date">Publication date: 2011-1-5</span>
</div>
<!--text-->
<div class="timeline-body">
<p>This book is the first of several of Yamamoto Teruji's novels, several essays and some creative essays and some simple memories of these articles, only from the reduced to fragments we can see that our Yao can become a novelist can become a poet, philosopher, but he chose the design, that is to say that he is actually in all aspects can be successful, but he chose his most love the occupation, the creation of more than wrote this book purely male perspective.</p>
</div>
</div>
</li>
<!--book3-->
<li>
<!--img-->
<div class="timeline-badge" style="background-image:url(images/book1.jpg);">
</div>
<!--content-->
<div class="timeline-panel">
<!--head-->
<div class="timeline-heading">
<h3 class="timeline-title">《Everything about Yohji Yamamoto》</h3>
<!--publication-->
<span class="date">Publication date: 2015-12</span>
</div>
<!--text-->
<div class="timeline-body">
<p>This book presents Yamamoto Teruji's forty year career trajectory design, selection of the depth interview of Yamamoto Teruji in different periods, which not only relates to the radical thinking of clothing and design also includes the deep insight of fashion and social trends. Pina Bausch, Wim Wenders and other friends to interview, showing a strong and unique creative Yamamoto from another dimension, between his love of music and the feeling of father and daughter delicate let us see this handsome man inside the delicate emotion. This paper also through various ways to record the multi field thrilling fashion scene, to see how Yamamoto Teruji used to fashion the world heavy fist.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!--write close-->
<!--music start-->
<a name='mic'></a>
<div class="container-fluid text-center" style="background-color: rgba(0, 0, 0, 0.04);">
<h3 class="tittle" style="padding-top: 100px;">Music</h3>
<p class="subtittle1">“Design is my burden, music is my hypnotic”</p>
<div class="all_row" style="padding: 10px 5% 15% 15%;">
<!--cd1-->
<div class="music row">
<div class="col-md-6">
<span class="icon1">
<a href="http://music.163.com/#/artist?id=15935" target="_blank"><img class="img-responsive" src="images/music1.png" /> </a> </span>
<div class="feature-copy">
<h3>《さあ、行かなきゃ》</h3>
<p class="date">Publication date:In 1991</p>
</div>
</div>
<div class="col-md-6 my_audio">
<h2 class="glyphicon glyphicon-headphones my_music text-center" target="_blank">《なんでこうなんだろう》</h2><br>
<audio src="music/music1.mp3" controls="controls">
Your browser does not support the audio element.
</audio>
</div>
</div>
<!--cd2-->
<div class="music row">
<div class="col-md-6">
<span class="icon1">
<a href="http://music.163.com/#/artist?id=15935" target="_blank"><img class="img-responsive" src="images/music2.png" /></a>
</span>
<div class="feature-copy">
<h3>《Your Pain Shall Be Your Music》</h3>
<p class="date">Publication date:In 1997</p>
</div>
</div>
<div class="col-md-6 my_audio">
<h2 class="glyphicon glyphicon-headphones my_music text-center">《平行線上のAとBは、Iで交わるのか》</h2>
<audio src="music/music2.mp3" controls="controls">
Your browser does not support the audio element.
</audio>
</div>
</div>
<!--cd3-->
<div class="music row">
<div class="col-md-6">
<span class="icon1">
<a href="http://music.163.com/#/artist?id=15935" target="_blank"><img class="img-responsive" src="images/music3.png" /> </a>
</span>
<div class="feature-copy">
<h3>《Dog of Terror》</h3>
<p class="date">Publication date:In 1998</p>
</div>
</div>
<div class="col-md-6 my_audio">
<h2 class="glyphicon glyphicon-headphones my_music text-center">《病い》</h2>
<br>
<audio src="music/music3.mp3" controls="controls">
Your browser does not support the audio element.
</audio>
</div>
</div>
</div>
</div>
<!--music end-->
<!--movie start-->
<a name='movie'></a>
<div id="movie-gallery" class="container movie-section-gray movie">
<div class="container text-center" style="padding: 50px 0px">
<h3 class="tittle">Movie</h3>
<p class="subtittle2">Running on the Boulevard of movies </p>
</div>
<div class="row row-bottom-padded-md">
<div class="col-md-12">
<ul id="movie-gallery-list">
<li class="one-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/movie1.jpg); ">
<a href="http://www.1905.com/mdb/film/2064859/?fr=wwwmdb_starworks_poster_20141105" target="_blank">
<div class="case-studies-summary">
<span>In 1989</span>
<h2>City minor </h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/movie2.jpg); ">
<a href="http://www.1905.com/mdb/film/298440/?fr=wwwmdb_starworks_poster_20141105" class="color-2" target="_blank">
<div class="case-studies-summary">
<span>In 2003</span>
<h2>Dolls</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/movie3.jpg); ">
<a href="www.1905.com/mdb/film/298848/?fr=wwwmdb_starworks_poster_20141105" class="color-3" target="_blank">
<div class="case-studies-summary">
<span>In 2004</span>
<h2>Zatoichi</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/movie4.jpg); ">
<a href="http://www.1905.com/mdb/film/60987/?fr=wwwmdb_starworks_title_20141105" class="color-4" target="_blank">
<div class="case-studies-summary">
<span>In 2005</span>
<h2>
Takeshis'</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/movie6.jpg); ">
<a href="http://www.1905.com/mdb/film/2099826/?fr=wwwmdb_starworks_poster_20141105" class="color-3" target="_blank">
<div class="case-studies-summary">
<span>IN 2006</span>
<h2>Valley of Flowers </h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn" style="background-image: url(images/movie5.jpg); ">
<a href="#" class="color-4">
<div class="case-studies-summary">
<span>In 2011</span>
<h2>This is my dream</h2>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--movie end-->
<!--quize-->
<div class="container myQuiz text-center" style="display: none;">
<form id="quiz" class="text-center">
<p id="question1" class="quizTitle"> Which is Not his brand? <br>
<!-- Begin - Options that the user can choose-->
<label class="quizQuestion">
<input type="radio" name="brand" value="false" id="brand_0">
Y-3</label>
<br>
<label class="quizQuestion">
<input type="radio" name="brand" value="true" id="brand_1">
Comme</label>
<br>
<label class="quizQuestion">
<input type="radio" name="brand" value="false" id="brand_2">
Yohji</label>
<br>
<label class="quizQuestion">
<input type="radio" name="brand" value="false" id="brand_3">
Y's</label>
<br>
<!-- End - Options that the user can choose-->
</p>
<p id="question2" class="quizTitle"> Which is his main occupation?<br>
<!-- Begin - Options that the user can choose-->
<label class="quizQuestion">
<input type="radio" name="occupation" value="false" id="occupation_0">
Writer</label>
<br>
<label class="quizQuestion">
<input type="radio" name="occupation" value="false" id="occupation_1">
Actor</label>
<br>
<label class="quizQuestion">
<input type="radio" name="occupation" value="false" id="occupation_2">
Singer</label>
<br>
<label class="quizQuestion">
<input type="radio" name="occupation" value="true" id="occupation_3">
Desiner</label>
<br>
<!-- End - Options that the user can choose-->
</p><br>
<input type="submit"> <br>
</form>
</div>
<!--qiuz close-->
<div class="row img_quiz text-center">
<img class="img-responsive img_quiz1" src="images/quiz.png" alt="">
</div>
<!--botton to top-->
<a href="# ">
<img id="button-top" src="images/button-top.png ">
</a>
<!--END:botton to top-->
<!--footer start-->
<footer class="text-center row footer1 ">
Copyright © 2017
<a href=" " class="copy1 " data-toggle="modal " data-target=".Me ">Chengshiqi</a>. All rights reserved.
</footer>
<div class="modal fade Me ">
<div class="modal-dialog ">
<div class="modal-content ">
<div class="modal-header ">
<button class="close " data-dismiss="modal ">×</button>
<h4 style="color: #b73c3d; font-family: Segoe Script;font-weight: bold; ">Put my heart into every website!</h4>
</div>
<div class="modal-body ">
<div class="row ">
<div class="col-sm-6 col-sm-offset-3 text-center ">
<span class="glyphicon glyphicon-earphone "></span>:
<a href="tel://+86 13129956742 " class="phone ">+86 13129956742</a>
</div>
<div class="col-sm-6 col-sm-offset-3 text-center ">
<span class="fa fa-weixin "></span>:<img class="img-responsive " src="images/wechat.png " />
</div>
</div>
</div>
<div class="modal-footer ">
<button class="btn btn-warning " data-dismiss="modal ">OK</button>
</div>
</div>
</div>
</div>
<!--footer close-->
<!--JAVASCRIPT-->
<!--jQUERY-->
<!--bootstrap-->
<script type="text/javascript " src="js/bootstrap.min.js "></script>
<!--Main JS-->
<script src="js/main.js " type="text/javascript " charset="utf-8 "></script>
<!--quiz_check-->
<script src="js/quiz_check.js " type="text/javascript " charset="utf-8 "></script>
<!--END:JavaScript-->
</body>
</html>