Skip to content

Commit

Permalink
update group photos
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 16, 2024
1 parent d2d7edd commit 6a28a55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _includes/main/group_photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
image: './group_photos/2023_aniversario.png',
caption: "Lucas, Leandro, Pamella, and Jéssica, 2023."
}
{
image: './group_photos/2024_group.jpg',
caption: "Ana Beatriz, Vinícius, Ander, Leandro, Edward, Felipe, Camila, Pâmella, Jéssica, 2024."
}
{
image: './group_photos/2024_ictp.jpg',
caption: "Felipe, Camila, Jéssica, Pâmella, ICTP, 2024."
}
];
let randomIndex = Math.floor(Math.random() * pics.length);
let rndpic = pics[randomIndex];
Expand Down
Binary file added main/group_photos/2024_group.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added main/group_photos/2024_ictp.jpg
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 6a28a55

Please sign in to comment.