<section class="container py-5" id="profile">
<div class="row mt-4 py-3">
<div class="col-12 d-flex flex-column text-center">
<h2>PROFILE</h2>
<h5 class="text-secondary fw-normal py-2 fst-italic">저에 대해 소개합니다. 저는 현재 NCS 자바 웹 개발자 교육을 받고 있습니다.</h5>
</div>
</div>
<div class="row">
<div class="col-lg-4 mt-5 order-lg-0 order-1 text-center">
<img class="img-fluid rounded-circle border border-5 border-dark-subtle" src="images/profile-img.jpg" alt="profile-img">
<h2 class="mt-3">홍 길동</h2>
<ul class="list-unstyled contact-info">
<li><i class="fas fa-envelope me-2"></i> yourEmail@naver.com</li>
<li><i class="fas fa-phone me-2"></i> 010-1234-7890</li>
<li><i class="fas fa-map-marker-alt me-2"></i> 부산광역시 부산진구</li>
</ul>
<ul class="social-icons my-5 d-flex justify-content-center">
<a href="#" class="bg-primary mx-2 text-white d-flex align-items-center justify-content-center text-decoration-none rounded-circle"><i class="fa-brands fa-twitter"></i></a>
<a href="#" class="bg-primary mx-2 text-white d-flex align-items-center justify-content-center text-decoration-none rounded-circle"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#" class="bg-primary mx-2 text-white d-flex align-items-center justify-content-center text-decoration-none rounded-circle"><i class="fa-brands fa-linkedin-in"></i></a>
</ul>
<h5><strong>보유기술</strong></h5>
<ul class="list-unstyled">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<h5><strong>개인적 관심사</strong></h5>
<ul class="list-unstyled">
<li>ChatGPT AI</li>
<li>Front 개발: React</li>
<li>풀 스택 개발: React & Spring Boot</li>
</ul>
</div>
<div class="col-lg-7 order-lg-1 order-0 mt-5 text-start">
<h3>자기소개</h3>
<hr>
<p>저는 열정적이고 창의적인 문제 해결자로서, 사용자 친화적인 웹 애플리케이션을 개발하는 데 흥미를 느끼고 있습니다. 항상 최신 기술 동향을 주시하며, 새로운 도전과 학습을 통해 성장하는 것을 좋아합니다.</p>
<h3>신입 개발자로서 성장포인트</h3>
<hr>
<ul>
<li>학습과 자기계발: 웹 개발에 대한 기초 지식을 쌓기 위해 다양한 학습 자료와 온라인 강좌를 활용했습니다.</li>
<li>개인 프로젝트 및 사이드 프로젝트: 개인적으로 웹 애플리케이션을 개발하고, GitHub 등의 플랫폼에 프로젝트를 공개하여 코드 리뷰와 피드백을 받았습니다. </li>
<li>협업 경험: 팀 프로젝트에 참여하여 다른 개발자들과 함께 협업하고 코드를 공유하며 개발했습니다. 이를 통해 버전 관리 시스템(Git)을 활용하고, 팀 내에서의 코드 리뷰와 협업 과정에서의 의사소통 능력을 향상</li>
</ul>
<h3>Education</h3>
<hr>
<dl>
<dt>년도 - Year</dt>
<dd>최종졸업학교</dd>
<dd>학사/석사</dd>
</dl>
<h3>NCS 국비지원 교육</h3>
<hr>
<dl>
<dt>2023.07 - 2024.01</dt>
<dd>자바 스프링 웹 개발자 과정</dd>
<dd>부산IT교육센터 수료</dd>
</dl>
<h3>Work Experience</h3>
<hr>
<dl>
<dt>Year - Year</dt>
<dd>Job Position</dd>
<dd>Company/Organization</dd>
</dl>
<h3>기타 활동</h3>
<hr>
<dl>
<dt>Organization Name</dt>
<dd>Role/Position</dd>
<dd>Details of your involvement and contributions</dd>
</dl>
</div>
</div>
</section>
