diff options
author | hwang1588 <75598328+hwang1588@users.noreply.github.com> | 2021-05-29 13:53:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 13:53:45 +0900 |
commit | 0d70559e96b192b2c619199926338e14e72b56e8 (patch) | |
tree | 40fd14cfcb46547168b0fbe4e1a9fc94c328a89e /files/ko | |
parent | 5af1a40bfe4e06b4363e6ce11f873e5e478a931d (diff) | |
download | translated-content-0d70559e96b192b2c619199926338e14e72b56e8.tar.gz translated-content-0d70559e96b192b2c619199926338e14e72b56e8.tar.bz2 translated-content-0d70559e96b192b2c619199926338e14e72b56e8.zip |
update description translation (#977)
* ko/glossary/bootsrap/index.html docs create and description translation
* Update files/ko/glossary/breadcrumb/index.html
Co-authored-by: Sungwoo Park <codest99@gmail.com>
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/glossary/bootstrap/index.html | 22 | ||||
-rw-r--r-- | files/ko/glossary/breadcrumb/index.html | 18 |
2 files changed, 40 insertions, 0 deletions
diff --git a/files/ko/glossary/bootstrap/index.html b/files/ko/glossary/bootstrap/index.html new file mode 100644 index 0000000000..d2d6cff4b3 --- /dev/null +++ b/files/ko/glossary/bootstrap/index.html @@ -0,0 +1,22 @@ +--- +title: 부트스트랩 +slug: Glossary/Bootstrap +tags: + - 부트스트랩 + - bootstrap + - Glossary + - framework + - css +translation_of: Glossary/Bootstrap +--- +<p>Bootstrap은 반응형 웹사이트를 빠르게 만들기 위한 무료 오픈소스 {{Glossary("HTML")}}, CSS 및 {{Glossary("JavaScript")}} 의 프레임워크 입니다.</p> + +<p>Bootstrap은 당초 Twitter Blueprint라고 불렸으며, <a href="https://twitter.com/"> Twitter</a> 개발자에 의해 개발되었습니다. 반응형 디자인을 지원하며 그대로 사용하거나 필요에 따라 자신의 코드에 맞추어 사용할 수 있는 사전 정의된 디자인 템플릿이 있습니다. 부트스트랩은 모든 모던 브라우저와 {{glossary("Microsoft Internet Explorer", "Internet Explorer")}} 의 최근 버전과 호환되기 때문에 타 브라우저와의 호환성에 대해 걱정하지 않으셔도 됩니다.</p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li>Wikipedia 의 기사 {{interwiki("wikipedia", "Bootstrap", "Bootstrap")}}</li> + <li><a href="https://getbootstrap.com/">Bootstrap 다운로드</a></li> + <li><a href="https://getbootstrap.com/docs/5.0/getting-started/introduction/">최신 버전 입문</a></li> +</ol> +</section> diff --git a/files/ko/glossary/breadcrumb/index.html b/files/ko/glossary/breadcrumb/index.html new file mode 100644 index 0000000000..820a88ceaa --- /dev/null +++ b/files/ko/glossary/breadcrumb/index.html @@ -0,0 +1,18 @@ +--- +title: Breadcrumb (브레드크럼) +slug: Glossary/Breadcrumb +tags: + - Accessibility + - Glossary + - Navigation + - Search + - 사이트 맵 + - 브레드크럼 +--- +<p><span class="seoSummary"><strong>브레드크럼</strong>, 또는 브레드크럼 트레일은 일반적으로 사이트의 header와 기본 컨텐츠 사이에 배치되는 탐색 보조 도구로, 사이트 구조와 관련된 현재 페이지의 계층 구조, 최상위에서부터 현재 페이지까지를 사용자의 링크 목록 등으로 표시합니다. 현재 페이지까지 방문한 순서대로 보입니다. </span></p> + +<p>이 문서의 위치 탐색 경로는 다음과 같습니다.:</p> + +<p><a href="/">MDN</a> > <a href="/en-US/docs/Glossary">Glossary</a> > Breadcrumb</p> + +<p>브레드크럼 트레일을 통해 사용자는 웹 사이트 내에서 현재 자신의 위치를 알 수 있습니다. 이러한 유형의 탐색이 올바르게 수행되면 사용자는 사이트 내 위치와 이동 경로를 알 수 있습니다. 또한 사용자가 이전 위치로 돌아가는 데 도움이 되며 상위 페이지로 이동하는 데 필요한 클릭 수를 줄일 수 있습니다.</p> |