-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
569 lines (513 loc) · 27 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>YooInKeun Portfolio</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162209147-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162209147-1');
</script>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/1e95950025.js" crossorigin="anonymous"></script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="https://github.com/YooInKeun">
<span class="d-block d-lg-none">Yoo In Keun</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/yooinkeun image.png" alt="프로필 사진">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">프로필</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">토이프로젝트</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#language">관심분야</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#activity">활동</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">수상내역</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="about">
<div class="w-100">
<h1 class="mb-0" style="font-size:60px">유인근
<span class="text-primary">(Yoo In Keun)
</span>
</h1>
<br>
<div class="subheading mb-5" style="font-size:30px">백엔드 개발자 (E-mail : <a href = "mailto:[email protected]">[email protected]</a>)
</div>
<div style="font-size:20px">
<table>
<tr>
<td>2021.08 ~ 2024.03</td>
<td>  카카오 백엔드 개발자</td>
</tr>
<tr>
<td>2020.07 ~ 2021.07</td>
<td>  미리디 백엔드 개발자</td>
</tr>
<tr>
<td>2015.03 ~ 2021.02</td>
<td>  중앙대학교 소프트웨어공학과 졸업</td>
</tr>
<tr>
<td>2012.03 ~ 2015.02</td>
<td>  대전고등학교 졸업</td>
</tr>
</table>
</div>
<br><br><br>
<span style="font-size:21px;">
<strong><a href="https://github.com/YooInKeun">GitHub</a> /</strong>
<strong><a href="https://velog.io/@ace0390">Blog</a> /</strong>
<strong><a href="https://www.linkedin.com/in/%EC%9D%B8%EA%B7%BC-%EC%9C%A0-216084209/">Linked in</a></strong>
</span>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="experience">
<div class="w-100">
<h2 class="mb-5">토이프로젝트 경험</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0"></h3>
<div class="subheading mb-3" style="font-size:40px">홀디(Holdy)<br><p style="font-size:40px">(Spring Webflux, Kotlin, MongoDB / Team Project)</p></div>
<p style="font-size:19px">클라이밍을 위한 모임 생성 및 초대<br/> 모임 출석시 보상을 제공받아 SNS로 공유</p>
<img src="img/holdy1.png" height="420" width="190" ></img>
<img src="img/holdy2.png" height="420" width="190" ></img>
<img src="img/holdy3.png" height="420" width="190" ></img>
<img src="img/holdy4.png" height="420" width="190" ></img>
<br>
<br>
Github Organization(API) : <a href = "https://github.com/YooInKeun/semonemo-api">https://github.com/YooInKeun/semonemo-api</a><br/>
App Store: <a href="https://apps.apple.com/kr/app/holdy/id6444211316">https://apps.apple.com/kr/app/holdy/id6444211316</a><br/>
Google Play : <a href="https://play.google.com/store/apps/details?id=team.nexters.semonemo&hl=ko">https://play.google.com/store/apps/details?id=team.nexters.semonemo&hl=ko</a>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2022. 07 - 2022. 12</span>
</div>
</div>
<br>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0"></h3>
<div class="subheading mb-3" style="font-size:40px">미리도서관<br><p style="font-size:40px">(React.js, Spring MVC, Java 11, JPA, MySQL / Team Project)</p></div>
<p style="font-size:19px">도서 검색/등록과 도서 대여/반납을 편리하게 하는 사내 서비스<br>관리자 - 도서 검색(Daum API) 및 등록<br>유저 - 등록 도서 검색, 도서 대여 및 반납</p>
<img src="img/mirilibrary borrow book.png" height="340" width="600"></img>
<br>
<br>
Github Organization : <a href = "https://github.com/squad-b">https://github.com/squad-b</a><br/>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2021. 02 - 2021. 12</span>
</div>
</div>
<br>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0"></h3>
<div class="subheading mb-3" style="font-size:40px">뷰티폴미<br><p style="font-size:40px">(Vue.js, DRF, sqlite3, AWS Lightsail / Team Project)</p></div>
<p style="font-size:19px">화장품 등록 및 유통기한(사용기한) 관리 기능<br>내 화장품 및 관심 화장품으로 할 수 있는 뷰티 영상 추천<br>유저들의 화장법을 공유할 수 있는 SNS 기능</p>
<img src="img/beautyforme.png" height="340" width="600"></img>
<br>
<br>
GitHub Repository : <a href = "https://github.com/YooInKeun/CAU_CSE_Capstone_3">https://github.com/YooInKeun/CAU_CSE_Capstone_3</a><br/>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2019. 09 - 2019. 12</span>
</div>
</div>
<!-- <br>-->
<!-- <div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">-->
<!-- <div class="resume-content">-->
<!-- <h3 class="mb-0"></h3>-->
<!-- <div class="subheading mb-3" style="font-size:40px">컴공 독강러 커뮤니티<br><p style="font-size:40px">(Django, sqlite3 / Individual Project)</p></div>-->
<!-- <p style="font-size:19px">소프트웨어공학과 스터디, 팀플, 강의 후기 커뮤니티 사이트<br/>게시글, 댓글, 쪽지 CRUD 기능</p>-->
<!-- <img src="img/guideforoutsider.png" height="375" width="550" ></img>-->
<!-- <br>-->
<!-- <br>-->
<!-- GitHub Repository : <a href = "https://github.com/YooInKeun/CAU_Hands_On_Team3">https://github.com/YooInKeun/CAU_Hands_On_Team3</a><br/>-->
<!-- </div>-->
<!-- <div class="resume-date text-md-right">-->
<!-- <span class="text-primary">2019.12.01 - 2019.12.08</span>-->
<!-- </div>-->
<!-- </div>-->
<br>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0"></h3>
<div class="subheading mb-3" style="font-size:40px">스타트업 셀핀, 인턴십 프로젝트<br/><p style="font-size:40px">(Vue.js, DRF, mysql / Team Project)</p></div>
<p style="font-size:19px">셀핀 모바일 웹, 인테리어 패키지 상품 견적 서비스 개발<br/>셀핀 관리자 사이트, 고객 견적 CRUD 기능<br>프로젝트와 관련해 데이터 모델링, 구현 설계 등 모든 과정에 참여</p>
<img src="img/selfin1.jpg" height="500" width="300" ></img>
<img src="img/selfin2.jpg" height="500" width="300" ></img>
<br>
<br>
Selfin Web Site : <a href = "https://www.selfinapp.co.kr">https://www.selfinapp.co.kr</a>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2019. 08 - 2019. 09</span>
</div>
</div>
<!-- <br/>-->
<!-- <div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">-->
<!-- <div class="resume-content">-->
<!-- <h3 class="mb-0"></h3>-->
<!-- <div class="subheading mb-3" style="font-size:40px">링크모아<br/><p style="font-size:40px">(Python Django, Team Project)</p></div>-->
<!-- <p style="font-size:19px">각종 사이트의 링크를 편리하게 관리하고, 공유할 수 있는 웹 서비스 개발<br/>URL과 키워드를 입력해 검색하면 그 키워드가 포함된 URL을 추출해 폴더로 관리<br>폴더 공유 게시판(태그 검색 가능) 및 자유 게시판 서비스</p>-->
<!-- <img src="img/linkmoa image.png" height="350" width="600" ></img>-->
<!-- <br>-->
<!-- <br>-->
<!-- GitHub Repository : <a href = "https://github.com/97e57e/linkmoa">https://github.com/97e57e/linkmoa</a>-->
<!-- </div>-->
<!-- <div class="resume-date text-md-right">-->
<!-- <span class="text-primary">2019. 07 - 2019. 08</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- <br/>-->
<!-- <div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">-->
<!-- <div class="resume-content">-->
<!-- <h3 class="mb-0"></h3>-->
<!-- <div class="subheading mb-3" style="font-size:40px">윷놀이 게임<br/><p style="font-size:40px">(JAVA Swing, Team Project)</p></div>-->
<!-- <p style="font-size:19px">윷놀이 게임을 객체지향 분석 및 설계(OOAD)를 통해 개발<br/>각종 Diagram 작성과 JUnit Test 동시 진행</p>-->
<!-- <img src="img/yoot board image.png" height="350" width="500" ></img>-->
<!-- <br>-->
<!-- <br>-->
<!-- GitHub Repository : <a href = "https://github.com/YooInKeun/Yut-Game-Project">https://github.com/YooInKeun/Yut-Game-Project</a>-->
<!-- </div>-->
<!-- <div class="resume-date text-md-right">-->
<!-- <span class="text-primary">2019. 05 - 2019. 06</span>-->
<!-- </div>-->
<!-- </div>-->
<br/>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0"></h3>
<div class="subheading mb-3" style="font-size:40px">의학정보 알리미 챗봇 서비스<br/>(Python, sqlite3, naver chatbot, AWS / Team Project)</div>
<p style="font-size:19px">병에 대한 자가진단 서비스<br/>질병에 대한 정보 제공(정의, 치료 방법, 합병증 등)<br/>지역별 미세먼지, 날씨 정보 제공</p>
<img src="img/chatbot process image.png" height="300" width="600" ></img>
<br>
<!-- Button trigger modal -->
<button type="button" class="btn btn-link" data-toggle="modal" data-target="#exampleModalLong">
<p>(사용법 및 시나리오 보기)</p>
</button>
<br>
GitHub Repository : <a href="https://github.com/YooInKeun/Medical-Information-Notification-Chatbot">https://github.com/YooInKeun/Medical-Information-Notification-Chatbot</a>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2019. 03 - 2019. 06</span>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModalLong" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">사용법 & 시나리오</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" style="text-align: center; font-weight:bold; color:black;">
<p>1. 페이스북 접속 후, "아픈 사람-챗봇" 페이지 접속</p>
<img src="img/chatbot usage1.png" height="500" width="300" ></img>
<br/><br/><br/>
<p>2. 페이지 접속 후, 메시지 선택</p>
<img src="img/chatbot usage2.png" height="500" width="300" ></img>
<br/><br/><br/>
<p>3. 서비스 시작 및 서비스 선택</p>
<img src="img/chatbot usage3.png" height="500" width="300" ></img>
<br/><br/><br/>
<p>4. 기관 선택</p>
<img src="img/chatbot usage4.png" height="500" width="300" ></img>
<br/><br/><br/>
<p>5. 제시 단어를 사용해, 증상 입력</p>
<img src="img/chatbot usage5.png" height="500" width="300" ></img>
<br/><br/><br/>
<p>6. 정보 결과 확인</p>
<img src="img/chatbot usage6.png" height="500" width="300" ></img>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">닫기</button>
</div>
</div>
</div>
</div>
<!-- <br/>-->
<!-- <div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">-->
<!-- <div class="resume-content">-->
<!-- <h3 class="mb-0"></h3>-->
<!-- <div class="subheading mb-3" style="font-size:50px">Facebook Page Insights Crawler<br/><p style="font-size:40px">(Python Django, Individual Project)</p></div>-->
<!-- <p style="font-size:19px">페이스북의 영구적인 Page Access Token을 발급 받아 인사이트 데이터 크롤링<br/>페이지 경로만 바꾸는 클릭 한 번으로 그 페이지의 인사이트 데이터를 보여주고,<br/> 핵심적인 데이터를 엑셀 형태로 저장할 수 있는 웹 사이트 제작</p>-->
<!-- <img src="img/internship image.png" height="300" width="500" ></img>-->
<!-- <br>-->
<!-- <br>-->
<!-- GitHub Repository : <a href = "https://github.com/YooInKeun/Facebook-Page-Insights-Web-Crawler">https://github.com/YooInKeun/Facebook-Page-Insights-Web-Crawler</a>-->
<!-- </div>-->
<!-- <div class="resume-date text-md-right">-->
<!-- <span class="text-primary">2019. 01 - 2019. 02</span>-->
<!-- </div>-->
<!-- </div>-->
<br/>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<div class="subheading mb-3" style="font-size:50px">The Shortest Path in 310<br/><p style="font-size:40px">(C++, Team Project)</p></div>
<p style="font-size:20px">중앙대학교 310관 내의 시간대별 유동인구를 고려하여 최적의 경로 추천<br/>310관 내의 엘리베이터의 비효율성 측정</p>
<img src="img/TSPI310 image.png" height="320" width="500" >
<br>
<br>
GitHub Repository : <a href="https://github.com/YooInKeun/The-Shortest-Path-in-310">https://github.com/YooInKeun/The-Shortest-Path-in-310</a>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2018. 10 - 2018. 12</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="language">
<div class="w-100">
<h2 class="mb-5">관심분야</h2>
<div class="subheading mb-3" style="font-size:40px">Languages & Frameworks</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item">
<img height="63" width="63" src = "img/html image.png">
</li>
<li class="list-inline-item">
<img height="63" width="63" src = "img/css image.png">
</li>
<li class="list-inline-item">
<img height="63" width="63" src = "img/java image.png">
</li>
<li class="list-inline-item">
<img height="63" width="63" src = "img/python image.png">
</li>
<li class="list-inline-item">
<img height="63" width="63" src = "img/c image.png">
</li>
<li class="list-inline-item">
<img height="63" width="63" src = "img/c++ image.png">
</li>
<br>
<li class="list-inline-item">
<img height="63" width="63" src = "img/spring.png">
</li>
<li class="list-inline-item">
<img height="63" width="63" src = "img/django image.png">
</li>
<li class="list-inline-item">
<img height="63" width="63" src = "img/drf image.png">
</li>
<li class="list-inline-item">
<img height="63" width="63" src = "img/aws image.png">
</li>
<!-- <li class="list-inline-item">
<img height="63" width="63" src = "img/react image.png">
</li> -->
<li class="list-inline-item">
<img height="63" width="63" src = "img/vue image.png">
</li>
</ul>
<br><br><br>
<div class="subheading mb-3" style="font-size:40px">Interest</div>
<p style="font-size:19px">- Java</p>
<p style="font-size:19px">- Kotlin</p>
<p style="font-size:19px">- Spring Framework</p>
<p style="font-size:19px">- Amazon Web Services</p>
<!-- <p style="font-size:19px"><strong>- React.js</strong></p> -->
<!-- <p style="font-size:19px"><strong>- Vue.js</strong></p> -->
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="activity">
<div class="w-100">
<h2 class="mb-5">활동</h2>
<div style="font-size:35px; text-decoration: underline">
2022년
</div>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- IT 개발 동아리, 넥스터즈 21기 동아리원</div>
  프로젝트명 : 홀디(Holdy)<br>
  내용 : "클라이밍을 위한 모임 생성 및 보상 제공 API 개발"<br>
  기술 스택 : Spring Webflux, Kotlin, MongoDB<br>
  기간 : 2022.07 ~ 2022.12<br>
