Skip to content

Commit

Permalink
Update group_photos.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq authored Oct 24, 2023
1 parent 60d1c9f commit 364c3ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _includes/main/group_photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
this[i] = ' '
}
}
var n_images = 8
var n_images = 9
image = new ImageArray(n_images)
text = new ImageArray(n_images)
image[0] = './group_photos/grupo2015.jpg'
Expand All @@ -27,6 +27,8 @@
text[6] = "Leandro presenting at the 2023 Brazilian Biophysical Society Meeting."
image[7] = './group_photos/grupo2023_2.jpg'
text[7] = "Lucas presenting at the 2023 Brazilian Biophysical Society Meeting."
image[8] = './group_photos/defesa_pamella_2023.jpg'
text[8] = "Alessandro, Munir, Pamella, and Leandro, Pamella dissertation thesis, 2023."
var rand = 1000/image.length
function randomimage() {
currentdate = new Date()
Expand Down

0 comments on commit 364c3ed

Please sign in to comment.