1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

Update v5 docs with v4.6.0.

We'll land a patch on main later.
This commit is contained in:
XhmikosR
2021-01-19 18:10:14 +02:00
parent 0bb8f991a0
commit 6c608bed42
99 changed files with 106 additions and 100 deletions

View File

@@ -212,7 +212,7 @@
<!-- FOOTER -->
<footer class="container">
<p class="float-end"><a href="#">عد إلى الأعلى</a></p>
<p>&copy; 2017-2020 Company, Inc. &middot; <a href="#">خصوصية</a> &middot; <a href="#">شروط</a></p>
<p>&copy; 2017-2021 Company, Inc. &middot; <a href="#">خصوصية</a> &middot; <a href="#">شروط</a></p>
</footer>
</main>

View File

@@ -212,7 +212,7 @@
<!-- FOOTER -->
<footer class="container">
<p class="float-end"><a href="#">Back to top</a></p>
<p>&copy; 2017-2020 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
<p>&copy; 2017-2021 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
</footer>
</main>

View File

@@ -260,7 +260,7 @@
</div>
</main>
<footer class="my-5 pt-5 text-muted text-center text-small">
<p class="mb-1">&copy; 2020-2017 اسم الشركة</p>
<p class="mb-1">&copy; 2021-2017 اسم الشركة</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">خصوصية</a></li>
<li class="list-inline-item"><a href="#">شروط</a></li>

View File

@@ -261,7 +261,7 @@
</main>
<footer class="my-5 pt-5 text-muted text-center text-small">
<p class="mb-1">&copy; 20172020 Company Name</p>
<p class="mb-1">&copy; 20172021 Company Name</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Privacy</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>

View File

@@ -122,7 +122,7 @@
<div class="row">
<div class="col-12 col-md">
<img class="mb-2" src="/docs/5.0/assets/brand/bootstrap-logo.svg" alt="" width="24" height="19">
<small class="d-block mb-3 text-muted">&copy; 2017-2020</small>
<small class="d-block mb-3 text-muted">&copy; 2017-2021</small>
</div>
<div class="col-6 col-md">
<h5>Features</h5>

View File

@@ -146,7 +146,7 @@
<div class="row">
<div class="col-12 col-md">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
<small class="d-block mb-3 text-muted">&copy; 2017-2020</small>
<small class="d-block mb-3 text-muted">&copy; 2017-2021</small>
</div>
<div class="col-6 col-md">
<h5>Features</h5>

View File

@@ -61,7 +61,7 @@
</label>
</div>
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button>
<p class="mt-5 mb-3 text-muted">&copy; 2017-2020</p>
<p class="mt-5 mb-3 text-muted">&copy; 2017-2021</p>
</form>
</main>