123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- .. default-role:: code
- .. role:: text-muted
- .. role:: sr-only
- .. |caret| raw:: html
- <span class="caret"></span>
- .. include:: glyphicons-defs.txt
- .. ----------------------------------------------------------------------------
- .. header::
- :class: bs-docs-header
- .. container:: container
- :h1:`Getting started`
- An overview of Bootstrap RST, how to download and use, basic
- templates and examples, and more.
- .. ----------------------------------------------------------------------------
- .. ----------------------------------------------------------------------------
- .. footer::
- :class: bs-docs-footer
- Bootstrap RST - Copyright 2014 Nicolas P. Rougier
- Code licensed under MIT, documentation under CC BY 3.0.
- `Get page source <getting-started.rst>`_
- .. class:: bs-docs-footer-links muted
- * GitHub
- * ·
- * Examples
- * ·
- * Documentation
- * ·
- * About
- * ·
- * Issues
- * ·
- * Releases
- .. ----------------------------------------------------------------------------
- .. ----------------------------------------------------------------------------
- .. sidebar:: sidebar
- .. contents:: content
- :depth: 2
- .. ----------------------------------------------------------------------------
- Download
- ===============================================================================
- .. lead:: Bootstrap RST has a few easy ways to quickly get started, each one
- appealing to a different skill level and use case. Read through to
- see what suits your particular needs.
- .. ----------------------------------------------------------------------------
- .. row:: bs-downloads
- .. -------------------------------------------------------------------------
- .. column::
- :width: 4
- :h3:`Bootstrap RST`
- Compiled and minified CSS, JavaScript, and fonts. No docs or original
- source files are included.
- .. button:: Get Bootstrap RST
- :class: outline large
- .. -------------------------------------------------------------------------
- .. column::
- :width: 4
- :h3:`Source`
- Compiled and minified CSS, JavaScript, and fonts. No docs or original
- source files are included.
- .. button:: Download source
- :class: outline large
- :target: #
- .. -------------------------------------------------------------------------
- .. column::
- :width: 4
- :h3:`Bootstrap`
- Compiled and minified CSS, JavaScript, and fonts. No docs or original
- source files are included.
- .. button:: Download Bootstrap
- :class: outline large
- .. -------------------------------------------------------------------------
- Browser and device support
- ===============================================================================
- .. lead:: Bootstrap is built to work best in the latest desktop and mobile
- browsers, meaning older browsers might display differently styled,
- though fully functional, renderings of certain components.
- Supported browsers
- ------------------
- Specifically, we support the latest versions of the following browsers and
- platforms. On Windows, we support Internet Explorer 8-11. More specific support
- information is provided below.
- .. class:: table table-bordered table-striped
- +----------+--------+-------------------+-------------------+----------+-------------------+
- | | Chrome | Firefox | Internet Explorer | Opera | Safari |
- +==========+========+===================+===================+==========+===================+
- | Android | |ok| | |remove| | :text-muted:`N/A` | |remove| | :text-muted:`N/A` |
- +----------+--------+-------------------+-------------------+----------+-------------------+
- | iOS | |ok| | :text-muted:`N/A` | :text-muted:`N/A` | |remove| | |ok| |
- +----------+--------+-------------------+-------------------+----------+-------------------+
- | Mac OS X | |ok| | |ok| | :text-muted:`N/A` | |ok| | |ok| |
- +----------+--------+-------------------+-------------------+----------+-------------------+
- | Windows | |ok| | |ok| | |ok| | |ok| | |remove| |
- +----------+--------+-------------------+-------------------+----------+-------------------+
- .. ----------------------------------------------------------------------------
- .. container:: btn-group
- .. button:: 1
- .. button:: 2
- .. container:: btn-group
- .. button:: |caret| :sr-only:`Dropdown`
- :class: toggle
- .. class:: dropdown-menu
- * `Drowpdown link <www.loria.fr>`_
- * `Drowpdown link <www.loria.fr>`_
- .. ----------------------------------------------------------------------------
- .. ----------------------------------------------------------------------------
- .. container:: btn-group
- .. button:: Default
- .. button:: |caret| :sr-only:`Dropdown`
- :class: toggle
- .. class:: dropdown-menu
- * `Drowpdown link <www.loria.fr>`_
- * `Drowpdown link <www.loria.fr>`_
- .. ----------------------------------------------------------------------------
|