Skip to content

Commit 305772f

Browse files
Merge pull request #79 from ShipFriend0516/fix/text
fix: text 변경
2 parents 07a9b2a + 5709149 commit 305772f

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

app/entities/profile/AboutMe.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const AboutMe = () => {
2828
</div>
2929
<div className="absolute z-50 -top-16 left-1/2 -translate-x-1/2 opacity-0 group-hover/duck:opacity-100 transition-all duration-300 pointer-events-none scale-95 group-hover/duck:scale-100">
3030
<div className=" bg-white dark:bg-gray-800 text-gray-800 dark:text-gray-200 text-xs px-3 py-2 rounded-lg shadow-lg whitespace-nowrap border border-gray-200 dark:border-gray-700">
31-
저는 커피☕와 사진 📸을 좋아하는 개발자입니다~
31+
<p>저는 커피☕와 사진 📸을 좋아하는 개발자입니다~</p>
3232
</div>
3333
<div className="absolute left-1/2 -translate-x-1/2 -bottom-1.5 w-3 h-3 bg-white dark:bg-gray-800 border-r border-b border-gray-200 dark:border-gray-700 rotate-45"></div>
3434
</div>
@@ -50,13 +50,15 @@ const AboutMe = () => {
5050
href={githubLink}
5151
target={'_blank'}
5252
className="p-3 rounded-full bg-white dark:bg-gray-800 shadow-md hover:shadow-xl hover:scale-110 transition-all duration-300"
53+
title="Github"
5354
>
5455
<FaGithub className="w-6 h-6 text-gray-700 dark:text-gray-300" />
5556
</a>
5657
<a
5758
href={linkedinLink}
5859
target={'_blank'}
5960
className="p-3 rounded-full bg-white dark:bg-gray-800 shadow-md hover:shadow-xl hover:scale-110 transition-all duration-300"
61+
title="LinkedIn"
6062
>
6163
<FaLinkedin className="w-6 h-6 text-gray-700 dark:text-gray-300" />
6264
</a>

app/entities/profile/HeroBanner.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ const HeroBanner = () => {
3737
<span className="px-4 py-2 bg-white/20 backdrop-blur-sm rounded-full border border-white/30">
3838
React
3939
</span>
40-
<span className="px-4 py-2 bg-white/20 backdrop-blur-sm rounded-full border border-white/30">
40+
{/* <span className="px-4 py-2 bg-white/20 backdrop-blur-sm rounded-full border border-white/30">
4141
NextJS
42-
</span>
42+
</span> */}
4343
<span className="px-4 py-2 bg-white/20 backdrop-blur-sm rounded-full border border-white/30">
4444
TypeScript
4545
</span>
@@ -56,8 +56,8 @@ const HeroBanner = () => {
5656
안녕하세요, 서정우입니다.
5757
</p>
5858
<p className="md:text-lg text-default w-full mx-auto text-left mb-4">
59-
깔끔한 코드 작성에 중점을 두고, 확장성에 대해 고민하며 멈추지 않는
60-
기술의 변화를 즐깁니다.
59+
깔끔한 코드를 중점으로, 확장성에 대해 고민합니다. 기록의 중요성을
60+
믿으며, 블로그를 통해 공유하려 합니다.
6161
</p>
6262
</div>
6363
</div>

0 commit comments

Comments
 (0)