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/glossary/bootstrap | |
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/glossary/bootstrap')
-rw-r--r-- | files/ko/glossary/bootstrap/index.html | 22 |
1 files changed, 22 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> |