Skip to content

Commit

Permalink
feat: add docker to pudux experience
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoJuanDev committed May 14, 2024
1 parent e8655b6 commit f54f90a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/assets/badges/Docker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/experience/Pudux.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Node from '@/badges/Node.svg'
import Pudux_ from '@/images/pudux.svg'
import AWS from '@/badges/AWS.svg'
import Firebase from '@/badges/Firebase.svg'
import Docker from '@/badges/Docker.svg'
---

<div>
Expand Down Expand Up @@ -47,5 +48,6 @@ import Firebase from '@/badges/Firebase.svg'
<Image alt="ApolloGraphql" src={ApolloGraphql} width="111" height="20" />
<Image alt="Firebase" src={Firebase} width="71" height="20" />
<Image alt="AWS" src={AWS} width="53" height="20" />
<Image alt="Docker" src={Docker} width="65" height="20" />
</div>
</div>

0 comments on commit f54f90a

Please sign in to comment.