mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 20:31:26 +02:00
Fix broken URLs, add missing files.
This commit is contained in:
BIN
docs/3.3/apple-touch-icon.png
Normal file
BIN
docs/3.3/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
@@ -7,7 +7,7 @@
|
||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||
<link rel="shortcut icon" href="../../favicon.ico">
|
||||
|
||||
<title>Tooltip Viewport Example for Bootstrap</title>
|
||||
|
||||
|
BIN
docs/3.3/favicon.ico
Normal file
BIN
docs/3.3/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
File diff suppressed because one or more lines are too long
@@ -34,15 +34,15 @@
|
||||
<button aria-controls=bs-navbar aria-expanded=false class="collapsed navbar-toggle" data-target=#bs-navbar data-toggle=collapse type=button> <span class=sr-only>Toggle navigation</span> <span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span> </button> <a href=../ class=navbar-brand>Bootstrap</a> </div>
|
||||
<nav class="collapse navbar-collapse" id=bs-navbar>
|
||||
<ul class="nav navbar-nav">
|
||||
<li> <a href=getting-started/>Getting started</a>
|
||||
<li> <a href=getting-started/ >Getting started</a>
|
||||
</li>
|
||||
<li> <a href=css/>CSS</a>
|
||||
<li> <a href=css/ >CSS</a>
|
||||
</li>
|
||||
<li> <a href=components/>Components</a>
|
||||
<li> <a href=components/ >Components</a>
|
||||
</li>
|
||||
<li> <a href=javascript/>JavaScript</a>
|
||||
<li> <a href=javascript/ >JavaScript</a>
|
||||
</li>
|
||||
<li> <a href=customize/>Customize</a>
|
||||
<li> <a href=customize/ >Customize</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
@@ -56,7 +56,7 @@
|
||||
<main class=bs-docs-masthead id=content tabindex=-1>
|
||||
<div class=container> <span class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-outline">B</span>
|
||||
<p class=lead>Bootstrap is the most popular HTML, CSS, and JS 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("send","event","Jumbotron actions","Download","Download 3.3.7")'>Download Bootstrap</a> </p>
|
||||
<p class=lead> <a href=getting-started/#download class="btn btn-outline-inverse btn-lg" onclick='ga("send","event","Jumbotron actions","Download","Download 3.3.7")'>Download Bootstrap</a> </p>
|
||||
<p class=version>Currently v3.3.7</p>
|
||||
<script async src="https://cdn.carbonads.com/carbon.js?serve=CKYIKKJL&placement=getbootstrapcom" id="_carbonads_js"></script>
|
||||
</div>
|
||||
@@ -69,7 +69,7 @@
|
||||
<div class=row>
|
||||
<div class=col-sm-4> <img alt="Sass and Less support" src=assets/img/sass-less.png class=img-responsive>
|
||||
<h3>Preprocessors</h3>
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
<div class=col-sm-4> <img alt="Responsive across devices" src=assets/img/devices.png class=img-responsive>
|
||||
<h3>One framework, every device.</h3>
|
||||
@@ -125,7 +125,7 @@
|
||||
<li><a href=https://github.com/twbs/bootstrap>GitHub</a></li>
|
||||
<li><a href=https://twitter.com/getbootstrap>Twitter</a></li>
|
||||
<li><a href=getting-started/#examples>Examples</a></li>
|
||||
<li><a href=about/>About</a>
|
||||
<li><a href=about/ >About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Designed and built with all the love in the world by <a href=https://twitter.com/mdo target=_blank>@mdo</a> and <a href=https://twitter.com/fat target=_blank>@fat</a>. Maintained by the <a href=https://github.com/orgs/twbs/people>core team</a> with the help of <a href=https://github.com/twbs/bootstrap/graphs/contributors>our contributors</a>.</p>
|
||||
|
Reference in New Issue
Block a user