-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
682 lines (659 loc) · 33.5 KB
/
index.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
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
<!DOCTYPE html>
<html lang="en">
<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">
<title>포토그라피 | 브란도</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/fonts.css">
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/response.css">
<!-- 오픈소스 라이브러리 제이쿼리 -->
<script src="./js/lib/jquery-2.2.4.min.js"></script>
<!-- 웹개발 사용자 작성 개발 스크립트 프로그래밍 : DOM 요소를 읽어들이고 그리고 실행되어햔다.-->
<!-- <script src="./js/photography_object.js" defer></script> -->
<script src="./js/photography_class.js" defer></script>
</head>
<body>
<div id="wrap">
<header id="header">
<div class="container">
<div class="gap">
<h1>
<a href="#wrap">
<img src="./img/logo-photography.png.webp" alt="">
</a>
</h1>
<nav>
<ul class="nav-menu">
<li><a class="nav-btn" href="#section5">ABOUT</a></li>
<li><a class="nav-btn" href="#section6">SERVICES</a></li>
<li><a class="nav-btn" href="#section8">PORTFOLIO</a></li>
<li><a class="nav-btn" href="#section9">AWARDS</a></li>
<li><a class="nav-btn" href="#section10">BLOG</a></li>
<li><a class="nav-btn" href="#section15">CONTACT</a></li>
</ul>
<!-- 모바일 햄버거메뉴(앱바) -->
<div class="mobile">
<a href="#" class="mobile-btn">
<i class="line line1"></i>
<i class="line line2"></i>
<i class="line line3"></i>
</a>
</div>
</nav>
</div>
</div>
</header>
<main id="main">
<section id="section1">
<h2>PEOPLE</h2>
<span>
<strong>2480 SHOTS</strong>
</span>
</section>
<section id="section2">
<h2>NATURE</h2>
<span>
<strong>2480 SHOTS</strong>
</span>
</section>
<section id="section3">
<h2>WILDLIFE</h2>
<span>
<strong>2480 SHOTS</strong>
</span>
</section>
<section id="section4">
<h2>OBJECTS</h2>
<span>
<strong>2480 SHOTS</strong>
</span>
</section>
<section id="section5">
<div class="container">
<div class="gap">
<div class="content">
<div class="left">
<div class="col-gap">
<h2>ABOUT</h2>
</div>
</div>
<div class="right">
<div class="col-gap">
<h2>
<span><i>“</i></span>
YOU DON'T TAKE A PHOTOGRAPH, YOU MAKE IT.
</h2>
<p>
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. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the standard dummy text. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
<span>
<a href="#">CONTACT NOW</a>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="section6">
<div class="container">
<div class="gap">
<div class="content">
<div class="left">
<div class="col-gap">
<h2>SERVICES</h2>
</div>
</div>
<div class="right">
<div class="col-gap">
<p>
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. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
<span>
<a href="#">SEE PORTFOLIO</a>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="section7">
<div class="container">
<div class="gap">
<div class="title hide">
<h2>PEOPLE</h2>
</div>
<div class="content">
<ul>
<li>
<div class="col-gap">
<figure class="img-box">
<img src="./img/photography-img7.jpg" alt="">
<figcaption class="caption-box">
<h3>PEOPLE</h3>
<span><a href="#">SEE PORTFOLIO</a></span>
</figcaption>
</figure>
</div>
</li>
<li>
<div class="col-gap">
<figure class="img-box">
<img src="./img/photography-img8.jpg" alt="">
<figcaption class="caption-box">
<h3>NATURE</h3>
<span><a href="#">SEE PORTFOLIO</a></span>
</figcaption>
</figure>
</div>
</li>
<li>
<div class="col-gap">
<figure class="img-box">
<img src="./img/photography-img9.jpg" alt="">
<figcaption class="caption-box">
<h3>WILDLIFE</h3>
<span><a href="#">SEE PORTFOLIO</a></span>
</figcaption>
</figure>
</div>
</li>
<li>
<div class="col-gap">
<figure class="img-box">
<img src="./img/photography-img10.jpg" alt="">
<figcaption class="caption-box">
<h3>OBJECTS</h3>
<span><a href="#">SEE PORTFOLIO</a></span>
</figcaption>
</figure>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="section8">
<div class="container">
<div class="gap">
<div class="title hide">
<h2>SHUFFLE GALLERY</h2>
</div>
<div class="centent">
<nav>
<ul>
<li><a href="#" class="gallery-btn on"><span>ALL</span></a></li>
<li><a href="#" class="gallery-btn"><span>NATURE</span></a></li>
<li><a href="#" class="gallery-btn"><span>OBJECTS</span></a></li>
<li><a href="#" class="gallery-btn"><span>PEOPLE</span></a></li>
<li><a href="#" class="gallery-btn"><span>WILDLIFE</span></a></li>
</ul>
</nav>
<div class="gallery">
<ul>
<li class="list list1">
<div class="col-gap">
<figure class="img-box">
<img data-num="13" src="./img/photography-img13.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list2">
<div class="col-gap">
<figure class="img-box">
<img data-num="14" src="./img/photography-img14.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list3">
<div class="col-gap">
<figure class="img-box">
<img data-num="15" src="./img/photography-img15.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list4">
<div class="col-gap">
<figure class="img-box">
<img data-num="16" src="./img/photography-img16.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list5">
<div class="col-gap">
<figure class="img-box">
<img data-num="17" src="./img/photography-img17.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list6">
<div class="col-gap">
<figure class="img-box">
<img data-num="18" src="./img/photography-img18.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list7">
<div class="col-gap">
<figure class="img-box">
<img data-num="19" src="./img/photography-img19.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list8">
<div class="col-gap">
<figure class="img-box">
<img data-num="20" src="./img/photography-img20.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list9">
<div class="col-gap">
<figure class="img-box">
<img data-num="21" src="./img/photography-img21.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list10">
<div class="col-gap">
<figure class="img-box">
<img data-num="22" src="./img/photography-img22.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list11">
<div class="col-gap">
<figure class="img-box">
<img data-num="23" src="./img/photography-img23.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
<li class="list list12">
<div class="col-gap">
<figure class="img-box">
<img data-num="24" src="./img/photography-img24.jpg" alt="">
<span class="color-cap-bg"></span>
<figcaption class="figcation">
<hr>
<h3>
FIXFLOW<br>
STUDIO
</h3>
</figcaption>
</figure>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="section9">
<div class="container">
<div class="gap">
<article>
<h2>AWARDS</h2>
</article>
<article>
<!-- 제목 -->
<div class="title">
<hr>
<h3>/ 2015</h3>
</div>
<!-- 갤러리 -->
<ul>
<li>
<figure> <!-- 이미지 감싸는 부모박스 HTML5 -->
<img src="./img/photography-img26.jpg.webp" alt="">
</figure>
<div>
<h4>GRAND WINNER</h4>
<h5>THE HUMAN TOWERS</h5>
<span><i></i></span>
</div>
</li>
<li>
<figure> <!-- 이미지 감싸는 부모박스 HTML5 -->
<img src="./img/photography-img27.jpg.webp" alt="">
</figure>
<div>
<h4>HONORABLE MENTION</h4>
<h5>EYES OF MOROCCO</h5>
<span><i></i></span>
</div>
</li>
<li>
<figure> <!-- 이미지 감싸는 부모박스 HTML5 -->
<img src="./img/photography-img28.jpg.webp" alt="">
</figure>
<div>
<h4>BEST PHOTOGRAPHER</h4>
<h5>A WORLD OF SNAILS</h5>
<span><i></i></span>
</div>
</li>
<li>
<figure> <!-- 이미지 감싸는 부모박스 HTML5 -->
<img src="./img/photography-img29.jpg.webp" alt="">
</figure>
<div>
<h4>GRAND WINNER</h4>
<h5>COST OF SLAVERY</h5>
<span><i></i></span>
</div>
</li>
</ul>
<!-- 제목 -->
<div class="title">
<hr>
<h3>/ 2014</h3>
</div>
<!-- 갤러리 -->
<ul>
<li>
<figure> <!-- 이미지 감싸는 부모박스 HTML5 -->
<img src="./img/photography-img30.jpg.webp" alt="">
</figure>
<div>
<h4>GRAND WINNER</h4>
<h5>THE HUMAN TOWERS</h5>
<span><i></i></span>
</div>
</li>
<li>
<figure> <!-- 이미지 감싸는 부모박스 HTML5 -->
<img src="./img/photography-img31.jpg.webp" alt="">
</figure>
<div>
<h4>HONORABLE MENTION</h4>
<h5>EYES OF MOROCCO</h5>
<span><i></i></span>
</div>
</li>
<li>
<figure> <!-- 이미지 감싸는 부모박스 HTML5 -->
<img src="./img/photography-img32.jpg.webp" alt="">
</figure>
<div>
<h4>BEST PHOTOGRAPHER</h4>
<h5>A WORLD OF SNAILS</h5>
<span><i></i></span>
</div>
</li>
<li>
<figure> <!-- 이미지 감싸는 부모박스 HTML5 -->
<img src="./img/photography-img33.jpg.webp" alt="">
</figure>
<div>
<h4>GRAND WINNER</h4>
<h5>COST OF SLAVERY</h5>
<span><i></i></span>
</div>
</li>
</ul>
</article>
</div>
</div>
</section>
<section id="section10" class="section10-14">
<!-- 가상요소 비포 before : 섹션10의 자식요소 만들어진다. 배경이미지 -->
<div class="container">
<div class="gap">
<div class="left">
<h2>17</h2>
<h3>FEBRUARY 2016</h3>
</div>
<div class="right">
<p>IT IS MORE IMPORTANT TO CLICK WITH PEOPLE THAN TO CLICK THE SHUTTER.</p>
<h6>POSTED BY <a href="#">HARESH</a></h6>
</div>
</div>
</div>
<!-- 가상요소 에프터 after : 덮개 -->
</section>
<section id="section11" class="section10-14">
<div class="container">
<div class="gap">
<div class="left">
<h2>11</h2>
<h3>APRIL 2016</h3>
</div>
<div class="right">
<p>BAD DESIGN IS SMOKE, WHILE GOOD DESIGN IS A MIRROR.</p>
<h6>POSTED BY <a href="#">HARESH</a></h6>
</div>
</div>
</div>
</section>
<section id="section12" class="section10-14">
<div class="container">
<div class="gap">
<div class="left">
<h2>11</h2>
<h3>APRIL 2016</h3>
</div>
<div class="right">
<p>WE ARE MAKING PHOTOGRAPHS TO UNDERSTAND WHAT OUR LIVES MEAN TO US.</p>
<h6>POSTED BY <a href="#">HARESH</a></h6>
</div>
</div>
</div>
</section>
<section id="section13" class="section10-14">
<div class="container">
<div class="gap">
<div class="left">
<h2>11</h2>
<h3>APRIL 2016</h3>
</div>
<div class="right">
<p>YOU DON’T TAKE A PHOTOGRAPH. YOU ASK QUIETLY TO BORROW IT.</p>
<h6>POSTED BY <a href="#">HARESH</a></h6>
</div>
</div>
</div>
</section>
<section id="section14" class="section10-14">
<div class="container">
<div class="gap">
<div class="left">
<h2>11</h2>
<h3>APRIL 2016</h3>
</div>
<div class="right">
<p>A PORTRAIT IS NOT MADE IN THE CAMERA BUT ON EITHER SIDE OF IT.</p>
<h6>POSTED BY <a href="#">HARESH</a></h6>
</div>
</div>
</div>
</section>
<section id="section15">
<div class="container">
<div class="gap">
<div class="title">
<ul>
<li>
<span><i class="icon-map-pin"></i></span>
<h3>301 THE GREENHOUSE</h3>
<h4>LONDON, E2 8DY.</h4>
</li>
<li>
<span><i class="icon-clipboard"></i></span>
<h3>GENERAL ENQUIRIES</h3>
<h4>[email protected]</h4>
</li>
<li>
<span><i class="icon-phone"></i></span>
<h3>CALL US TODAY</h3>
<h4>+44 (0) 123 456 7890</h4>
</li>
</ul>
</div>
<div class="content">
<form autocomplete="off" name="form_mail" id="formMail" method="post" action="./form_message.php">
<!-- <form name="form_mail" id="formMail" method="get" action="./form_message.php"> -->
<div class="left-box">
<div class="col-gap">
<div class="input-box">
<input type="text" name="user_name" id="userName" placeholder="Your Name" autofocus required>
<input type="email" name="user_email" id="userEmail" placeholder="Your Email" autofocus required>
</div>
<p>*PLEASE COMPLETE ALL FIELDS CORRECTLY</p>
<div class="submit-message">
<p class="success-message">Your message was sent successfully. Thanks.</p>
<p class="error-message">Validation errors occurred. Please confirm the fields and submit it again.</p>
</div>
</div>
</div>
<div class="right-box">
<div class="col-gap">
<div class="input-box">
<textarea name="user_message" id="userMessage" placeholder="Your Message" autofocus required></textarea>
</div>
<!-- <button type="submit" onclick="onClickfn();" class="send-btn">SEND MESSAGE</button> -->
<button type="submit" class="send-btn">SEND MESSAGE</button>
</div>
</div>
<div class="send-after-msg">
<!-- 전송성공메시지 -->
<p>Your message was sent successfully. Thanks.</p>
<!-- 전송실패메시지 -->
<!-- <p>Validation errors occurred. Please confirm the fields and submit it again.</p> -->
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="container">
<div class="gap">
<div class="row1">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-youtube-play"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
<hr>
<div class="row2">
<p>© 2022 BRANDO IS PROUDLY POWERED BY THEMEZAA.</p>
</div>
</div>
</div>
</footer>
<!-- 레이어팝업창(모달창) -->
<div id="galleryModal">
<div class="wrap">
<div class="container">
<div class="content">
<a href="#" class="img-btn" title="photography-img13">
<!-- 클릭한 이미지가 img src 속성이 변경되어야 한다. -->
<img class="gallery-modal-img" src="./img/photography-img13.jpg" alt="">
</a>
</div>
<button class="close-btn" title="Close">×</button>
<button class="prev-btn" title="Preview">◁</button>
<button class="next-btn" title="Next">▷</button>
</div>
</div>
</div>
</div>
</body>
</html>