Skip to content

Commit

Permalink
Adding group photos
Browse files Browse the repository at this point in the history
  • Loading branch information
suvakov committed Jul 4, 2024
1 parent e07517e commit 48510b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion group_photos.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
imgs/group.2022.1.jpg|imgs/group.2022.2.jpg|imgs/group.2021.jpg|imgs/group.2020.jpg|imgs/group.2019.jpg|imgs/group.2018.jpg|imgs/group.2018.19.jpg|imgs/group.2018.20.jpg|imgs/group.2016.jpg|imgs/group.2016.03.jpg|imgs/group.2015.27.jpg|imgs/group.2015.28.jpg
imgs/group.2024.jpg|imgs/group.2023.2.jpg|imgs/group.2023.1.jpg|imgs/group.2022.1.jpg|imgs/group.2022.2.jpg|imgs/group.2021.jpg|imgs/group.2020.jpg|imgs/group.2019.jpg|imgs/group.2018.jpg|imgs/group.2018.19.jpg|imgs/group.2018.20.jpg|imgs/group.2016.jpg|imgs/group.2016.03.jpg|imgs/group.2015.27.jpg|imgs/group.2015.28.jpg
Binary file added imgs/group.2023.1.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 imgs/group.2023.2.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 imgs/group.2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
background-position: center;
background-size: cover;
background: #ffffff;
background-image: url("imgs/group.2021.jpg");
background-image: url("imgs/group.2023.1.jpg");
min-height: 100%;
background-size: contain;
background-repeat:no-repeat;
Expand All @@ -61,7 +61,7 @@

@media (orientation: landscape) {
.bgimg-1 {
background-image: url("imgs/group.2021.jpg");
background-image: url("imgs/group.2024.jpg");
background-size: contain;
background-position:center;
}
Expand Down Expand Up @@ -1505,7 +1505,7 @@ <h3 class="w3-center">CONTACT</h3>

function init() {
imageIx = 0
images = ['imgs/group.2022.1.jpg', 'imgs/group.2022.2.jpg', 'imgs/group.2021.jpg', 'imgs/group.2020.jpg', 'imgs/group.2019.jpg', 'imgs/group.2018.jpg', 'imgs/group.2018.19.jpg', 'imgs/group.2018.20.jpg', 'imgs/group.2016.jpg', 'imgs/group.2016.03.jpg', 'imgs/group.2015.27.jpg', 'imgs/group.2015.28.jpg']
images = ['imgs/group.2024.jpg', 'imgs/group.2023.2.jpg', 'imgs/group.2023.1.jpg', 'imgs/group.2022.1.jpg', 'imgs/group.2022.2.jpg', 'imgs/group.2021.jpg', 'imgs/group.2020.jpg', 'imgs/group.2019.jpg', 'imgs/group.2018.jpg', 'imgs/group.2018.19.jpg', 'imgs/group.2018.20.jpg', 'imgs/group.2016.jpg', 'imgs/group.2016.03.jpg', 'imgs/group.2015.27.jpg', 'imgs/group.2015.28.jpg']
setInterval(changeImage,5000)
}

Expand Down
4 changes: 2 additions & 2 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
background-position: center;
background-size: cover;
background: #ffffff;
background-image: url("imgs/group.2021.jpg");
background-image: url("imgs/group.2023.1.jpg");
min-height: 100%;
background-size: contain;
background-repeat:no-repeat;
Expand All @@ -61,7 +61,7 @@

@media (orientation: landscape) {
.bgimg-1 {
background-image: url("imgs/group.2021.jpg");
background-image: url("imgs/group.2024.jpg");
background-size: contain;
background-position:center;
}
Expand Down

0 comments on commit 48510b4

Please sign in to comment.