-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
380 lines (360 loc) · 22.1 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="leesuyeon">
<meta name="description" content="Hello, I'm suyoeon. Welcome to my web-portfolio, 신입 웹 퍼블리셔 이수연의 웹 포트폴리오입니다.">
<meta name="keywords" content="웹 퍼블리셔, 포트폴리오, 신입 웹퍼블리셔, 이수연 웹포트폴리오">
<title>Suyeon's portfolio</title>
<!-- CSS -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- web font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- favicon -->
<link rel="shortcut icon" href="icon/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="icon/favicon_72.png" />
<link rel="apple-touch-icon-precomposed" sizes="96x96" href="icon/favicon_96.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="icon/favicon_144.png" />
<link rel="apple-touch-icon-precomposed" sizes="192x192" href="icon/favicon_192.png" />
<!-- 스크립트 -->
<script defer src="js/main.js"></script>
</head>
<body>
<header id="header">
<div class="header">
<h1><a href="#" class="home">SSYYNN</a></h1>
<nav class="nav">
<div class="ico-menu">
<h2 class="ir_so">전체메뉴</h2>
<a href="#" class="ham">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
</div> <!-- //ico-menu -->
<div class="gnb">
<ul class="menu">
<li><a href="#main">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#project">PROJECT</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div> <!-- //gnb -->
</nav> <!-- //nav -->
</div> <!-- //header -->
</header>
<!-- #header -->
<section id="main">
<div class="main">
<div class="intro">
<div class="text-box">
<p>Hello! My name is suyeon.</p>
</div>
<div class="text-box">
<p class="last">Here is my portfolio.</p>
</div>
</div>
<div class="photo">
<img src="img/suyeon.png" alt="suyeon">
</div>
<div class="more-button">
<button class="more">more +</button>
</div>
</div> <!-- //main -->
</section> <!-- #main -->
<section id="about">
<div class="container">
<div class="row">
<div class="about">
<h2 class="title hide">About.</h2>
<div class="contents-container cont-box">
<article class="about-me">
<h3 class="sub-title">A LITTLE ABOUT ME</h3>
<div class="memoji">
<img src="img/memoji.png" alt="memoji">
</div>
<div class="profile">
<p>
안녕하세요. 프론트엔드 개발자를 꿈꾸는 이수연입니다. <br>
머릿속의 아이디어가 실제로 구현 되는 것은 흥미진진한 일입니다.
끊임없이 변화하고 발전하는 웹 기술을 통해 나의 상상력을 실현시키고
사람들에게 편리함과 영감을 주는 개발자가 되고 싶습니다.
</p>
</div>
</article> <!-- //about-me -->
<div class="cont-wrap">
<article class="like">
<h3 class="sub-title">THINGS I LIKE</h3>
<ul>
<li>
<span class="like-svg">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0V0z" fill="none"/>
<path d="M10.54 14.53L8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06zm6.797-12.72l4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0l1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"/>
</svg>
</span>
<em>MAKE A PLAN</em>
</li>
<li>
<span class="like-svg">
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24">
<g><rect fill="none" height="24" width="24"/></g>
<g><g><path d="M19,9.3V4h-3v2.6L12,3L2,12h3v8h6v-6h2v6h6v-8h3L19,9.3z M17,18h-2v-6H9v6H7v-7.81l5-4.5l5,4.5V18z"/><path d="M10,10h4c0-1.1-0.9-2-2-2S10,8.9,10,10z"/></g></g>
</svg>
</span>
<em>LIFE STYLE</em>
</li>
<li>
<span class="like-svg">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0V0z" fill="none"/>
<path d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"/>
</svg>
</span>
<em>LEARN A LANGUAGE</em>
</li>
</ul>
</article> <!-- //like -->
<article class="skill">
<h3 class="sub-title">AVAILABLE SKILL</h3>
<button class="skillbutton">Click!</button>
<ul>
<li>
<div class="legend">HTML/CSS</div>
<div class="skillbox">
<div class="skillbar" data-rate="80"></div>
<div class="rate">0%</div>
</div>
</li>
<li>
<div class="legend">JavaScript</div>
<div class="skillbox">
<div class="skillbar" data-rate="60"></div>
<div class="rate">0%</div>
</div>
</li>
<li>
<div class="legend">jQuery</div>
<div class="skillbox">
<div class="skillbar" data-rate="70"></div>
<div class="rate">0%</div>
</div>
</li>
<li>
<div class="legend">Ps/Ai</div>
<div class="skillbox">
<div class="skillbar" data-rate="90"></div>
<div class="rate">0%</div>
</div>
</li>
</ul>
</article> <!-- //skill -->
</div> <!-- // wrap-->
<article class="history">
<h3 class="sub-title">MY HISTORY</h3>
<div class="history-contents">
<ul>
<li>
<span class="year">2010 - 2014</span>
<em>가천대학교<br>실내건축학과 전공</em>
</li>
<li>
<span class="year">2014 - 2018</span>
<em>인테리어 설계사무소<br>MIDDLE NAME</em>
</li>
<li>
<span class="year">2018 - 2019</span>
<em>일본 워킹홀리데이</em>
</li>
<li>
<span class="year">2019 - 2020</span>
<em>광주 SBS 아카데미<br>웹 퍼블리셔 과정수료 </em>
</li>
</ul>
</div> <!-- //graph -->
</article> <!-- //history -->
<article class="tryto">
<h3 class="sub-title">CONSTANTLY TRY TO IMPROVE</h3>
<ul>
<li>
<div class="svgicon">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M22 6h-3v9H6v3h12l4 4V6zm-5 7V2H2v15l4-4h11z"/>
</svg>
</div>
<em>Communication</em>
<p>
프로젝트의 전반적인 업무를 이해하고 작업의 구상 및 우선순위를 정합니다.
팀원들과의 원활한 소통을 위해 일의 진행 과정을 커뮤니케이션 합니다.
</p>
</li>
<li>
<div class="svgicon">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2l-5.5 9h11z"/><circle cx="17.5" cy="17.5" r="4.5"/>
<path d="M3 13.5h8v8H3z"/>
</svg>
</div>
<em>Creativity</em>
<p>
최신 트렌드와 기술 변화에 적응하기 위해 새로운 기술에 접근하고 효과적으로 비주얼을
구현해 내기 위해 다양한 레퍼런스를 참고합니다.
</p>
</li>
<li>
<div class="svgicon">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6h-6z"/>
</svg>
</div>
<em>Problem solving</em>
<p>
문제 해결에 정확한 해답은 없지만 모범사례의 적용, 다양한 방법을 통해 접근합니다.
스스로 부족한 부분에 대해서는 질문과 개인 공부를 통해 보완합니다.
</p>
</li>
</ul>
</article> <!-- //try to-->
</div> <!-- //contents-container -->
</div> <!-- //about -->
</div> <!-- //row -->
</div> <!-- // container -->
</section>
<!-- #about -->
<section id="project">
<div class="container">
<div class="row">
<div class="project">
<h2 class="title hide">Project.</h2>
<div class="project-list hide cont-box">
<div class="maxim">
<a href="https://lee-suyeon.github.io/maxim/" target="blank" rel="noopener">
<img src="img/maxim.jpg" alt="maximcoffee">
<div class="cover">
<h3 class="project-title">MAXIM COFFEE<span class="year">2020</span></h3>
<span class="category">DRINK WEBSITE</span>
<p>
디자인, 코딩<br>
RESPONSIVE
</p>
</div>
</a>
</div>
<div class="parasite">
<a href="https://lee-suyeon.github.io/parasite/" target="blank" rel="noopener">
<img src="img/parasite.jpg" alt="parasite">
<div class="cover">
<h3 class="project-title">PARASITE<span class="year">2020</span></h3>
<span class="category">MOVIE WEBSITE</span>
<p>
디자인, 코딩<br>
</p>
</div>
</a>
</div>
<div class="megabox">
<a href="https://lee-suyeon.github.io/megabox/" target="blank" rel="noopener">
<img src="img/megabox.jpg" alt="megabox">
<div class="cover">
<h3 class="project-title">MEGABOX<span class="year">2019</span></h3>
<span class="category">MOVIE WEBSITE</span>
<p>
코딩<br>
RESPONSIVE
</p>
</div>
</a>
</div>
<div class="portfolio">
<a href="https://lee-suyeon.github.io/portfolio/" target="blank" rel="noopener">
<img src="img/portfolio.jpg" alt="portfolio">
<div class="cover">
<h3 class="project-title">PORTFOLIO<span class="year">2020</span></h3>
<span class="category">PORTFOLIO</span>
<p>
디자인, 코딩<br>
RESPONSIVE
</p>
</div>
</a>
</div>
</div> <!-- //project-list -->
</div> <!-- //project -->
</div> <!-- //row-->
</div> <!-- //container-->
</section>
<!-- #project-->
<section id="contact">
<div class="container">
<div class="row">
<div class="contact">
<h2 class="title hide">Contact.</h2>
<div class="contents-container cont-box">
<div class="wating">
<p>I'm waiting for your contact.</p>
<div class="photo">
<img src="img/suyeon2.png" alt="suyeon">
</div>
</div> <!-- //wating -->
<div class="infor">
<ul>
<li>
<a href="#">
<div class="infor-icon">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M22 4H2.01L2 20h20V4zm-2 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/></svg>
</div>
<em class="copy">suyeonlee827@gmail.com</em>
<span class="tooltip">Click to Copy!</span>
</a>
</li>
<li>
<a href="#">
<div class="infor-icon">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M21 15.46l-5.27-.61-2.52 2.52c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51z"/></svg>
</div>
<em class="copy">010-9939-6438</em>
<span class="tooltip">Click to Copy!</span>
</a>
</li>
<li>
<a href="https://github.com/lee-suyeon" target="blank" rel="noopener">
<div class="infor-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</div>
<em>github</em>
</a>
</li>
</ul>
</div> <!-- //infor-->
</div> <!-- //contents-container-->
<div class="copyright">© 2020. SUYEON<br>All right reserved</div>
<div class="instagram"><a href="https://www.instagram.com/su_ynn_/" target="blank">instagram</a></div>
</div> <!-- //contact-->
</div> <!-- //row-->
</div> <!-- //container-->
</section>
<!-- #contact -->
<footer id="footer">
<div class="thankyou">
<div class="heart">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512.003 512.003" style="enable-background:new 0 0 512.003 512.003;" xml:space="preserve">
<g>
<path style="fill:#fbff47;" d="M256.001,105.69c19.535-49.77,61.325-87.79,113.231-87.79c43.705,0,80.225,22.572,108.871,54.44
c39.186,43.591,56.497,139.193-15.863,209.24c-37.129,35.946-205.815,212.524-205.815,212.524S88.171,317.084,50.619,281.579
C-22.447,212.495-6.01,116.919,34.756,72.339c28.919-31.629,65.165-54.44,108.871-54.44
C195.532,17.899,236.466,55.92,256.001,105.69"/>
</g>
</svg>
</div>
<p>Thankyou for visiting<br>My website.</p>
</div>
</footer>
<!-- #footer-->
</body>
</html>