Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

74 рядки
3.5 KiB

  1. ---
  2. layout: home
  3. title: Bootstrap · The world's most popular mobile-first and responsive front-end framework.
  4. ---
  5. <main class="bs-docs-masthead" id="content" role="main">
  6. <div class="container">
  7. <span class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-outline">B</span>
  8. <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p>
  9. <p class="lead">
  10. <a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
  11. </p>
  12. <p class="version">Currently v{{ site.current_version }}</p>
  13. {% include ads.html %}
  14. </div>
  15. </main>
  16. <div class="bs-docs-featurette">
  17. <div class="container">
  18. <h2 class="bs-docs-featurette-title">Designed for everyone, everywhere.</h2>
  19. <p class="lead">Bootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.</p>
  20. <hr class="half-rule">
  21. <div class="row">
  22. <div class="col-sm-4">
  23. <img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive">
  24. <h3>Preprocessors</h3>
  25. <p>Bootstrap ships with vanilla CSS, but its source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p>
  26. </div>
  27. <div class="col-sm-4">
  28. <img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive">
  29. <h3>One framework, every device.</h3>
  30. <p>Bootstrap easily and efficiently scales your websites and applications with a single code base, from phones to tablets to desktops with CSS media queries.</p>
  31. </div>
  32. <div class="col-sm-4">
  33. <img src="assets/img/components.png" alt="Components" class="img-responsive">
  34. <h3>Full of features</h3>
  35. <p>With Bootstrap, you get extensive and beautiful documentation for common HTML elements, dozens of custom HTML and CSS components, and awesome jQuery plugins.</p>
  36. </div>
  37. </div>
  38. <hr class="half-rule">
  39. <p class="lead">Bootstrap is open source. It's hosted, developed, and maintained on GitHub.</p>
  40. <a href="{{ site.repo }}" class="btn btn-outline btn-lg">View the GitHub project</a>
  41. </div>
  42. </div>
  43. <div class="bs-docs-featurette">
  44. <div class="container">
  45. <h2 class="bs-docs-featurette-title">Built with Bootstrap.</h2>
  46. <p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p>
  47. <hr class="half-rule">
  48. <div class="row bs-docs-featured-sites">
  49. {% for showcase in site.data.showcase %}
  50. <div class="col-xs-6 col-sm-3">
  51. <a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
  52. <img src="http://expo.getbootstrap.com/thumbs/{{ showcase.img }}-thumb.jpg" alt="{{ showcase.name }}" class="img-responsive">
  53. </a>
  54. </div>
  55. {% endfor %}
  56. </div>
  57. <hr class="half-rule">
  58. <p class="lead">We showcase dozens of inspiring projects built with Bootstrap on the Bootstrap Expo.</p>
  59. <a href="{{ site.expo }}" class="btn btn-outline btn-lg">Explore the Expo</a>
  60. </div>
  61. </div>