Skip to content

Commit

Permalink
setting: 홈 화면 자기소개 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JitHoon committed Nov 5, 2023
1 parent ad3a93e commit e840411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions src/components/Contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,8 @@ export default function Contributors() {
<h3 className={styles.contributor_name}>한은지</h3>
<div className={styles.contributor_fe}>프론트엔드 개발자</div>
<p className={styles.contributor_desc}>
맛집 문의 010-1234-5678
<br />
저는 정말 행복합니다. 저는 정말 행복합니다. 왜냐하면 왜냐하면
<br />
왜냐하면, 왜냐하면,왜냐하면 왜냐하면 왜냐하면 왜냐하면 왜냐하면{" "}
새로운 아이디어를 현실로 만들고, 다양한 분야에서 지식을 공유하며
<br />더 나은 세상을 만들어가고 싶습니다.
</p>
<a
className={styles.contributor_github}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export default function Home() {
<meta property="og:image" content="/img/yummy.png" />
</Head>
<main id={styles.welcome}>
<h1>CS 잘 먹기 Blog를 소개합니다.</h1>
<h1>"CS 잘 먹기"를 소개합니다.</h1>
<p>
'CS 잘 먹기' 는 Computer Science 잘 먹기의 줄임말로,
CS 잘 먹기는 "Computer Science 잘 먹기"의 줄임말로,
<br /> Front-End 관련 기술을 함께 공부하고 정리하는 Tech Blog입니다.
</p>
<h2 className={styles.title2}>🧑🏻‍💻 Contributors</h2>
Expand Down

0 comments on commit e840411

Please sign in to comment.