-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
88 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import React, {useState} from 'react'; | ||
|
||
const Main1 = () => { | ||
return( | ||
<section id="main1" className="page"> | ||
<div> | ||
<div>OUR MISSION</div> | ||
<div>넥스트 블록체인 네트워크 형성</div> | ||
<p>블록체인에 관심있는 사람들끼리 모여 직접 블록체인 관련 프로젝트를 기획 및 개발할 수 있는 “차세대 블록체인 생태계 리더”를 만드는 것입니다.</p> | ||
</div> | ||
<div> | ||
{/* img*/} | ||
</div> | ||
</section> | ||
) | ||
} | ||
|
||
export default Main1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import React, {useState} from 'react'; | ||
|
||
const Main2 = () => { | ||
return( | ||
<section id="main2" className="page"> | ||
<div>OUR ACTIVITY</div> | ||
<div> | ||
</div> | ||
</section> | ||
) | ||
} | ||
|
||
export default Main2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters