Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
a696d475
Commit
a696d475
authored
11 years ago
by
Julian Thilo
Browse files
Options
Download
Email Patches
Plain Diff
Change GA events to Universal Analytics
parent
98bddd89
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/_includes/getting-started/download.html
+3
-3
docs/_includes/getting-started/download.html
docs/_includes/nav/main.html
+2
-2
docs/_includes/nav/main.html
docs/customize.html
+1
-1
docs/customize.html
docs/index.html
+1
-1
docs/index.html
with
7 additions
and
7 deletions
+7
-7
docs/_includes/getting-started/download.html
+
3
-
3
View file @
a696d475
...
...
@@ -8,21 +8,21 @@
<h3
id=
"download-bootstrap"
>
Bootstrap
</h3>
<p>
Compiled and minified CSS, JavaScript, and fonts. No docs or original source files are included.
</p>
<p>
<a
href=
"{{ site.download.dist }}"
class=
"btn btn-lg btn-outline"
role=
"button"
onclick=
"
_
ga
q.push(['_trackE
vent', 'Getting started', 'Download', 'Download compiled'
]
);"
>
Download Bootstrap
</a>
<a
href=
"{{ site.download.dist }}"
class=
"btn btn-lg btn-outline"
role=
"button"
onclick=
"ga
('send', 'e
vent', 'Getting started', 'Download', 'Download compiled');"
>
Download Bootstrap
</a>
</p>
</div>
<div
class=
"col-sm-4"
>
<h3
id=
"download-source"
>
Source code
</h3>
<p>
Source Less, JavaScript, and font files, along with our docs.
<strong>
Requires a Less compiler and
<a
href=
"{{ site.repo }}#compiling-css-and-javascript"
>
some setup.
</a></strong></p>
<p>
<a
href=
"{{ site.download.source }}"
class=
"btn btn-lg btn-outline"
role=
"button"
onclick=
"
_
ga
q.push(['_trackE
vent', 'Getting started', 'Download', 'Download source'
]
);"
>
Download source
</a>
<a
href=
"{{ site.download.source }}"
class=
"btn btn-lg btn-outline"
role=
"button"
onclick=
"ga
('send', 'e
vent', 'Getting started', 'Download', 'Download source');"
>
Download source
</a>
</p>
</div>
<div
class=
"col-sm-4"
>
<h3
id=
"download-sass"
>
Sass
</h3>
<p><a
href=
"{{ site.sass_repo }}"
>
Bootstrap ported from Less to Sass
</a>
for easy inclusion in Rails, Compass, or Sass-only projects.
</p>
<p>
<a
href=
"{{ site.download.sass }}"
class=
"btn btn-lg btn-outline"
role=
"button"
onclick=
"
_
ga
q.push(['_trackE
vent', 'Getting started', 'Download', 'Download Sass'
]
);"
>
Download Sass
</a>
<a
href=
"{{ site.download.sass }}"
class=
"btn btn-lg btn-outline"
role=
"button"
onclick=
"ga
('send', 'e
vent', 'Getting started', 'Download', 'Download Sass');"
>
Download Sass
</a>
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/_includes/nav/main.html
+
2
-
2
View file @
a696d475
...
...
@@ -28,8 +28,8 @@
</li>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<li><a
href=
"{{ site.expo }}"
onclick=
"
_
ga
q.push(['_trackE
vent', 'Navbar', 'Community links', 'Expo'
]
);"
>
Expo
</a></li>
<li><a
href=
"{{ site.blog }}"
onclick=
"
_
ga
q.push(['_trackE
vent', 'Navbar', 'Community links', 'Blog'
]
);"
>
Blog
</a></li>
<li><a
href=
"{{ site.expo }}"
onclick=
"ga
('send', 'e
vent', 'Navbar', 'Community links', 'Expo');"
>
Expo
</a></li>
<li><a
href=
"{{ site.blog }}"
onclick=
"ga
('send', 'e
vent', 'Navbar', 'Community links', 'Blog');"
>
Blog
</a></li>
</ul>
</nav>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/customize.html
+
1
-
1
View file @
a696d475
...
...
@@ -356,7 +356,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
<p
class=
"lead"
>
Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.
</p>
<div
class=
"bs-customize-download"
>
<button
type=
"submit"
id=
"btn-compile"
disabled
class=
"btn btn-block btn-lg btn-outline"
onclick=
"
_
ga
q.push(['_trackE
vent', 'Customize', 'Download', 'Customize and Download'
]
);"
>
Compile and Download
</button>
<button
type=
"submit"
id=
"btn-compile"
disabled
class=
"btn btn-block btn-lg btn-outline"
onclick=
"ga
('send', 'e
vent', 'Customize', 'Download', 'Customize and Download');"
>
Compile and Download
</button>
</div>
</div>
<!-- /download -->
</form>
This diff is collapsed.
Click to expand it.
docs/index.html
+
1
-
1
View file @
a696d475
...
...
@@ -9,7 +9,7 @@ title: Bootstrap
<!-- <h1>Bootstrap</h1> -->
<p
class=
"lead"
>
The most popular front-end framework for developing responsive, mobile first projects on the web.
</p>
<p
class=
"lead"
>
<a
href=
"getting-started#download"
class=
"btn btn-outline-inverse btn-lg"
onclick=
"
_
ga
q.push(['_trackE
vent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}'
]
);"
>
Download Bootstrap
</a>
<a
href=
"getting-started#download"
class=
"btn btn-outline-inverse btn-lg"
onclick=
"ga
('send', 'e
vent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');"
>
Download Bootstrap
</a>
</p>
<p
class=
"version"
>
Currently v{{ site.current_version }}
</p>
{% include ads.html %}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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