Skip to content

Commit

Permalink
feat: added the tailwind plugin by @midudev (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq authored Apr 12, 2024
1 parent 51b042c commit 2fa1a03
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions db/frontend/animation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const animation: DocPage = {
{
github_username: 'mariaelisaaraya',
},
{
github_username: 'jamerrq'
}
],
pageItems: [
{
Expand Down Expand Up @@ -217,6 +220,21 @@ const animation: DocPage = {
},
videos: [],
},
{
imgPlaceholder: 'Tailwind CSS Animations',
titleCard: 'Animaciones con Tailwind CSS',
links: [
{
type: LinkType.Web,
url: 'https://tailwindcss-animations.vercel.app/',
},
],
cover: {
src: '/frontend/animation/midulogo.png',
height: 44,
width: 154.53,
},
}
],
}

Expand Down
Binary file added public/frontend/animation/midulogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fa1a03

Please sign in to comment.