</div>
<br>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- [ NEXTSTEP ] TDD, Clean Code with Kotlin 4기</div>
  활동 내용 : "클린코드를 위한 TDD, 리팩토링 with Kotlin 강의 수료"<br>
  기간 : 2022.05 ~ 2022.07<br>
</div>
<br>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- IT 개발 동아리, 넥스터즈 20기 동아리원</div>
  프로젝트명 : 체커리어<br>
  내용 : "유사한 스킬을 가진 유저 추천 API 개발"<br>
  기술 스택 : Spring MVC, Kotlin, Neo4j<br>
  기간 : 2022.01 ~ 2022.02<br>
</div>
<br>
<br>
<br>
<div style="font-size:35px; text-decoration: underline">
2021년
</div>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- [ NEXTSTEP ] TDD, Clean Code with Java 12기</div>
  활동 내용 : "클린코드를 위한 TDD, 리팩토링 with Java 강의 수료"<br>
  기술 스택 : Java 8, JUnit 5<br>
  기간 : 2021.07 ~ 2021.09<br>
</div>
<br>
<br>
<br>
<div style="font-size:35px; text-decoration: underline">
2020년
</div>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- 웹 프로그래밍 교육 단체, 멋쟁이 사자처럼 8기 운영진</div>
  활동 내용 : “웹 개발(HTML, CSS, Django 등) 수업 및 프로젝트 멘토링”<br>
  기간 : 2020.03 ~ 2020.12<br>
