Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HTML, CSS, and JS toolkit from Twitter

License

NotificationsYou must be signed in to change notification settings

stubbornella/bootstrap

 
 

Repository files navigation

Bower versionnpm versionBuild StatusdevDependency StatusSelenium Test Status

Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created byMark Otto andJacob Thornton, and maintained by thecore team with the massive support and involvement of the community.

To get started, check outhttp://getbootstrap.com!

Table of contents

Quick start

Four quick start options are available:

Read theGetting started page for information on the framework contents, templates and examples, and more.

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

bootstrap/├── css/│   ├── bootstrap.css│   ├── bootstrap.css.map│   ├── bootstrap.min.css│   ├── bootstrap-theme.css│   ├── bootstrap-theme.css.map│   └── bootstrap-theme.min.css├── js/│   ├── bootstrap.js│   └── bootstrap.min.js└── fonts/    ├── glyphicons-halflings-regular.eot    ├── glyphicons-halflings-regular.svg    ├── glyphicons-halflings-regular.ttf    ├── glyphicons-halflings-regular.woff    └── glyphicons-halflings-regular.woff2

We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). CSSsource maps (bootstrap.*.map) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.

Bugs and feature requests

Have a bug or a feature request? Please first read theissue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet,please open a new issue.

Documentation

Bootstrap's documentation, included in this repo in the root directory, is built withJekyll and publicly hosted on GitHub Pages athttp://getbootstrap.com. The docs may also be run locally.

Running documentation locally

  1. If necessary,install Jekyll (requires v2.5.x).
  1. Install the Ruby-based syntax highlighter,Rouge, withgem install rouge.
  2. From the root/bootstrap directory, runjekyll serve in the command line.
  3. Openhttp://localhost:9001 in your browser, and voilà.

Learn more about using Jekyll by reading itsdocumentation.

Documentation for previous releases

Documentation for v2.3.2 has been made available for the time being athttp://getbootstrap.com/2.3.2/ while folks transition to Bootstrap 3.

Previous releases and their documentation are also available for download.

Contributing

Please read through ourcontributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to theCode Guide, maintained byMark Otto.

Editor preferences are available in theeditor config for easy use in common text editors. Read more and download plugins athttp://editorconfig.org.

Community

Keep track of development and community news.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained underthe Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

Creators

Mark Otto

Jacob Thornton

Copyright and license

Code and documentation copyright 2011-2014 Twitter, Inc. Code released underthe MIT license. Docs released underCreative Commons.

About

HTML, CSS, and JS toolkit from Twitter

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS50.7%
  • JavaScript47.9%
  • Python1.1%
  • Other0.3%

[8]ページ先頭

©2009-2025 Movatter.jp