Skip to content

Commit

Permalink
Merge pull request #30 from scesi/postulaciones2024
Browse files Browse the repository at this point in the history
Add postulaciones easter egg
  • Loading branch information
devferx authored Apr 6, 2024
2 parents d156591 + e1ed9a8 commit 4efb915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Binary file added src/assets/images/image-gallery-5-aprilfool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions src/components/sections/Gallery.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import image1 from '../../assets/images/image-gallery-1.png';
import image2 from '../../assets/images/image-gallery-2.png';
import image3 from '../../assets/images/image-gallery-3.png';
import image4 from '../../assets/images/image-gallery-4.png';
import image5 from '../../assets/images/image-gallery-5.png';
// import image5 from '../../assets/images/image-gallery-5.png';
import image5 from '../../assets/images/image-gallery-5-aprilfool.png';
import image6 from '../../assets/images/image-gallery-6.png';
import image7 from '../../assets/images/image-gallery-7.png';
import image8 from '../../assets/images/image-gallery-8.png';
Expand Down Expand Up @@ -36,11 +37,8 @@ import image9 from '../../assets/images/image-gallery-9.png';
<div class="flex flex-col gap-3 pb-3 sm:flex-row sm:gap-2">
<GalleryItem src={image4} size="default" alt="Taller SCESI" />

<GalleryItem
src={image5}
size="wide"
alt="Equipo organizador Flisol 2023"
/>
<!-- <GalleryItem src={image5} size="wide" alt="Equipo organizador Flisol 2023" /> -->
<GalleryItem src={image5} size="wide" alt="El codigo es: :EI2B" />
<GalleryItem
src={image6}
size="default"
Expand Down

0 comments on commit 4efb915

Please sign in to comment.