-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
782 lines (682 loc) · 37.2 KB
/
index.html
File metadata and controls
782 lines (682 loc) · 37.2 KB
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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>About HyeonSeo</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/mystyle.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Gp
* Updated: Nov 25 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-lg-between">
<h1 class="logo me-auto me-lg-0"><a href="index.html">Soye<span>.</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo me-auto me-lg-0"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li class="dropdown"><a href="#features"><span>Favorites</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#features">Songs</a></li>
<li><a href="#services">Foods</a></li>
</ul>
<li><a class="nav-link scrollto " href="#resume">Resume</a></li>
<li><a class="nav-link scrollto" href="#portfolio">Portfolio</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a href="#hero" class="get-started-btn scrollto">Get Started</a>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center justify-content-center">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="150">
<div class="col-xl-6 col-lg-8">
<h1>I'm Hyeonseo<span>.</span></h1>
<h2>Welcome! It's a space that only shows 1/N of me.</h2>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-4" data-aos="fade-left" data-aos-delay="100">
<img src="assets/img/about.jpg" class="img-fluid rounded" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right" data-aos-delay="100">
<h3>About me</h3>
<div class="mb-5">
<p>안녕하세요😊 <span>데이터</span>로 세상을 읽는 <span>고현서</span>입니다</p>
<p><span>경영학과&정보통계학과</span>를 전공하였으며, <span>TREND 쪽집게</span>가 되고자 계속해서 공부하고 있습니다</p>
<p>데이터를 기반으로 <span>바로 GO!</span>할 수 있는 전략을 수립하는 <span>마케터</span>가 되겠습니다</p>
</div>
<div class="row">
<div class="col-lg-6 mt-5">
<ul>
<li><i class="ri-check-double-line"></i> <strong>NAME |</strong> Ko Hyeonseo</li>
<li><i class="ri-check-double-line"></i> <strong>BIRTH |</strong> 2000.10.25</li>
<li><i class="ri-check-double-line"></i> <strong>MBTI |</strong> ESFP</li>
<li><i class="ri-check-double-line"></i> <strong>CITY |</strong> Jung-gu, Seoul</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="ri-check-double-line"></i> <strong>SCHOOL |</strong> Dongduk Women's University</li>
<li><i class="ri-check-double-line"></i> <strong>MAJOR |</strong>
<li>Department of Business Administration</li>
<li>Department of Information Statistics</li>
<li><i class="ri-check-double-line"></i> <strong>Graduation Status |</strong> Expected Graduation</li>
<li><i class="ri-check-double-line"></i> <strong>EMAIL |</strong> hyeonseoko2000gmail.com</li>
<li><i class="ri-check-double-line"></i> <strong>TEL |</strong> 010-2939-7822</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Photo Section ======= -->
<section id="clients" class="clients">
<div class="container" data-aos="zoom-in">
<div class="clients-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide"><img src="assets/img/crousel/crousel_img8.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/crousel/crousel_img2.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/crousel/crousel_img6.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/crousel/crousel_img4.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/crousel/crousel_img5.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/crousel/crousel_img3.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/crousel/crousel_img7.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/crousel/crousel_img1.jpg" class="img-fluid" alt=""></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Songs</h2>
<p>with Singers</p>
<span>Apple Music이 알려준 올해 가장 많이 재생한 음악 Top6입니다. 평소 힙한 R&B와 K-pop을 즐겨들어요🧑🎤</span>
</div>
<div class="row">
<div class="col-lg-2 col-md-6 d-flex align-items-stretch">
<div class="card ">
<img class="img-fluid card-img-top" src="assets/img/favorites_song/jaypark.jpg" style="width:100%;">
<div class="card-body">
<h4 class="card-title">Jay Park</h4>
<p class="card-text">Candy(feat.Zion.T)</p>
<p class="card-text">2023.05.23</p>
<h4>
<a href="https://www.instagram.com/moresojuplease/"><i class="bi bi-instagram"></i></a>
<a href="https://youtu.be/NgYtTTogbQg?si=kuyin8QDBxVqSBDt"><i class="bi bi-youtube"></i></a></h4>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 d-flex align-items-stretch">
<div class="card">
<img class="img-fluid card-img-top" src="assets/img/favorites_song/lesserafim.jpg" style="width:100%;">
<div class="card-body">
<h4 class="card-title">LE SSERAFIM</h4>
<p class="card-text">Perfect Night</p>
<p class="card-text">2023.10.27</p>
<h4>
<a href="https://www.instagram.com/le_sserafim/"><i class="bi bi-instagram"></i></a>
<a href="https://youtu.be/hLvWy2b857I?si=y8ivXp-gbBNzsCp6"><i class="bi bi-youtube"></i></a></h4>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 d-flex align-items-stretch">
<div class="card">
<img class="img-fluid card-img-top" src="assets/img/favorites_song/crush.jpg" style="width:100%;">
<div class="card-body">
<h4 class="card-title">Crush</h4>
<p class="card-text">Click Like</p>
<p class="card-text">2023.09.05</p>
<h4>
<a href="https://www.instagram.com/crush9244/"><i class="bi bi-instagram"></i></a>
<a href="https://youtu.be/aUQvmoGQ22c?si=MUEs1afhWOvV88Xs"><i class="bi bi-youtube"></i></a></h4>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 d-flex align-items-stretch">
<div class="card">
<img class="img-fluid card-img-top" src="assets/img/favorites_song/kissoflife.jpg" style="width:100%;">
<div class="card-body">
<h4 class="card-title">KISS OF LIFE</h4>
<p class="card-text">Sugarcoat(NATTY Solo)</p>
<p class="card-text">2023.07.05</p>
<h4>
<a href="https://www.instagram.com/kissoflife_s2/"><i class="bi bi-instagram"></i></a>
<a href="https://youtu.be/NaIRQ5v0914?si=7qfwLNjBKCP_MKy-"><i class="bi bi-youtube"></i></a></h4>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 d-flex align-items-stretch">
<div class="card">
<img class="img-fluid card-img-top" src="assets/img/favorites_song/ChrisBrown.jpg" style="width:100%;">
<div class="card-body">
<h4 class="card-title">Chris Brown</h4>
<p class="card-text">City Girls</p>
<p class="card-text">2020.05.05</p>
<h4>
<a href="https://www.instagram.com/chrisbrownofficial/"><i class="bi bi-instagram"></i></a>
<a href="https://youtu.be/_Gcaa7rGKr8?si=SVBLvNs6EoWWMQ85"><i class="bi bi-youtube"></i></a></h4>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 d-flex align-items-stretch">
<div class="card">
<img class="img-fluid card-img-top" src="assets/img/favorites_song/akmu.jpg" style="width:100%;">
<div class="card-body">
<h4 class="card-title">AKMU</h4>
<p class="card-text">후라이의 꿈</p>
<p class="card-text">2023.08.21</p>
<h4>
<a href="https://www.instagram.com/akmuofficial/"><i class="bi bi-instagram"></i></a>
<a href="https://youtu.be/3kGAlp_PNUg?si=qtYa5kpB6dvGMApM"><i class="bi bi-youtube"></i></a></h4>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Foods</h2>
<p>Restaurants and <span style="color: #842029">SOYE</span>'s reviews</p>
<span>먹스타그램을 운영할 정도로 음식에 진심인 편입니다. 주관이 들어간 맛집들을 생생한 후기와 함께 소개해드려요😄</span>
</div>
<div class="row">
<!--Carousel-->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div id="demo1" class="carousel" data-bs-ride = 'carousel'>
<!--Indicator/dots-->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo1" data-bs-slide-to = "0" class="active"></button>
<button type="button" data-bs-target="#demo1" data-bs-slide-to = "1" class="active"></button>
<button type="button" data-bs-target="#demo1" data-bs-slide-to = "2" class="active"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item">
<img src="assets/img/favorites_foods/demo1_1.jpg" class="d-block w-100 img-fluid">
<div class="carousel-caption"><h5 class="rounded-5">삼청동 수제비</h5><p>위치| 서울 종로구 삼청로 101-1</p></div>
</div>
<div class="carousel-item active">
<img src="assets/img/favorites_foods/demo1_2.jpg" class="d-block w-100 img-fluid">
<div class="carousel-caption"><p>항아리에 든 얇고 쫀득한 수제비가 일품!</p></div>
</div>
<div class="carousel-item active">
<img src="assets/img/favorites_foods/demo1_3.jpg" class="d-block w-100 img-fluid">
<div class="carousel-caption"><p>감자전과 막걸리도 뺴놓을 수 없는 맛집</p></div>
</div>
</div>
<!--좌우 컨트롤 버튼-->
<BUTTON class="carousel-control-prev" type="button" data-bs-target="#demo1" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span></BUTTON>
<BUTTON class="carousel-control-next" type="button" data-bs-target="#demo1" data-bs-slide="next">
<span class="carousel-control-next-icon"></span></BUTTON>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div id="demo2" class="carousel" data-bs-ride = 'carousel'>
<!--Indicator/dots-->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo2" data-bs-slide-to = "0" class="active"></button>
<button type="button" data-bs-target="#demo2" data-bs-slide-to = "1" class="active"></button>
<button type="button" data-bs-target="#demo2" data-bs-slide-to = "2" class="active"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item">
<img src="assets/img/favorites_foods/demo2_1.jpg" class="d-block w-100 img-fluid">
<div class="carousel-caption"><h5 class="rounded-5">MASA TACOS</h5><p>위치| 서울 강남구 압구정로 10길 30-8</p></div>
</div>
<div class="carousel-item active">
<img src="assets/img/favorites_foods/demo2_2.png" class="d-block w-100 img-fluid">
<div class="carousel-caption"><p>멕시코 음식 본연의 맛을 그대로 살린 정통 타코집</p></div>
</div>
<div class="carousel-item active">
<img src="assets/img/favorites_foods/demo2_3.jpg" class="d-block w-100 img-fluid">
<div class="carousel-caption"><p>(soye's pick) 타코도 맛있지만, 식감이 부드럽고 치즈가 듬뿍 들어간 브리또가 BEST</p></div>
</div>
</div>
<!--좌우 컨트롤 버튼-->
<BUTTON class="carousel-control-prev" type="button" data-bs-target="#demo2" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span></BUTTON>
<BUTTON class="carousel-control-next" type="button" data-bs-target="#demo2" data-bs-slide="next">
<span class="carousel-control-next-icon"></span></BUTTON>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div id="demo3" class="carousel" data-bs-ride = 'carousel'>
<!--Indicator/dots-->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo3" data-bs-slide-to = "0" class="active"></button>
<button type="button" data-bs-target="#demo3" data-bs-slide-to = "1" class="active"></button>
<button type="button" data-bs-target="#demo3" data-bs-slide-to = "2" class="active"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item">
<img src="assets/img/favorites_foods/demo3_1.jpg" class="d-block w-100 img-fluid">
<div class="carousel-caption"><h5 class="rounded-5">정암식당</h5><p>위치| 강원 양양군 강현면 동해대로 3405</p></div>
</div>
<div class="carousel-item active">
<img src="assets/img/favorites_foods/demo3_2.jpg" class="d-block w-100 img-fluid">
<div class="carousel-caption"><p>물치항 해변을 감상하며 먹는 정갈한 한정식</p></div>
</div>
<div class="carousel-item active">
<img src="assets/img/favorites_foods/demo3_3.png" class="d-block w-100 img-fluid">
<div class="carousel-caption"><p style="margin: 0px;">버터향이 폴폴 나는 섭밥과 푸짐한 밑반찬,</p><p>양양 놀러갈 때면 꼭 방문하는 단골집</p></div>
</div>
</div>
<!--좌우 컨트롤 버튼-->
<BUTTON class="carousel-control-prev" type="button" data-bs-target="#demo3" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span></BUTTON>
<BUTTON class="carousel-control-next" type="button" data-bs-target="#demo3" data-bs-slide="next">
<span class="carousel-control-next-icon"></span></BUTTON>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!--====== Resume Section =======-->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Resume</h2>
<div class="d-inline-block">
<p>1/n of what I've <span>experienced</span></p>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h3 class="resume-title">Leadership&Activities</h3>
<div class="resume-item pb-0">
<h4>교내 활동</h4>
<h5>2019 - 2023</h5>
<ul>
<li>동덕여대 제 52대 총학생회 'DUON'(2019.07-2020.02)</li>
<li>교내 지역연계멘토링 '듀엣'(2019.03-2019.12)</li>
<li>광명 지역연계 봉사활동(2019.08)</li>
<li>2019 동덕여대 축제준비위원회(2019.08-2019.10)</li>
<li>동덕여대 영화제작동아리 '깡'(2019.11-2020.03)</li>
<li>모두피움 '컴퓨터프로그래밍 입문' 전공스터디(2022.03-2022.06)</li>
<li>동덕여대 AI 동아리 DALC 3기(2022.03-2022.08)</li>
<li>동덕여대 IPP 단기현장실습(2023.07-2023.08)</li>
</ul>
<h4>교외 활동</h4>
<h5>2019 - 2022</h5>
<ul>
<li>대학생 프레젠테이션 동아리 UnivPT 21기(2020.05-2020.08)</li>
<li>대학생 프레젠테이션 동아리 UnivPT 22기 운영진(2020.08-2021.02)</li>
<li>KB 폴라리스 19기 경제금융교육봉사단(2021.02-2021.08)</li>
<li>KB 경제금융봉사단 취업캠페인 '굿잡(GoodJob)'(2021.02-2021.08)</li>
<li>빅데이터연합동아리 BOAZ 시각화부문 19기(2022.08-2023.08)</li>
<li>빅데이터연합동아리 BOAZ 시각화부문 20기 운영진(2023.01-2023.08)</li>
</ul>
</div>
<h3 class="resume-title">Skills</h3>
<div class="resume-item">
<h4>자격증</h4>
<h5>보유중(취득일)</h5>
<ul>
<li>SQLD(SQL개발자)(2023.04.14)</li>
<li>ADsP(데이터분석준전문가)(2023.09.15)</li>
<li>유통관리사 2급(2024.09.24)</li>
</ul>
</div>
</div>
<div class="col-sm-6">
<h3 class="resume-title">Work Experience</h3>
<div class="resume-item">
<h4>인턴</h4>
<h5>2023-현재</h5>
<ul>
<li>(주)휴마인|교육R&D부서|매니저|데이터사이언스 교육프로그램 설계·제작(2023.07-2023.08)</li>
<li>(주)한국리서치|기획사업본부 1팀|미디어조사 연구지원직|국내외 콘텐츠시장 분석 프로젝트, 광고효과조사 등(2024.06-2024.11)</li>
</ul>
<h4>아르바이트</h4>
<h5>2019-2024</h5>
<ul>
<li>공차 DDP점| 음료 제조 및 손님 응대(2019.05-2020.08)</li>
<li>*** 한의원| 데스크 업무(2020.11-2024.06)</li>
</ul>
</div>
<div class="resume-item">
<h4>프로젝트</h4>
<h5>2019-2023</h5>
<ul>
<li>기업 연계 비즈니스 마케팅 전략 PT (with. 청년다방)</li>
<li>기업 연계 비즈니스 마케팅 전략 PT (with. 글로벌리어)</li>
<li>KB 경제금융봉사단 '굿잡(GoodJob)'프로젝트 홍보 영상 제작</li>
<li>KB 경제금융봉사단 '굿잡(GoodJob)'SNS 채널 관리 및 컨텐츠 제작</li>
<li>소개팅 어플'틴더' 리뷰분석 및 마케팅 전략 제안</li>
<li>'쿠팡플레이'의 경쟁력 강화를 위한 소비자 조사 및 마케팅 전략 제안</li>
<li>'밀리의 서재' IMC 전략 기획 제안</li>
<li>고객 데이터 기반 선물 추천 플랫폼 'Gimme' 기획</li>
</ul>
</div>
<div class="resume-item">
<h4>공모전</h4>
<h5>2019-2023</h5>
<ul>
<li>용산구 전통시장 활성화 아이디어 공모전 수상(2019)</li>
<li>데이터 분석 기반 신규 서비스 아이디어 공모전 참가(2022)</li>
<li>정관장 대학생 마케팅 기획서 공모전 참가(2023)</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>IT Portfolio</h2>
<p>Report&Project</p>
<span>웹 프로그래밍을 수강하며 수행한 과제들과 Tableau를 활용한 데이터 시각화 프로젝트들을 정리했습니다. 🔗링크 아이콘을 누르면 해당 과제를 확인하실 수 있습니다.</span>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">all</li>
<li data-filter=".filter-report">report</li>
<li data-filter=".filter-project">project</li>
</ul>
</div>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-report">
<div class="portfolio-wrap">
<img src="assets/img/report_icon/sky_blob.svg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Report 1</h4>
<p>CSS 없이 가입 및 로그인 페이지 만들기</p>
<div class="portfolio-links">
<a href="assets/img/report_icon/sky_blob.svg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Report01"><i class="bx bx-plus"></i></a>
<a href="report/Report1.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-project">
<div class="portfolio-wrap">
<img src="assets/img/report_icon/purple_blob.svg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Tableau Project 2</h4>
<p>부동산 데이터를 활용하여 제작한 사용자의 고려사항에 따른 집 추천 대시보드</p>
<div class="portfolio-links">
<a href="assets/img/report_icon/purple_blob.svg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Project02"><i class="bx bx-plus"></i></a>
<a href="https://public.tableau.com/views/_16761073221280/sheet2?:language=ko-KR&:display_count=n&:origin=viz_share_link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-report">
<div class="portfolio-wrap">
<img src="assets/img/report_icon/yellow_blob.svg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Report 2</h4>
<p>CSS가 첨가된 가입 및 로그인 페이지 만들기</p>
<div class="portfolio-links">
<a href="assets/img/report_icon/yellow_blob.svg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Report02"><i class="bx bx-plus"></i></a>
<a href="report/Report2.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-project">
<div class="portfolio-wrap">
<img src="assets/img/report_icon/pink_blob.svg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Tableau Project 1</h4>
<p>해리포터 영화 시리즈별 데이터를 한눈에 확인할 수 있도록 제작한 대시보드</p>
<div class="portfolio-links">
<a href="assets/img/report_icon/pink_blob.svg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Project01"><i class="bx bx-plus"></i></a>
<a href="https://public.tableau.com/views/EverythingaboutHarryPotter_16761060796550/sheet0?:language=ko-KR&:display_count=n&:origin=viz_share_link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-project">
<div class="portfolio-wrap">
<img src="assets/img/report_icon/blue_blob.svg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Tableau Project 3</h4>
<p>서울시 지하철 안전 대시보드</p>
<div class="portfolio-links">
<a href="assets/img/report_icon/blue_blob.svg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Project03"><i class="bx bx-plus"></i></a>
<a href="https://public.tableau.com/views/BOAZminiproject3N_16761082107060/1?:language=ko-KR&:display_count=n&:origin=viz_share_link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-report">
<div class="portfolio-wrap">
<img src="assets/img/report_icon/pink_blob.svg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Report 3</h4>
<p>Bootstrap5을 활용한 계정 생성 페이지 만들기</p>
<div class="portfolio-links">
<a href="assets/img/report_icon/pink_blob.svg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Report03"><i class="bx bx-plus"></i></a>
<a href="report/Report3.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-project">
<div class="portfolio-wrap">
<img src="assets/img/report_icon/green_blob.svg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Tableau Project 4</h4>
<p>쥬얼리 공방 데이터를 활용한 기업 및 소비자 분석 대시보드</p>
<div class="portfolio-links">
<a href="assets/img/report_icon/green_blob.svg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Project04"><i class="bx bx-plus"></i></a>
<a href="https://public.tableau.com/views/_16970129225650/301?:language=ko-KR&:display_count=n&:origin=viz_share_link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-report">
<div class="portfolio-wrap">
<img src="assets/img/report_icon/blue_blob.svg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Report 4</h4>
<p>DOM을 활용한 2진수 변환기&파스칼 삼각형 그리기</p>
<div class="portfolio-links">
<a href="assets/img/report_icon/blue_blob.svg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Report04"><i class="bx bx-plus"></i></a>
<a href="report/Report4.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-project">
<div class="portfolio-wrap">
<img src="assets/img/report_icon/yellow_blob.svg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Tableau Project 5</h4>
<p>2023 학교 안전사고 데이터 활용 대시보드</p>
<div class="portfolio-links">
<a href="assets/img/report_icon/yellow_blob.svg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Project05"><i class="bx bx-plus"></i></a>
<a href="https://public.tableau.com/views/2022_16988936826610/sheet9?:language=ko-KR&:display_count=n&:origin=viz_share_link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
<p>Contact Me</p>
</div>
<div>
<!-- * 카카오맵 - 지도퍼가기 -->
<!-- 1. 지도 노드 -->
<div id="daumRoughmapContainer1672060976478" class="root_daum_roughmap root_daum_roughmap_landing"></div>
<!--
2. 설치 스크립트
* 지도 퍼가기 서비스를 2개 이상 넣을 경우, 설치 스크립트는 하나만 삽입합니다.
-->
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
<!-- 3. 실행 스크립트 -->
<script charset="UTF-8">
new daum.roughmap.Lander({
"timestamp" : "1672060976478",
"key" : "2d75j",
"mapWidth" : "1300",
"mapHeight" : "360"
}).render();
</script>
</div>
<div class="row mt-5">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>서울특별시 성북구 화랑로13길 60</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>hyeonseoko2000@gmail.com</p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>010-2939-7822</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>SOYE<span>.</span></h3>
<p>
서울특별시 성북구 화랑로13길 60<br>
<strong>Phone:</strong> 010-2939-7822<br>
<strong>Email:</strong> hyeonseoko2000@gmail.com<br>
</p>
<div class="social-links mt-3">
<a href="https://www.instagram.com/hy_seo_00/" class="instagram"><i class="bx bxl-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#hero">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#about">About</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#features">Favorites</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#resume">Resume</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#portfolio">Portfolio</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Gp</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/ -->
Designed by <a href="https://bootstrapmade.com/">SoyeMade</a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/myjava.js"></script>
</body>
</html>