</div>
<br>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- ㈜ 애니로직 인턴</div>
  근무 내용 : "자체 서비스 프론트엔드 & 백엔드 개발 및 고도화"<br>
  기술 스택 : Spring MVC, Java 7, MyBatis, Oracle, Vue.js, Angular.js<br>
  기간 : 2020.01 ~ 2020.06<br>
</div>
<br>
<br>
<br>
<div style="font-size:35px; text-decoration: underline">
2019년
</div>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- 2019 멋쟁이 사자처럼 연합 해커톤, '핸들이 고장난 8톤 해커톤' 참여</div>
  프로젝트명 : Book King<br>
  내용 : "위치 기반 책 대출 및 기부 중계 서비스 개발"(Django 개발)<br>
  기간 : 2019.11.04 ~ 2019.11.10<br>
</div>
<br>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- 중앙대학교 LINC+사업단 2019 Start-up Members(창업동아리) 활동</div>
  프로젝트명 : 크리데이터<br>
  내용 : "크리에이터를 위한 데이터 관리 서비스 기획 및 개발"(Vue.js & DRF 개발)<br>
  기간 : 2019.09 ~ 2020.01<br>
</div>
<br>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- 스타트업 셀핀 인턴</div>
  근무 내용 : “인테리어 패키지 상품 견적 서비스 및 관리자 페이지 개발”(Vue.js & DRF 개발)<br>
  기간 : 2019.07 ~ 2019.08<br>
