Skip to content

Commit

Permalink
Merge pull request #30 from GDGCochabamba/fazo-dev
Browse files Browse the repository at this point in the history
add jala university as sponsor
  • Loading branch information
combimauri authored Dec 15, 2023
2 parents a4c77b6 + 02e8722 commit b93ff65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/assets/images/jala-university-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/components/SponsorsSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { Image } from "astro:assets";
import jetbrainsLogo from "../assets/images/jb-logo.png";
import jalaLogo from "../assets/images/jala-logo.png";
import jalaUniversityLogo from "../assets/images/jala-university-logo.png";
import pepsiLogo from "../assets/images/pepsi-logo.png";
import nucbaLogo from "../assets/images/nucba-logo.png";
---
Expand All @@ -27,6 +28,14 @@ import nucbaLogo from "../assets/images/nucba-logo.png";
class="mb-20 w-52 sm:mb-4 sm:w-64 md:w-44"
/>
</a>
<a href="https://jala.university/" target="_blank" rel="noopener">
<Image
src={jalaUniversityLogo}
alt="Jala University logo"
loading="lazy"
class="mb-20 w-64 sm:mb-4 sm:w-64 md:w-60"
/>
</a>
<a href="https://www.pepsi.com/" target="_blank" rel="noopener">
<Image
src={pepsiLogo}
Expand Down

0 comments on commit b93ff65

Please sign in to comment.