Repaired bug in links

This commit is contained in:
José Luis Garrido Labrador
2020-08-30 02:27:04 +02:00
parent 8a956a0c20
commit 8698ac9d32
8 changed files with 21 additions and 25 deletions

View File

@@ -41,7 +41,7 @@
<h5 class="col-7 text-center font-weight-normal">Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.</h5>
<h6 class="col-12 text-right font-weight-bold">Licensed under MIT, created by José Luis Garrido-Labrador</h6>
<hr class="col-4 offset-4"/>
<h2 class="col-12 text-center">See it on <a href="https://github.com/jlgarridol/modalizerjs">GitHub</a></h2>
<h2 class="col-12 text-center">See it on <a href="https://github.com/jlgarridol/modalizer.js">GitHub</a></h2>
</div>
<hr>
<div class="row">
@@ -100,7 +100,7 @@
<div class="mx-4 my-2">
<h4>Installation</h4>
<p>Via npm</p>
<pre><code class="shell">$ npm install modalizer.js</code></pre>
<pre><code class="shell">$ npm install @jlgarridol/modalizer.js@1.0.0</code></pre>
<p>or add it directly using a CDN:</p>
<pre><code class="html">&lt;link rel="stylesheet" href="https://future/modalizer.min.css"/&gt;
&lt;script src="https://future/modalizer.min.js"&gt;&lt;/script&gt;</code></pre>
@@ -271,9 +271,9 @@
</div>
</div>
</div>
<div class="modal-dialog modal-dialog-centered modal-dialog-fullscreen modal-dialog-scrollable animate__animated animate__faster" id="lpage" style="display: none;" role="document">
<div class="modal-dialog modal-dialog-centered fullscreen modal-dialog-scrollable animate__animated animate__faster" id="lpage" style="display: none;" role="document">
<div class="modal-content fullscreen">
<div class="modal-header modal-header-fullscreen">
<div class="modal-header fullscreen">
<h5 class="modal-title">Optionable modal</h5>
<button type="button" class="close align-self-end closemodal">
<span aria-hidden="true">&times;</span>
@@ -282,7 +282,7 @@
<div class="modal-body mx-0">
<h1>Fullscreen block in optionable</h1>
</div>
<div class="modal-footer modal-footer-fullscreen">
<div class="modal-footer fullscreen">
<div class="container-fluid">
<div class="row align-items-center">
<h5 class="col-3">Page 2/2</h5>