Skip to content

Commit 989ce1e

Browse files
committed
Update file: trumbowyg-by-alex-d.html
1 parent 3ca2847 commit 989ce1e

File tree

1 file changed

+36
-21
lines changed

1 file changed

+36
-21
lines changed

jquery-plugins/trumbowyg-by-alex-d.html

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -184,28 +184,43 @@ <h1 id="packageName">Trumbowyg</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>jquery-plugin</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>lightweight</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>rich-text-editor</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>trumbowyg</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>wysiwyg</span>
204-
</div><div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
205-
<i class="bi bi-tag-fill me-2"></i> <!-- Bootstrap icon for tag -->
206-
<span>wysiwyg-editor</span>
207-
</div>
187+
188+
<div class="tags mb-2 mt-2">
189+
<a href="https://codehimblog.github.io/tag/jquery-plugin" 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>jquery-plugin</span>
193+
</div>
194+
</a><a href="https://codehimblog.github.io/tag/lightweight" 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>lightweight</span>
198+
</div>
199+
</a><a href="https://codehimblog.github.io/tag/rich-text-editor" 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>rich-text-editor</span>
203+
</div>
204+
</a><a href="https://codehimblog.github.io/tag/trumbowyg" 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>trumbowyg</span>
208+
</div>
209+
</a><a href="https://codehimblog.github.io/tag/wysiwyg" 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>wysiwyg</span>
213+
</div>
214+
</a><a href="https://codehimblog.github.io/tag/wysiwyg-editor" class="text-decoration-none">
215+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
216+
<i class="bi bi-tag-fill me-2"></i>
217+
<span>wysiwyg-editor</span>
218+
</div>
219+
</a>
208220
</div>
221+
222+
</article>
223+
209224

210225
</main>
211226
<!-- Sidebar -->

0 commit comments

Comments
 (0)