forked from BaekTree/TIBigdataFE
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from Vincenchoi/master
[FEAT] internationalization aboutUs and Register page complete #39
- Loading branch information
Showing
12 changed files
with
449 additions
and
351 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
5 changes: 2 additions & 3 deletions
5
src/app/features/about-kubic/components/intro/intro.component.html
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<div class="content-container"> | ||
<app-about-side-menu></app-about-side-menu> | ||
<section class="content"> | ||
<p><strong>통일빅데이터 분석 서비스 KUBiC</strong></p> | ||
<p><strong>{{'introduction-1'|translate}}</strong></p> | ||
<p> | ||
큐빅 서비스는 다양한 사이트로부터 수집한 자료로 구성된 통합 데이터베이스에 | ||
빅데이터 분석 기술을 접목하여 만든 새로운 자료 분석 서비스입니다. | ||
{{'introduction-2'|translate}} | ||
</p> | ||
</section> | ||
</div> |
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
6 changes: 3 additions & 3 deletions
6
src/app/features/about-kubic/components/service-guide/service-guide.component.html
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<div class="content-container"> | ||
<app-about-side-menu></app-about-side-menu> | ||
<section class="content"> | ||
<p><strong>통일빅데이터 분석 서비스 KUBiC</strong></p> | ||
<p><strong>{{'introduction-1'|translate}}</strong></p> | ||
<p> | ||
서비스 안내. 서비스 이용 방법을 안내합니다. <br />회원가입, 로그인 진행 -> | ||
문서 검색, 원하는 자료 담기 -> 자료분석 페이지에서 분석 | ||
{{'guide-1'|translate}} <br /> | ||
{{'guide-2'|translate}} | ||
</p> | ||
</section> | ||
</div> |
Oops, something went wrong.