-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsub2.html
204 lines (188 loc) · 6.28 KB
/
sub2.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="css/common.css?v08231759">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css">
<!-- jQuery -->
<script src="http://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.4.1.min.js"></script>
<script src="https://use.fontawesome.com/50f7c135f7.js"></script>
<!-- swiperslide -->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"/>
<title>Project | Adererror</title>
<style>
body {
background: #eee;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
}
.swiper-container {
width: 100vw;
height: 50vh;
padding-top: 6vh;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
</style>
<style>
.pr_comment {
width: 100vw; position: relative;
margin-bottom: 5vh;
}
.pr_comment h2 {
display: block;
width: 80vw;
margin: 0 auto;
font-size: 20px;
padding-top: 5vh;
padding-bottom: 5vh;
}
.pr_comment h3 {
display: block;
width: 80vw;
margin: 0 auto;
font-size: 16px;
}
.pr_comment p {
display: block;
width: 80vw;
margin: 0 auto;
font-size: 16px;
line-height: 1.3;
padding-top: 10%;
}
.pr_comment a {
display: block;
width: 80vw;
margin: 0 auto;
font-size: 12px;
line-height: 1.3;
padding-top: 10%;
}
</style>
<script>
//모바일 메뉴버튼
$(function(){
var moGnb = document.getElementsByClassName('mo_gnb')
window.ontouchstart = function (e) {
if(e.target == moGnb[0]){
moGnb[0].style.display = 'none'
$('.mb').removeClass('on');
}
}
$('.mb').click(function(){
$('.mb').toggleClass('on');
if ($('.mb').hasClass("on")){
$('.mo_gnb').css({"display": "block"});
} else {
$('.mo_gnb').css({"display" : "none"});
};
});
});
</script>
</head>
<body>
<div class="left mb"><span></span><span></span><span></span></div>
<nav class="mo_gnb">
<div class="mo_gnb_wrap">
<ul class="mo_menu_wrap">
<li class="mo_menu left mm1"><a href="http://wooreeweb.com/pf/2614/profile/index.html">Home</a></li>
<li class="mo_menu left mm2"><a href="http://wooreeweb.com/pf/2614/profile/sub1.html">Adererror</a></li>
<li class="mo_menu left mm3"><a href="http://wooreeweb.com/pf/2614/profile/sub2.html">Cafeerip</a></li>
</ul>
<ul class="mo_tnb_wrap">
<li class="mo_tnb left mm1">
<a href="mailto:jshyh1@naver.com"><i class="fa fa-envelope-o" aria-hidden="true">
</i></a></li>
<li class="mo_tnb left mm2">
<a href="https://github.com/sh-oon/github_test.git">
<i class="xi-github" aria-hidden="true">
</i></a>
</li>
<li class="mo_tnb left mm3">
<a href="tel:010-9737-2483">
<i class="xi-mobile" aria-hidden="true" >
</i></a>
</li>
<li class="mo_tnb left mm4">
<a href="#">
<i class="xi-kakaotalk" aria-hidden="true">
</i></a>
</li>
</ul>
</div>
</nav>
<!-- project -->
<section class="project_wrap">
<div class="pr_cafeerip">
<div class="swiper-container mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="images/modal/cafeerip/index.jpg" alt=""></div>
<div class="swiper-slide"><img src="images/modal/cafeerip/sub.jpg" alt=""></div>
<div class="swiper-slide"><img src="images/modal/cafeerip/mo_index.jpg" alt=""></div>
<div class="swiper-slide"><img src="images/modal/cafeerip/mo_sub.jpg" alt=""></div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
<div class="pr_comment">
<h2>프로젝트명 : Cafeerip</h3>
<h3>제작 기간 : 21.07.26 ~ 21.07.30 </h3>
<p>작은 개인 카페의 홍보라는 컨셉으로 시작한 프로젝트입니다. 반응형웹사이트이며 컴퓨터와 모바일 모두 고려하여 만들어 졌습니다. 여유로움이라는 컨셉을 가지고 여백을 최대한 많이 두었고 간결하고 부드럽게 작성했습니다. 안정감을 주는 색상인 갈색계열의 색상을 사용하였고, 친근함을 위해 손글씨체를 사용했습니다. swiper-slider, kakaomap등 다양한 플러그인을 사용하는 방법과 종류에 대해서 배웠습니다.</p>
<a href="https://bit.ly/3jlgamt">홈페이지 방문>></a>
</div>
</div>
</section>
<!-- Swiper JS -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".mySwiper", {
loop: true,
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
var menuOut = document.getElementsByClassName('mo_gnb')
var mg = document.getElementsByClassName('mb.on')
window.onclick = function (e) {
if(e.target == menuOut[0]){
menuOut[0].style.display = 'none';
$('.mb').removeClass('on');
}
}
</script>
<!-- footer -->
<footer id="footer">© made by Jung SungHoon</footer>
</body>
</html>