</div>
<br>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- 2019 전국 멋쟁이 사자처럼 해커톤 참여</div>
  프로젝트명 : 링크모아<br>
  내용 : "각종 웹 사이트의 링크를 편리하게 관리하고, 공유할 수 있는 서비스 개발"(Django 개발)<br>
  기간 : 2019.07 ~ 2019.08<br>
</div>
<br>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- CS(Company-Students) 프로젝트 참여(중앙대학교 소프트웨어 중심대학 주관)</div>
  프로젝트명 : 의학정보 알리미 챗봇 서비스<br>
  내용 : “자가진단 챗봇 서비스 개발”(챗봇 시나리오 구성 및 Flask 백엔드 개발)<br>
  기간 : 2019.03 ~ 2019.06<br>
</div>
<br>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- 웹 프로그래밍 교육 단체, 멋쟁이 사자처럼 7기 동아리원</div>
  학습 내용 : “(1학기) Django 기초, (2학기) Django 심화 및 React.js”<br>
  기간 : 2019.03 ~ 2019.12<br>
</div>
<br>
<br>
<div style="font-size:19px">
<div style="font-weight:bold">- ㈜ 토이인터렉티브 인턴</div>
  근무 내용 : “페이스북 페이지 인사이트 크롤러 웹 사이트 개발”(Django 개발)<br>
  기간 : 2019.01 ~ 2019.02<br>
</div>
<br>
<br>
</section>
</div>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="awards">
<div class="w-100">
<h2 class="mb-5">수상내역</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<div style="font-size:20px; font-weight:bold">2019 멋쟁이 사자처럼 아이디어톤 4등 수상<br></div>
<div class="award-exp">
프로젝트명 : “링크모아”(각종 웹 사이트의 링크를 편리하게 관리하고, 공유할 수 있는 서비스 개발)<br>
비고 : 팀 프로젝트, 아이디어톤 200여팀 참여
</div>
</li>
<br>
<br>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<div style="font-size:20px; font-weight:bold">2019 멋쟁이 사자처럼 핸들이 고장난 8톤 해커톤 최우수상(지역 사회 부문)<br></div>
<div class="award-exp">
프로젝트명 : “Book King”(위치 기반 책 대출 및 기부 중계 서비스 개발)<br>
비고 : 팀 프로젝트, 해커톤 15팀 참여
</div>
</li>
</ul>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body
</html>