Web Frontend Developer**.**

Untitled.png

<aside> 👋🏻 안녕하세요. 웹 프론트엔드 개발자 정윤호입니다.

다양한 학습 환경을 만드는 것을 좋아하며 성장하는 습관을 만들어 가고 있습니다.

</aside>

README

<style>
	.container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 100%;
		height: 100px;
		background-color:transparent;
		border-radius: 1rem;
		transition: 300ms;
	}
	.box {
		width: 100%;
		border-radius: 1rem;
	}
	#portfolio:hover {
		color: #8136EA;
		background-color: #C7E064;
	}
	#resume:hover {
		color: #FAC300;
		background-color: #05C9FC;
	}
	#strong-portFolio {
		color: #8136EA;
		background-color: #C7E064;
	}
	#strong-resume {
		color: #FAC300;
		background-color: #05C9FC;
	}
</style>

<div class="container" align="center">
	<div id="resume" class="box">
		<p>이력서를 보려면</p>
		<p><strong id="strong-resume">Resume</strong>를 클릭해주세요.</p>
	</div>
	<div id="portfolio" class='box'>
		<p>포트폴리오를 보려면</p>
		<p><strong id="strong-portFolio">Portfolio</strong>를 클릭해주세요.</p>
	</div>
</div>

이력서는

👉🏻 프론트엔드 개발과 관련하여 핵심적인 내용만 간결하게 텍스트 위주로 작성되어있습니다.

포트폴리오는

👉🏻 다양한 활동과 프로젝트들이 시각적으로 넓고 깊게 작성되어있습니다.


ⓒ 2022. Yoonho Chung, All Rights Reserved.