Skip to content

Commit

Permalink
update(agregando jetbrains)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPaul1515 committed Nov 8, 2024
1 parent 7ad3fde commit b074b2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added public/Brands/jetbrains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/sections/Brands.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ import Title from "../shared/Title.astro";
<img src="/Brands/AsociacionCibao.png" width="100" height="60" alt="AsociacionCibao" class="h-7 sm:h-20 w-auto ease-linear duration-300 grayscale group-hover:!grayscale-0 group-hover:scale-105">
</a>
</div>
<!--jetbrains-->
<div class="p-4 sm:p-5 rounded-xl bg-body border border-box-border group">
<a href="https://www.jetbrains.com/" target="_blank" rel="noopener noreferrer">
<img src="/Brands/jetbrains.png" width="100" height="60" alt="jetbrains" class="h-7 sm:h-20 w-auto ease-linear duration-300 grayscale group-hover:!grayscale-0 group-hover:scale-105">
</a>
</div>
</div>
</Container>
</section>

0 comments on commit b074b2a

Please sign in to comment.