File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,7 @@ const About = () => {
7777 < li > 팀 프로젝트를 통한 요구사항 분석, API 명세서 작성, 배포 경험</ li >
7878 </ ul >
7979 </ div >
80-
81- < h2 > Why Backend Developer?</ h2 >
82- < div className = "why-backend-item" >
80+ { /* <div className="why-backend-item">
8381 <h3>비즈니스와 기술을 연결하는 개발자</h3>
8482 <p>
8583 다양한 현장 경험을 통해 실제 비즈니스 문제를 이해하고, 이를 기술로 해결하는 백엔드 개발자가 되고자 합니다.<br />
@@ -101,7 +99,7 @@ const About = () => {
10199 다양한 실무 경험을 통해 길러진 상황 대처 능력과 문제 해결 능력<br />
102100 사용자 관점에서 생각하고 최적의 솔루션을 찾는 개발자
103101 </p>
104- </ div >
102+ </div> */ }
105103 </ div >
106104 </ motion . div >
107105 ) ;
Original file line number Diff line number Diff line change 1010
1111.skill-category h3 {
1212 color : # ccd6f6 ;
13- border-bottom : 2px solid # 64ffda ;
1413 padding-bottom : 10px ;
15- margin-bottom : 20 px ;
14+ margin-bottom : 10 px ;
1615}
1716
1817.skills-grid {
Original file line number Diff line number Diff line change @@ -48,9 +48,8 @@ const skillCategories = [
4848 title : 'Databases/ORM' ,
4949 skills : [
5050 { logoUrl : 'https://static.cdnlogo.com/logos/m/10/mysql.svg' , proficiency : 70 } ,
51- { logoUrl : redisLogo , proficiency : 50 } ,
52- { logoUrl : jpaLogo , proficiency : 50 }
53-
51+ { logoUrl : jpaLogo , proficiency : 50 } ,
52+ { logoUrl : redisLogo , proficiency : 50 }
5453 ] ,
5554 } ,
5655 {
@@ -73,6 +72,7 @@ const Skills = () => {
7372 transition = { pageTransition }
7473 className = "section"
7574 >
75+ < h2 > Stacks</ h2 >
7676 < div className = "category-grid" >
7777 { skillCategories . map ( ( category , index ) => (
7878 < div key = { index } className = "skill-category" >
You can’t perform that action at this time.
0 commit comments