Skip to content

Commit

Permalink
Update staff images
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcapstick committed Sep 18, 2024
1 parent 2587161 commit c266a42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file added assets/anastasia_gailly_de_taurines.jpeg
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 assets/zeinab_ghannam.jpeg
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 css/one-page-wonder.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ body {
justify-content: center;
padding-left: 0%;
padding-right: 0%;
gap: 3%;
gap: 1%;
}

.staff-image-list>li {
width: 12%;
width: 10%;
margin: 0 0;
min-width: 100px;
text-align: center;
Expand All @@ -99,7 +99,7 @@ body {
.staff-image {
align-items: center;
width: 100%;
border-radius: 40%;
border-radius: 25%;
max-height: 150px;
max-width: 150px;
min-width: 75px;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h4>Our lab is made up of the following people:</h4>
</li>

<li>
<div><img class="staff-image researcher" src="./assets/no_picture.png">
<div><img class="staff-image researcher" src="./assets/zeinab_ghannam.jpeg">
<p class="staff-names">Zeinab Ghannam</p>
</div>
</li>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h4>Our lab is made up of the following people:</h4>
</li>

<li>
<div><img class="staff-image phd" src="./assets/no_picture.png">
<div><img class="staff-image phd" src="./assets/anastasia_gailly_de_taurines.jpeg">
<p class="staff-names">Anastasia Gailly de Taurines
</p>
</div>
Expand Down

0 comments on commit c266a42

Please sign in to comment.