diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/bootstrap/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/bootstrap/index.html')
-rw-r--r-- | files/ja/glossary/bootstrap/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/ja/glossary/bootstrap/index.html b/files/ja/glossary/bootstrap/index.html new file mode 100644 index 0000000000..f1cceee502 --- /dev/null +++ b/files/ja/glossary/bootstrap/index.html @@ -0,0 +1,23 @@ +--- +title: Bootstrap +slug: Glossary/Bootstrap +tags: + - Bootstrap + - CSS + - Glossary + - framework + - フレームワーク + - 用語集 +translation_of: Glossary/Bootstrap +--- +<p>Bootstrap はレスポンシブのウェブサイトを早く作るための無料のオープンソース {{Glossary("HTML")}}、CSS および {{Glossary("JavaScript")}} のフレームワークです。</p> + +<p>Bootstrap は当初 Twitter Blueprint と呼ばれ、 <a href="https://twitter.com/">Twitter</a> の従業員のチームで開発されました。レスポンシブデザインをサポートし、そのまま使用、あるいは自身のコードで必要に応じてカスタマイズできる、定義済みのデザインテンプレートがあります。 Bootstrap はすべての最新のブラウザーと {{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://www.w3schools.com/bootstrap4/bootstrap_get_started.asp">最新バージョン入門</a></li> +</ol> +</section> |