-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·473 lines (400 loc) · 15.2 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,
user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"">
<link
rel="shortcut icon"
size="16x16 32x32 64x64"
href="images/favicon.ico"
/>
<title>이보리's 포트폴리오</title>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bori-github.github.io/portfolio" />
<meta property="og:image" content="images/bori_portfolio.jpg" />
<meta
property="og:description"
content="이보리의 포트폴리오 사이트 쨔쟌!"
/>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/xeicon.min.css" />
<script src="js/jquery-3.5.1.js" type="text/javascript"></script>
<script src="js/script.js" defer type="text/javascript"></script>
</head>
<body>
<div class="wrap">
<header>
<div class="header_wrap">
<div class="score_box">
<span>BORI's SCORE</span><br />
<span id="score">999999</span>
</div>
<div class="coin_box">
<img src="images/header/coin.png" alt="coin" />
<i class="xi-close-min"></i>
<i class="xi-all"></i>
</div>
<div class="time_box">
<span>TIME</span><br />
<span id="time">9999</span>
</div>
<label for="slide-1-trigger" id="about">ABOUT</label>
<label for="slide-2-trigger" id="works">WORKS</label>
<label for="slide-3-trigger" id="contact">CONTACT</label>
<label for="slide-4-trigger" id="finish">FINISH</label>
</div>
</header>
<input id="slide-1-trigger" type="radio" name="slides" checked="" />
<section class="slide slide_one">
<div class="slide_wrap">
<figure class="cloudA01">
<img src="images/common/cloudA.png" alt="cloud" />
</figure>
<figure class="cloudA02">
<img src="images/common/cloudA.png" alt="cloud" />
</figure>
<figure class="cloudB">
<img src="images/common/cloudB.png" alt="cloud" />
</figure>
<figure class="mountianA">
<img src="images/common/mountainA.png" alt="mountain" />
</figure>
<figure class="mountianB">
<img src="images/common/mountainB.png" alt="mountain" />
</figure>
<figure class="grass">
<img src="images/common/grass.png" alt="grass" />
</figure>
<figure class="portfolio_world">
<img src="images/portfolio_world.png" alt="wlecome" />
</figure>
<button type="button" id="startButton" class="start_btn">
Frontend Enginner
</button>
<div class="about">
<div class="profile_box">
<p class="profile_title"><i class="xi-pacman"></i> Name</p>
<p>이보리</p>
<p class="profile_title"><i class="xi-pacman"></i> Education</p>
<p>
2021.01 - 2021 04 부스트코스 웹 UI 개발 과정<br />
2020.06 - 2020.12 UX/UI 웹 퍼블리셔 과정
</p>
<p class="profile_title"><i class="xi-pacman"></i> Certificate</p>
<p>
2021.06 정보처리기사<br />
2021.04 웹디자인기능사<br />
2020.12 컴퓨터그래픽스운용기능사<br />
2020.09 GTQ 그래픽기술자격 1급
</p>
</div>
<div class="about_me">
<div class="typing-txt" id="typing_about">
<ul>
<li>안녕하세요!</li>
<li>프론트엔드 개발자 이보리입니다.</li>
<li>웹 퍼블리셔 교육과정 중 만든 포트폴리오 사이트입니다.</li>
<li>재미있게 봐주세요.</li>
<li>감사합니다:)</li>
</ul>
</div>
<div class="typing">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<label id="goToWorkButton" class="next_btn" for="slide-2-trigger"
>NEXT</label
>
</div>
<!-- about -->
<figure
class="mario animate__animated animate__infinite animate__bounce"
>
<img
src="images/mario/mario_01.png"
alt="mario"
id="avatar_mario"
/>
</figure>
<div class="bg_bottom"></div>
</div>
<!-- slide_wrap -->
</section>
<!-- slide_one -->
<input id="slide-2-trigger" type="radio" name="slides" />
<section class="slide slide_two">
<div class="slide_wrap">
<figure class="cloudA01">
<img src="images/common/cloudA.png" alt="cloud" />
</figure>
<figure class="cloudA02">
<img src="images/common/cloudA.png" alt="cloud" />
</figure>
<figure class="cloudA03">
<img src="images/common/cloudA.png" alt="cloud" />
</figure>
<h3>WELCOME TO WORKS ZONE!</h3>
<figure class="fenceB">
<img src="images/common/fenceB.png" alt="fence" />
</figure>
<figure class="fenceA">
<img src="images/common/fenceA.png" alt="fence" />
</figure>
<figure class="grass">
<img src="images/common/grass.png" alt="grass" />
</figure>
<figure class="treeB">
<img src="images/common/treeB.png" alt="tree" />
</figure>
<figure class="treeA">
<img src="images/common/treeA.png" alt="tree" />
</figure>
<figure class="pipe_orange01">
<p class="pipe_num">01</p>
<img src="images/common/pipe_orange.png" alt="pipe_orange" />
</figure>
<div class="works_box">
<div class="works_thumb">
<a href="http://qhflrnfl4611.dothome.co.kr/" target="_blank">
<img src="images/works/fritz_logo-01.png" alt="thumb" />
</a>
</div>
<div class="works_txt">
<p class="works_title">프릳츠커피컴퍼니</p>
<ul>
<li>반응형(전 페이지)</li>
<li>Html / CSS / Jquery / XpressEngine</li>
<li>Photoshop</li>
</ul>
</div>
<!-- works_txt -->
<p>*썸네일을 클릭하면 해당 홈페이지로 연결됩니다.</p>
<p>(포트폴리오 용도로 제작한 사이트 입니다.)</p>
</div>
<!-- works_box01 -->
<figure class="pipe_orange02">
<p class="pipe_num">02</p>
<img src="images/common/pipe_orange.png" alt="pipe_orange" />
</figure>
<div class="works_box">
<div class="works_thumb">
<a href="http://qhflrnfl4324.dothome.co.kr/" target="_blank">
<img src="images/works/re_logo.png" alt="thumb" />
</a>
</div>
<div class="works_txt">
<p class="works_title">지지플래닛</p>
<ul>
<li>반응형, 리디자인(메인 페이지)</li>
<li>Html / CSS / Jquery</li>
<li>Photoshop / Illustrator</li>
</ul>
</div>
<!-- works_txt -->
<p>*썸네일을 클릭하면 해당 홈페이지로 연결됩니다.</p>
<p>(포트폴리오 용도로 제작한 사이트 입니다.)</p>
</div>
<!-- works_box02 -->
<figure class="pipe_orange03">
<p class="pipe_num">03</p>
<img src="images/common/pipe_orange.png" alt="pipe_orange" />
</figure>
<div class="works_box">
<div class="works_thumb">
<a href="#" target="_blank"> 준비중 </a>
</div>
<div class="works_txt">
<p class="works_title">준비중 입니다.</p>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!-- works_txt -->
<p>*썸네일을 클릭하면 해당 홈페이지로 연결됩니다.</p>
<p>(포트폴리오 용도로 제작한 사이트 입니다.)</p>
</div>
<!-- works_box03 -->
<figure class="pipe_orange04">
<p class="pipe_num">04</p>
<img src="images/common/pipe_orange.png" alt="pipe_orange" />
</figure>
<div class="works_box">
<div class="works_thumb">
<a href="#" target="_blank"> 준비중 </a>
</div>
<div class="works_txt">
<p class="works_title">준비중 입니다.</p>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!-- works_txt -->
<p>*썸네일을 클릭하면 해당 홈페이지로 연결됩니다.</p>
<p>(포트폴리오 용도로 제작한 사이트 입니다.)</p>
</div>
<!-- works_box04 -->
<figure class="mario animate__animated animate__bounce">
<img
src="images/mario/mario_01.png"
alt="mario"
id="avatar_mario2"
/>
</figure>
<label id="goToContactButton" class="next_btn" for="slide-3-trigger"
>NEXT→</label
>
<div class="bg_bottom"></div>
</div>
<!-- slide_wrap -->
</section>
<!-- slide_two -->
<input id="slide-3-trigger" type="radio" name="slides" />
<section class="slide slide_three">
<div class="slide_wrap">
<figure class="box">
<img src="images/background/box.png" alt="box" />
</figure>
<figure class="blocksA">
<img src="images/background/blocksA.png" alt="blocks" />
</figure>
<figure class="blocksB">
<img src="images/background/blocksB.png" alt="blocks" />
</figure>
<figure class="blocksC">
<img src="images/background/blocksC.png" alt="blocks" />
</figure>
<h3 class="click_me">Click me!</h3>
<figure class="mario" onclick="marioMove4();">
<img
src="images/mario/mario_01.png"
alt="mario"
id="avatar_mario3"
/>
</figure>
<figure class="pipeB">
<img src="images/common/pipeB.png" alt="pipe" />
</figure>
<figure class="bg_left"></figure>
<figure class="bg_right"></figure>
<figure class="bg_top"></figure>
<div class="contact_box">
<p>Contact me</p>
<label id="goToFinishButton" class="next_btn" for="slide-4-trigger"
>NEXT</label
>
<div>
<p>
E-mail:<br />
qhflrnfl4324@gmail.com
</p>
</div>
<div>
<p>
Github:<br />
<a href="https://github.com/Bori-github" target="_blank"
>https://github.com/Bori-github</a
>
</p>
</div>
<div>
<p>
Blog:<br />
<a href="https://velog.io/@qhflrnfl4324/series" target="_blank"
>https://velog.io/@qhflrnfl4324</a
>
</p>
</div>
</div>
<!-- contact_box -->
<div class="bg_bottom"></div>
</div>
<!-- slide_wrap -->
</section>
<!-- slide_three -->
<input id="slide-4-trigger" type="radio" name="slides" />
<section class="slide slide_four">
<div class="slide_wrap">
<figure class="cloudA01">
<img src="images/common/cloudA.png" alt="cloud" />
</figure>
<figure class="cloudB">
<img src="images/common/cloudB.png" alt="cloud" />
</figure>
<figure class="cloudA02">
<img src="images/common/cloudA.png" alt="cloud" />
</figure>
<figure class="mountianA">
<img src="images/common/mountainA.png" alt="mountain" />
</figure>
<figure class="grass">
<img src="images/common/grass.png" alt="grass" />
</figure>
<figure class="flagpole">
<img src="images/common/flagpole.png" alt="flagpole" />
</figure>
<figure class="flag">
<img src="images/common/flag.png" alt="flag" id="flag" />
</figure>
<figure class="win">
<img src="images/common/win.png" alt="win" />
</figure>
<figure class="castle">
<img src="images/common/castle.png" alt="castle" />
</figure>
<figure class="spark01">
<img src="images/common/spark.gif" alt="spark" />
</figure>
<figure class="spark02">
<img src="images/common/spark.gif" alt="spark" />
</figure>
<figure class="spark03">
<img src="images/common/spark.gif" alt="spark" />
</figure>
<figure class="spark04">
<img src="images/common/spark.gif" alt="spark" />
</figure>
<figure class="spark05">
<img src="images/common/spark.gif" alt="spark" />
</figure>
<h3 class="click_me">Click me!</h3>
<figure class="mario">
<label for="slide-5-trigger">
<img
src="images/mario/mario_01.png"
alt="mario"
id="avatar_mario4"
/>
</label>
</figure>
<figure class="pipeA">
<img src="images/common/pipeA.png" alt="pipeA" />
</figure>
<div class="bg_bottom"></div>
</div>
<!-- slide_wrap -->
</section>
<!-- slide_four -->
<input id="slide-5-trigger" type="radio" name="slides" />
<section class="slide slide_five">
<div class="gameover_txt">
<h1>GAME OVER</h1>
<h3>Thank you for spending your time.</h3>
</div>
</section>
</div>
<!-- wrap -->
</body>
</html>