getting-started.rst 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .. default-role:: code
  2. .. role:: text-muted
  3. .. role:: sr-only
  4. .. |caret| raw:: html
  5. <span class="caret"></span>
  6. .. include:: glyphicons-defs.txt
  7. .. ----------------------------------------------------------------------------
  8. .. header::
  9. :class: bs-docs-header
  10. .. container:: container
  11. :h1:`Getting started`
  12. An overview of Bootstrap RST, how to download and use, basic
  13. templates and examples, and more.
  14. .. ----------------------------------------------------------------------------
  15. .. ----------------------------------------------------------------------------
  16. .. footer::
  17. :class: bs-docs-footer
  18. Bootstrap RST - Copyright 2014 Nicolas P. Rougier
  19. Code licensed under MIT, documentation under CC BY 3.0.
  20. `Get page source <getting-started.rst>`_
  21. .. class:: bs-docs-footer-links muted
  22. * GitHub
  23. * ·
  24. * Examples
  25. * ·
  26. * Documentation
  27. * ·
  28. * About
  29. * ·
  30. * Issues
  31. * ·
  32. * Releases
  33. .. ----------------------------------------------------------------------------
  34. .. ----------------------------------------------------------------------------
  35. .. sidebar:: sidebar
  36. .. contents:: content
  37. :depth: 2
  38. .. ----------------------------------------------------------------------------
  39. Download
  40. ===============================================================================
  41. .. lead:: Bootstrap RST has a few easy ways to quickly get started, each one
  42. appealing to a different skill level and use case. Read through to
  43. see what suits your particular needs.
  44. .. ----------------------------------------------------------------------------
  45. .. row:: bs-downloads
  46. .. -------------------------------------------------------------------------
  47. .. column::
  48. :width: 4
  49. :h3:`Bootstrap RST`
  50. Compiled and minified CSS, JavaScript, and fonts. No docs or original
  51. source files are included.
  52. .. button:: Get Bootstrap RST
  53. :class: outline large
  54. .. -------------------------------------------------------------------------
  55. .. column::
  56. :width: 4
  57. :h3:`Source`
  58. Compiled and minified CSS, JavaScript, and fonts. No docs or original
  59. source files are included.
  60. .. button:: Download source
  61. :class: outline large
  62. :target: #
  63. .. -------------------------------------------------------------------------
  64. .. column::
  65. :width: 4
  66. :h3:`Bootstrap`
  67. Compiled and minified CSS, JavaScript, and fonts. No docs or original
  68. source files are included.
  69. .. button:: Download Bootstrap
  70. :class: outline large
  71. .. -------------------------------------------------------------------------
  72. Browser and device support
  73. ===============================================================================
  74. .. lead:: Bootstrap is built to work best in the latest desktop and mobile
  75. browsers, meaning older browsers might display differently styled,
  76. though fully functional, renderings of certain components.
  77. Supported browsers
  78. ------------------
  79. Specifically, we support the latest versions of the following browsers and
  80. platforms. On Windows, we support Internet Explorer 8-11. More specific support
  81. information is provided below.
  82. .. class:: table table-bordered table-striped
  83. +----------+--------+-------------------+-------------------+----------+-------------------+
  84. | | Chrome | Firefox | Internet Explorer | Opera | Safari |
  85. +==========+========+===================+===================+==========+===================+
  86. | Android | |ok| | |remove| | :text-muted:`N/A` | |remove| | :text-muted:`N/A` |
  87. +----------+--------+-------------------+-------------------+----------+-------------------+
  88. | iOS | |ok| | :text-muted:`N/A` | :text-muted:`N/A` | |remove| | |ok| |
  89. +----------+--------+-------------------+-------------------+----------+-------------------+
  90. | Mac OS X | |ok| | |ok| | :text-muted:`N/A` | |ok| | |ok| |
  91. +----------+--------+-------------------+-------------------+----------+-------------------+
  92. | Windows | |ok| | |ok| | |ok| | |ok| | |remove| |
  93. +----------+--------+-------------------+-------------------+----------+-------------------+
  94. .. ----------------------------------------------------------------------------
  95. .. container:: btn-group
  96. .. button:: 1
  97. .. button:: 2
  98. .. container:: btn-group
  99. .. button:: |caret| :sr-only:`Dropdown`
  100. :class: toggle
  101. .. class:: dropdown-menu
  102. * `Drowpdown link <www.loria.fr>`_
  103. * `Drowpdown link <www.loria.fr>`_
  104. .. ----------------------------------------------------------------------------
  105. .. ----------------------------------------------------------------------------
  106. .. container:: btn-group
  107. .. button:: Default
  108. .. button:: |caret| :sr-only:`Dropdown`
  109. :class: toggle
  110. .. class:: dropdown-menu
  111. * `Drowpdown link <www.loria.fr>`_
  112. * `Drowpdown link <www.loria.fr>`_
  113. .. ----------------------------------------------------------------------------