mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Use https when possible.
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href=http://themes.getbootstrap.com onclick='ga("send","event","Navbar","Community links","Themes")'>Themes</a></li>
|
||||
<li><a href=https://expo.getbootstrap.com onclick='ga("send","event","Navbar","Community links","Expo")'>Expo</a></li>
|
||||
<li><a href=https://blog.getbootstrap.com onclick='ga("send","event","Navbar","Community links","Blog")'>Blog</a></li>
|
||||
<li><a href=https://themes.getbootstrap.com/ onclick='ga("send","event","Navbar","Community links","Themes")'>Themes</a></li>
|
||||
<li><a href=https://expo.getbootstrap.com/ onclick='ga("send","event","Navbar","Community links","Expo")'>Expo</a></li>
|
||||
<li><a href=https://blog.getbootstrap.com/ onclick='ga("send","event","Navbar","Community links","Blog")'>Blog</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -91,7 +91,7 @@
|
||||
</p>
|
||||
|
||||
<p class="lead">
|
||||
<a href="https://themes.getbootstrap.com" class="btn btn-outline btn-lg">Browse themes</a>
|
||||
<a href="https://themes.getbootstrap.com/" class="btn btn-outline btn-lg">Browse themes</a>
|
||||
</p>
|
||||
|
||||
<img class="img-responsive" src="assets/img/bs-themes.png" alt="Bootstrap Themes" width="1024" height="388" style="margin-left: auto; margin-right: auto;">
|
||||
@@ -117,7 +117,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<hr class=half-rule>
|
||||
<p class=lead>We showcase dozens of inspiring projects built with Bootstrap on the Bootstrap Expo.</p> <a href=https://expo.getbootstrap.com class="btn btn-outline btn-lg">Explore the Expo</a> </div>
|
||||
<p class=lead>We showcase dozens of inspiring projects built with Bootstrap on the Bootstrap Expo.</p> <a href=https://expo.getbootstrap.com/ class="btn btn-outline btn-lg">Explore the Expo</a> </div>
|
||||
</div>
|
||||
<footer class=bs-docs-footer>
|
||||
<div class=container>
|
||||
|
Reference in New Issue
Block a user