Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
cbdfdd5a
Commit
cbdfdd5a
authored
Jun 09, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copy editing on homepage
parent
07c7d2d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
docs/index.html
docs/index.html
+7
-4
No files found.
docs/index.html
View file @
cbdfdd5a
...
@@ -27,7 +27,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
...
@@ -27,7 +27,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-4"
>
<div
class=
"col-sm-4"
>
<h4>
Package managers
</h4>
<h4>
Package managers
</h4>
<p>
Bootstrap is available via Bower, Composer, Meteor, and
npm.
</p>
<p>
Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or
npm.
</p>
{% highlight bash %}
{% highlight bash %}
$ npm install bootstrap
$ npm install bootstrap
$ bower install bootstrap
$ bower install bootstrap
...
@@ -36,12 +36,15 @@ $ composer require twbs/bootstrap
...
@@ -36,12 +36,15 @@ $ composer require twbs/bootstrap
{% endhighlight %}
{% endhighlight %}
</div>
</div>
<div
class=
"col-sm-4"
>
<div
class=
"col-sm-4"
>
<h4>
Download from GitHub
</h4>
<h4>
Custom builds
</h4>
<p>
You can also
<a
href=
"{{ site.repo }}"
>
download the source files
</a>
from GitHub where our code, issue tracker, and more are hosted.
</p>
<p>
Need just a part of Bootstrap? Download a custom build of the compiled CSS and JS.
</p>
<a
class=
"btn btn-secondary"
href=
"#"
>
Reboot
</a>
<a
class=
"btn btn-secondary"
href=
"#"
>
Grid system
</a>
<a
class=
"btn btn-secondary"
href=
"#"
>
Flexbox
</a>
</div>
</div>
<div
class=
"col-sm-4"
>
<div
class=
"col-sm-4"
>
<h4>
Bootstrap CDN
</h4>
<h4>
Bootstrap CDN
</h4>
<p>
Quickly include Bootstrap into a project with the Bootstrap CDN, a free service provided by the MaxCDN folks. Just copy and paste the CSS and JS as needed
.
</p>
<p>
Use the free Bootstrap CDN to hotlink the compiled CSS and JS
.
</p>
{% highlight html %}
{% highlight html %}
<link
rel=
"stylesheet"
href=
"{{ site.cdn.css }}"
>
<link
rel=
"stylesheet"
href=
"{{ site.cdn.css }}"
>
<script
src=
"{{ site.cdn.js }}"
></script>
<script
src=
"{{ site.cdn.js }}"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment