├── 1111
├── .DS_Store
├── css
│ └── style.css
├── images
│ ├── ad.jpg
│ ├── banner01.jpg
│ ├── logo.jpg
│ ├── s1.jpg
│ ├── s2.jpg
│ ├── s3.jpg
│ └── s4.jpg
├── index.html
└── script
│ ├── custom.js
│ └── jquery.min_1.12.4.js
├── 2222
├── css
│ └── style.css
├── images
│ ├── banner01.jpg
│ ├── best1.jpg
│ ├── best2.jpg
│ ├── best3.jpg
│ ├── bg1.jpg
│ ├── bg2.jpg
│ ├── flogo.jpg
│ ├── icon1.jpg
│ ├── icon2.jpg
│ └── logo.jpg
├── index.html
└── script
│ ├── custom.js
│ └── jquery.min.js
├── 3333
├── .DS_Store
├── css
│ └── style.css
├── images
│ ├── banner01.jpg
│ ├── icon01.jpg
│ ├── icon02.jpg
│ ├── icon03.jpg
│ ├── icon04.jpg
│ ├── icon05.jpg
│ ├── icon06.jpg
│ ├── icon07.jpg
│ ├── icon08.jpg
│ ├── icon09.jpg
│ ├── icon10.jpg
│ ├── icon11.jpg
│ ├── logo01.jpg
│ └── logo02.jpg
├── index.html
└── script
│ ├── custom.js
│ └── jquery.min.js
├── .DS_Store
├── Coding_img1.jpg
├── Coding_img1.psd
├── Coding_img2.jpg
├── Coding_img2.psd
├── Coding_img3.jpg
├── Coding_img3.psd
├── Coding_img4.jpg
├── Coding_img4.psd
├── README.md
├── img
├── 01.레이아웃-유형1(가로).jpg
├── 02.레이아웃-유형2(세로).jpg
├── 03.가로-메뉴-유형1.jpg
├── 04.가로-메뉴-유형2.jpg
├── 05.세로-메뉴-유형1.jpg
├── 06.세로-메뉴-유형2.jpg
├── 07.탭-메뉴-유형.jpg
├── 08.레이어-팝업-유형.jpg
├── 09.이미지-슬라이드(위아래).jpg
├── 10.이미지-슬라이드(좌우).jpg
├── 11.이미지-슬라이드(페이드).jpg
├── 12.실전사이트-만들기1.jpg
├── ban01.jpg
├── ban02.jpg
└── ban03.jpg
├── open
├── 01A-1.pdf
├── 02A-2.pdf
├── 03A-3.pdf
├── 04A-4.pdf
├── 05B-1.pdf
├── 06B-2.pdf
├── 07B-3.pdf
├── 08B-4.pdf
├── 09C-1.pdf
├── 10C-2.pdf
├── 11C-3.pdf
└── 12C-4.pdf
├── real_sample
├── 1
│ ├── .DS_Store
│ ├── css
│ │ └── style.css
│ └── index.html
├── 2
│ ├── css
│ │ └── style.css
│ └── index.html
└── .DS_Store
├── sample
├── sample264.html
├── sample265.html
├── sample266.html
├── sample267.html
├── sample268.html
├── sample269.html
├── sample270.html
├── sample271.html
├── sample272.html
├── sample273.html
├── sample274.html
├── sample275.html
├── sample276.html
├── sample277.html
├── sample278.html
├── sample314.html
├── sample315.html
├── sample316.html
├── sample317.html
└── sample318.html
├── webd01.html
├── webd02.html
├── webd03.html
├── webd04-1.html
├── webd04.html
├── webd05.html
├── webd06.html
├── webd07.html
├── webd08.html
├── webd09.html
├── webd10.html
└── webd11.html
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/.DS_Store
--------------------------------------------------------------------------------
/1111/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/1111/.DS_Store
--------------------------------------------------------------------------------
/1111/css/style.css:
--------------------------------------------------------------------------------
1 | /* reset */
2 | * {margin: 0; padding: 0; font-size: 16px;}
3 | li {list-style: none;}
4 | a {color: #333; text-decoration: none;}
5 | .clearfix::before, .clearfix::after {display: block; content: ''; clear: both;}
6 |
7 | /* wrap */
8 | #wrap {width: 1000px; height: 1000px; margin: 0 auto; }
9 |
10 | /* header */
11 | #header {height: 100px;}
12 | #header h1 {float: left; padding-top: 5px;}
13 | #header h1 img {width: 130px;}
14 | #header .nav {float: right; z-index: 100; position: relative; margin-top: 20px;}
15 | #header .nav li {position: relative; float: left; width: 120px; text-align: center;}
16 | #header .nav li a {display: block; padding: 20px 15px; background: #ccc;}
17 | #header .nav li a:hover {background: #ddd;}
18 | #header .nav li ul.submenu {display: none; position: absolute; left: 0; top: 59px; background: #ddd;}
19 | #header .nav li ul.submenu li a {padding: 10px;}
20 | #header .nav li ul.submenu li a:hover {background: #999;}
21 |
22 | /* banner */
23 | #banner {width: 1000px; height: 378px; overflow: hidden;}
24 | #banner img {width: 100%;}
25 | .slideList {position: relative;}
26 | .slideList .slideImg {position: relative;}
27 | .slideList .slideImg h2 {position: absolute; left: 50%; top: 50%;
28 | transform: translate(-50%,-50%); background: rgba(0,0,0,0.5);
29 | padding: 10px 30px; border-radius: 25px; color: #fff;}
30 | .slideList .slideImg img {display: block;}
31 |
32 | /* content1 */
33 | #content1 {margin-top: 15px;}
34 | #content1 .notice {float: left; width: 49%; height: 220px; margin-right: 2%;
35 | border: 1px solid #ccc; box-sizing: border-box;}
36 | #content1 .ad {float: left; width: 49%; margin-right: 0;}
37 | #content1 .ad img {width: 100%; display: block;}
38 |
39 | /* notice */
40 | .notice {position: relative; padding: 30px;}
41 | .notice ul li {float: left; margin-right: 20px;}
42 | .notice ul li a {font-size: 24px; color: #999; font-weight: bold;}
43 | .notice ul li.active a {color: #000;}
44 | .notice ul li ul {position: absolute; left: 30px; top: 70px;}
45 | .notice ul li ul li {width: 95%; padding: 5px 0;}
46 | .notice ul li ul li a {float: left; width: 60%; font-size: 16px; color: #333;
47 | overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: normal;}
48 | .notice ul li ul li span {float: right; width: 20%;}
49 | .notice .more {position: absolute; right: 30px; top: 35px;}
50 |
51 | /* content2 */
52 | #content2 {margin-top: 25px;}
53 | #content2 h2 {margin-bottom: 10px;}
54 | #content2 li {float: left; width: 24.25%; margin-right: 1%;}
55 | #content2 li:last-child {margin-right: 0;}
56 | #content2 li img {width: 100%;}
57 | #content2 li span {display: block; padding: 10px 0;}
58 |
59 | /* footer */
60 | #footer {border-top: 1px solid #ccc; margin-top: 30px; padding: 30px 0;}
61 | #footer address {font-style: normal; color: #666;}
62 | #footer address ul {width: 670px;}
63 | #footer address li {position: relative; display: inline; line-height: 1.7; padding: 0px 15px 0px 10px;}
64 | #footer address li:after {content: ''; width: 1px; height: 13px; background: #666; position: absolute; right: 0; top: 0;}
65 | #footer address li.left {padding-left: 0;}
66 | #footer address p {text-transform: uppercase; padding-top: 30px;}
67 |
68 | /* layer */
69 | .layer_bg {
70 | display: none;
71 | width: 100%; height: 100%; background: rgba(0,0,0,0.8);
72 | position: fixed; left: 0; top: 0; z-index: 900}
73 | .layer {
74 | width: 500px; height: 500px; background: #ccc;
75 | border: 2px solid #000;
76 | position: absolute;
77 | left: 50%; top: 50%; z-index: 1000;
78 | transform: translate(-50%, -50%);
79 | }
80 | .layer h2 {padding: 20px; font-size: 30px;}
81 | .layer .close {position: absolute; bottom: 20px; right: 30px; font-size: 20px;}
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/1111/images/ad.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/1111/images/ad.jpg
--------------------------------------------------------------------------------
/1111/images/banner01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/1111/images/banner01.jpg
--------------------------------------------------------------------------------
/1111/images/logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/1111/images/logo.jpg
--------------------------------------------------------------------------------
/1111/images/s1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/1111/images/s1.jpg
--------------------------------------------------------------------------------
/1111/images/s2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/1111/images/s2.jpg
--------------------------------------------------------------------------------
/1111/images/s3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/1111/images/s3.jpg
--------------------------------------------------------------------------------
/1111/images/s4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/1111/images/s4.jpg
--------------------------------------------------------------------------------
/1111/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 롯데월드
6 |
7 |
8 |
9 |
10 |
11 |
12 |
59 |
60 |
61 |
62 |
63 |
64 |
이미지1
65 |
66 |
67 |
68 |
이미지2
69 |
70 |
71 |
72 |
이미지3
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
99 | 더보기 +
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
136 |
137 |
138 |
150 |
151 |
152 |
153 |
154 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
--------------------------------------------------------------------------------
/1111/script/custom.js:
--------------------------------------------------------------------------------
1 | (function($){
2 | //#header .nav li ul.submenu {display:none}
3 | //선택자 {속성: 속성값}
4 |
5 | //$(".submenu").css("display","block");
6 | //선택자.메서드(속성,속성값)
7 |
8 | //첫번째 유형
9 | // $(".nav > ul > li").mouseover(function(){ //li에 마우스 오버했을 때
10 | // $(this).find(".submenu").css("display","block");
11 | // });
12 |
13 | // $(".nav > ul > li").mouseout(function(){ //li에 마우스 아웃했을 때
14 | // $(this).find(".submenu").css("display","none");
15 | // });
16 |
17 | //두번째 유형
18 | // $(".nav > ul > li").mouseover(function(){ //li에 마우스 오버했을 때
19 | // $(".nav > ul > li").find(".submenu").css("display","block");
20 | // });
21 |
22 | // $(".nav > ul > li").mouseout(function(){ //li에 마우스 아웃했을 때
23 | // $(".nav > ul > li").find(".submenu").css("display","none");
24 | // });
25 |
26 | // $(".nav > ul > li").mouseover(function(){
27 | // $(this).find(".submenu").stop().show(500);
28 | // });
29 |
30 | // $(".nav > ul > li").mouseout(function(){
31 | // $(this).find(".submenu").stop().hide(500);
32 | // });
33 |
34 | //첫번째 유형
35 | $(".nav > ul > li").mouseover(function(){
36 | $(this).find(".submenu").stop().slideDown(200);
37 | });
38 |
39 | $(".nav > ul > li").mouseout(function(){
40 | $(this).find(".submenu").stop().slideUp(200);
41 | });
42 |
43 | //두번째 유형
44 | //$(".nav > ul > li").mouseover(function(){
45 | // $(".nav > ul > li").find(".submenu").stop().slideDown(200);
46 | //});
47 |
48 | //$(".nav > ul > li").mouseout(function(){
49 | // $(".nav > ul > li").find(".submenu").stop().slideUp(200);
50 | //});
51 |
52 |
53 | //이미지 슬라이드
54 | //이미지를 top으로 이미지의 height값 만큼 설정
55 |
56 | //$(".slideList").css("top","-300px");
57 | //$(".slideList").animate({"top":"-300px"},4000);
58 |
59 | //현재 이미지 = 0 -> top: 0;
60 | //두번째 이미지 = 1 -> top: -378px;
61 | //세번째 이미지 = 2 -> top: -756px;
62 |
63 | var currentIndex = 0; //현재 이미지를 변수에 저장
64 |
65 | setInterval(function(){
66 | if(currentIndex < 2){
67 | currentIndex++
68 | } else {
69 | currentIndex = 0;
70 | }
71 | var slidePosition = currentIndex * (-378)+"px";
72 |
73 | //console.log(slidePosition);
74 | $(".slideList").animate({ top:slidePosition},400);
75 | },3000);
76 |
77 |
78 | //탭메뉴
79 | var tabMenu = $(".notice");
80 |
81 | tabMenu.find("ul > li > ul").hide();
82 | tabMenu.find("ul > li.active > ul").show();
83 |
84 | function tabList(e){
85 | e.preventDefault();
86 | var target = $(this);
87 | target.next().show().parent("li").addClass("active").siblings("li").removeClass("active").find("ul").hide();
88 | };
89 |
90 | tabMenu.find("ul > li > a").click(tabList).focus(tabList);
91 |
92 | //팝업
93 | $(".ad").click(function(){
94 | $(".layer_bg").css("display","block");
95 | });
96 | $(".layer .close").click(function(){
97 | $(".layer_bg").css("display","none");
98 | });
99 |
100 | })(jQuery);
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
--------------------------------------------------------------------------------
/2222/css/style.css:
--------------------------------------------------------------------------------
1 | /* reset */
2 | * {margin: 0; padding: 0; font-size: 16px;}
3 | a {color: #333; text-decoration: none;}
4 | li {list-style: none;}
5 | .clearfix::before, .clearfix::after {content: ''; display: block; clear: both;}
6 |
7 | /* warp */
8 | #warp {width: 1000px; margin: 0 auto;}
9 |
10 | /* header */
11 | #header h1 {float: left; padding: 15px 0 10px;}
12 | #header h1 img {width: 110px;}
13 | #header .nav {float: right; background: #ddd;}
14 | #header .nav li {position: relative; float: left; width: 140px; text-align: center;}
15 | #header .nav li a {display: block; font-size: 20px; font-weight: bold; padding: 24px 20px 20px 20px;}
16 | #header .nav li a:hover {background: #ccc;}
17 | #header .nav li ul.submenu {display: none; position: absolute; left: 0; top: 67px; z-index: 100;}
18 | #header .nav li ul.submenu li a {padding: 10px; background: #888;}
19 | #header .nav li ul.submenu li a:hover {background: #666;;}
20 |
21 | /* banner */
22 | #banner {height: 389px; overflow: hidden;}
23 | #banner img {width: 100%; display: block;}
24 |
25 | /* 상하
26 | .slideList {position: relative; width: 1000px; height: 389px;}
27 | .slideList .slideImg {position: relative;}
28 | .slideList .slideImg h2 {position: absolute; left: 50%; top: 50%;
29 | transform: translate(-50%,-50%); background: rgba(0,0,0,0.4); padding: 10px 30px;
30 | border-radius: 20px;}
31 | */
32 |
33 | /* 좌우 */
34 | .slideList {position: relative; width: 3000px; z-index: 50;}
35 | .slideList .slideImg {position: relative; width: 1000px; float: left;}
36 | .slideList .slideImg h2 {position: absolute; left: 50%; top: 50%;
37 | transform: translate(-50%,-50%); background: rgba(0,0,0,0.4); padding: 10px 30px;
38 | border-radius: 20px;}
39 |
40 |
41 | /* content1 */
42 | #content1 {margin-top: 20px;}
43 | #content1 .left {float: left; width: 49%; padding: 20px;
44 | background: #f2f2f2 url(../images/bg1.jpg) no-repeat right 20px center;
45 | background-size: 80px;
46 | box-sizing: border-box; margin-right: 2%;}
47 | #content1 .left .title {font-size: 22px; padding-bottom: 5px;}
48 | #content1 .left .desc {font-size: 14px; color: #666; padding-bottom: 15px;}
49 | #content1 .left .btn {
50 | background: url(../images/icon1.jpg) no-repeat left top;
51 | background-size: 20px;
52 | padding-left: 25px; padding-top: 3px;
53 | }
54 | #content1 .right {float: left; width: 49%; padding: 20px;
55 | background: #f2f2f2 url(../images/bg2.jpg) no-repeat right 20px center;
56 | background-size: 80px;
57 | box-sizing: border-box; margin-right: 0;}
58 | #content1 .right .title {font-size: 22px; padding-bottom: 5px;}
59 | #content1 .right .desc {font-size: 14px; color: #666; padding-bottom: 15px;}
60 | #content1 .right .btn {
61 | background: url(../images/icon2.jpg) no-repeat left top;
62 | background-size: 20px;
63 | padding-left: 25px; padding-top: 2px;
64 | }
65 | #content1 .right .btn em {font-size: 13px; color: 999; font-style: normal;}
66 |
67 |
68 | /* content2 */
69 | #content2 {margin-top: 30px;}
70 | .tab-menu .tab-btn ul {overflow: hidden;}
71 | .tab-menu .tab-btn li {float: left; margin-right: 15px;}
72 | .tab-menu .tab-btn li a {display: block; color: #999; font-size: 24px; padding-bottom: 10px;}
73 | .tab-menu .tab-btn li.active a {color: #000;}
74 | .tab-cont .best figure {float: left; width: 32%; margin-right: 2%;}
75 | .tab-cont .best figure img {width: 100%;}
76 | .tab-cont .best figure:last-child{margin-right: 0;}
77 |
78 | /* footer */
79 | #footer {padding: 20px 0; background: #202020; margin-top: 30px;}
80 | #footer h2 {float: left; padding-left: 20px;}
81 | #footer h2 img {width: 150px;}
82 | #footer .foot {float: right; padding-right: 30px;}
83 | #footer .foot ul {padding-bottom: 10px;}
84 | #footer .foot ul li {display: inline;}
85 | #footer .foot ul li a {color: #fff; padding-right: 10px;}
86 | #footer .foot address {font-style: normal; color: #ccc;}
87 |
88 | /* layer */
89 | .layer_bg {display: none; position: fixed; left: 0; top: 0; z-index: 900;
90 | width: 100%; height: 100%; background: rgba(0,0,0,0.8);}
91 | .layer {display: none; position: absolute; left: 30px; top: 30px; z-index: 1000;
92 | width: 500px; height: 500px; border: 3px solid #000; background: #fff;}
93 | .layer h2 {padding: 20px; color: #000;}
94 | .layer .close {position: absolute; bottom: 20px; right: 20px;}
95 |
96 |
97 |
98 |
99 |
100 |
101 |
--------------------------------------------------------------------------------
/2222/images/banner01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/banner01.jpg
--------------------------------------------------------------------------------
/2222/images/best1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/best1.jpg
--------------------------------------------------------------------------------
/2222/images/best2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/best2.jpg
--------------------------------------------------------------------------------
/2222/images/best3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/best3.jpg
--------------------------------------------------------------------------------
/2222/images/bg1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/bg1.jpg
--------------------------------------------------------------------------------
/2222/images/bg2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/bg2.jpg
--------------------------------------------------------------------------------
/2222/images/flogo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/flogo.jpg
--------------------------------------------------------------------------------
/2222/images/icon1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/icon1.jpg
--------------------------------------------------------------------------------
/2222/images/icon2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/icon2.jpg
--------------------------------------------------------------------------------
/2222/images/logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/2222/images/logo.jpg
--------------------------------------------------------------------------------
/2222/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Cookit
6 |
7 |
8 |
9 |
10 |
11 |
12 |
59 |
60 |
61 |
62 |
63 |
이미지1
64 |
65 |
66 |
67 |
이미지2
68 |
69 |
70 |
71 |
이미지3
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 | 우리집도 배달되냐?
81 | 너네집은 배달 안된다.
82 | 배송지 검색
83 |
84 |
85 | 우리집도 배달되냐?
86 | 너네집은 배달 안된다.
87 | 62:23:10 남은시간
88 |
89 |
90 |
91 |
143 |
144 |
145 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
--------------------------------------------------------------------------------
/2222/script/custom.js:
--------------------------------------------------------------------------------
1 | //네비게이션
2 | $(".nav > ul > li").mouseover(function(){
3 | $(this).find(".submenu").stop().slideDown(200);
4 | });
5 | $(".nav > ul > li").mouseout(function(){
6 | $(this).find(".submenu").stop().slideUp(200);
7 | });
8 |
9 |
10 | //currentIndex = 0; 첫번째 이미지 : 0
11 | //currentIndex = 1; 두번째 이미지 : -389
12 | //currentIndex = 2; 세번째 이미지 : -778
13 |
14 | //이미지 슬라이드(상하)
15 | // var currentIndex = 0; //첫번째 이미지
16 | //
17 | // setInterval(function(){
18 | // if(currentIndex < 2){
19 | // currentIndex++;
20 | // } else {
21 | // currentIndex = 0;
22 | // }
23 | // var slidePosition = currentIndex * (-389)+"px";
24 | // $(".slideList").animate({top: slidePosition},400);
25 | //
26 | // },3000);
27 |
28 | //이미지 슬라이드(좌우)
29 | var currentIndex = 0;
30 |
31 | setInterval(function(){
32 | if(currentIndex < 2){
33 | currentIndex++;
34 | } else {
35 | currentIndex = 0;
36 | }
37 | var slidePosition = currentIndex * (-1000)+"px";
38 | $(".slideList").animate({ left:slidePosition },400);
39 | },3000);
40 |
41 | //탭메뉴
42 | var tabBtn = $(".tab-btn > ul > li");
43 | var tabCont = $(".tab-cont > div");
44 |
45 | tabCont.hide().eq(0).show();
46 |
47 | tabBtn.click(function(event){
48 | event.preventDefault();
49 | var target = $(this);
50 | var index = target.index();
51 | //alert(index);
52 | tabBtn.removeClass("active");
53 | target.addClass("active");
54 | tabCont.css("display","none");
55 | tabCont.eq(index).css("display","block");
56 | });
57 |
58 | //레이어 팝업
59 | $("#content1 .right").click(function(){
60 | $(".layer").slideDown(300);
61 | $(".layer_bg").show();
62 | });
63 | $(".layer .close").click(function(){
64 | $(".layer").slideUp(300);
65 | $(".layer_bg").hide();
66 | });
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
--------------------------------------------------------------------------------
/3333/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/.DS_Store
--------------------------------------------------------------------------------
/3333/css/style.css:
--------------------------------------------------------------------------------
1 | /* reset */
2 | * {margin: 0; padding: 0;}
3 | a {text-decoration: none; color: #333;}
4 | li {list-style: none;}
5 | .clearfix:before, .clearfix:after {content: ''; display: block; clear: both;}
6 |
7 | /* layout */
8 | #wrap {width: 1000px; margin: 0 auto; padding-top: 50px;}
9 | #aside {float: left; width: 270px; }
10 | #contents {float: right; width: 700px; }
11 | #footer {float: left; width: 100%; background: #edf2f8}
12 |
13 | /* aside */
14 | #aside h1 {margin-bottom: 30px;}
15 | #aside h1 img {width: 150px;}
16 | #aside .nav li {position: relative; z-index: 1000; padding-bottom: 5px; background: #f1f1f1; padding: 10px;}
17 | #aside .nav li a {font-size: 23px;}
18 | #aside .nav li a:hover {text-decoration: underline;}
19 | #aside .nav li.active a {color: blueviolet;}
20 | #aside .nav li ul.submenu {display: none; width: 150px; position: absolute; right: -140px; top: 0;}
21 | #aside .nav li ul.submenu li { }
22 | #aside .nav li ul.submenu li a {display: block; font-size: 20px; color: #333; padding: 10px;
23 | border-bottom: 1px solid #ccc;}
24 | #aside .nav li ul.submenu li a:hover {text-decoration: none;}
25 |
26 | /* banner */
27 | .banner {height: 384px; }
28 | .banner img {width: 100%; display: block;}
29 | .slideList {width: 700px; position: relative;}
30 | .slideList .slideImg {position: absolute; left: 0; top: 0;}
31 | .slideList .slideImg h2 {position: absolute; left: 50%; top: 50%;
32 | transform: translate(-50%,-50%); background: rgba(0,0,0,0.5); padding: 10px 30px;
33 | border-radius: 25px;}
34 |
35 | /* tab */
36 | .tab {padding: 40px 0; height: 200px; position: relative; width: 100%;}
37 | .tab img {width: 100px;}
38 | .tab ul {text-align: center;}
39 | .tab ul li {display: inline; padding: 5px;}
40 | .tab ul li a {font-size: 24px; color: #999;}
41 | .tab ul li ul {position: absolute; left: 0; top: 100px; width: 100%; overflow: hidden;}
42 | .tab ul li ul li {width: 20%; float: left; box-sizing: border-box;}
43 | .tab ul li ul li a {font-size: 14px;}
44 | .tab ul li ul li a span {display: block;}
45 | .tab ul li.active a {color: #000;}
46 |
47 | /* layer */
48 | .layer {background: #f7f7f7; padding: 15px;}
49 | .layer > div {position: relative; float: left; width: 32%;
50 | padding: 6% 3%; text-align: center; margin-right: 2%; background: #fff;
51 | border: 2px solid #ccc; box-sizing: border-box;
52 | }
53 | .layer > div:last-child {margin-right: 0;}
54 | .layer > div img {width: 100px; padding: 20px 0;}
55 | .layer > div ul li {text-align: left; padding-bottom: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
56 | .layer > div .more {position: absolute; right: 20px; top: 20px; border:1px solid #ccc;
57 | border-radius: 50%; width: 15px; height: 15px;}
58 |
59 | /* #footer */
60 | #footer {padding: 10px; box-sizing: border-box; margin-top: 20px;}
61 | #footer h2 {float: left;}
62 | #footer h2 img {width: 80px;}
63 | #footer address {float: left; font-style: normal; padding: 20px 0 0 20px;}
64 | #footer .sns {float: right; margin-top: 20px;}
65 | #footer .sns ul {overflow: hidden;}
66 | #footer .sns li {float: left; padding-bottom: 5px;}
67 | #footer .sns li img {width: 60px;}
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
--------------------------------------------------------------------------------
/3333/images/banner01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/banner01.jpg
--------------------------------------------------------------------------------
/3333/images/icon01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon01.jpg
--------------------------------------------------------------------------------
/3333/images/icon02.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon02.jpg
--------------------------------------------------------------------------------
/3333/images/icon03.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon03.jpg
--------------------------------------------------------------------------------
/3333/images/icon04.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon04.jpg
--------------------------------------------------------------------------------
/3333/images/icon05.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon05.jpg
--------------------------------------------------------------------------------
/3333/images/icon06.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon06.jpg
--------------------------------------------------------------------------------
/3333/images/icon07.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon07.jpg
--------------------------------------------------------------------------------
/3333/images/icon08.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon08.jpg
--------------------------------------------------------------------------------
/3333/images/icon09.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon09.jpg
--------------------------------------------------------------------------------
/3333/images/icon10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon10.jpg
--------------------------------------------------------------------------------
/3333/images/icon11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/icon11.jpg
--------------------------------------------------------------------------------
/3333/images/logo01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/logo01.jpg
--------------------------------------------------------------------------------
/3333/images/logo02.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/3333/images/logo02.jpg
--------------------------------------------------------------------------------
/3333/index.html:
--------------------------------------------------------------------------------
1 | f!DOCTYPE html>
2 | fhtml lang="ko">
3 | fhead>
4 | fmeta charset="UTF-8">
5 | ftitle>정부 24f/title>
6 | flink rel="stylesheet" href="css/style.css">
7 | f/head>
8 | fbody>
9 | fdiv id="wrap" class="clearfix">
10 | faside id="aside">
11 | fh1>fimg src="images/logo01.jpg" alt="정부24">f/h1>
12 | fnav class="nav">
13 | ful>
14 | fli class="active">fa href="#">서비스f/a>
15 | ful class="submenu">
16 | fli>fa href="#">submenu1f/a>f/li>
17 | fli>fa href="#">submenu1f/a>f/li>
18 | fli>fa href="#">submenu1f/a>f/li>
19 | fli>fa href="#">submenu2f/a>f/li>
20 | f/ul>
21 | f/li>
22 | fli>fa href="#">정책정보f/a>
23 | ful class="submenu">
24 | fli>fa href="#">submenu1f/a>f/li>
25 | fli>fa href="#">submenu1f/a>f/li>
26 | fli>fa href="#">submenu1f/a>f/li>
27 | fli>fa href="#">submenu2f/a>f/li>
28 | f/ul>
29 | f/li>
30 | fli>fa href="#">기관정보f/a>
31 | ful class="submenu">
32 | fli>fa href="#">submenu1f/a>f/li>
33 | fli>fa href="#">submenu1f/a>f/li>
34 | fli>fa href="#">submenu1f/a>f/li>
35 | fli>fa href="#">submenu2f/a>f/li>
36 | f/ul>
37 | f/li>
38 | fli>fa href="#">고객센터f/a>
39 | ful class="submenu">
40 | fli>fa href="#">submenu1f/a>f/li>
41 | fli>fa href="#">submenu1f/a>f/li>
42 | fli>fa href="#">submenu1f/a>f/li>
43 | fli>fa href="#">submenu2f/a>f/li>
44 | f/ul>
45 | f/li>
46 | f/ul>
47 | f/nav>
48 | f/aside>
49 | fsection id="contents">
50 | farticle class="banner">
51 | fdiv class="slideList">
52 | fdiv class="slideImg">
53 | fh2>페이드 효과 이미지1f/h2>
54 | fimg src="images/banner01.jpg" alt="정부!!">
55 | f/div>
56 | fdiv class="slideImg">
57 | fh2>페이드 효과 이미지2f/h2>
58 | fimg src="images/banner01.jpg" alt="정부!!">
59 | f/div>
60 | fdiv class="slideImg">
61 | fh2>페이드 효과 이미지3f/h2>
62 | fimg src="images/banner01.jpg" alt="정부!!">
63 | f/div>
64 | f/div>
65 | f/article>
66 | farticle class="tab">
67 | ful>
68 | fli class="active">fa href="#">자주 찾는 서비스f/a>
69 | ful>
70 | fli>fa href="#">fimg src="images/icon01.jpg" alt="">fspan>주민등록표등폰f/span>f/a>f/li>
71 | fli>fa href="#">fimg src="images/icon02.jpg" alt="">fspan>주민등록표등폰f/span>f/a>f/li>
72 | fli>fa href="#">fimg src="images/icon03.jpg" alt="">fspan>주민등록표등폰f/span>f/a>f/li>
73 | fli>fa href="#">fimg src="images/icon04.jpg" alt="">fspan>주민등록표등폰f/span>f/a>f/li>
74 | fli>fa href="#">fimg src="images/icon05.jpg" alt="">fspan>주민등록표등폰f/span>f/a>f/li>
75 | f/ul>
76 | f/li>
77 | fli>fa href="#">키워드 서비스f/a>
78 | ful style="display: none">
79 | fli>fa href="#">fimg src="images/icon05.jpg" alt="">fspan>주민등록표등폰2f/span>f/a>f/li>
80 | fli>fa href="#">fimg src="images/icon05.jpg" alt="">fspan>주민등록표등폰2f/span>f/a>f/li>
81 | fli>fa href="#">fimg src="images/icon05.jpg" alt="">fspan>주민등록표등폰2f/span>f/a>f/li>
82 | fli>fa href="#">fimg src="images/icon05.jpg" alt="">fspan>주민등록표등폰2f/span>f/a>f/li>
83 | fli>fa href="#">fimg src="images/icon05.jpg" alt="">fspan>주민등록표등폰2f/span>f/a>f/li>
84 | f/ul>
85 | f/li>
86 | f/ul>
87 | f/article>
88 | farticle class="layer clearfix">
89 | fdiv>
90 | fh3>공지사항f/h3>
91 | fimg src="images/icon06.jpg" alt="공지사항">
92 | ful>
93 | fli>언제나 어디서나 언제나 어디서나 언제나 어디서나언제나 어디서나f/li>
94 | fli>언제나 어디서나 언제나 어디서나 언제나 어디서나언제나 어디서나f/li>
95 | fli>언제나 어디서나 언제나 어디서나 언제나 어디서나언제나 어디서나f/li>
96 | f/ul>
97 | fa href="#" class="more">+f/a>
98 | f/div>
99 | fdiv>
100 | fh3>공지사항f/h3>
101 | fimg src="images/icon07.jpg" alt="공지사항">
102 | ful>
103 | fli>언제나 어디서나 언제나 어디서나 언제나 어디서나언제나 어디서나f/li>
104 | fli>언제나 어디서나 언제나 어디서나 언제나 어디서나언제나 어디서나f/li>
105 | fli>언제나 어디서나 언제나 어디서나 언제나 어디서나언제나 어디서나f/li>
106 | f/ul>
107 | fa href="#" class="more">+f/a>
108 | f/div>
109 | fdiv>
110 | fh3>공지사항f/h3>
111 | fimg src="images/icon08.jpg" alt="공지사항">
112 | ful>
113 | fli>언제나 어디서나 언제나 어디서나 언제나 어디서나언제나 어디서나f/li>
114 | fli>언제나 어디서나 언제나 어디서나 언제나 어디서나언제나 어디서나f/li>
115 | fli>언제나 어디서나 언제나 어디서나 언제나 어디서나언제나 어디서나f/li>
116 | f/ul>
117 | fa href="#" class="more">+f/a>
118 | f/div>
119 | f/article>
120 | f/section>
121 | ffooter id="footer" class="clearfix">
122 | fh2>fimg src="images/logo02.jpg" alt="정부24">f/h2>
123 | faddress>
124 | 서울 특별시 세종대로 209 행정안전부fbr>
125 | 정부 콜센터 1588-2188fbr>
126 | Copyright © All right reserved
127 | f/address>
128 | fdiv class="sns">
129 | ful>
130 | fli>fa href="#">fimg src="images/icon09.jpg" alt="트위터">f/a>f/li>
131 | fli>fa href="#">fimg src="images/icon10.jpg" alt="네이버">f/a>f/li>
132 | fli>fa href="#">fimg src="images/icon11.jpg" alt="페이스북">f/a>f/li>
133 | f/ul>
134 | f/div>
135 | f/footer>
136 | f/div>
137 |
138 | fscript src="script/jquery.min.js">f/script>
139 | fscript src="script/custom.js">f/script>
140 | f/body>
141 | f/html>
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
--------------------------------------------------------------------------------
/3333/script/custom.js:
--------------------------------------------------------------------------------
1 | //세로 메뉴
2 | $(".nav > ul > li").hover(
3 | function(){
4 | $(this).find(".submenu").stop().slideDown();
5 | },function(){
6 | $(this).find(".submenu").stop().slideUp();
7 | });
8 |
9 | //slideList > slideImg (1) eq(0)
10 | //slideList > slideImg (2) eq(1)
11 | //slideList > slideImg (3) eq(2)
12 |
13 | //이미지 슬라이드
14 | $(".slideList").children("div:gt(0)").hide();
15 |
16 | var currentIndex = 0;
17 | //var currentIndex = 1;
18 | //var currentIndex = 2;
19 |
20 | setInterval(function(){
21 | var next = (currentIndex + 1) % 3;
22 | $(".slideList").find("div").eq(currentIndex).fadeOut();
23 | $(".slideList").find("div").eq(next).fadeIn();
24 |
25 | console.log("currentIndex="+ currentIndex);
26 | console.log("next="+ next);
27 | //currentIndex = 0
28 | //next = 1
29 |
30 | currentIndex = next;
31 | },3000);
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/Coding_img1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/Coding_img1.jpg
--------------------------------------------------------------------------------
/Coding_img1.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/Coding_img1.psd
--------------------------------------------------------------------------------
/Coding_img2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/Coding_img2.jpg
--------------------------------------------------------------------------------
/Coding_img2.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/Coding_img2.psd
--------------------------------------------------------------------------------
/Coding_img3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/Coding_img3.jpg
--------------------------------------------------------------------------------
/Coding_img3.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/Coding_img3.psd
--------------------------------------------------------------------------------
/Coding_img4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/Coding_img4.jpg
--------------------------------------------------------------------------------
/Coding_img4.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/Coding_img4.psd
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | 웹디자인 기능사 실기 따라하면 딴다.
4 |
5 | 01. 레이아웃 유형1(가로) VIEW
6 | 02. 레이아웃 유형2(세로) VIEW
7 | 03. 가로 메뉴 유형1 VIEW
8 | 04. 가로 메뉴 유형2 VIEW
9 | 05. 세로 메뉴 유형1 VIEW
10 | 06. 세로 메뉴 유형2 VIEW
11 | 07. 탭 메뉴 유형 VIEW
12 | 08. 레이어 팝업 유형 VIEW
13 | 09. 이미지 슬라이드(위아래) VIEW
14 | 10. 이미지 슬라이드(좌우) VIEW
15 | 11. 이미지 슬라이드(페이드) VIEW
16 | 12. 실전사이트 만들기1 VIEW
17 |
18 |
19 |
20 | 실전사이트 이미지1 VIEW
21 | 실전사이트 이미지2 VIEW
22 |
23 |
24 |
25 |
26 | 01. 웹디자인 기능사 따라하면 딴다 - INTRO | 웹스토리보이
27 | 02. 웹디자인 기능사 따라하면 딴다 - 레이아웃1_1 | 웹스토리보이
28 | 03. 웹디자인 기능사 따라하면 딴다 - 레이아웃1_2 | 웹스토리보이
29 | 04. 웹디자인 기능사 따라하면 딴다 - 레이아웃2 | 웹스토리보이
30 | 05. 웹디자인 기능사 따라하면 딴다 - 가로유형1 | 웹스토리보이
31 | 06. 웹디자인 기능사 따라하면 딴다 - 가로유형2 | 웹스토리보이
32 | 07. 웹디자인 기능사 따라하면 딴다 - 가로유형3 | 웹스토리보이
33 | 08. 웹디자인 기능사 따라하면 딴다 - 세로유형1 | 웹스토리보이
34 | 09. 웹디자인 기능사 따라하면 딴다 - 세로유형2 | 웹스토리보이
35 | 10. 웹디자인 기능사 따라하면 딴다 - 탭 메뉴 유형 | 웹스토리보이
36 | 11. 웹디자인 기능사 따라하면 딴다 - 레이어 팝업 유형 | 웹스토리보이
37 | 12. 웹디자인 기능사 따라하면 딴다 - 이미지 슬라이드 유형1(위아래) | 웹스토리보이
38 | 13. 웹디자인 기능사 따라하면 딴다 - 이미지 슬라이드 유형2(페이드) | 웹스토리보이
39 | 14. 웹디자인 기능사 따라하면 딴다 - 이미지 슬라이드 유형3(좌우) | 웹스토리보이
40 |
41 |
--------------------------------------------------------------------------------
/img/01.레이아웃-유형1(가로).jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/01.레이아웃-유형1(가로).jpg
--------------------------------------------------------------------------------
/img/02.레이아웃-유형2(세로).jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/02.레이아웃-유형2(세로).jpg
--------------------------------------------------------------------------------
/img/03.가로-메뉴-유형1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/03.가로-메뉴-유형1.jpg
--------------------------------------------------------------------------------
/img/04.가로-메뉴-유형2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/04.가로-메뉴-유형2.jpg
--------------------------------------------------------------------------------
/img/05.세로-메뉴-유형1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/05.세로-메뉴-유형1.jpg
--------------------------------------------------------------------------------
/img/06.세로-메뉴-유형2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/06.세로-메뉴-유형2.jpg
--------------------------------------------------------------------------------
/img/07.탭-메뉴-유형.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/07.탭-메뉴-유형.jpg
--------------------------------------------------------------------------------
/img/08.레이어-팝업-유형.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/08.레이어-팝업-유형.jpg
--------------------------------------------------------------------------------
/img/09.이미지-슬라이드(위아래).jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/09.이미지-슬라이드(위아래).jpg
--------------------------------------------------------------------------------
/img/10.이미지-슬라이드(좌우).jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/10.이미지-슬라이드(좌우).jpg
--------------------------------------------------------------------------------
/img/11.이미지-슬라이드(페이드).jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/11.이미지-슬라이드(페이드).jpg
--------------------------------------------------------------------------------
/img/12.실전사이트-만들기1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/12.실전사이트-만들기1.jpg
--------------------------------------------------------------------------------
/img/ban01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/ban01.jpg
--------------------------------------------------------------------------------
/img/ban02.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/ban02.jpg
--------------------------------------------------------------------------------
/img/ban03.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/img/ban03.jpg
--------------------------------------------------------------------------------
/open/01A-1.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/01A-1.pdf
--------------------------------------------------------------------------------
/open/02A-2.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/02A-2.pdf
--------------------------------------------------------------------------------
/open/03A-3.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/03A-3.pdf
--------------------------------------------------------------------------------
/open/04A-4.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/04A-4.pdf
--------------------------------------------------------------------------------
/open/05B-1.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/05B-1.pdf
--------------------------------------------------------------------------------
/open/06B-2.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/06B-2.pdf
--------------------------------------------------------------------------------
/open/07B-3.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/07B-3.pdf
--------------------------------------------------------------------------------
/open/08B-4.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/08B-4.pdf
--------------------------------------------------------------------------------
/open/09C-1.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/09C-1.pdf
--------------------------------------------------------------------------------
/open/10C-2.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/10C-2.pdf
--------------------------------------------------------------------------------
/open/11C-3.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/11C-3.pdf
--------------------------------------------------------------------------------
/open/12C-4.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/open/12C-4.pdf
--------------------------------------------------------------------------------
/real_sample/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/real_sample/.DS_Store
--------------------------------------------------------------------------------
/real_sample/1/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/webstoryboy/webd/11a8452932d72be46c2f5bf780c41990baa7bb7a/real_sample/1/.DS_Store
--------------------------------------------------------------------------------
/real_sample/1/css/style.css:
--------------------------------------------------------------------------------
1 | /* reset */
2 | * {margin: 0; padding: 0;}
3 | .clearfix::before, .clearfix::after {display: block; content: ''; clear: both;}
4 |
5 | /* 레이아웃 */
6 | #wrap {width: 1200px; margin: 0 auto;}
7 |
8 | /* header */
9 | #header {}
10 | #header .logo {float: left; width: 250px; height: 100px; background: #888;}
11 | #header .nav {float: left; width: 950px; height: 100px; background: #777;}
12 |
13 | /* banner */
14 | #banner {height: 300px; background: #666;}
15 |
16 | /* contents */
17 | #contents {}
18 | #contents > div {float: left; width: 400px; height: 200px;}
19 | #contents > div.cont1 {background: #555;}
20 | #contents > div.cont2 {background: #444;}
21 | #contents > div.cont3 {background: #333;}
22 |
23 | /* footer */
24 | #footer {}
25 | #footer .foot1 {float: left; width: 200px; height: 100px; background: #888;}
26 | #footer .foot2 {float: left; width: 800px; height: 100px; background: #777;}
27 | #footer .foot3 {float: left; width: 200px; height: 100px; background: #666;}
28 |
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/real_sample/1/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 산업대학교
6 |
7 |
8 |
9 |
10 |
14 |
15 |
16 |
19 |
20 |
21 |
22 |
공지사항
23 |
갤러리
24 |
팝업
25 |
26 |
27 |
28 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/real_sample/2/css/style.css:
--------------------------------------------------------------------------------
1 | /* reset */
2 | * {margin: 0; padding: 0;}
3 | .clearfix::before, .clearfix::after {display: block; content: ''; clear: both;}
4 |
5 | /* 레이아웃 */
6 | #wrap {width: 1200px; margin: 0 auto;}
7 | #side {float:left; width: 300px; height: 850px; background: #ccc;}
8 | #content {float: left; width: 900px; height: 850px; background: #ddd;}
9 |
10 | /* header */
11 | #side .logo {width: 300px; height: 150px; background: #999;}
12 | #side .nav {width: 300px; height: 700px; background: #888;}
13 |
14 | /* banner */
15 | #banner {width: 900px; height: 450px; background: #777;}
16 |
17 | /* contents */
18 | #contents {}
19 | #contents > div {float: left; width: 33.33333%; height: 300px;}
20 | #contents > div.cont1 {background: #666;}
21 | #contents > div.cont2 {background: #555;}
22 | #contents > div.cont3 {background: #444;}
23 |
24 | /* footer */
25 | #footer {}
26 | #footer .foot1 {float: left; width: 200px; height: 100px; background: #333;}
27 | #footer .foot2 {float: left; width: 700px; height: 50px; background: #222;}
28 | #footer .foot3 {float: left; width: 700px; height: 50px; background: #111;}
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/real_sample/2/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 대한은행
6 |
7 |
8 |
9 |
10 |
14 |
15 |
18 |
19 |
20 |
21 |
공지사항
22 |
갤러리
23 |
팝업
24 |
25 |
26 |
27 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/sample/sample264.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | VIDEO
5 |
6 |
7 |
98 |
99 |
100 |
101 |
102 |
251 |
252 |
253 |
254 |
--------------------------------------------------------------------------------
/sample/sample265.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | VIDEO
5 |
6 |
7 |
98 |
99 |
100 |
101 |
102 |
284 |
285 |
286 |
287 |
--------------------------------------------------------------------------------
/sample/sample266.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | VIDEO
5 |
6 |
7 |
98 |
99 |
100 |
101 |
102 |
284 |
285 |
286 |
287 |
--------------------------------------------------------------------------------
/sample/sample267.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | VIDEO
5 |
6 |
7 |
98 |
99 |
100 |
101 |
102 |
301 |
302 |
303 |
304 |
--------------------------------------------------------------------------------
/sample/sample274.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | VIDEO
5 |
6 |
7 |
114 |
115 |
116 |
117 |
118 |
566 |
567 |
568 |
569 |
--------------------------------------------------------------------------------
/sample/sample275.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | VIDEO
5 |
6 |
7 |
117 |
118 |
119 |
120 |
121 |
561 |
562 |
563 |
564 |
--------------------------------------------------------------------------------
/sample/sample276.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | VIDEO
5 |
6 |
7 |
117 |
118 |
119 |
120 |
121 |
559 |
560 |
561 |
562 |
--------------------------------------------------------------------------------
/sample/sample278.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | VIDEO
5 |
6 |
7 |
108 |
109 |
110 |
111 |
112 |
484 |
485 |
486 |
487 |
--------------------------------------------------------------------------------
/webd01.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사 - 탭메뉴
6 |
7 |
38 |
39 |
40 |
41 |
42 |
46 |
47 |
48 |
51 |
52 |
53 |
54 |
공지사항
55 |
갤러리
56 |
팝업
57 |
58 |
59 |
60 |
65 |
66 |
67 |
68 |
69 |
70 |
--------------------------------------------------------------------------------
/webd02.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사 - 탭메뉴
6 |
7 |
40 |
41 |
42 |
43 |
47 |
48 |
51 |
52 |
53 |
54 |
공지사항
55 |
갤러리
56 |
팝업
57 |
58 |
59 |
60 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
--------------------------------------------------------------------------------
/webd03.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사 - 탭메뉴
6 |
7 |
44 |
45 |
46 |
47 |
48 |
79 |
80 |
81 |
84 |
85 |
86 |
87 |
공지사항
88 |
갤러리
89 |
팝업
90 |
91 |
92 |
93 |
98 |
99 |
100 |
101 |
102 |
110 |
111 |
112 |
113 |
--------------------------------------------------------------------------------
/webd04-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사
6 |
7 |
47 |
48 |
49 |
50 |
51 |
88 |
89 |
90 |
93 |
94 |
95 |
96 |
공지사항
97 |
갤러리
98 |
팝업
99 |
100 |
101 |
102 |
107 |
108 |
109 |
110 |
111 |
120 |
121 |
122 |
123 |
--------------------------------------------------------------------------------
/webd04.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사
6 |
7 |
44 |
45 |
46 |
47 |
48 |
85 |
86 |
87 |
90 |
91 |
92 |
93 |
공지사항
94 |
갤러리
95 |
팝업
96 |
97 |
98 |
99 |
104 |
105 |
106 |
107 |
108 |
117 |
118 |
119 |
120 |
--------------------------------------------------------------------------------
/webd05.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사 - 탭메뉴
6 |
7 |
45 |
46 |
47 |
48 |
49 | 로고
50 |
51 |
81 |
82 |
83 |
84 |
87 |
88 |
89 |
90 |
공지사항
91 |
갤러리
92 |
팝업
93 |
94 |
95 |
96 |
101 |
102 |
103 |
104 |
105 |
106 |
114 |
115 |
116 |
117 |
--------------------------------------------------------------------------------
/webd06.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사 - 탭메뉴
6 |
7 |
45 |
46 |
47 |
48 |
49 | 로고
50 |
51 |
81 |
82 |
83 |
84 |
87 |
88 |
89 |
90 |
공지사항
91 |
갤러리
92 |
팝업
93 |
94 |
95 |
96 |
101 |
102 |
103 |
104 |
105 |
106 |
114 |
115 |
116 |
117 |
--------------------------------------------------------------------------------
/webd07.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사 - 탭메뉴
6 |
7 |
47 |
48 |
49 |
50 |
51 |
55 |
56 |
57 |
60 |
61 |
62 |
63 |
64 |
80 |
81 |
갤러리
82 |
팝업
83 |
84 |
85 |
86 |
91 |
92 |
93 |
94 |
95 |
96 |
114 |
115 |
116 |
117 |
--------------------------------------------------------------------------------
/webd08.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사 - 탭메뉴
6 |
7 |
55 |
56 |
57 |
58 |
59 |
63 |
64 |
65 |
68 |
69 |
70 |
71 |
공지사항
72 |
갤러리
73 |
74 |
75 |
76 |
77 |
82 |
83 |
84 |
85 |
86 |
90 |
91 |
92 |
102 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/webd09.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사 - 탭메뉴
6 |
7 |
53 |
54 |
55 |
56 |
57 |
61 |
62 |
63 |
64 | 이미지가 3초에 한번씩 위아래로 전환되는 효과
65 |
70 |
71 |
72 |
73 |
74 |
공지사항
75 |
갤러리
76 |
77 |
78 |
79 |
80 |
85 |
86 |
87 |
88 |
89 |
103 |
104 |
105 |
106 |
--------------------------------------------------------------------------------
/webd10.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사
6 |
7 |
53 |
54 |
55 |
56 |
57 |
61 |
62 |
63 |
64 | 이미지 페이드 효과
65 |
70 |
71 |
72 |
73 |
74 |
공지사항
75 |
갤러리
76 |
77 |
78 |
79 |
80 |
85 |
86 |
87 |
88 |
89 |
100 |
101 |
102 |
103 |
--------------------------------------------------------------------------------
/webd11.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 웹 디자인 기능사 - 탭메뉴
6 |
7 |
54 |
55 |
56 |
57 |
58 |
62 |
63 |
64 |
65 | 이미지가 3초에 한번씩 좌우로 전환되는 효과
66 |
71 |
72 |
73 |
74 |
75 |
공지사항
76 |
갤러리
77 |
78 |
79 |
80 |
81 |
86 |
87 |
88 |
89 |
90 |
105 |
106 |
107 |
108 |
--------------------------------------------------------------------------------