-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyogayo.html
253 lines (246 loc) · 8.33 KB
/
yogayo.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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat+Subrayada:wght@700&family=Montserrat:wght@100;400;700;900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/reset.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/main.css" />
<title>Ina Bang</title>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Montserrat|Nanum+Gothic&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- <div class="transition"><img src="./img/logo.svg" alt=""></div> -->
<!-- Header start-->
<header>
<div class="cursor"></div>
<div class="header_inner">
<h1><a href="index.html">Ina Bang</a></h1>
<!-- Global Navigation -->
<nav>
<ul class="gnb">
<li><a href="index.html" title="home" class="pink">Home</a></li>
<li><a href="work.html" title="work">Work</a></li>
<li><a href="about.html">About</a></li>
<li><a href="playground.html">Playground</a></li>
</ul>
</nav>
<!-- DAY & NIGHT toggle button-->
<div class="toggle_box">
<span class="toggle_txt"></span>
<label><i class="far fa-sun"></i></label>
<div class="toggle_bar"><input type="checkbox" name="theme" /></div>
<label><i class="far fa-moon"></i></label>
</div>
</div>
</header>
<!-- Contents start-->
<main class="work-sub">
<section id="work_1">
<!-- project concept image -->
<div class="concept-img">
<h2 class="c-title">요가요</h2>
<p class="c-desc">프론트엔드 & 백엔드 개발 / 디자인</p>
<span class="scroll-btn">
<svg
width="35"
height="35"
viewBox="0 0 35 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="link-btn">
<g id="down btn">
<circle
id="circle"
cx="17.5"
cy="17.5"
r="17.5"
fill="black"
fill-opacity="0.7"
/>
<path
id="bracket"
d="M10.8333 15L17.5 21.6667L24.1666 15"
stroke="white"
/>
</g>
</g>
</svg>
</span>
</div>
<!-- project concept image ends-->
<!-- project ovverview starts -->
<div class="overview">
<div class="title-box">
<h3 class="p-title">요가요</h3>
<p class="p-desc">
요가&필라테스 원스탑 예약/커뮤니티 플랫폼 | 2020
</p>
</div>
<div class="ov-box">
<div class="img-container"></div>
<div class="txt-box">
<h4 class="o-title">overview</h4>
<p class="o-desc">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo,
cupiditate odit? Eligendi exercitationem, autem repellat nam
dolorum consectetur perspiciatis beatae quae architecto labore
cupiditate laudantium. Distinctio consequatur expedita iure
quae.
</p>
</div>
</div>
</div>
<!-- project ovverview ends -->
<div class="prototype">
<img src="./img/macbook_mockup.png" alt="" />
<iframe
src="http://iina.dothome.co.kr/masspop_temp/landing/masspop_ad.html"
frameborder="0"
></iframe>
</div>
<div class="prototype-2">
<img src="./img/masspop_iphone_iso.jpg" alt="" />
</div>
<div class="prototype-3">
<video
src="./img/masspop_video.mov"
autoplay
loop
muted
controls
></video>
<img src="./img/iphonex_generic.png" alt="" />
</div>
<div class="prev-next-container">
<!-- <a href="" title="previous project">
<strong>prev<br />project</strong>
<span class="arrow">
<svg
width="63"
height="23"
viewBox="0 0 63 23"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="Arrow-left">
<g id="Arrow-left_2">
<path
id="Vector_21"
d="M23.5 1L2 22.5H62.5"
stroke="#252525"
/>
</g>
</g>
</svg>
</span>
<p class="pn-desc">seven brau</p>
</a> -->
<a href="fyp.html" title="next project">
<strong>next<br />project</strong>
<span class="arrow">
<svg
width="62"
height="23"
viewBox="0 0 62 23"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="Arrow-right">
<path id="Vector 21" d="M39 1L60.5 22.5H0" stroke="white" />
</g>
</svg>
</span>
<p class="pn-desc">Find Your Plant</p>
</a>
</div>
</section>
</main>
<!-- Let's Talk Bubble icon -->
<div class="talk-box">
<input type="checkbox" id="talk-checkbox" />
<label for="talk-checkbox">
<a href="mailto:[email protected]">
<span class="talk-txt">Let's<br />Talk</span>
</a>
<svg
id="talk-bubble"
width="63"
height="63"
viewBox="0 0 63 63"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g filter="url(#filter0_d)">
<circle
id="bubble-circle"
cx="30.1587"
cy="30.1587"
r="28.1587"
fill="#252525"
/>
<path
id="bubble-tail"
d="M58.5032 55.6005C51.1971 53.774 47.3412 44.1848 46.3264 39.6185L36.8134 49.5121C44.7282 58.9491 54.5711 57.5031 58.5032 55.6005Z"
fill="#252525"
/>
</g>
<defs>
<filter
id="filter0_d"
x="0"
y="0"
width="62.5032"
height="62.3174"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
/>
<feOffset dx="1" dy="1" />
<feGaussianBlur stdDeviation="1.5" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow"
result="shape"
/>
</filter>
</defs>
</svg>
</label>
</div>
<!--푸터 영역 시작-->
<footer>
<div>Designed and Coded by Ina Bang © 2020</div>
</footer>
</body>
<script src="./js/main.js"></script>
</html>