Skip to content

Commit 4d07b32

Browse files
committed
Update file: jquery-mask-plugin-by-igorescobar.html
1 parent f835e49 commit 4d07b32

File tree

1 file changed

+31
-18
lines changed

1 file changed

+31
-18
lines changed

jquery-plugins/jquery-mask-plugin-by-igorescobar.html

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -184,25 +184,38 @@ <h1 id="packageName">Jquery Mask Plugin</h1>
184184
</div>
185185

186186
</div>
187-
</article>
188-
<div class="tags">
189-
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
190-
<i class="bi bi-tag-fill me-2"></i> <!-- Bootstrap icon for tag -->
191-
<span>html-element</span>
192-
</div><div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
193-
<i class="bi bi-tag-fill me-2"></i> <!-- Bootstrap icon for tag -->
194-
<span>javascript</span>
195-
</div><div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
196-
<i class="bi bi-tag-fill me-2"></i> <!-- Bootstrap icon for tag -->
197-
<span>jquery-mask-plugin</span>
198-
</div><div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
199-
<i class="bi bi-tag-fill me-2"></i> <!-- Bootstrap icon for tag -->
200-
<span>jquery-plugin</span>
201-
</div><div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
202-
<i class="bi bi-tag-fill me-2"></i> <!-- Bootstrap icon for tag -->
203-
<span>mask</span>
204-
</div>
187+
188+
<div class="tags mb-2 mt-2">
189+
<a href="https://codehimblog.github.io/tag/html-element" class="text-decoration-none">
190+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
191+
<i class="bi bi-tag-fill me-2"></i>
192+
<span>html-element</span>
193+
</div>
194+
</a><a href="https://codehimblog.github.io/tag/javascript" class="text-decoration-none">
195+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
196+
<i class="bi bi-tag-fill me-2"></i>
197+
<span>javascript</span>
198+
</div>
199+
</a><a href="https://codehimblog.github.io/tag/jquery-mask-plugin" class="text-decoration-none">
200+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
201+
<i class="bi bi-tag-fill me-2"></i>
202+
<span>jquery-mask-plugin</span>
203+
</div>
204+
</a><a href="https://codehimblog.github.io/tag/jquery-plugin" class="text-decoration-none">
205+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
206+
<i class="bi bi-tag-fill me-2"></i>
207+
<span>jquery-plugin</span>
208+
</div>
209+
</a><a href="https://codehimblog.github.io/tag/mask" class="text-decoration-none">
210+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
211+
<i class="bi bi-tag-fill me-2"></i>
212+
<span>mask</span>
213+
</div>
214+
</a>
205215
</div>
216+
217+
</article>
218+
206219

207220
</main>
208221
<!-- Sidebar -->

0 commit comments

Comments
 (0)